@charset "UTF-8";

.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top
}

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    outline: 0
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].button,
[disabled].file-cta,
[disabled].file-name,
[disabled].input,
[disabled].pagination-ellipsis,
[disabled].pagination-link,
[disabled].pagination-next,
[disabled].pagination-previous,
[disabled].textarea,
fieldset[disabled] .button,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .input,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    cursor: not-allowed
}

.breadcrumb,
.button,
.file,
.is-unselectable,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625em
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.delete,
.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .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: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

.delete::after,
.delete::before,
.modal-close::after,
.modal-close::before {
    background-color: hsl(0deg, 0%, 100%);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.delete::before,
.modal-close::before {
    height: 2px;
    width: 50%
}

.delete::after,
.modal-close::after {
    height: 50%;
    width: 2px
}

.delete:focus,
.delete:hover,
.modal-close:focus,
.modal-close:hover {
    background-color: rgba(10, 10, 10, .3)
}

.delete:active,
.modal-close:active {
    background-color: rgba(10, 10, 10, .4)
}

.is-small.delete,
.is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.delete,
.is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.delete,
.is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.button.is-loading::after,
.control.is-loading::after,
.loader,
.select.is-loading::after {
    animation: spinAround .5s infinite linear;
    border: 2px solid #e5e5e5;
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.hero-video,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-square .has-ratio,
.image.is-square img,
.is-overlay,
.modal,
.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    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 */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    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: hsl(0deg, 0%, 100%);
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Chronica Pro", Arial, sans-serif
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #003764;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.625
}

a {
    color: #003764;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: hsl(0deg, 0%, 21%)
}

code {
    background-color: hsl(0deg, 0%, 96%);
    color: #e8012f;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em
}

hr {
    background-color: hsl(0deg, 0%, 96%);
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: hsl(0deg, 0%, 21%);
    font-weight: 700
}

fieldset {
    border: none
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: hsl(0deg, 0%, 96%);
    color: #003764;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    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: hsl(0deg, 0%, 21%)
}

@keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.box {
    background-color: #003764;
    border-radius: 0;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    color: #003764;
    display: block;
    padding: 30px
}

a.box:focus,
a.box:hover {
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px #003764
}

a.box:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #003764
}

.button {
    background-color: hsl(0deg, 0%, 100%);
    border-color: #e5e5e5;
    border-width: 1px;
    color: hsl(0deg, 0%, 21%);
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap
}

.button strong {
    color: inherit
}

.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-.5em - 1px);
    margin-right: .25em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .25em;
    margin-right: calc(-.5em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-.5em - 1px);
    margin-right: calc(-.5em - 1px)
}

.button.is-hovered,
.button:hover {
    border-color: hsl(0deg, 0%, 71%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-focused,
.button:focus {
    border-color: #003764;
    color: hsl(0deg, 0%, 21%)
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 55, 100, .25)
}

.button.is-active,
.button:active {
    border-color: hsl(0deg, 0%, 29%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #003764;
    text-decoration: underline
}

.button.is-text.is-focused,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-text.is-active,
.button.is-text:active {
    background-color: #e8e8e8;
    color: hsl(0deg, 0%, 21%)
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.button.is-ghost {
    background: 0 0;
    border-color: transparent;
    color: #003764;
    text-decoration: none
}

.button.is-ghost.is-hovered,
.button.is-ghost:hover {
    color: #003764;
    text-decoration: underline
}

.button.is-white {
    background-color: hsl(0deg, 0%, 100%);
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-hovered,
.button.is-white:hover {
    background-color: #f9f9f9;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-focused,
.button.is-white:focus {
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.button.is-white.is-active,
.button.is-white:active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
    background-color: hsl(0deg, 0%, 100%);
    border-color: hsl(0deg, 0%, 100%);
    box-shadow: none
}

.button.is-white.is-inverted {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.button.is-white.is-inverted.is-hovered,
.button.is-white.is-inverted:hover {
    background-color: #000
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
    background-color: hsl(0deg, 0%, 4%);
    border-color: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 100%)
}

.button.is-white.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-white.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 100%)
}

.button.is-white.is-outlined.is-focused,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined:hover {
    background-color: hsl(0deg, 0%, 100%);
    border-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important
}

.button.is-white.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 100%);
    box-shadow: none;
    color: hsl(0deg, 0%, 100%)
}

.button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-inverted.is-outlined.is-focused,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined:hover {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.button.is-white.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    box-shadow: none;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black {
    background-color: hsl(0deg, 0%, 4%);
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.button.is-black.is-hovered,
.button.is-black:hover {
    background-color: #040404;
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.button.is-black.is-focused,
.button.is-black:focus {
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.button.is-black.is-active,
.button.is-black:active {
    background-color: #000;
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
    background-color: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    box-shadow: none
}

.button.is-black.is-inverted {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-inverted.is-hovered,
.button.is-black.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
    background-color: hsl(0deg, 0%, 100%);
    border-color: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important
}

.button.is-black.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-outlined.is-focused,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined:hover {
    background-color: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.button.is-black.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-black.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    box-shadow: none;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 100%)
}

.button.is-black.is-inverted.is-outlined.is-focused,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined:hover {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 100%);
    box-shadow: none;
    color: hsl(0deg, 0%, 100%)
}

.button.is-light {
    background-color: hsl(0deg, 0%, 96%);
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-hovered,
.button.is-light:hover {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-focused,
.button.is-light:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.button.is-light.is-active,
.button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    box-shadow: none
}

.button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-inverted.is-hovered,
.button.is-light.is-inverted:hover {
    background-color: rgba(0, 0, 0, .7)
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    border-color: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-light.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-outlined.is-focused,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined:hover {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important
}

.button.is-light.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 96%);
    box-shadow: none;
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-inverted.is-outlined.is-focused,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined:hover {
    background-color: rgba(0, 0, 0, .7);
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
    color: rgba(0, 0, 0, .7)
}

.button.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    border-color: transparent;
    color: #fff
}

.button.is-dark.is-hovered,
.button.is-dark:hover {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff
}

.button.is-dark.is-focused,
.button.is-dark:focus {
    border-color: transparent;
    color: #fff
}

.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.button.is-dark.is-active,
.button.is-dark:active {
    background-color: #292929;
    border-color: transparent;
    color: #fff
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    border-color: hsl(0deg, 0%, 21%);
    box-shadow: none
}

.button.is-dark.is-inverted {
    background-color: #fff;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-inverted.is-hovered,
.button.is-dark.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-dark.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 21%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-outlined.is-focused,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined:hover {
    background-color: hsl(0deg, 0%, 21%);
    border-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.button.is-dark.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important
}

.button.is-dark.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 21%);
    box-shadow: none;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-dark.is-inverted.is-outlined.is-focused,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-primary {
    background-color: #4a90e2;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #3f89e0;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused,
.button.is-primary:focus {
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(74, 144, 226, .25)
}

.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #3483de;
    border-color: transparent;
    color: #fff
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
    background-color: #4a90e2;
    border-color: #4a90e2;
    box-shadow: none
}

.button.is-primary.is-inverted {
    background-color: #fff;
    color: #4a90e2
}

.button.is-primary.is-inverted.is-hovered,
.button.is-primary.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #4a90e2
}

.button.is-primary.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #4a90e2;
    color: #4a90e2
}

.button.is-primary.is-outlined.is-focused,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff
}

.button.is-primary.is-outlined.is-loading::after {
    border-color: transparent transparent #4a90e2 #4a90e2 !important
}

.button.is-primary.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #4a90e2;
    box-shadow: none;
    color: #4a90e2
}

.button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-primary.is-inverted.is-outlined.is-focused,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #4a90e2
}

.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #4a90e2 #4a90e2 !important
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-primary.is-light {
    background-color: #edf4fc;
    color: #1c60b0
}

.button.is-primary.is-light.is-hovered,
.button.is-primary.is-light:hover {
    background-color: #e2edfa;
    border-color: transparent;
    color: #1c60b0
}

.button.is-primary.is-light.is-active,
.button.is-primary.is-light:active {
    background-color: #d7e7f9;
    border-color: transparent;
    color: #1c60b0
}

.button.is-link {
    background-color: #003764;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-hovered,
.button.is-link:hover {
    background-color: #003057;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused,
.button.is-link:focus {
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 55, 100, .25)
}

.button.is-link.is-active,
.button.is-link:active {
    background-color: #00294b;
    border-color: transparent;
    color: #fff
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
    background-color: #003764;
    border-color: #003764;
    box-shadow: none
}

.button.is-link.is-inverted {
    background-color: #fff;
    color: #003764
}

.button.is-link.is-inverted.is-hovered,
.button.is-link.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #003764
}

.button.is-link.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined {
    background-color: transparent;
    border-color: #003764;
    color: #003764
}

.button.is-link.is-outlined.is-focused,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined:hover {
    background-color: #003764;
    border-color: #003764;
    color: #fff
}

.button.is-link.is-outlined.is-loading::after {
    border-color: transparent transparent #003764 #003764 !important
}

.button.is-link.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
    background-color: transparent;
    border-color: #003764;
    box-shadow: none;
    color: #003764
}

.button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-link.is-inverted.is-outlined.is-focused,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #003764
}

.button.is-link.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #003764 #003764 !important
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-link.is-light {
    background-color: #ebf6ff;
    color: #1495ff
}

.button.is-link.is-light.is-hovered,
.button.is-link.is-light:hover {
    background-color: #def0ff;
    border-color: transparent;
    color: #1495ff
}

.button.is-link.is-light.is-active,
.button.is-link.is-light:active {
    background-color: #d1eaff;
    border-color: transparent;
    color: #1495ff
}

.button.is-info {
    background-color: hsl(207deg, 61%, 53%);
    border-color: transparent;
    color: #fff
}

.button.is-info.is-hovered,
.button.is-info:hover {
    background-color: #3488ce;
    border-color: transparent;
    color: #fff
}

.button.is-info.is-focused,
.button.is-info:focus {
    border-color: transparent;
    color: #fff
}

.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(62, 142, 208, .25)
}

.button.is-info.is-active,
.button.is-info:active {
    background-color: #3082c5;
    border-color: transparent;
    color: #fff
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
    background-color: hsl(207deg, 61%, 53%);
    border-color: hsl(207deg, 61%, 53%);
    box-shadow: none
}

.button.is-info.is-inverted {
    background-color: #fff;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-inverted.is-hovered,
.button.is-info.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined {
    background-color: transparent;
    border-color: hsl(207deg, 61%, 53%);
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-outlined.is-focused,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined:hover {
    background-color: hsl(207deg, 61%, 53%);
    border-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.button.is-info.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important
}

.button.is-info.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
    background-color: transparent;
    border-color: hsl(207deg, 61%, 53%);
    box-shadow: none;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-info.is-inverted.is-outlined.is-focused,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8
}

.button.is-info.is-light.is-hovered,
.button.is-info.is-light:hover {
    background-color: #e4eff9;
    border-color: transparent;
    color: #296fa8
}

.button.is-info.is-light.is-active,
.button.is-info.is-light:active {
    background-color: #dae9f6;
    border-color: transparent;
    color: #296fa8
}

.button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-hovered,
.button.is-success:hover {
    background-color: #21c65b;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused,
.button.is-success:focus {
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.button.is-success.is-active,
.button.is-success:active {
    background-color: #1fbb56;
    border-color: transparent;
    color: #fff
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
    background-color: #23d160;
    border-color: #23d160;
    box-shadow: none
}

.button.is-success.is-inverted {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted.is-hovered,
.button.is-success.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    color: #23d160
}

.button.is-success.is-outlined.is-focused,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined:hover {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.button.is-success.is-outlined.is-loading::after {
    border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-success.is-inverted.is-outlined.is-focused,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-success.is-light {
    background-color: #eefcf3;
    color: #16833c
}

.button.is-success.is-light.is-hovered,
.button.is-success.is-light:hover {
    background-color: #e3faeb;
    border-color: transparent;
    color: #16833c
}

.button.is-success.is-light.is-active,
.button.is-success.is-light:active {
    background-color: #d8f8e3;
    border-color: transparent;
    color: #16833c
}

.button.is-warning {
    background-color: #fedd56;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-hovered,
.button.is-warning:hover {
    background-color: #feda49;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused,
.button.is-warning:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(254, 221, 86, .25)
}

.button.is-warning.is-active,
.button.is-warning:active {
    background-color: #fed83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
    background-color: #fedd56;
    border-color: #fedd56;
    box-shadow: none
}

.button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    color: #fedd56
}

.button.is-warning.is-inverted.is-hovered,
.button.is-warning.is-inverted:hover {
    background-color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    border-color: transparent;
    box-shadow: none;
    color: #fedd56
}

.button.is-warning.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #fedd56;
    color: #fedd56
}

.button.is-warning.is-outlined.is-focused,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover {
    background-color: #fedd56;
    border-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-outlined.is-loading::after {
    border-color: transparent transparent #fedd56 #fedd56 !important
}

.button.is-warning.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #fedd56;
    box-shadow: none;
    color: #fedd56
}

.button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted.is-outlined.is-focused,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined:hover {
    background-color: rgba(0, 0, 0, .7);
    color: #fedd56
}

.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fedd56 #fedd56 !important
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-light {
    background-color: #fffbeb;
    color: #937601
}

.button.is-warning.is-light.is-hovered,
.button.is-warning.is-light:hover {
    background-color: #fff8de;
    border-color: transparent;
    color: #937601
}

.button.is-warning.is-light.is-active,
.button.is-warning.is-light:active {
    background-color: #fff6d1;
    border-color: transparent;
    color: #937601
}

.button.is-danger {
    background-color: #fe385f;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-hovered,
.button.is-danger:hover {
    background-color: #fe2b55;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused,
.button.is-danger:focus {
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(254, 56, 95, .25)
}

.button.is-danger.is-active,
.button.is-danger:active {
    background-color: #fe1f4b;
    border-color: transparent;
    color: #fff
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
    background-color: #fe385f;
    border-color: #fe385f;
    box-shadow: none
}

.button.is-danger.is-inverted {
    background-color: #fff;
    color: #fe385f
}

.button.is-danger.is-inverted.is-hovered,
.button.is-danger.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #fe385f
}

.button.is-danger.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #fe385f;
    color: #fe385f
}

.button.is-danger.is-outlined.is-focused,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined:hover {
    background-color: #fe385f;
    border-color: #fe385f;
    color: #fff
}

.button.is-danger.is-outlined.is-loading::after {
    border-color: transparent transparent #fe385f #fe385f !important
}

.button.is-danger.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #fe385f;
    box-shadow: none;
    color: #fe385f
}

.button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-danger.is-inverted.is-outlined.is-focused,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #fe385f
}

.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fe385f #fe385f !important
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-danger.is-light {
    background-color: #ffebef;
    color: #da012c
}

.button.is-danger.is-light.is-hovered,
.button.is-danger.is-light:hover {
    background-color: #ffdee4;
    border-color: transparent;
    color: #da012c
}

.button.is-danger.is-light.is-active,
.button.is-danger.is-light:active {
    background-color: #ffd1da;
    border-color: transparent;
    color: #da012c
}

.button.is-small {
    font-size: .75rem
}

.button.is-small:not(.is-rounded) {
    border-radius: 2px
}

.button.is-normal {
    font-size: 1rem
}

.button.is-medium {
    font-size: 1.25rem
}

.button.is-large {
    font-size: 1.5rem
}

.button[disabled],
fieldset[disabled] .button {
    background-color: hsl(0deg, 0%, 100%);
    border-color: #e5e5e5;
    box-shadow: none;
    opacity: .5
}

.button.is-fullwidth {
    display: flex;
    width: 100%
}

.button.is-loading {
    color: transparent !important;
    pointer-events: none
}

.button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em * .5));
    top: calc(50% - (1em * .5));
    position: absolute !important
}

.button.is-static {
    background-color: hsl(0deg, 0%, 96%);
    border-color: #e5e5e5;
    color: #d8d8d8;
    box-shadow: none;
    pointer-events: none
}

.button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + .25em);
    padding-right: calc(1em + .25em)
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.buttons .button {
    margin-bottom: .5rem
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: .5rem
}

.buttons:last-child {
    margin-bottom: -.5rem
}

.buttons:not(:last-child) {
    margin-bottom: 1rem
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: .75rem
}

.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: 1.25rem
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem
}

.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.is-hovered,
.buttons.has-addons .button:hover {
    z-index: 2
}

.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .button:active,
.buttons.has-addons .button:focus {
    z-index: 3
}

.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button:focus: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: .25rem;
    margin-right: .25rem
}

.buttons.is-right {
    justify-content: flex-end
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: .25rem;
    margin-right: .25rem
}

@media screen and (max-width:768px) {
    .button.is-responsive.is-small {
        font-size: .5625rem
    }

    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: .65625rem
    }

    .button.is-responsive.is-medium {
        font-size: .75rem
    }

    .button.is-responsive.is-large {
        font-size: 1rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .button.is-responsive.is-small {
        font-size: .65625rem
    }

    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: .75rem
    }

    .button.is-responsive.is-medium {
        font-size: 1rem
    }

    .button.is-responsive.is-large {
        font-size: 1.25rem
    }
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

.container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%
}

@media screen and (min-width:1088px) {
    .container {
        max-width: 1024px
    }
}

@media screen and (max-width:1243px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1180px
    }
}

@media screen and (max-width:1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }
}

@media screen and (min-width:1244px) {
    .container:not(.is-max-desktop) {
        max-width: 1180px
    }
}

@media screen and (min-width:1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }
}

.content li+li {
    margin-top: .25em
}

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: hsl(0deg, 0%, 21%);
    font-weight: 600;
    line-height: 1.125
}

.content h1 {
    font-size: 2em;
    margin-bottom: .5em
}

.content h1:not(:first-child) {
    margin-top: 1em
}

.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

.content h2:not(:first-child) {
    margin-top: 1.1428em
}

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

.content h3:not(:first-child) {
    margin-top: 1.3333em
}

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content blockquote {
    background-color: hsl(0deg, 0%, 96%);
    border-left: 5px solid #e5e5e5;
    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: .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 sub,
.content sup {
    font-size: 75%
}

.content table {
    width: 100%
}

.content table td,
.content table th {
    border: 1px solid #e5e5e5;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.content table th {
    color: hsl(0deg, 0%, 21%)
}

.content table th:not([align]) {
    text-align: inherit
}

.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: hsl(0deg, 0%, 21%)
}

.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: hsl(0deg, 0%, 21%)
}

.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: .75rem
}

.content.is-normal {
    font-size: 1rem
}

.content.is-medium {
    font-size: 1.25rem
}

.content.is-large {
    font-size: 1.5rem
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

.icon.is-small {
    height: 1rem;
    width: 1rem
}

.icon.is-medium {
    height: 2rem;
    width: 2rem
}

.icon.is-large {
    height: 3rem;
    width: 3rem
}

.icon-text {
    align-items: flex-start;
    color: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.5rem;
    vertical-align: top
}

.icon-text .icon {
    flex-grow: 0;
    flex-shrink: 0
}

.icon-text .icon:not(:last-child) {
    margin-right: .25em
}

.icon-text .icon:not(:first-child) {
    margin-left: .25em
}

div.icon-text {
    display: flex
}

.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-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-square .has-ratio,
.image.is-square img {
    height: 100%;
    width: 100%
}

.image.is-1by1,
.image.is-square {
    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
}

.notification {
    background-color: hsl(0deg, 0%, 96%);
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem
}

.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline
}

.notification strong {
    color: currentColor
}

.notification code,
.notification pre {
    background: hsl(0deg, 0%, 100%)
}

.notification pre code {
    background: 0 0
}

.notification>.delete {
    right: .5rem;
    position: absolute;
    top: .5rem
}

.notification .content,
.notification .subtitle,
.notification .title {
    color: currentColor
}

.notification.is-white {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.notification.is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.notification.is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.notification.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.notification.is-primary {
    background-color: #4a90e2;
    color: #fff
}

.notification.is-primary.is-light {
    background-color: #edf4fc;
    color: #1c60b0
}

.notification.is-link {
    background-color: #003764;
    color: #fff
}

.notification.is-link.is-light {
    background-color: #ebf6ff;
    color: #1495ff
}

.notification.is-info {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.notification.is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8
}

.notification.is-success {
    background-color: #23d160;
    color: #fff
}

.notification.is-success.is-light {
    background-color: #eefcf3;
    color: #16833c
}

.notification.is-warning {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.notification.is-warning.is-light {
    background-color: #fffbeb;
    color: #937601
}

.notification.is-danger {
    background-color: #fe385f;
    color: #fff
}

.notification.is-danger.is-light {
    background-color: #ffebef;
    color: #da012c
}

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.progress::-webkit-progress-bar {
    background-color: hsl(0deg, 0%, 93%)
}

.progress::-webkit-progress-value {
    background-color: #003764
}

.progress::-moz-progress-bar {
    background-color: #003764
}

.progress::-ms-fill {
    background-color: #003764;
    border: none
}

.progress.is-white::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 100%)
}

.progress.is-white::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 100%)
}

.progress.is-white::-ms-fill {
    background-color: hsl(0deg, 0%, 100%)
}

.progress.is-white:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 100%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-black::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 4%)
}

.progress.is-black::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 4%)
}

.progress.is-black::-ms-fill {
    background-color: hsl(0deg, 0%, 4%)
}

.progress.is-black:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 4%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-light::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 96%)
}

.progress.is-light::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 96%)
}

.progress.is-light::-ms-fill {
    background-color: hsl(0deg, 0%, 96%)
}

.progress.is-light:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 96%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-dark::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 21%)
}

.progress.is-dark::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 21%)
}

.progress.is-dark::-ms-fill {
    background-color: hsl(0deg, 0%, 21%)
}

.progress.is-dark:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-primary::-webkit-progress-value {
    background-color: #4a90e2
}

.progress.is-primary::-moz-progress-bar {
    background-color: #4a90e2
}

.progress.is-primary::-ms-fill {
    background-color: #4a90e2
}

.progress.is-primary:indeterminate {
    background-image: linear-gradient(to right, #4a90e2 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-link::-webkit-progress-value {
    background-color: #003764
}

.progress.is-link::-moz-progress-bar {
    background-color: #003764
}

.progress.is-link::-ms-fill {
    background-color: #003764
}

.progress.is-link:indeterminate {
    background-image: linear-gradient(to right, #003764 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-info::-webkit-progress-value {
    background-color: hsl(207deg, 61%, 53%)
}

.progress.is-info::-moz-progress-bar {
    background-color: hsl(207deg, 61%, 53%)
}

.progress.is-info::-ms-fill {
    background-color: hsl(207deg, 61%, 53%)
}

.progress.is-info:indeterminate {
    background-image: linear-gradient(to right, hsl(207deg, 61%, 53%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-success::-webkit-progress-value {
    background-color: #23d160
}

.progress.is-success::-moz-progress-bar {
    background-color: #23d160
}

.progress.is-success::-ms-fill {
    background-color: #23d160
}

.progress.is-success:indeterminate {
    background-image: linear-gradient(to right, #23d160 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-warning::-webkit-progress-value {
    background-color: #fedd56
}

.progress.is-warning::-moz-progress-bar {
    background-color: #fedd56
}

.progress.is-warning::-ms-fill {
    background-color: #fedd56
}

.progress.is-warning:indeterminate {
    background-image: linear-gradient(to right, #fedd56 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-danger::-webkit-progress-value {
    background-color: #fe385f
}

.progress.is-danger::-moz-progress-bar {
    background-color: #fe385f
}

.progress.is-danger::-ms-fill {
    background-color: #fe385f
}

.progress.is-danger:indeterminate {
    background-image: linear-gradient(to right, #fe385f 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: hsl(0deg, 0%, 93%);
    background-image: linear-gradient(to right, #003764 30%, hsl(0deg, 0%, 93%) 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%
}

.progress:indeterminate::-webkit-progress-bar {
    background-color: transparent
}

.progress:indeterminate::-moz-progress-bar {
    background-color: transparent
}

.progress:indeterminate::-ms-fill {
    animation-name: none
}

.progress.is-small {
    height: .75rem
}

.progress.is-medium {
    height: 1.25rem
}

.progress.is-large {
    height: 1.5rem
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

.table {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 21%)
}

.table td,
.table th {
    border: 1px solid #e5e5e5;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.table td.is-white,
.table th.is-white {
    background-color: hsl(0deg, 0%, 100%);
    border-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.table td.is-black,
.table th.is-black {
    background-color: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.table td.is-light,
.table th.is-light {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.table td.is-dark,
.table th.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    border-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.table td.is-primary,
.table th.is-primary {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff
}

.table td.is-link,
.table th.is-link {
    background-color: #003764;
    border-color: #003764;
    color: #fff
}

.table td.is-info,
.table th.is-info {
    background-color: hsl(207deg, 61%, 53%);
    border-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.table td.is-success,
.table th.is-success {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.table td.is-warning,
.table th.is-warning {
    background-color: #fedd56;
    border-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.table td.is-danger,
.table th.is-danger {
    background-color: #fe385f;
    border-color: #fe385f;
    color: #fff
}

.table td.is-narrow,
.table th.is-narrow {
    white-space: nowrap;
    width: 1%
}

.table td.is-selected,
.table th.is-selected {
    background-color: #4a90e2;
    color: #fff
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
    color: currentColor
}

.table td.is-vcentered,
.table th.is-vcentered {
    vertical-align: middle
}

.table th {
    color: hsl(0deg, 0%, 21%)
}

.table th:not([align]) {
    text-align: left
}

.table tr.is-selected {
    background-color: #4a90e2;
    color: #fff
}

.table tr.is-selected a,
.table tr.is-selected strong {
    color: currentColor
}

.table tr.is-selected td,
.table tr.is-selected th {
    border-color: #fff;
    color: currentColor
}

.table thead {
    background-color: transparent
}

.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: hsl(0deg, 0%, 21%)
}

.table tfoot {
    background-color: transparent
}

.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: hsl(0deg, 0%, 21%)
}

.table tbody {
    background-color: transparent
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0
}

.table.is-bordered td,
.table.is-bordered th {
    border-width: 1px
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
    border-bottom-width: 1px
}

.table.is-fullwidth {
    width: 100%
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: hsl(0deg, 0%, 98%)
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: hsl(0deg, 0%, 98%)
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
    background-color: hsl(0deg, 0%, 96%)
}

.table.is-narrow td,
.table.is-narrow th {
    padding: .25em .5em
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: hsl(0deg, 0%, 98%)
}

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.tags .tag {
    margin-bottom: .5rem
}

.tags .tag:not(:last-child) {
    margin-right: .5rem
}

.tags:last-child {
    margin-bottom: -.5rem
}

.tags:not(:last-child) {
    margin-bottom: 1rem
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
    font-size: 1rem
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
    font-size: 1.25rem
}

.tags.is-centered {
    justify-content: center
}

.tags.is-centered .tag {
    margin-right: .25rem;
    margin-left: .25rem
}

.tags.is-right {
    justify-content: flex-end
}

.tags.is-right .tag:not(:first-child) {
    margin-left: .5rem
}

.tags.is-right .tag:not(:last-child) {
    margin-right: 0
}

.tags.has-addons .tag {
    margin-right: 0
}

.tags.has-addons .tag:not(:first-child) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tags.has-addons .tag:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tag:not(body) {
    align-items: center;
    background-color: hsl(0deg, 0%, 96%);
    border-radius: 4px;
    color: #003764;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.tag:not(body).is-white {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.tag:not(body).is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.tag:not(body).is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-dark {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.tag:not(body).is-primary {
    background-color: #4a90e2;
    color: #fff
}

.tag:not(body).is-primary.is-light {
    background-color: #edf4fc;
    color: #1c60b0
}

.tag:not(body).is-link {
    background-color: #003764;
    color: #fff
}

.tag:not(body).is-link.is-light {
    background-color: #ebf6ff;
    color: #1495ff
}

.tag:not(body).is-info {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.tag:not(body).is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8
}

.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff
}

.tag:not(body).is-success.is-light {
    background-color: #eefcf3;
    color: #16833c
}

.tag:not(body).is-warning {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-warning.is-light {
    background-color: #fffbeb;
    color: #937601
}

.tag:not(body).is-danger {
    background-color: #fe385f;
    color: #fff
}

.tag:not(body).is-danger.is-light {
    background-color: #ffebef;
    color: #da012c
}

.tag:not(body).is-normal {
    font-size: .75rem
}

.tag:not(body).is-medium {
    font-size: 1rem
}

.tag:not(body).is-large {
    font-size: 1.25rem
}

.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.tag:not(body).is-delete::after,
.tag:not(body).is-delete::before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.tag:not(body).is-delete::before {
    height: 1px;
    width: 50%
}

.tag:not(body).is-delete::after {
    height: 50%;
    width: 1px
}

.tag:not(body).is-delete:focus,
.tag:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
    background-color: #dbdbdb
}

.tag:not(body).is-rounded {
    border-radius: 9999px
}

a.tag:hover {
    text-decoration: underline
}

.subtitle,
.title {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.subtitle sub,
.title sub {
    font-size: .75em
}

.subtitle sup,
.title sup {
    font-size: .75em
}

.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.title {
    color: hsl(0deg, 0%, 21%);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.title strong {
    color: inherit;
    font-weight: inherit
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.title.is-1 {
    font-size: 3rem
}

.title.is-2 {
    font-size: 2.5rem
}

.title.is-3 {
    font-size: 2rem
}

.title.is-4 {
    font-size: 1.5rem
}

.title.is-5 {
    font-size: 1.25rem
}

.title.is-6 {
    font-size: 1rem
}

.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #003764;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: hsl(0deg, 0%, 21%);
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.number {
    align-items: center;
    background-color: hsl(0deg, 0%, 96%);
    border-radius: 9999px;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.input,
.select select,
.textarea {
    background-color: hsl(0deg, 0%, 100%);
    border-color: #e5e5e5;
    border-radius: 4px;
    color: hsl(0deg, 0%, 21%)
}

.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered,
.select select:hover,
.textarea:hover {
    border-color: hsl(0deg, 0%, 71%)
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    border-color: #003764;
    box-shadow: 0 0 0 .125em rgba(0, 55, 100, .25)
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].input,
[disabled].textarea,
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    box-shadow: none;
    color: #d8d8d8
}

.select fieldset[disabled] select::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
[disabled].input::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
    color: rgba(216, 216, 216, .3)
}

.select fieldset[disabled] select::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
    color: rgba(216, 216, 216, .3)
}

.select fieldset[disabled] select:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
[disabled].input:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
    color: rgba(216, 216, 216, .3)
}

.select fieldset[disabled] select:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
    color: rgba(216, 216, 216, .3)
}

.input,
.textarea {
    box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
    max-width: 100%;
    width: 100%
}

[readonly].input,
[readonly].textarea {
    box-shadow: none
}

.is-white.input,
.is-white.textarea {
    border-color: hsl(0deg, 0%, 100%)
}

.is-white.input:active,
.is-white.input:focus,
.is-white.is-active.input,
.is-white.is-active.textarea,
.is-white.is-focused.input,
.is-white.is-focused.textarea,
.is-white.textarea:active,
.is-white.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.is-black.input,
.is-black.textarea {
    border-color: hsl(0deg, 0%, 4%)
}

.is-black.input:active,
.is-black.input:focus,
.is-black.is-active.input,
.is-black.is-active.textarea,
.is-black.is-focused.input,
.is-black.is-focused.textarea,
.is-black.textarea:active,
.is-black.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.is-light.input,
.is-light.textarea {
    border-color: hsl(0deg, 0%, 96%)
}

.is-light.input:active,
.is-light.input:focus,
.is-light.is-active.input,
.is-light.is-active.textarea,
.is-light.is-focused.input,
.is-light.is-focused.textarea,
.is-light.textarea:active,
.is-light.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.is-dark.input,
.is-dark.textarea {
    border-color: hsl(0deg, 0%, 21%)
}

.is-dark.input:active,
.is-dark.input:focus,
.is-dark.is-active.input,
.is-dark.is-active.textarea,
.is-dark.is-focused.input,
.is-dark.is-focused.textarea,
.is-dark.textarea:active,
.is-dark.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.is-primary.input,
.is-primary.textarea {
    border-color: #4a90e2
}

.is-primary.input:active,
.is-primary.input:focus,
.is-primary.is-active.input,
.is-primary.is-active.textarea,
.is-primary.is-focused.input,
.is-primary.is-focused.textarea,
.is-primary.textarea:active,
.is-primary.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(74, 144, 226, .25)
}

.is-link.input,
.is-link.textarea {
    border-color: #003764
}

.is-link.input:active,
.is-link.input:focus,
.is-link.is-active.input,
.is-link.is-active.textarea,
.is-link.is-focused.input,
.is-link.is-focused.textarea,
.is-link.textarea:active,
.is-link.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(0, 55, 100, .25)
}

.is-info.input,
.is-info.textarea {
    border-color: hsl(207deg, 61%, 53%)
}

.is-info.input:active,
.is-info.input:focus,
.is-info.is-active.input,
.is-info.is-active.textarea,
.is-info.is-focused.input,
.is-info.is-focused.textarea,
.is-info.textarea:active,
.is-info.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(62, 142, 208, .25)
}

.is-success.input,
.is-success.textarea {
    border-color: #23d160
}

.is-success.input:active,
.is-success.input:focus,
.is-success.is-active.input,
.is-success.is-active.textarea,
.is-success.is-focused.input,
.is-success.is-focused.textarea,
.is-success.textarea:active,
.is-success.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.is-warning.input,
.is-warning.textarea {
    border-color: #fedd56
}

.is-warning.input:active,
.is-warning.input:focus,
.is-warning.is-active.input,
.is-warning.is-active.textarea,
.is-warning.is-focused.input,
.is-warning.is-focused.textarea,
.is-warning.textarea:active,
.is-warning.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(254, 221, 86, .25)
}

.is-danger.input,
.is-danger.textarea {
    border-color: #fe385f
}

.is-danger.input:active,
.is-danger.input:focus,
.is-danger.is-active.input,
.is-danger.is-active.textarea,
.is-danger.is-focused.input,
.is-danger.is-focused.textarea,
.is-danger.textarea:active,
.is-danger.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(254, 56, 95, .25)
}

.is-small.input,
.is-small.textarea {
    border-radius: 2px;
    font-size: .75rem
}

.is-medium.input,
.is-medium.textarea {
    font-size: 1.25rem
}

.is-large.input,
.is-large.textarea {
    font-size: 1.5rem
}

.is-fullwidth.input,
.is-fullwidth.textarea {
    display: block;
    width: 100%
}

.is-inline.input,
.is-inline.textarea {
    display: inline;
    width: auto
}

.input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(.75em - 1px) + .375em);
    padding-right: calc(calc(.75em - 1px) + .375em)
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical
}

.textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em
}

.textarea[rows] {
    height: initial
}

.textarea.has-fixed-size {
    resize: none
}

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.checkbox input,
.radio input {
    cursor: pointer
}

.checkbox:hover,
.radio:hover {
    color: hsl(0deg, 0%, 21%)
}

.checkbox input[disabled],
.radio input[disabled],
[disabled].checkbox,
[disabled].radio,
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
    color: #d8d8d8;
    cursor: not-allowed
}

.radio+.radio {
    margin-left: .5em
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select:not(.is-multiple) {
    height: 2.5em
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #003764;
    right: 1.125em;
    z-index: 4
}

.select.is-rounded select {
    border-radius: 9999px;
    padding-left: 1em
}

.select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: 0
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
    border-color: hsl(0deg, 0%, 96%)
}

.select select:not([multiple]) {
    padding-right: 2.5em
}

.select select[multiple] {
    height: auto;
    padding: 0
}

.select select[multiple] option {
    padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: hsl(0deg, 0%, 21%)
}

.select.is-white:not(:hover)::after {
    border-color: hsl(0deg, 0%, 100%)
}

.select.is-white select {
    border-color: hsl(0deg, 0%, 100%)
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
    border-color: #f2f2f2
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.select.is-black:not(:hover)::after {
    border-color: hsl(0deg, 0%, 4%)
}

.select.is-black select {
    border-color: hsl(0deg, 0%, 4%)
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
    border-color: #000
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.select.is-light:not(:hover)::after {
    border-color: hsl(0deg, 0%, 96%)
}

.select.is-light select {
    border-color: hsl(0deg, 0%, 96%)
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
    border-color: #e8e8e8
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.select.is-dark:not(:hover)::after {
    border-color: hsl(0deg, 0%, 21%)
}

.select.is-dark select {
    border-color: hsl(0deg, 0%, 21%)
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
    border-color: #292929
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary:not(:hover)::after {
    border-color: #4a90e2
}

.select.is-primary select {
    border-color: #4a90e2
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
    border-color: #3483de
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
    box-shadow: 0 0 0 .125em rgba(74, 144, 226, .25)
}

.select.is-link:not(:hover)::after {
    border-color: #003764
}

.select.is-link select {
    border-color: #003764
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
    border-color: #00294b
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
    box-shadow: 0 0 0 .125em rgba(0, 55, 100, .25)
}

.select.is-info:not(:hover)::after {
    border-color: hsl(207deg, 61%, 53%)
}

.select.is-info select {
    border-color: hsl(207deg, 61%, 53%)
}

.select.is-info select.is-hovered,
.select.is-info select:hover {
    border-color: #3082c5
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
    box-shadow: 0 0 0 .125em rgba(62, 142, 208, .25)
}

.select.is-success:not(:hover)::after {
    border-color: #23d160
}

.select.is-success select {
    border-color: #23d160
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
    border-color: #1fbb56
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-warning:not(:hover)::after {
    border-color: #fedd56
}

.select.is-warning select {
    border-color: #fedd56
}

.select.is-warning select.is-hovered,
.select.is-warning select:hover {
    border-color: #fed83d
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
    box-shadow: 0 0 0 .125em rgba(254, 221, 86, .25)
}

.select.is-danger:not(:hover)::after {
    border-color: #fe385f
}

.select.is-danger select {
    border-color: #fe385f
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
    border-color: #fe1f4b
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
    box-shadow: 0 0 0 .125em rgba(254, 56, 95, .25)
}

.select.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.select.is-medium {
    font-size: 1.25rem
}

.select.is-large {
    font-size: 1.5rem
}

.select.is-disabled::after {
    border-color: #d8d8d8 !important;
    opacity: .5
}

.select.is-fullwidth {
    width: 100%
}

.select.is-fullwidth select {
    width: 100%
}

.select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: .625em;
    top: .625em;
    transform: none
}

.select.is-loading.is-small:after {
    font-size: .75rem
}

.select.is-loading.is-medium:after {
    font-size: 1.25rem
}

.select.is-loading.is-large:after {
    font-size: 1.5rem
}

.file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

.file.is-white .file-cta {
    background-color: hsl(0deg, 0%, 100%);
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
    color: hsl(0deg, 0%, 4%)
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.file.is-black .file-cta {
    background-color: hsl(0deg, 0%, 4%);
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
    color: hsl(0deg, 0%, 100%)
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: hsl(0deg, 0%, 100%)
}

.file.is-light .file-cta {
    background-color: hsl(0deg, 0%, 96%);
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
    color: rgba(0, 0, 0, .7)
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-dark .file-cta {
    background-color: hsl(0deg, 0%, 21%);
    border-color: transparent;
    color: #fff
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
    color: #fff
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff
}

.file.is-primary .file-cta {
    background-color: #4a90e2;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
    background-color: #3f89e0;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(74, 144, 226, .25);
    color: #fff
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
    background-color: #3483de;
    border-color: transparent;
    color: #fff
}

.file.is-link .file-cta {
    background-color: #003764;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
    background-color: #003057;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(0, 55, 100, .25);
    color: #fff
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
    background-color: #00294b;
    border-color: transparent;
    color: #fff
}

.file.is-info .file-cta {
    background-color: hsl(207deg, 61%, 53%);
    border-color: transparent;
    color: #fff
}

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
    background-color: #3488ce;
    border-color: transparent;
    color: #fff
}

.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(62, 142, 208, .25);
    color: #fff
}

.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
    background-color: #3082c5;
    border-color: transparent;
    color: #fff
}

.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
    background-color: #21c65b;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
    color: #fff
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
    background-color: #1fbb56;
    border-color: transparent;
    color: #fff
}

.file.is-warning .file-cta {
    background-color: #fedd56;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
    background-color: #feda49;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(254, 221, 86, .25);
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
    background-color: #fed83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
    background-color: #fe385f;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
    background-color: #fe2b55;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(254, 56, 95, .25);
    color: #fff
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
    background-color: #fe1f4b;
    border-color: transparent;
    color: #fff
}

.file.is-small {
    font-size: .75rem
}

.file.is-normal {
    font-size: 1rem
}

.file.is-medium {
    font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
    font-size: 21px
}

.file.is-large {
    font-size: 1.5rem
}

.file.is-large .file-icon .fa {
    font-size: 28px
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
    border-radius: 4px
}

.file.has-name.is-empty .file-name {
    display: none
}

.file.is-boxed .file-label {
    flex-direction: column
}

.file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em
}

.file.is-boxed .file-name {
    border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em
}

.file.is-boxed .file-icon .fa {
    font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px
}

.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px
}

.file.is-centered {
    justify-content: center
}

.file.is-fullwidth .file-label {
    width: 100%
}

.file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none
}

.file.is-right {
    justify-content: flex-end
}

.file.is-right .file-cta {
    border-radius: 0 4px 4px 0
}

.file.is-right .file-name {
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    order: -1
}

.file-label {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

.file-label:hover .file-cta {
    background-color: #eee;
    color: hsl(0deg, 0%, 21%)
}

.file-label:hover .file-name {
    border-color: #dfdfdf
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: hsl(0deg, 0%, 21%)
}

.file-label:active .file-name {
    border-color: #d8d8d8
}

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta,
.file-name {
    border-color: #e5e5e5;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: hsl(0deg, 0%, 96%);
    color: #003764
}

.file-name {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: inherit;
    text-overflow: ellipsis
}

.file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

.file-icon .fa {
    font-size: 14px
}

.label {
    color: hsl(0deg, 0%, 21%);
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.25rem
}

.label.is-large {
    font-size: 1.5rem
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-white {
    color: hsl(0deg, 0%, 100%)
}

.help.is-black {
    color: hsl(0deg, 0%, 4%)
}

.help.is-light {
    color: hsl(0deg, 0%, 96%)
}

.help.is-dark {
    color: hsl(0deg, 0%, 21%)
}

.help.is-primary {
    color: #4a90e2
}

.help.is-link {
    color: #003764
}

.help.is-info {
    color: hsl(207deg, 61%, 53%)
}

.help.is-success {
    color: #23d160
}

.help.is-warning {
    color: #fedd56
}

.help.is-danger {
    color: #fe385f
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: flex;
    justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus {
    z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover {
    z-index: 4
}

.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.has-addons.has-addons-centered {
    justify-content: center
}

.field.has-addons.has-addons-right {
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0
}

.field.is-grouped {
    display: flex;
    justify-content: flex-start
}

.field.is-grouped>.control {
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media screen and (min-width:768px),
print {
    .field.is-horizontal {
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:767px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:768px),
print {
    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

    .field-label.is-small {
        font-size: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: .375em
    }

    .field-label.is-large {
        font-size: 1.5rem;
        padding-top: .375em
    }
}

.field-body .field .field {
    margin-bottom: 0
}

@media screen and (min-width:768px),
print {
    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body>.field {
        flex-shrink: 1
    }

    .field-body>.field:not(.is-narrow) {
        flex-grow: 1
    }

    .field-body>.field:not(:last-child) {
        margin-right: .75rem
    }
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
    color: #003764
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
    font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
    font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
    font-size: 1.5rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #e5e5e5;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.5em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.5em
}

.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading::after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.25rem
}

.control.is-loading.is-large:after {
    font-size: 1.5rem
}

.breadcrumb {
    font-size: 1rem;
    white-space: nowrap
}

.breadcrumb a {
    align-items: center;
    color: #003764;
    display: flex;
    justify-content: center;
    padding: 0 .75em
}

.breadcrumb a:hover {
    color: hsl(0deg, 0%, 21%)
}

.breadcrumb li {
    align-items: center;
    display: flex
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li.is-active a {
    color: hsl(0deg, 0%, 21%);
    cursor: default;
    pointer-events: none
}

.breadcrumb li+li::before {
    color: hsl(0deg, 0%, 71%);
    content: "/"
}

.breadcrumb ol,
.breadcrumb ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.breadcrumb .icon:first-child {
    margin-right: .5em
}

.breadcrumb .icon:last-child {
    margin-left: .5em
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
    justify-content: center
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
    justify-content: flex-end
}

.breadcrumb.is-small {
    font-size: .75rem
}

.breadcrumb.is-medium {
    font-size: 1.25rem
}

.breadcrumb.is-large {
    font-size: 1.5rem
}

.breadcrumb.has-arrow-separator li+li::before {
    content: "→"
}

.breadcrumb.has-bullet-separator li+li::before {
    content: "•"
}

.breadcrumb.has-dot-separator li+li::before {
    content: "·"
}

.breadcrumb.has-succeeds-separator li+li::before {
    content: "≻"
}

.card {
    background-color: hsl(0deg, 0%, 100%);
    border-radius: .25rem;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    color: #003764;
    max-width: 100%;
    position: relative
}

.card-content:first-child,
.card-footer:first-child,
.card-header:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-content:last-child,
.card-footer:last-child,
.card-header:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.card-header {
    background-color: transparent;
    align-items: stretch;
    box-shadow: 0 .125em .25em rgba(10, 10, 10, .1);
    display: flex
}

.card-header-title {
    align-items: center;
    color: hsl(0deg, 0%, 21%);
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem 1rem
}

.card-header-title.is-centered {
    justify-content: center
}

.card-header-icon {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: .75rem 1rem
}

.card-image {
    display: block;
    position: relative
}

.card-image:first-child img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-image:last-child img {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.card-content {
    background-color: transparent;
    padding: 1.5rem
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid hsl(0deg, 0%, 93%);
    align-items: stretch;
    display: flex
}

.card-footer-item {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: .75rem
}

.card-footer-item:not(:last-child) {
    border-right: 1px solid hsl(0deg, 0%, 93%)
}

.card .media:not(:last-child) {
    margin-bottom: 1.5rem
}

.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
    display: block
}

.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0
}

.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.dropdown-content {
    background-color: hsl(0deg, 0%, 100%);
    border-radius: 4px;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #003764;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item,
button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

a.dropdown-item:hover,
button.dropdown-item:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%)
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
    background-color: #003764;
    color: #fff
}

.dropdown-divider {
    background-color: hsl(0deg, 0%, 93%);
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level {
    align-items: center;
    justify-content: space-between
}

.level code {
    border-radius: 4px
}

.level img {
    display: inline-block;
    vertical-align: top
}

.level.is-mobile {
    display: flex
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: flex
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.level.is-mobile .level-item:not(.is-narrow) {
    flex-grow: 1
}

@media screen and (min-width:768px),
print {
    .level {
        display: flex
    }

    .level>.level-item:not(.is-narrow) {
        flex-grow: 1
    }
}

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center
}

.level-item .subtitle,
.level-item .title {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }
}

.level-left,
.level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
    flex-grow: 1
}

@media screen and (min-width:768px),
print {

    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }
}

.level-left {
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .level-left+.level-right {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:768px),
print {
    .level-left {
        display: flex
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

@media screen and (min-width:768px),
print {
    .level-right {
        display: flex
    }
}

.media {
    align-items: flex-start;
    display: flex;
    text-align: inherit
}

.media .content:not(:last-child) {
    margin-bottom: .75rem
}

.media .media {
    border-top: 1px solid rgba(229, 229, 229, .5);
    display: flex;
    padding-top: .75rem
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
    margin-bottom: .5rem
}

.media .media .media {
    padding-top: .5rem
}

.media .media .media+.media {
    margin-top: .5rem
}

.media+.media {
    border-top: 1px solid rgba(229, 229, 229, .5);
    margin-top: 1rem;
    padding-top: 1rem
}

.media.is-large+.media {
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

.media-left,
.media-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.media-left {
    margin-right: 1rem
}

.media-right {
    margin-left: 1rem
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: inherit
}

@media screen and (max-width:767px) {
    .media-content {
        overflow-x: auto
    }
}

.menu {
    font-size: 1rem
}

.menu.is-small {
    font-size: .75rem
}

.menu.is-medium {
    font-size: 1.25rem
}

.menu.is-large {
    font-size: 1.5rem
}

.menu-list {
    line-height: 1.25
}

.menu-list a {
    border-radius: 2px;
    color: #003764;
    display: block;
    padding: .5em .75em
}

.menu-list a:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 21%)
}

.menu-list a.is-active {
    background-color: #003764;
    color: #fff
}

.menu-list li ul {
    border-left: 1px solid #e5e5e5;
    margin: .75em;
    padding-left: .75em
}

.menu-label {
    color: #d8d8d8;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

.menu-label:not(:first-child) {
    margin-top: 1em
}

.menu-label:not(:last-child) {
    margin-bottom: 1em
}

.message {
    background-color: hsl(0deg, 0%, 96%);
    border-radius: 4px;
    font-size: 1rem
}

.message strong {
    color: currentColor
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline
}

.message.is-small {
    font-size: .75rem
}

.message.is-medium {
    font-size: 1.25rem
}

.message.is-large {
    font-size: 1.5rem
}

.message.is-white {
    background-color: #fff
}

.message.is-white .message-header {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.message.is-white .message-body {
    border-color: hsl(0deg, 0%, 100%)
}

.message.is-black {
    background-color: #fafafa
}

.message.is-black .message-header {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.message.is-black .message-body {
    border-color: hsl(0deg, 0%, 4%)
}

.message.is-light {
    background-color: #fafafa
}

.message.is-light .message-header {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.message.is-light .message-body {
    border-color: hsl(0deg, 0%, 96%)
}

.message.is-dark {
    background-color: #fafafa
}

.message.is-dark .message-header {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.message.is-dark .message-body {
    border-color: hsl(0deg, 0%, 21%)
}

.message.is-primary {
    background-color: #edf4fc
}

.message.is-primary .message-header {
    background-color: #4a90e2;
    color: #fff
}

.message.is-primary .message-body {
    border-color: #4a90e2;
    color: #1c60b0
}

.message.is-link {
    background-color: #ebf6ff
}

.message.is-link .message-header {
    background-color: #003764;
    color: #fff
}

.message.is-link .message-body {
    border-color: #003764;
    color: #1495ff
}

.message.is-info {
    background-color: #eff5fb
}

.message.is-info .message-header {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.message.is-info .message-body {
    border-color: hsl(207deg, 61%, 53%);
    color: #296fa8
}

.message.is-success {
    background-color: #eefcf3
}

.message.is-success .message-header {
    background-color: #23d160;
    color: #fff
}

.message.is-success .message-body {
    border-color: #23d160;
    color: #16833c
}

.message.is-warning {
    background-color: #fffbeb
}

.message.is-warning .message-header {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.message.is-warning .message-body {
    border-color: #fedd56;
    color: #937601
}

.message.is-danger {
    background-color: #ffebef
}

.message.is-danger .message-header {
    background-color: #fe385f;
    color: #fff
}

.message.is-danger .message-body {
    border-color: #fe385f;
    color: #da012c
}

.message-header {
    align-items: center;
    background-color: #003764;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: .75em 1em;
    position: relative
}

.message-header .delete {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: .75em
}

.message-header+.message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.message-body {
    border-color: #e5e5e5;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #003764;
    padding: 1.25em 1.5em
}

.message-body code,
.message-body pre {
    background-color: hsl(0deg, 0%, 100%)
}

.message-body pre code {
    background-color: transparent
}

.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(10, 10, 10, .86)
}

.modal-card,
.modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {

    .modal-card,
    .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    background: 0 0;
    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-foot,
.modal-card-head {
    align-items: center;
    background-color: hsl(0deg, 0%, 96%);
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: hsl(0deg, 0%, 21%);
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #e5e5e5
}

.modal-card-foot .button:not(:last-child) {
    margin-right: .5em
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: hsl(0deg, 0%, 100%);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar {
    background-color: hsl(0deg, 0%, 100%);
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

.navbar.is-white {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-brand .navbar-link,
.navbar.is-white .navbar-brand>.navbar-item {
    color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-brand .navbar-link.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand>a.navbar-item:focus,
.navbar.is-white .navbar-brand>a.navbar-item:hover {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-brand .navbar-link::after {
    border-color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-burger {
    color: hsl(0deg, 0%, 4%)
}

@media screen and (min-width:1088px) {

    .navbar.is-white .navbar-end .navbar-link,
    .navbar.is-white .navbar-end>.navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-start>.navbar-item {
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-end .navbar-link.is-active,
    .navbar.is-white .navbar-end .navbar-link:focus,
    .navbar.is-white .navbar-end .navbar-link:hover,
    .navbar.is-white .navbar-end>a.navbar-item.is-active,
    .navbar.is-white .navbar-end>a.navbar-item:focus,
    .navbar.is-white .navbar-end>a.navbar-item:hover,
    .navbar.is-white .navbar-start .navbar-link.is-active,
    .navbar.is-white .navbar-start .navbar-link:focus,
    .navbar.is-white .navbar-start .navbar-link:hover,
    .navbar.is-white .navbar-start>a.navbar-item.is-active,
    .navbar.is-white .navbar-start>a.navbar-item:focus,
    .navbar.is-white .navbar-start>a.navbar-item:hover {
        background-color: #f2f2f2;
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-end .navbar-link::after,
    .navbar.is-white .navbar-start .navbar-link::after {
        border-color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f2f2f2;
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 100%);
        color: hsl(0deg, 0%, 4%)
    }
}

.navbar.is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.navbar.is-black .navbar-brand .navbar-link,
.navbar.is-black .navbar-brand>.navbar-item {
    color: hsl(0deg, 0%, 100%)
}

.navbar.is-black .navbar-brand .navbar-link.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand>a.navbar-item:focus,
.navbar.is-black .navbar-brand>a.navbar-item:hover {
    background-color: #000;
    color: hsl(0deg, 0%, 100%)
}

.navbar.is-black .navbar-brand .navbar-link::after {
    border-color: hsl(0deg, 0%, 100%)
}

.navbar.is-black .navbar-burger {
    color: hsl(0deg, 0%, 100%)
}

@media screen and (min-width:1088px) {

    .navbar.is-black .navbar-end .navbar-link,
    .navbar.is-black .navbar-end>.navbar-item,
    .navbar.is-black .navbar-start .navbar-link,
    .navbar.is-black .navbar-start>.navbar-item {
        color: hsl(0deg, 0%, 100%)
    }

    .navbar.is-black .navbar-end .navbar-link.is-active,
    .navbar.is-black .navbar-end .navbar-link:focus,
    .navbar.is-black .navbar-end .navbar-link:hover,
    .navbar.is-black .navbar-end>a.navbar-item.is-active,
    .navbar.is-black .navbar-end>a.navbar-item:focus,
    .navbar.is-black .navbar-end>a.navbar-item:hover,
    .navbar.is-black .navbar-start .navbar-link.is-active,
    .navbar.is-black .navbar-start .navbar-link:focus,
    .navbar.is-black .navbar-start .navbar-link:hover,
    .navbar.is-black .navbar-start>a.navbar-item.is-active,
    .navbar.is-black .navbar-start>a.navbar-item:focus,
    .navbar.is-black .navbar-start>a.navbar-item:hover {
        background-color: #000;
        color: hsl(0deg, 0%, 100%)
    }

    .navbar.is-black .navbar-end .navbar-link::after,
    .navbar.is-black .navbar-start .navbar-link::after {
        border-color: hsl(0deg, 0%, 100%)
    }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #000;
        color: hsl(0deg, 0%, 100%)
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 4%);
        color: hsl(0deg, 0%, 100%)
    }
}

.navbar.is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand .navbar-link,
.navbar.is-light .navbar-brand>.navbar-item {
    color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand .navbar-link.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand>a.navbar-item:focus,
.navbar.is-light .navbar-brand>a.navbar-item:hover {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-burger {
    color: rgba(0, 0, 0, .7)
}

@media screen and (min-width:1088px) {

    .navbar.is-light .navbar-end .navbar-link,
    .navbar.is-light .navbar-end>.navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-start>.navbar-item {
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-end .navbar-link.is-active,
    .navbar.is-light .navbar-end .navbar-link:focus,
    .navbar.is-light .navbar-end .navbar-link:hover,
    .navbar.is-light .navbar-end>a.navbar-item.is-active,
    .navbar.is-light .navbar-end>a.navbar-item:focus,
    .navbar.is-light .navbar-end>a.navbar-item:hover,
    .navbar.is-light .navbar-start .navbar-link.is-active,
    .navbar.is-light .navbar-start .navbar-link:focus,
    .navbar.is-light .navbar-start .navbar-link:hover,
    .navbar.is-light .navbar-start>a.navbar-item.is-active,
    .navbar.is-light .navbar-start>a.navbar-item:focus,
    .navbar.is-light .navbar-start>a.navbar-item:hover {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-end .navbar-link::after,
    .navbar.is-light .navbar-start .navbar-link::after {
        border-color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 96%);
        color: rgba(0, 0, 0, .7)
    }
}

.navbar.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link,
.navbar.is-dark .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand>a.navbar-item:focus,
.navbar.is-dark .navbar-brand>a.navbar-item:hover {
    background-color: #292929;
    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:1088px) {

    .navbar.is-dark .navbar-end .navbar-link,
    .navbar.is-dark .navbar-end>.navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-dark .navbar-end .navbar-link.is-active,
    .navbar.is-dark .navbar-end .navbar-link:focus,
    .navbar.is-dark .navbar-end .navbar-link:hover,
    .navbar.is-dark .navbar-end>a.navbar-item.is-active,
    .navbar.is-dark .navbar-end>a.navbar-item:focus,
    .navbar.is-dark .navbar-end>a.navbar-item:hover,
    .navbar.is-dark .navbar-start .navbar-link.is-active,
    .navbar.is-dark .navbar-start .navbar-link:focus,
    .navbar.is-dark .navbar-start .navbar-link:hover,
    .navbar.is-dark .navbar-start>a.navbar-item.is-active,
    .navbar.is-dark .navbar-start>a.navbar-item:focus,
    .navbar.is-dark .navbar-start>a.navbar-item:hover {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-end .navbar-link::after,
    .navbar.is-dark .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 21%);
        color: #fff
    }
}

.navbar.is-primary {
    background-color: #4a90e2;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link,
.navbar.is-primary .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand>a.navbar-item:focus,
.navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #3483de;
    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:1088px) {

    .navbar.is-primary .navbar-end .navbar-link,
    .navbar.is-primary .navbar-end>.navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link.is-active,
    .navbar.is-primary .navbar-end .navbar-link:focus,
    .navbar.is-primary .navbar-end .navbar-link:hover,
    .navbar.is-primary .navbar-end>a.navbar-item.is-active,
    .navbar.is-primary .navbar-end>a.navbar-item:focus,
    .navbar.is-primary .navbar-end>a.navbar-item:hover,
    .navbar.is-primary .navbar-start .navbar-link.is-active,
    .navbar.is-primary .navbar-start .navbar-link:focus,
    .navbar.is-primary .navbar-start .navbar-link:hover,
    .navbar.is-primary .navbar-start>a.navbar-item.is-active,
    .navbar.is-primary .navbar-start>a.navbar-item:focus,
    .navbar.is-primary .navbar-start>a.navbar-item:hover {
        background-color: #3483de;
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link::after,
    .navbar.is-primary .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3483de;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #4a90e2;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #003764;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link,
.navbar.is-link .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand>a.navbar-item:focus,
.navbar.is-link .navbar-brand>a.navbar-item:hover {
    background-color: #00294b;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-link .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-link .navbar-end .navbar-link,
    .navbar.is-link .navbar-end>.navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link.is-active,
    .navbar.is-link .navbar-end .navbar-link:focus,
    .navbar.is-link .navbar-end .navbar-link:hover,
    .navbar.is-link .navbar-end>a.navbar-item.is-active,
    .navbar.is-link .navbar-end>a.navbar-item:focus,
    .navbar.is-link .navbar-end>a.navbar-item:hover,
    .navbar.is-link .navbar-start .navbar-link.is-active,
    .navbar.is-link .navbar-start .navbar-link:focus,
    .navbar.is-link .navbar-start .navbar-link:hover,
    .navbar.is-link .navbar-start>a.navbar-item.is-active,
    .navbar.is-link .navbar-start>a.navbar-item:focus,
    .navbar.is-link .navbar-start>a.navbar-item:hover {
        background-color: #00294b;
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link::after,
    .navbar.is-link .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #00294b;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #003764;
        color: #fff
    }
}

.navbar.is-info {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link,
.navbar.is-info .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand>a.navbar-item:focus,
.navbar.is-info .navbar-brand>a.navbar-item:hover {
    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:1088px) {

    .navbar.is-info .navbar-end .navbar-link,
    .navbar.is-info .navbar-end>.navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .navbar.is-info .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link.is-active,
    .navbar.is-info .navbar-end .navbar-link:focus,
    .navbar.is-info .navbar-end .navbar-link:hover,
    .navbar.is-info .navbar-end>a.navbar-item.is-active,
    .navbar.is-info .navbar-end>a.navbar-item:focus,
    .navbar.is-info .navbar-end>a.navbar-item:hover,
    .navbar.is-info .navbar-start .navbar-link.is-active,
    .navbar.is-info .navbar-start .navbar-link:focus,
    .navbar.is-info .navbar-start .navbar-link:hover,
    .navbar.is-info .navbar-start>a.navbar-item.is-active,
    .navbar.is-info .navbar-start>a.navbar-item:focus,
    .navbar.is-info .navbar-start>a.navbar-item:hover {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link::after,
    .navbar.is-info .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(207deg, 61%, 53%);
        color: #fff
    }
}

.navbar.is-success {
    background-color: #23d160;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link,
.navbar.is-success .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand>a.navbar-item:focus,
.navbar.is-success .navbar-brand>a.navbar-item:hover {
    background-color: #1fbb56;
    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:1088px) {

    .navbar.is-success .navbar-end .navbar-link,
    .navbar.is-success .navbar-end>.navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link.is-active,
    .navbar.is-success .navbar-end .navbar-link:focus,
    .navbar.is-success .navbar-end .navbar-link:hover,
    .navbar.is-success .navbar-end>a.navbar-item.is-active,
    .navbar.is-success .navbar-end>a.navbar-item:focus,
    .navbar.is-success .navbar-end>a.navbar-item:hover,
    .navbar.is-success .navbar-start .navbar-link.is-active,
    .navbar.is-success .navbar-start .navbar-link:focus,
    .navbar.is-success .navbar-start .navbar-link:hover,
    .navbar.is-success .navbar-start>a.navbar-item.is-active,
    .navbar.is-success .navbar-start>a.navbar-item:focus,
    .navbar.is-success .navbar-start>a.navbar-item:hover {
        background-color: #1fbb56;
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link::after,
    .navbar.is-success .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #1fbb56;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff
    }
}

.navbar.is-warning {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link,
.navbar.is-warning .navbar-brand>.navbar-item {
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand>a.navbar-item:focus,
.navbar.is-warning .navbar-brand>a.navbar-item:hover {
    background-color: #fed83d;
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-burger {
    color: rgba(0, 0, 0, .7)
}

@media screen and (min-width:1088px) {

    .navbar.is-warning .navbar-end .navbar-link,
    .navbar.is-warning .navbar-end>.navbar-item,
    .navbar.is-warning .navbar-start .navbar-link,
    .navbar.is-warning .navbar-start>.navbar-item {
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-end .navbar-link.is-active,
    .navbar.is-warning .navbar-end .navbar-link:focus,
    .navbar.is-warning .navbar-end .navbar-link:hover,
    .navbar.is-warning .navbar-end>a.navbar-item.is-active,
    .navbar.is-warning .navbar-end>a.navbar-item:focus,
    .navbar.is-warning .navbar-end>a.navbar-item:hover,
    .navbar.is-warning .navbar-start .navbar-link.is-active,
    .navbar.is-warning .navbar-start .navbar-link:focus,
    .navbar.is-warning .navbar-start .navbar-link:hover,
    .navbar.is-warning .navbar-start>a.navbar-item.is-active,
    .navbar.is-warning .navbar-start>a.navbar-item:focus,
    .navbar.is-warning .navbar-start>a.navbar-item:hover {
        background-color: #fed83d;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-end .navbar-link::after,
    .navbar.is-warning .navbar-start .navbar-link::after {
        border-color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #fed83d;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #fedd56;
        color: rgba(0, 0, 0, .7)
    }
}

.navbar.is-danger {
    background-color: #fe385f;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link,
.navbar.is-danger .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand>a.navbar-item:focus,
.navbar.is-danger .navbar-brand>a.navbar-item:hover {
    background-color: #fe1f4b;
    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:1088px) {

    .navbar.is-danger .navbar-end .navbar-link,
    .navbar.is-danger .navbar-end>.navbar-item,
    .navbar.is-danger .navbar-start .navbar-link,
    .navbar.is-danger .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link.is-active,
    .navbar.is-danger .navbar-end .navbar-link:focus,
    .navbar.is-danger .navbar-end .navbar-link:hover,
    .navbar.is-danger .navbar-end>a.navbar-item.is-active,
    .navbar.is-danger .navbar-end>a.navbar-item:focus,
    .navbar.is-danger .navbar-end>a.navbar-item:hover,
    .navbar.is-danger .navbar-start .navbar-link.is-active,
    .navbar.is-danger .navbar-start .navbar-link:focus,
    .navbar.is-danger .navbar-start .navbar-link:hover,
    .navbar.is-danger .navbar-start>a.navbar-item.is-active,
    .navbar.is-danger .navbar-start>a.navbar-item:focus,
    .navbar.is-danger .navbar-start>a.navbar-item:hover {
        background-color: #fe1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link::after,
    .navbar.is-danger .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #fe1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #fe385f;
        color: #fff
    }
}

.navbar>.container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 hsl(0deg, 0%, 96%)
}

.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 hsl(0deg, 0%, 96%)
}

.navbar.is-fixed-top {
    top: 0
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
    padding-top: 3.25rem
}

body.has-navbar-fixed-bottom,
html.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand,
.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #003764;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    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, .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: #003764;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.navbar-link,
a.navbar-item {
    cursor: pointer
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
    background-color: hsl(0deg, 0%, 98%);
    color: #003764
}

.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 transparent;
    min-height: 3.25rem;
    padding-bottom: calc(.5rem - 1px)
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #003764
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #003764;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #003764;
    padding-bottom: calc(.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: #003764;
    margin-top: -.375em;
    right: 1.125em
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.navbar-divider {
    background-color: hsl(0deg, 0%, 96%);
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width:1087px) {
    .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: hsl(0deg, 0%, 100%);
        box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
        padding: .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(10, 10, 10, .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.25rem);
        overflow: auto
    }

    body.has-navbar-fixed-top-touch,
    html.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch,
    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width:1088px) {

    .navbar,
    .navbar-end,
    .navbar-menu,
    .navbar-start {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar.is-spaced {
        padding: 1rem 2rem
    }

    .navbar.is-spaced .navbar-end,
    .navbar.is-spaced .navbar-start {
        align-items: center
    }

    .navbar.is-spaced .navbar-link,
    .navbar.is-spaced a.navbar-item {
        border-radius: 4px
    }

    .navbar.is-transparent .navbar-link.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent a.navbar-item:focus,
    .navbar.is-transparent a.navbar-item:hover {
        background-color: transparent !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: transparent !important
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: hsl(0deg, 0%, 96%);
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 96%);
        color: #003764
    }

    .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(.25em, -.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #e5e5e5;
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10, 10, 10, .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-item.is-active .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
        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: hsl(0deg, 0%, 100%);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #e5e5e5;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

    .navbar-dropdown .navbar-item {
        padding: .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: hsl(0deg, 0%, 96%);
        color: hsl(0deg, 0%, 4%)
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 96%);
        color: #003764
    }

    .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-dropdown {
        border-radius: 6px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .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
    }

    .container>.navbar .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -.75rem
    }

    .container>.navbar .navbar-menu,
    .navbar>.container .navbar-menu {
        margin-right: -.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(10, 10, 10, .1)
    }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop,
    html.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-desktop,
    html.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    body.has-spaced-navbar-fixed-top,
    html.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    body.has-spaced-navbar-fixed-bottom,
    html.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    .navbar-link.is-active,
    a.navbar-item.is-active {
        color: hsl(0deg, 0%, 4%)
    }

    .navbar-link.is-active:not(:focus):not(:hover),
    a.navbar-item.is-active:not(:focus):not(:hover) {
        background-color: transparent
    }

    .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar-item.has-dropdown:focus .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link {
        background-color: hsl(0deg, 0%, 98%)
    }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}

.pagination {
    font-size: 1rem;
    margin: -.25rem
}

.pagination.is-small {
    font-size: .75rem
}

.pagination.is-medium {
    font-size: 1.25rem
}

.pagination.is-large {
    font-size: 1.5rem
}

.pagination.is-rounded .pagination-next,
.pagination.is-rounded .pagination-previous {
    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-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-link,
.pagination-next,
.pagination-previous {
    border-color: #e5e5e5;
    color: hsl(0deg, 0%, 21%);
    min-width: 2.5em
}

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
    border-color: hsl(0deg, 0%, 71%);
    color: hsl(0deg, 0%, 21%)
}

.pagination-link:focus,
.pagination-next:focus,
.pagination-previous:focus {
    border-color: #003764
}

.pagination-link:active,
.pagination-next:active,
.pagination-previous:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}

.pagination-link.is-disabled,
.pagination-link[disabled],
.pagination-next.is-disabled,
.pagination-next[disabled],
.pagination-previous.is-disabled,
.pagination-previous[disabled] {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    box-shadow: none;
    color: #d8d8d8;
    opacity: .5
}

.pagination-next,
.pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #003764;
    border-color: #003764;
    color: #fff
}

.pagination-ellipsis {
    color: hsl(0deg, 0%, 71%);
    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-next,
    .pagination-previous {
        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-ellipsis,
    .pagination-link,
    .pagination-next,
    .pagination-previous {
        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
    }
}

.panel {
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    font-size: 1rem
}

.panel:not(:last-child) {
    margin-bottom: 1.5rem
}

.panel.is-white .panel-heading {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.panel.is-white .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 100%)
}

.panel.is-white .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 100%)
}

.panel.is-black .panel-heading {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.panel.is-black .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 4%)
}

.panel.is-black .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 4%)
}

.panel.is-light .panel-heading {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.panel.is-light .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 96%)
}

.panel.is-light .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 96%)
}

.panel.is-dark .panel-heading {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.panel.is-dark .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 21%)
}

.panel.is-dark .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 21%)
}

.panel.is-primary .panel-heading {
    background-color: #4a90e2;
    color: #fff
}

.panel.is-primary .panel-tabs a.is-active {
    border-bottom-color: #4a90e2
}

.panel.is-primary .panel-block.is-active .panel-icon {
    color: #4a90e2
}

.panel.is-link .panel-heading {
    background-color: #003764;
    color: #fff
}

.panel.is-link .panel-tabs a.is-active {
    border-bottom-color: #003764
}

.panel.is-link .panel-block.is-active .panel-icon {
    color: #003764
}

.panel.is-info .panel-heading {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.panel.is-info .panel-tabs a.is-active {
    border-bottom-color: hsl(207deg, 61%, 53%)
}

.panel.is-info .panel-block.is-active .panel-icon {
    color: hsl(207deg, 61%, 53%)
}

.panel.is-success .panel-heading {
    background-color: #23d160;
    color: #fff
}

.panel.is-success .panel-tabs a.is-active {
    border-bottom-color: #23d160
}

.panel.is-success .panel-block.is-active .panel-icon {
    color: #23d160
}

.panel.is-warning .panel-heading {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.panel.is-warning .panel-tabs a.is-active {
    border-bottom-color: #fedd56
}

.panel.is-warning .panel-block.is-active .panel-icon {
    color: #fedd56
}

.panel.is-danger .panel-heading {
    background-color: #fe385f;
    color: #fff
}

.panel.is-danger .panel-tabs a.is-active {
    border-bottom-color: #fe385f
}

.panel.is-danger .panel-block.is-active .panel-icon {
    color: #fe385f
}

.panel-block:not(:last-child),
.panel-tabs:not(:last-child) {
    border-bottom: 1px solid hsl(0deg, 0%, 93%)
}

.panel-heading {
    background-color: hsl(0deg, 0%, 93%);
    border-radius: 6px 6px 0 0;
    color: hsl(0deg, 0%, 21%);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
    padding: .75em 1em
}

.panel-tabs {
    align-items: flex-end;
    display: flex;
    font-size: .875em;
    justify-content: center
}

.panel-tabs a {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
    padding: .5em
}

.panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 29%);
    color: hsl(0deg, 0%, 21%)
}

.panel-list a {
    color: #003764
}

.panel-list a:hover {
    color: #003764
}

.panel-block {
    align-items: center;
    color: hsl(0deg, 0%, 21%);
    display: flex;
    justify-content: flex-start;
    padding: .5em .75em
}

.panel-block input[type=checkbox] {
    margin-right: .75em
}

.panel-block>.control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%
}

.panel-block.is-wrapped {
    flex-wrap: wrap
}

.panel-block.is-active {
    border-left-color: #003764;
    color: hsl(0deg, 0%, 21%)
}

.panel-block.is-active .panel-icon {
    color: #003764
}

.panel-block:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

a.panel-block,
label.panel-block {
    cursor: pointer
}

a.panel-block:hover,
label.panel-block:hover {
    background-color: hsl(0deg, 0%, 96%)
}

.panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #d8d8d8;
    margin-right: .75em
}

.panel-icon .fa {
    font-size: inherit;
    line-height: inherit
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .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:1087px) {
    .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:1088px) {
    .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:1244px) {
    .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:1408px) {
    .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: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .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:1088px) {
    .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:1087px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1244px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem
    }
}

.tile {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: min-content
}

.tile.is-ancestor {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.tile.is-ancestor:last-child {
    margin-bottom: -.75rem
}

.tile.is-ancestor:not(:last-child) {
    margin-bottom: .75rem
}

.tile.is-child {
    margin: 0 !important
}

.tile.is-parent {
    padding: .75rem
}

.tile.is-vertical {
    flex-direction: column
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
    margin-bottom: 1.5rem !important
}

@media screen and (min-width:768px),
print {
    .tile:not(.is-child) {
        display: flex
    }

    .tile.is-1 {
        flex: none;
        width: 8.33333337%
    }

    .tile.is-2 {
        flex: none;
        width: 16.66666674%
    }

    .tile.is-3 {
        flex: none;
        width: 25%
    }

    .tile.is-4 {
        flex: none;
        width: 33.33333337%
    }

    .tile.is-5 {
        flex: none;
        width: 41.66666674%
    }

    .tile.is-6 {
        flex: none;
        width: 50%
    }

    .tile.is-7 {
        flex: none;
        width: 58.33333337%
    }

    .tile.is-8 {
        flex: none;
        width: 66.66666674%
    }

    .tile.is-9 {
        flex: none;
        width: 75%
    }

    .tile.is-10 {
        flex: none;
        width: 83.33333337%
    }

    .tile.is-11 {
        flex: none;
        width: 91.66666674%
    }

    .tile.is-12 {
        flex: none;
        width: 100%
    }
}

.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hero .navbar {
    background: 0 0
}

.hero .tabs ul {
    border-bottom: none
}

.hero.is-white {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.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: hsl(0deg, 0%, 4%)
}

.hero.is-white .subtitle {
    color: rgba(10, 10, 10, .9)
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
    color: hsl(0deg, 0%, 4%)
}

@media screen and (max-width:1087px) {
    .hero.is-white .navbar-menu {
        background-color: hsl(0deg, 0%, 100%)
    }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
    color: rgba(10, 10, 10, .7)
}

.hero.is-white .navbar-link.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white a.navbar-item:hover {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%)
}

.hero.is-white .tabs a {
    color: hsl(0deg, 0%, 4%);
    opacity: .9
}

.hero.is-white .tabs a:hover {
    opacity: 1
}

.hero.is-white .tabs li.is-active a {
    color: hsl(0deg, 0%, 100%) !important;
    opacity: 1
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
    color: hsl(0deg, 0%, 4%)
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .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: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0, hsl(0deg, 0%, 100%) 71%, #fff 100%)
}

@media screen and (max-width:767px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e8e3e4 0, hsl(0deg, 0%, 100%) 71%, #fff 100%)
    }
}

.hero.is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%)
}

.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: hsl(0deg, 0%, 100%)
}

.hero.is-black .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
    color: hsl(0deg, 0%, 100%)
}

@media screen and (max-width:1087px) {
    .hero.is-black .navbar-menu {
        background-color: hsl(0deg, 0%, 4%)
    }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-black .navbar-link.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black a.navbar-item:hover {
    background-color: #000;
    color: hsl(0deg, 0%, 100%)
}

.hero.is-black .tabs a {
    color: hsl(0deg, 0%, 100%);
    opacity: .9
}

.hero.is-black .tabs a:hover {
    opacity: 1
}

.hero.is-black .tabs li.is-active a {
    color: hsl(0deg, 0%, 4%) !important;
    opacity: 1
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
    color: hsl(0deg, 0%, 100%)
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .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: hsl(0deg, 0%, 100%);
    border-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%)
}

.hero.is-black.is-bold {
    background-image: linear-gradient(141deg, #000 0, hsl(0deg, 0%, 4%) 71%, #181616 100%)
}

@media screen and (max-width:767px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #000 0, hsl(0deg, 0%, 4%) 71%, #181616 100%)
    }
}

.hero.is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(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, .7)
}

.hero.is-light .subtitle {
    color: rgba(0, 0, 0, .9)
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
    color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1087px) {
    .hero.is-light .navbar-menu {
        background-color: hsl(0deg, 0%, 96%)
    }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(0, 0, 0, .7)
}

.hero.is-light .navbar-link.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light a.navbar-item:hover {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, .7)
}

.hero.is-light .tabs a {
    color: rgba(0, 0, 0, .7);
    opacity: .9
}

.hero.is-light .tabs a:hover {
    opacity: 1
}

.hero.is-light .tabs li.is-active a {
    color: hsl(0deg, 0%, 96%) !important;
    opacity: 1
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
    color: rgba(0, 0, 0, .7)
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .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, .7);
    border-color: rgba(0, 0, 0, .7);
    color: hsl(0deg, 0%, 96%)
}

.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9 0, hsl(0deg, 0%, 96%) 71%, #fff 100%)
}

@media screen and (max-width:767px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9 0, hsl(0deg, 0%, 96%) 71%, #fff 100%)
    }
}

.hero.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    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, .9)
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-dark .navbar-menu {
        background-color: hsl(0deg, 0%, 21%)
    }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-dark .navbar-link.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark a.navbar-item:hover {
    background-color: #292929;
    color: #fff
}

.hero.is-dark .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-dark .tabs a:hover {
    opacity: 1
}

.hero.is-dark .tabs li.is-active a {
    color: hsl(0deg, 0%, 21%) !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(10, 10, 10, .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: hsl(0deg, 0%, 21%)
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #1f191a 0, hsl(0deg, 0%, 21%) 71%, #46403f 100%)
}

@media screen and (max-width:767px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1f191a 0, hsl(0deg, 0%, 21%) 71%, #46403f 100%)
    }
}

.hero.is-primary {
    background-color: #4a90e2;
    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, .9)
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-primary .navbar-menu {
        background-color: #4a90e2
    }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-primary .navbar-link.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary a.navbar-item:hover {
    background-color: #3483de;
    color: #fff
}

.hero.is-primary .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-primary .tabs a:hover {
    opacity: 1
}

.hero.is-primary .tabs li.is-active a {
    color: #4a90e2 !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(10, 10, 10, .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: #4a90e2
}

.hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #1697e3 0, #4a90e2 71%, #5b85ea 100%)
}

@media screen and (max-width:767px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1697e3 0, #4a90e2 71%, #5b85ea 100%)
    }
}

.hero.is-link {
    background-color: #003764;
    color: #fff
}

.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: #fff
}

.hero.is-link .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-link .navbar-menu {
        background-color: #003764
    }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-link .navbar-link.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link a.navbar-item:hover {
    background-color: #00294b;
    color: #fff
}

.hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-link .tabs a:hover {
    opacity: 1
}

.hero.is-link .tabs li.is-active a {
    color: #003764 !important;
    opacity: 1
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
    color: #fff
}

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .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: #fff;
    border-color: #fff;
    color: #003764
}

.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #002331 0, #003764 71%, #00307e 100%)
}

@media screen and (max-width:767px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #002331 0, #003764 71%, #00307e 100%)
    }
}

.hero.is-info {
    background-color: hsl(207deg, 61%, 53%);
    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, .9)
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-info .navbar-menu {
        background-color: hsl(207deg, 61%, 53%)
    }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-info .navbar-link.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info a.navbar-item:hover {
    background-color: #3082c5;
    color: #fff
}

.hero.is-info .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-info .tabs a:hover {
    opacity: 1
}

.hero.is-info .tabs li.is-active a {
    color: hsl(207deg, 61%, 53%) !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(10, 10, 10, .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: hsl(207deg, 61%, 53%)
}

.hero.is-info.is-bold {
    background-image: linear-gradient(141deg, #208fbc 0, hsl(207deg, 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(207deg, 61%, 53%) 71%, #4d83db 100%)
    }
}

.hero.is-success {
    background-color: #23d160;
    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, .9)
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-success .navbar-menu {
        background-color: #23d160
    }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-success .navbar-link.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success a.navbar-item:hover {
    background-color: #1fbb56;
    color: #fff
}

.hero.is-success .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-success .tabs a:hover {
    opacity: 1
}

.hero.is-success .tabs li.is-active a {
    color: #23d160 !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(10, 10, 10, .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: #23d160
}

.hero.is-success.is-bold {
    background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2be38a 100%)
}

@media screen and (max-width:767px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2be38a 100%)
    }
}

.hero.is-warning {
    background-color: #fedd56;
    color: rgba(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, .7)
}

.hero.is-warning .subtitle {
    color: rgba(0, 0, 0, .9)
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
    color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1087px) {
    .hero.is-warning .navbar-menu {
        background-color: #fedd56
    }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .navbar-link.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning a.navbar-item:hover {
    background-color: #fed83d;
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs a {
    color: rgba(0, 0, 0, .7);
    opacity: .9
}

.hero.is-warning .tabs a:hover {
    opacity: 1
}

.hero.is-warning .tabs li.is-active a {
    color: #fedd56 !important;
    opacity: 1
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .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, .7);
    border-color: rgba(0, 0, 0, .7);
    color: #fedd56
}

.hero.is-warning.is-bold {
    background-image: linear-gradient(141deg, #ffaf22 0, #fedd56 71%, #fffb6f 100%)
}

@media screen and (max-width:767px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ffaf22 0, #fedd56 71%, #fffb6f 100%)
    }
}

.hero.is-danger {
    background-color: #fe385f;
    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, .9)
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-danger .navbar-menu {
        background-color: #fe385f
    }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-danger .navbar-link.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger a.navbar-item:hover {
    background-color: #fe1f4b;
    color: #fff
}

.hero.is-danger .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-danger .tabs a:hover {
    opacity: 1
}

.hero.is-danger .tabs li.is-active a {
    color: #fe385f !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(10, 10, 10, .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: #fe385f
}

.hero.is-danger.is-bold {
    background-image: linear-gradient(141deg, #ff045f 0, #fe385f 71%, #ff5156 100%)
}

@media screen and (max-width:767px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ff045f 0, #fe385f 71%, #ff5156 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-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body,
.hero.is-halfheight .hero-body {
    align-items: center;
    display: flex
}

.hero.is-fullheight .hero-body>.container,
.hero.is-fullheight-with-navbar .hero-body>.container,
.hero.is-halfheight .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: .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: .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-foot,
.hero-head {
    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: 0
}

@media screen and (min-width:1088px) {
    .section {
        padding: 0
    }

    .section.is-medium {
        padding: 9rem 4.5rem
    }

    .section.is-large {
        padding: 18rem 6rem
    }
}

.footer {
    background-color: hsl(0deg, 0%, 98%);
    padding: 3rem 1.5rem 6rem
}

.has-text-white {
    color: hsl(0deg, 0%, 100%) !important
}

a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: hsl(0deg, 0%, 100%) !important
}

.has-text-black {
    color: hsl(0deg, 0%, 4%) !important
}

a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important
}

.has-background-black {
    background-color: hsl(0deg, 0%, 4%) !important
}

.has-text-light {
    color: hsl(0deg, 0%, 96%) !important
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: hsl(0deg, 0%, 96%) !important
}

.has-text-dark {
    color: hsl(0deg, 0%, 21%) !important
}

a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: hsl(0deg, 0%, 21%) !important
}

.has-text-primary {
    color: #4a90e2 !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #2275d7 !important
}

.has-background-primary {
    background-color: #4a90e2 !important
}

.has-text-primary-light {
    color: #edf4fc !important
}

a.has-text-primary-light:focus,
a.has-text-primary-light:hover {
    color: #c1d9f5 !important
}

.has-background-primary-light {
    background-color: #edf4fc !important
}

.has-text-primary-dark {
    color: #1c60b0 !important
}

a.has-text-primary-dark:focus,
a.has-text-primary-dark:hover {
    color: #2378dc !important
}

.has-background-primary-dark {
    background-color: #1c60b0 !important
}

.has-text-link {
    color: #003764 !important
}

a.has-text-link:focus,
a.has-text-link:hover {
    color: #001b31 !important
}

.has-background-link {
    background-color: #003764 !important
}

.has-text-link-light {
    color: #ebf6ff !important
}

a.has-text-link-light:focus,
a.has-text-link-light:hover {
    color: #b8dfff !important
}

.has-background-link-light {
    background-color: #ebf6ff !important
}

.has-text-link-dark {
    color: #1495ff !important
}

a.has-text-link-dark:focus,
a.has-text-link-dark:hover {
    color: #47acff !important
}

.has-background-link-dark {
    background-color: #1495ff !important
}

.has-text-info {
    color: hsl(207deg, 61%, 53%) !important
}

a.has-text-info:focus,
a.has-text-info:hover {
    color: #2b74b1 !important
}

.has-background-info {
    background-color: hsl(207deg, 61%, 53%) !important
}

.has-text-info-light {
    color: #eff5fb !important
}

a.has-text-info-light:focus,
a.has-text-info-light:hover {
    color: #c6ddf1 !important
}

.has-background-info-light {
    background-color: #eff5fb !important
}

.has-text-info-dark {
    color: #296fa8 !important
}

a.has-text-info-dark:focus,
a.has-text-info-dark:hover {
    color: #368ace !important
}

.has-background-info-dark {
    background-color: #296fa8 !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #1ca54c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-success-light {
    color: #eefcf3 !important
}

a.has-text-success-light:focus,
a.has-text-success-light:hover {
    color: #c2f5d4 !important
}

.has-background-success-light {
    background-color: #eefcf3 !important
}

.has-text-success-dark {
    color: #16833c !important
}

a.has-text-success-dark:focus,
a.has-text-success-dark:hover {
    color: #1daf50 !important
}

.has-background-success-dark {
    background-color: #16833c !important
}

.has-text-warning {
    color: #fedd56 !important
}

a.has-text-warning:focus,
a.has-text-warning:hover {
    color: #fed323 !important
}

.has-background-warning {
    background-color: #fedd56 !important
}

.has-text-warning-light {
    color: #fffbeb !important
}

a.has-text-warning-light:focus,
a.has-text-warning-light:hover {
    color: #fff1b8 !important
}

.has-background-warning-light {
    background-color: #fffbeb !important
}

.has-text-warning-dark {
    color: #937601 !important
}

a.has-text-warning-dark:focus,
a.has-text-warning-dark:hover {
    color: #c69f01 !important
}

.has-background-warning-dark {
    background-color: #937601 !important
}

.has-text-danger {
    color: #fe385f !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #fe0536 !important
}

.has-background-danger {
    background-color: #fe385f !important
}

.has-text-danger-light {
    color: #ffebef !important
}

a.has-text-danger-light:focus,
a.has-text-danger-light:hover {
    color: #ffb8c6 !important
}

.has-background-danger-light {
    background-color: #ffebef !important
}

.has-text-danger-dark {
    color: #da012c !important
}

a.has-text-danger-dark:focus,
a.has-text-danger-dark:hover {
    color: #fe103f !important
}

.has-background-danger-dark {
    background-color: #da012c !important
}

.has-text-black-bis {
    color: hsl(0deg, 0%, 7%) !important
}

.has-background-black-bis {
    background-color: hsl(0deg, 0%, 7%) !important
}

.has-text-black-ter {
    color: hsl(0deg, 0%, 14%) !important
}

.has-background-black-ter {
    background-color: hsl(0deg, 0%, 14%) !important
}

.has-text-grey-darker {
    color: hsl(0deg, 0%, 21%) !important
}

.has-background-grey-darker {
    background-color: hsl(0deg, 0%, 21%) !important
}

.has-text-grey-dark {
    color: hsl(0deg, 0%, 29%) !important
}

.has-background-grey-dark {
    background-color: hsl(0deg, 0%, 29%) !important
}

.has-text-grey {
    color: #d8d8d8 !important
}

.has-background-grey {
    background-color: #d8d8d8 !important
}

.has-text-grey-light {
    color: hsl(0deg, 0%, 71%) !important
}

.has-background-grey-light {
    background-color: hsl(0deg, 0%, 71%) !important
}

.has-text-grey-lighter {
    color: #e5e5e5 !important
}

.has-background-grey-lighter {
    background-color: #e5e5e5 !important
}

.has-text-white-ter {
    color: hsl(0deg, 0%, 96%) !important
}

.has-background-white-ter {
    background-color: hsl(0deg, 0%, 96%) !important
}

.has-text-white-bis {
    color: hsl(0deg, 0%, 98%) !important
}

.has-background-white-bis {
    background-color: hsl(0deg, 0%, 98%) !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: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mr-3 {
    margin-right: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.ml-3 {
    margin-left: .75rem !important
}

.mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .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: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3 {
    padding-left: .75rem !important
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .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: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:767px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media screen and (min-width:768px),
print {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1087px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1088px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1244px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.25rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !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:1087px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1244px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1244px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1244px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1244px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

@media screen and (min-width:1408px) {
    .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: "Chronica Pro", Arial, sans-serif !important
}

.is-family-secondary {
    font-family: "Chronica Pro", Arial, sans-serif !important
}

.is-family-sans-serif {
    font-family: "Chronica Pro", 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:1087px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1087px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1088px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1244px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .is-flex-tablet-only {
        display: flex !important
    }
}

@media screen and (max-width:1087px) {
    .is-flex-touch {
        display: flex !important
    }
}

@media screen and (min-width:1088px) {
    .is-flex-desktop {
        display: flex !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-flex-desktop-only {
        display: flex !important
    }
}

@media screen and (min-width:1244px) {
    .is-flex-widescreen {
        display: flex !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display: flex !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1244px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1244px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-flex-touch {
        display: inline-flex !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-flex-desktop {
        display: inline-flex !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1244px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1408px) {
    .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: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .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:1087px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1087px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1088px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1244px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .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:1087px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1087px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1088px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1244px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1244px) and (max-width:1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.eot);
    src: url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff2) format("woff2"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff) format("woff"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.ttf) format("truetype"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.eot);
    src: url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff2) format("woff2"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff) format("woff"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.ttf) format("truetype"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.eot);
    src: url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff2) format("woff2"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff) format("woff"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.ttf) format("truetype"), url(//use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

@font-face {
    font-family: simple-line-icons;
    src: url(//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/fonts/Simple-Line-Icons.eot?v=2.4.0);
    src: url(//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/fonts/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/fonts/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/fonts/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-minus:before {
    content: "\e615"
}

.icon-close:before {
    content: "\e082"
}

.icon-event:before {
    content: "\e619"
}

.icon-exclamation:before {
    content: "\e617"
}

.icon-organization:before {
    content: "\e616"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawer:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calendar:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symbol-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pinterest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-google:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}

.icon-social-vkontakte:before {
    content: "\e618"
}

.icon-social-steam:before {
    content: "\e620"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    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 transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity .5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 15px
}

.slick-lightbox .slick-next {
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: #fff
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: 0
}

.slick-lightbox-close:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×"
}

.digistorm-mobile-calendar {
    min-height: 400px;
    margin: 10px 0 20px;
    width: 100%;
    overflow: hidden
}

@media (min-width:1088px) {
    .digistorm-mobile-calendar {
        display: none
    }
}

.digistorm-mobile-calendar .dsmcal-controls:before {
    background-color: #4a90e2
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    background-color: rgba(200, 0, 0, .7)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event {
    border-color: rgba(200, 0, 0, .7)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-0,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-0 {
    border-color: #006400
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-1 {
    border-color: #00f
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-2 {
    border-color: pink
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-3 {
    border-color: green
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-4 {
    border-color: purple
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-5 {
    border-color: orange
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-6 {
    border-color: #0ff
}

.digistorm-mobile-calendar .dsmcal-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 2
}

.digistorm-mobile-calendar .dsmcal-controls:before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week {
    z-index: 1;
    width: auto;
    flex: 1 0 auto;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 4px 0
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-display {
    display: none
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select {
    font-size: 11px;
    opacity: .75;
    line-height: 1;
    transition: opacity .3s;
    margin: 2px 0
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg {
    height: 1.4em;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin-top: -.2em
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg g,
.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg path {
    fill: #fff
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week:hover .dsmcal-month-select {
    opacity: 1
}

.digistorm-mobile-calendar .dsmcal-controls button {
    z-index: 1;
    cursor: pointer;
    background: 0 0;
    margin: 2px;
    height: 56px;
    width: 56px;
    border: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-controls button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 0 solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: -6px;
    top: 50%;
    left: 50%
}

.digistorm-mobile-calendar .dsmcal-controls button.dsmcal-prev-week:before {
    transform: rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-monthnav {
    margin-top: 0
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:before {
    transform: translateY(-50%) translateY(-2px) rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:after {
    transform: translateY(-50%) translateY(-2px) rotate(45deg)
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-week-range {
    display: none
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-month-display {
    display: block
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav {
    transition: margin .3s;
    margin-top: -100%;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #003764;
    color: #fff;
    z-index: -1;
    padding: 20px 0
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week {
    display: table;
    margin: auto;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    cursor: pointer
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week.dsmcal-is-this-week {
    background-color: rgba(127, 127, 127, .5);
    border-radius: 4px
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table {
    margin: auto
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr {
    display: flex;
    width: 216px;
    cursor: pointer
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr.dsmcal-selected-week {
    background-color: rgba(127, 127, 127, .5);
    border-radius: 4px
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td {
    padding: 5px;
    width: 30px;
    text-align: center;
    color: #fff;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td .day-badge {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -6px;
    right: -6px;
    background: #4c84c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border-radius: 50%;
    color: #fff
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td[data-dsmcal-events="0"] .day-badge {
    display: none
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-last-month,
.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-next-month {
    opacity: .5
}

@keyframes dsmcal-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-loading {
    width: 100%;
    height: 300px;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-loading:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border: 0 solid #000;
    border-width: 1px 0 0 0;
    border-radius: 50%;
    animation: dsmcal-rotate 1s linear infinite
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-empty {
    text-align: center;
    margin: 40px;
    height: 300px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: border-color .1s;
    margin-top: -1px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-today .dsmcal-label {
    background-color: rgba(255, 0, 0, .1)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day:first-child {
    margin-top: 20px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label {
    font-size: 16px;
    margin: 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    background-color: #eee;
    color: #000;
    position: relative;
    font-weight: 400
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label div {
    display: inline-block;
    padding: 3px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 9px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total.dsmcal-show-total {
    display: inline-flex
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-weekday {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .8
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date {
    line-height: 12px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 2px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-month {
    color: #7d7d7d
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day {
    padding-left: 0
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker {
    position: absolute;
    top: 0;
    right: 30px;
    margin-right: 40px;
    width: 0;
    height: 0;
    border-width: 17px 9px 17px 0;
    border-style: solid;
    opacity: .5;
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1 {
    right: 40px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2 {
    right: 50px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3 {
    right: 60px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4 {
    right: 70px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5 {
    right: 80px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6 {
    right: 90px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #b9b9b9;
    transition: transform .1s;
    right: 20px;
    top: 50%;
    transform-origin: 1px center
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
    transform: translateY(-50%) translateY(4px) rotate(225deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
    transform: translateY(-50%) translateY(4px) rotate(-45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event {
    border: 0 solid #eee;
    border-collapse: collapse;
    padding: 0 16px;
    visibility: hidden;
    max-height: 0;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 36px;
    border-left: 2px solid rgba(255, 0, 0, .7);
    position: relative;
    cursor: pointer
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #888;
    transition: transform .1s;
    right: 26px;
    top: 14px;
    margin-right: -6px;
    transform-origin: 0 center;
    opacity: .5
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before {
    transform: translateY(-50%) translateY(1px) rotate(225deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after {
    transform: translateY(-50%) translateY(1px) rotate(-45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 6px;
    margin: 12px 0 10px;
    color: #000;
    opacity: .7;
    font-size: 12px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon {
    display: inline-block;
    width: 16px;
    margin-right: 10px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day:not(.dsmcal-day-expanded) .dsmcal-event {
    overflow: hidden
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded {
    padding-bottom: 5px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:before {
    transform: translateY(-50%) translateY(0) rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:after {
    transform: translateY(-50%) translateY(0) rotate(45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-multimarker {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-total {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-multiday-events {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event {
    visibility: visible;
    max-height: 100vh;
    margin: 10px 0;
    margin-left: 65px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-timestart {
    position: absolute;
    right: 100%;
    font-size: 10px;
    font-weight: 700;
    width: 50px;
    padding-right: 10px;
    text-align: right;
    opacity: .5
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-title {
    font-size: 14px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-time {
    font-size: 12px;
    margin-top: 5px;
    opacity: .7;
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body {
    font-size: 12px;
    margin: 14px 0 5px;
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-add {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment {
    padding-left: 25px;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    text-align: center
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday {
    padding-top: 0;
    padding-bottom: 0
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-title {
    font-size: 12px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-body {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-time {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-add {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-title {
    margin-bottom: 14px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-add,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-body,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-time {
    display: block
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:before {
    transform: translateY(-50%) translateY(-2px) rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:after {
    transform: translateY(-50%) translateY(-2px) rotate(45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body:empty {
    display: none !important
}

/*!
 * FullCalendar v3.10.5
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad
}

.fc-event,
.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4
}

.fc-event .fc-resizer {
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "‹";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "›";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "«";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "»";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "◄";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "►";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "▼";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "×";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc.fc-bootstrap3 a {
    text-decoration: none
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-bootstrap4 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: " - "
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt {
    float: right
}

.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

@keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: var(--plyr-badge-text-color, #fff);
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-base, 15px);
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: var(--plyr-control-radius, 4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(var(--plyr-control-spacing, 10px) * .7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control:focus-visible {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
    display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: calc(var(--plyr-control-spacing, 10px)/ 4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: calc(var(--plyr-control-spacing, 10px)/ 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 calc(var(--plyr-control-spacing, 10px)/ 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls:empty {
    display: none
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: var(--plyr-menu-background, rgba(255, 255, 255, .9));
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: var(--plyr-menu-arrow-size, 4px) solid transparent;
    border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, .9));
    content: "";
    height: 0;
    position: absolute;
    right: calc(((var(--plyr-control-icon-size, 18px)/ 2) + calc(var(--plyr-control-spacing, 10px) * .7)) - (var(--plyr-menu-arrow-size, 4px)/ 2));
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
    display: flex;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: calc(calc(var(--plyr-control-spacing, 10px) * .7)/ 1.5) calc(calc(var(--plyr-control-spacing, 10px) * .7) * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4)
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
    right: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: calc(var(--plyr-control-spacing, 10px) * .7);
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * .7)/ 2);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4);
    position: relative;
    width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * .7) * 2))
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
    left: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back::before {
    background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: calc(calc(var(--plyr-control-spacing, 10px) * .7)/ 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc((calc(var(--plyr-control-spacing, 10px) * .7) - 2px) * -1);
    overflow: hidden;
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    display: block;
    height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    appearance: none;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/ 2 * -1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    outline-offset: 2px
}

.plyr__poster {
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time::before {
    content: "⁄";
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: var(--plyr-tooltip-background, #fff);
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px)/ 2) * 2);
    opacity: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/ 2) calc(calc(var(--plyr-control-spacing, 10px)/ 2) * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: calc((var(--plyr-control-icon-size, 18px)/ 2) + calc(var(--plyr-control-spacing, 10px) * .7))
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((var(--plyr-control-icon-size, 18px)/ 2) + calc(var(--plyr-control-spacing, 10px) * .7));
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    left: calc(var(--plyr-range-thumb-height, 13px) * .5);
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: calc((var(--plyr-range-track-height, 5px)/ 2) * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__progress__marker {
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: calc(var(--plyr-control-spacing, 10px)/ 2);
    margin-right: calc(var(--plyr-control-spacing, 10px)/ 2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/ 2);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: var(--plyr-control-spacing, 10px);
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    border: 0;
    border-radius: 100%;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25))
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: hsl(216deg, 15%, 16%);
    border-radius: 2px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty::after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: var(--plyr-tooltip-background, #fff);
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px)/ 2) * 2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: hsl(216deg, 15%, 79%);
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container::after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container::after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)));
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?gvbjqo);
    src: url(../fonts/icomoon.eot?gvbjqo#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?gvbjqo) format("truetype"), url(../fonts/icomoon.woff?gvbjqo) format("woff"), url(../fonts/icomoon.svg?gvbjqo#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
    content: "\e917"
}

.icon-search:before {
    content: "\e900"
}

.icon-left:before {
    content: "\e901"
}

.icon-right:before {
    content: "\e902"
}

.icon-bold-bottom:before {
    content: "\e903"
}

.icon-bold-top:before {
    content: "\e904"
}

.icon-bottom:before {
    content: "\e905"
}

.icon-top:before {
    content: "\e918"
}

.icon-facebook:before {
    content: "\e906"
}

.icon-instagram:before {
    content: "\e907"
}

.icon-youtube:before {
    content: "\e908"
}

.icon-twitter:before {
    content: "\e909"
}

.icon-address:before {
    content: "\e90a"
}

.icon-email:before {
    content: "\e90b"
}

.icon-phone:before {
    content: "\e90c"
}

.icon-play-outlined:before {
    content: "\e90d"
}

.icon-play:before {
    content: "\e90e"
}

.icon-pen:before {
    content: "\e90f"
}

.icon-target:before {
    content: "\e910"
}

.icon-handshake:before {
    content: "\e911"
}

.icon-bachelor:before {
    content: "\e912"
}

.icon-book:before {
    content: "\e913"
}

.icon-cross:before {
    content: "\e914"
}

.icon-events:before {
    content: "\e915"
}

.icon-news:before {
    content: "\e916"
}

.icon-map:before {
    content: "\e919"
}

#wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 100vh
}

@media screen and (min-width:768px),
print {
    #wrapper {
        padding-top: 0 !important
    }
}

#wrapper:not(.action-modal-active) {
    padding-top: 0 !important
}

figure a {
    display: inline-block;
    width: auto;
    height: auto
}

figure.image-right {
    display: flex;
    margin-left: auto
}

figure.image-center {
    display: flex;
    margin: 0 auto
}

figure.image-left {
    display: flex;
    margin-right: auto
}

.application-form .form .form__row[id$=-fields-applyingFor-field] {
    display: none
}

.banners .banner {
    position: relative;
    background-size: cover;
    height: 380px;
    overflow: hidden
}

.banners .banner .video-holder {
    min-width: 675.5555555556px
}

.banners .banner .floating-controls {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2
}

.banners .banner .floating-controls i {
    min-height: 20px;
    min-width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: .8
}

.banners .banner .floating-controls i:hover {
    opacity: 1
}

@media screen and (min-width:1088px) {
    .banners .banner {
        height: 780px
    }

    .banners .banner .video-holder {
        min-width: 1386.6666666667px
    }
}

.banners .banner .box {
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 500px
}

.banners .banner .box .subtitle,
.banners .banner .box a,
.banners .banner .box b,
.banners .banner .box em .title,
.banners .banner .box h1,
.banners .banner .box h2,
.banners .banner .box h3,
.banners .banner .box h4,
.banners .banner .box h5,
.banners .banner .box h6,
.banners .banner .box i,
.banners .banner .box li,
.banners .banner .box p,
.banners .banner .box strong {
    color: hsl(0deg, 0%, 100%)
}

.banners:not(.slick-initialized) .banner:not(:first-child) {
    display: none
}

.rich-text-block img {
    max-width: 100%;
    height: auto !important
}

.breadcrumb li a {
    color: #4a90e2
}

.button-container {
    display: flex;
    justify-content: center
}

.buttons {
    margin: 30px 0
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center
}

.button-group.is-vertical {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    display: inline-flex
}

.button-group.is-vertical .button {
    margin-right: 0
}

.button-group .button {
    min-width: 100px;
    max-width: 300px;
    overflow: hidden
}

@media screen and (max-width:1087px) {

    .calendar-desktop,
    .calendar-desktop-loading-indicator {
        display: none
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.calendar-container {
    position: relative
}

.calendar-container .calendar-desktop-loading-indicator {
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-left-color: rgba(0, 0, 0, .6);
    border-top-color: rgba(0, 0, 0, .6);
    animation: rotate 1s infinite linear;
    z-index: 10
}

.calendar-container .calendar-desktop-loading-indicator.show {
    opacity: 1
}

.fc-scroller {
    height: auto !important
}

.fc {
    margin: 2rem 0
}

.fc-toolbar {
    padding: 10px 0
}

.fc-toolbar h2 {
    margin-top: 10px;
    font-size: 1.5rem
}

.fc-toolbar button.fc-button {
    background: #003764;
    border: none;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    transition: background-color .3s ease
}

.fc-toolbar button.fc-button.fc-today-button {
    text-transform: uppercase;
    height: 55px;
    padding: 0 28px
}

.fc-toolbar button.fc-button:hover {
    background-color: #4a90e2
}

.fc-toolbar button.fc-button.fc-next-button,
.fc-toolbar button.fc-button.fc-prev-button {
    width: 100px;
    height: 55px
}

.fc-toolbar button.fc-button.fc-next-button:after,
.fc-toolbar button.fc-button.fc-prev-button:after {
    display: inline-block;
    transition: transform .3s ease
}

.fc-toolbar button.fc-button.fc-next-button:after {
    content: \f054;
    font: normal normal 900 14px/1 "Font Awesome 5 Free"
}

.fc-toolbar button.fc-button.fc-next-button:hover:after {
    transform: translateX(5px)
}

.fc-toolbar button.fc-button.fc-prev-button:after {
    content: \f053;
    font: normal normal 900 14px/1 "Font Awesome 5 Free"
}

.fc-toolbar button.fc-button.fc-prev-button:hover:after {
    transform: translateX(-5px)
}

.fc-event,
.fc-event-dot {
    background-color: hsl(0deg, 0%, 100%);
    color: #4a90e2;
    border: 1px solid rgba(0, 55, 100, .1) !important
}

.fc-event-dot:hover,
.fc-event:hover {
    color: #4a90e2
}

.fc-view {
    z-index: auto
}

.fc-view>table {
    z-index: auto
}

.fc-view>table thead.fc-head tr {
    border-bottom: 2px solid #003764
}

.fc-view>table thead.fc-head td.fc-head-container {
    border: none
}

.fc-view>table thead.fc-head td.fc-head-container th.fc-day-header {
    padding: 12px 7px;
    border-color: transparent;
    background: #003764;
    color: hsl(0deg, 0%, 100%)
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content {
    border: none
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week {
    height: auto !important;
    z-index: auto
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-bg {
    z-index: auto
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-bg>table td.fc-day {
    background: #f9f9f9;
    border-width: 0 1px 0 0 !important;
    border-color: #ddd !important
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton {
    z-index: auto
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table thead .fc-day-top {
    padding: 5px
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event {
    border: none;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    margin: 3px 4px
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-title:first-child:before {
    content: "All Day";
    display: block;
    position: absolute;
    opacity: .5;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    width: 100%;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event:hover .fc-title {
    background-size: 100% 1px;
    background-position: 0 2.3em
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-title {
    padding: 15px 0 25px;
    background-image: linear-gradient(#b3c3d1, #b3c3d1);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 100% 2.3em;
    transition: background-size .25s;
    line-height: 18px
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-content {
    white-space: normal;
    text-align: center;
    padding: 10px;
    padding-top: 23px;
    position: relative;
    z-index: 1
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-time {
    margin-top: -15px;
    opacity: .5;
    text-transform: uppercase;
    font-size: 12px;
    display: block
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-title {
    vertical-align: middle
}

.cal-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .3s
}

.cal-modal.active {
    opacity: 1;
    visibility: visible
}

.cal-modal .content-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 50rem
}

.cal-modal .content-holder .content {
    width: 100%;
    max-height: 100%;
    cursor: initial;
    background: #fff;
    -webkit-user-select: text;
    user-select: text;
    padding: 40px;
    box-sizing: border-box
}

.cal-modal .content-holder .content p {
    font-weight: 400
}

.cal-modal .content-holder .close {
    height: 40px;
    color: #fff;
    text-align: right;
    padding-right: 55px;
    padding-top: 10px;
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    position: relative
}

.cal-modal .content-holder .close:after,
.cal-modal .content-holder .close:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    height: 43px;
    width: 3px;
    background: #fff;
    transform: rotate(45deg);
    background-color: #fff;
    background-image: linear-gradient(#4a90e2, #4a90e2);
    background-size: 100% 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
    transition: background-size .15s
}

.cal-modal .content-holder .close:after {
    transform: rotate(135deg)
}

.cal-modal .content-holder .close:hover:after,
.cal-modal .content-holder .close:hover:before {
    background-position: 100% 100%;
    background-size: 100% 100%
}

.events-blocks .events-wrapper {
    position: relative;
    min-height: 10rem
}

.events-blocks .events-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, .5);
    background-size: auto 5rem
}

.events-blocks .events-wrapper.events-loaded:before {
    display: none
}

.events-blocks .events-wrapper .error {
    color: #fe385f;
    width: 100%;
    text-align: center
}

.events-blocks .events-wrapper .event {
    color: #4a90e2;
    cursor: pointer;
    line-height: 1.25;
    margin-bottom: 2rem
}

.events-blocks .events-wrapper .event .event-date {
    display: block;
    line-height: 1;
    transition: color .3s;
    color: #003764
}

.events-blocks .events-wrapper .event .event-title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #4a90e2;
    transition: color .3s;
    line-height: 1.5
}

.events-blocks .events-wrapper .event .event-time {
    font-weight: 600
}

.events-blocks .events-wrapper .event:hover .event-title {
    color: #003764
}

.events-blocks .events-wrapper .event:hover .event-date {
    color: #003764
}

@media screen and (min-width:1088px) {
    .events-blocks .events-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .events-blocks .events-wrapper .event {
        width: 50%
    }
}

@media screen and (min-width:1244px) {
    .events-blocks .events-wrapper .event {
        width: 33.3333333333%
    }
}

form fieldset {
    border: none
}

form label {
    margin: 0;
    color: #003764;
    font-size: 14px
}

form label.required:after {
    content: "*";
    display: inline-block;
    margin-left: .25em;
    color: #fe385f;
    font-weight: 700
}

form .errors {
    color: #fe385f;
    font-weight: 700;
    margin-bottom: 10px
}

form input,
form select,
form textarea {
    padding: 10px 13px;
    margin-bottom: 15px;
    border: 1px solid #b9bfc4;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    outline: 0;
    background: hsl(0deg, 0%, 100%)
}

form input:hover,
form select:hover,
form textarea:hover {
    box-shadow: 0 0 1px 0 rgba(10, 10, 10, .3)
}

form input:active,
form input:focus,
form select:active,
form select:focus,
form textarea:active,
form textarea:focus {
    border-color: #4a90e2
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem
}

form .form__note {
    margin: 0 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px
}

.form-container {
    margin: 40px 0
}

.form-container>p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #003764
}

.gallery {
    position: relative;
    margin: 30px 0;
    overflow: hidden;
    width: 100%
}

.gallery.is-basic {
    overflow: visible
}

.gallery.is-basic:before {
    display: none
}

.gallery.is-lightbox ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start
}

.gallery.is-lightbox ul li {
    list-style: none;
    width: calc(25% - 15px);
    margin-bottom: 20px;
    margin-right: 20px
}

.gallery.is-lightbox ul li:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .gallery.is-lightbox ul li {
        width: calc(50% - 10px)
    }

    .gallery.is-lightbox ul li:nth-child(2n) {
        margin-right: 0
    }
}

.gallery.is-lightbox ul li a {
    display: block;
    background-size: cover;
    padding-top: 100%
}

.gallery.is-lightbox .more-s {
    position: absolute;
    bottom: 20px;
    right: 0
}

.gallery.is-lightbox .more-s a {
    height: 3.75rem;
    min-width: 3.75rem;
    font-size: 1rem;
    text-align: center;
    line-height: 3.75rem;
    padding: 0 1.2rem;
    background-color: #4a90e2;
    color: hsl(0deg, 0%, 100%);
    display: block
}

.gallery.is-lightbox .more-s a:hover {
    background-color: #3483de
}

.gallery .slick {
    display: block
}

.gallery .slick .slick-image {
    display: flex;
    height: 550px;
    width: 100%;
    background-color: #333;
    background-size: cover;
    background-position: center;
    outline: 0;
    justify-content: center;
    align-items: center
}

.gallery .slick .slick-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .gallery .slick .slick-image {
        height: 350px
    }
}

.gallery .slick .slide {
    position: relative;
    padding: 40px 0 0;
    outline: 0
}

.gallery .slick .slide .slick-image {
    position: relative
}

.gallery .slick .slide .slide-content {
    position: relative;
    padding: 40px;
    z-index: 1
}

.gallery .slick:not(.slick-initialized) .slick-image:not(:first-child),
.gallery .slick:not(.slick-initialized) .slide:not(:first-child) {
    display: none
}

.gallery .slick-slide,
.slick-lightbox .slick-slide {
    outline: 0
}

.gallery .slick-lightbox-slick-caption,
.slick-lightbox .slick-lightbox-slick-caption {
    display: block;
    margin-top: 20px
}

.gallery .slick-lightbox-slick-caption strong,
.slick-lightbox .slick-lightbox-slick-caption strong {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.gallery .slick-arrow,
.slick-lightbox .slick-arrow {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: none;
    color: transparent;
    cursor: pointer;
    background: 0 0;
    transform: translateY(-50%);
    font: normal normal 900 14px/1 "Font Awesome 5 Free";
    font-size: 30px;
    text-rendering: auto;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gallery .slick-arrow.slick-prev,
.slick-lightbox .slick-arrow.slick-prev {
    left: 30px
}

.gallery .slick-arrow.slick-prev:before,
.slick-lightbox .slick-arrow.slick-prev:before {
    content: "\f104";
    color: hsl(0deg, 0%, 100%)
}

.gallery .slick-arrow.slick-next,
.slick-lightbox .slick-arrow.slick-next {
    right: 30px
}

.gallery .slick-arrow.slick-next:before,
.slick-lightbox .slick-arrow.slick-next:before {
    content: "\f105";
    color: hsl(0deg, 0%, 100%)
}

.gallery .slick-arrow:hover img,
.slick-lightbox .slick-arrow:hover img {
    opacity: 1
}

.gallery.print-only {
    display: none
}

@media print {
    .gallery.is-basic {
        display: none
    }

    .gallery.print-only {
        display: block
    }
}

.news {
    display: flex;
    flex-wrap: wrap
}

.news .card {
    display: block;
    width: calc(33.33% - 15px);
    margin-right: 20px
}

.news .card:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .news .card {
        margin: 20px 0;
        width: 100%
    }
}

.action-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out, visibility .3s
}

.action-modal.active {
    visibility: visible;
    opacity: 1
}

.action-modal.delete {
    transition: opacity .9s, visibility .3s
}

.action-modal .action-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

.action-modal .action-modal-content {
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 60px
}

.action-modal .action-modal-content img {
    max-width: 85vw;
    max-height: 85vh
}

.action-modal .action-modal-content .close-action-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform .3s;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1)
}

.action-modal .action-modal-content .close-action-modal:hover:after,
.action-modal .action-modal-content .close-action-modal:hover:before {
    background: #fedd56
}

.action-modal .action-modal-content .close-action-modal:after,
.action-modal .action-modal-content .close-action-modal:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: background .3s
}

.action-modal .action-modal-content .close-action-modal:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.action-modal .action-modal-content .close-action-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media screen and (max-width:767px) {
    .action-modal {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        line-height: 0;
        font-size: 0
    }

    .action-modal.delete,
    .action-modal:not(.active) {
        display: none
    }

    .action-modal .action-modal-background {
        display: none
    }

    .action-modal .action-modal-content {
        position: static;
        top: 0;
        left: 0;
        padding: 0;
        line-height: 0;
        font-size: 0;
        transform: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        background: #333;
        width: 100%
    }

    .action-modal .action-modal-content a {
        line-height: 0;
        font-size: 0;
        width: 100%;
        display: block
    }

    .action-modal .action-modal-content a img {
        max-width: 100%;
        max-height: 100vh;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

.quote {
    margin: 30px 0;
    padding: 30px 0;
    font-style: italic;
    text-align: center
}

.quote .author {
    display: block;
    margin-top: 20px
}

.quote .quote-image {
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border-radius: 50%
}

.search-nav {
    position: absolute;
    padding: 25px 0;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsl(0deg, 0%, 100%);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .04);
    transform: translateY(0);
    transition: transform .3s
}

.search-nav.is-active {
    transform: translateY(100%)
}

.search-nav.is-block {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    box-shadow: none
}

.search-nav.is-block .search {
    padding: 0
}

.search-nav .media-right {
    align-self: center
}

.search-nav .media-right i {
    font-size: 24px;
    color: hsl(0deg, 0%, 29%)
}

.search-nav .media-right .search-submit {
    border: none;
    margin: none;
    background: 0 0;
    cursor: pointer
}

.search-nav form {
    width: 100%
}

.search-nav form .control .search {
    color: #003764;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 30px
}

.search-title {
    text-transform: uppercase
}

.search-results-title {
    color: #757575
}

.entry-url {
    display: block;
    margin-top: -1rem;
    margin-bottom: 1rem
}

.search-content {
    display: block;
    color: #757575
}

.search-content p {
    color: #757575
}

.search-content .entry-url,
.search-content .read-more {
    color: #4a90e2
}

.search-content .read-more {
    display: block;
    transition: transform .3s ease
}

.search-content .title {
    color: #277adc
}

.search-content:hover .entry-url,
.search-content:hover .read-more,
.search-content:hover .title {
    color: #003764
}

.search-content:hover .read-more {
    transform: translateX(.5rem)
}

.table-wrapper .table thead th {
    background: #003764;
    color: hsl(0deg, 0%, 100%);
    border-color: #003764
}

@media screen and (max-width:767px) {
    .table-wrapper .table thead {
        display: none
    }

    .table-wrapper .table tr {
        display: block;
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd
    }

    .table-wrapper .table td {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        border: none;
        font-size: 13px;
        border-bottom: 1px dotted #ccc
    }

    .table-wrapper .table td:last-child {
        border-bottom: 0
    }

    .table-wrapper .table td:before {
        content: attr(data-label);
        font-weight: 700
    }
}

.video-player:not(.keep-ratio):not(.container-size) {
    position: relative;
    width: 100%;
    height: 100%
}

.video-player:not(.keep-ratio):not(.container-size) .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%
}

.video-player:not(.keep-ratio):not(.container-size) .plyr__video-wrapper,
.video-player:not(.keep-ratio):not(.container-size) video {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.video-player:not(.keep-ratio):not(.container-size) .plyr__poster {
    background-size: cover
}

.video-player.container-size {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.video-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 177.7777777778vh
}

.video-holder .video-sizer {
    width: 100%;
    padding-bottom: 56.25%
}

.tab-section {
    padding: 2rem 0 0 0
}

.tab-section .tabs {
    position: relative
}

.tab-section .tabs .tab-headers {
    display: flex;
    position: relative;
    z-index: 2
}

.tab-section .tabs .accordion-header,
.tab-section .tabs .tab-title {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 1rem 2rem;
    position: relative
}

.tab-section .tabs .accordion-header span,
.tab-section .tabs .tab-title span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: .9rem;
    color: #4a90e2
}

.tab-section .tabs .accordion-header:before,
.tab-section .tabs .tab-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #003764;
    display: none;
    z-index: 3
}

.tab-section .tabs .accordion-header:after,
.tab-section .tabs .tab-title:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -15px;
    background: #fff
}

.tab-section .tabs .accordion-header:hover,
.tab-section .tabs .tab-title:hover {
    cursor: pointer;
    background: #e5e5e5
}

.tab-section .tabs .accordion-header:hover:before,
.tab-section .tabs .tab-title:hover:before {
    display: block;
    background-color: #d8d8d8
}

.tab-section .tabs .accordion-header.is-active,
.tab-section .tabs .tab-title.is-active {
    border-color: hsl(0deg, 0%, 71%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1)
}

.tab-section .tabs .accordion-header.is-active:before,
.tab-section .tabs .tab-title.is-active:before {
    display: block;
    background: #4a90e2;
    border-top-color: #4a90e2
}

.tab-section .tabs .accordion-header.is-active:after,
.tab-section .tabs .tab-title.is-active:after {
    display: block
}

.tab-section .tabs .tab-body .accordion-header {
    display: none
}

.tab-section .tabs .tab-body .tab-content {
    padding: 20px 40px;
    border: 1px solid hsl(0deg, 0%, 71%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    display: none;
    overflow: hidden
}

.tab-section .tabs .tab-body .tab-content.is-active {
    display: block
}

.tab-section .tabs .tab-body .tab-content .lead {
    margin: 30px 0
}

.tab-section .tabs.style-left {
    display: flex
}

.tab-section .tabs.style-left .tab-headers {
    flex-direction: column
}

.tab-section .tabs.style-left .tab-headers .tab-title {
    padding: 20px 10px;
    min-width: 100px;
    text-align: center
}

.tab-section .tabs.style-left .tab-headers .tab-title span {
    min-width: 100px
}

.tab-section .tabs.style-left .tab-headers .tab-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%
}

.tab-section .tabs.style-left .tab-headers .tab-title:after {
    bottom: 0;
    right: -15px
}

.tab-section .tabs.style-left .tab-body {
    width: 100%
}

.tab-section .tabs.style-left .tab-body .gallery {
    width: 568px
}

.tab-section .tabs.style-right {
    display: flex;
    flex-direction: row-reverse
}

.tab-section .tabs.style-right .tab-headers {
    flex-direction: column
}

.tab-section .tabs.style-right .tab-headers .tab-title {
    padding: 20px 10px;
    min-width: 100px;
    text-align: center
}

.tab-section .tabs.style-right .tab-headers .tab-title span {
    min-width: 100px
}

.tab-section .tabs.style-right .tab-headers .tab-title:before {
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%
}

.tab-section .tabs.style-right .tab-headers .tab-title:after {
    bottom: 0;
    left: -15px;
    right: 0
}

.tab-section .tabs.style-right .tab-body {
    width: 100%
}

.tab-section .tabs.style-right .tab-body .gallery {
    width: 568px
}

.tab-section .tabs.style-accordion .tab-headers {
    display: none
}

.tab-section .tabs.style-accordion .accordion-wrapper {
    border-bottom: 2px solid #ecebea
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header {
    display: block;
    border: none;
    padding: 1.5rem 0
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header h4 {
    font-weight: 700;
    color: #4a90e2;
    font-size: .9rem;
    text-transform: uppercase;
    margin: 0
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header:hover {
    background: #fff
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header:before {
    background: 0 0;
    color: #4a90e2;
    display: inline-block;
    content: \f067;
    font: normal normal 900 1rem/1rem "Font Awesome 5 Free";
    right: .25rem;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 1s;
    width: 1rem;
    height: 1rem
}

.tab-section .tabs.style-accordion .accordion-wrapper.is-active .accordion-header:before {
    transform: translateY(-50%) rotate(45deg);
    color: #003764
}

.tab-section .tabs.style-accordion .tab-content {
    display: block;
    border: none;
    box-shadow: none;
    padding: 0
}

.tab-section .tabs.style-accordion .tab-content .gallery {
    width: 100%
}

.tab-section .tabs.style-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

@media print {
    .tab-section .tabs .tab-headers {
        display: none
    }

    .tab-section .tabs .tab-body .accordion-wrapper .accordion-header {
        display: block
    }

    .tab-section .tabs .tab-body .accordion-wrapper .accordion-content .tab-content {
        display: block
    }
}

.link-tiles {
    margin: 50px auto
}

.link-tiles .link-tile {
    display: block;
    position: relative;
    background-size: cover;
    background-color: #4a90e2;
    transition: transform .3s
}

.link-tiles .link-tile[href]:hover {
    transform: scale(1.1)
}

.link-tiles .link-tile .tile-sizer {
    width: 100%;
    padding-bottom: 60%
}

.link-tiles .link-tile .tile-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5))
}

.link-tiles .link-tile .tile-content .title {
    color: #fff;
    margin: 0
}

@media print {

    #footer,
    #header,
    #nav,
    .gallery-c,
    .join-sbsc,
    .placeholder-row,
    .slider-c {
        display: none !important
    }
}

@media print {
    body {
        overflow: visible !important
    }

    .container {
        padding: 0 20px
    }
}

@media print {
    .newsletter-page {
        padding-top: 0 !important
    }
}

.newsletter-page.section {
    margin-top: 0;
    padding-top: 12px
}

@media print {
    .newsletter-page.section {
        margin-top: 0 !important
    }
}

.newsletter-page .article-format {
    padding-top: 0 !important
}

.newsletter-page .newsletter-main {
    padding-top: 70px
}

@media screen and (max-width:767px) {
    .newsletter-page .newsletter-main {
        padding-top: 0
    }
}

@media print {
    .newsletter-page .newsletter-main {
        display: block
    }

    .newsletter-page .newsletter-main .newsletter-section {
        page-break-after: always
    }

    .newsletter-page .newsletter-main .newsletter-section .newsletter-article {
        page-break-inside: avoid
    }

    .newsletter-page .newsletter-main .newsletter-section .newsletter-article .newsletter-articles-section .rich-text-block {
        column-count: 2;
        column-rule: 2px solid #f2f2f2;
        column-gap: 50px
    }
}

.newsletter-page .newsletter-content {
    background-color: hsl(0deg, 0%, 100%);
    margin-bottom: 50px
}

@media screen and (min-width:768px),
print {
    .newsletter-page .newsletter-content {
        padding-top: 75px;
        padding-right: 49px;
        flex: none
    }
}

@media screen and (max-width:1087px) {
    .newsletter-page .newsletter-content {
        width: 100%
    }
}

@media print {
    .newsletter-page .newsletter-content {
        width: 100%;
        padding: 0
    }
}

.newsletter-page .newsletter-content .article-heading:hover {
    color: #4a90e2;
    transition: color .5s
}

.newsletter-page .newsletter-content .newsletter-section .newsletter-section-header {
    background: #003764;
    padding: 18px;
    font-size: 28px;
    color: hsl(0deg, 0%, 100%)
}

@media print {
    .newsletter-page .newsletter-content .newsletter-section .newsletter-section-header {
        background: #003764 !important;
        color: hsl(0deg, 0%, 100%) !important
    }
}

.newsletter-page .newsletter-content .newsletter-section .newsletter-section-header:after {
    display: none
}

.newsletter-page .newsletter-content .newsletter-section .newsletter-section-header.thumbnail-image {
    position: relative;
    margin: 40px 0
}

.newsletter-page .newsletter-content .newsletter-section .newsletter-section-header.thumbnail-image img.newsletter-thumb-image {
    width: 100px;
    position: absolute;
    top: -12px;
    border-radius: 100%;
    right: 20px
}

@media screen and (max-width:767px) {
    .newsletter-page .newsletter-content .newsletter-section .newsletter-section-header.thumbnail-image img.newsletter-thumb-image {
        display: none
    }
}

.newsletter-page .newsletter-content .slick-arrow.slick-next {
    right: auto;
    right: 30px !important;
    padding-left: 0;
    left: auto !important
}

.newsletter-page .newsletter-content .slick-arrow.slick-prev {
    right: auto;
    left: 5px !important;
    padding-right: 0
}

.newsletter-page .newsletter-sidebar {
    padding-left: 40px;
    padding-top: 20px;
    position: relative
}

@media print {
    .newsletter-page .newsletter-sidebar {
        display: none
    }
}

.newsletter-page .newsletter-sidebar h5 {
    font-size: 25px;
    font-weight: 300
}

.newsletter-page .newsletter-sidebar .theiaStickySidebar {
    padding-top: 20px !important
}

.newsletter-page .newsletter-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #f2f2f2;
    z-index: -1
}

.newsletter-page .newsletter-sidebar .newsletter-section {
    z-index: 1
}

.newsletter-page .newsletter-sidebar h3 {
    max-width: 212px
}

.newsletter-page .newsletter-sidebar a {
    max-width: 212px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #003764;
    line-height: 20px;
    margin: 15px 0;
    transition: color .3s
}

.newsletter-page .newsletter-sidebar a:hover {
    color: #4a90e2;
    text-decoration: none
}

.newsletter-page .newsletter-sidebar .newsletter-events-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 75px
}

.newsletter-page .newsletter-sidebar .newsletter-events-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    width: 100vw;
    background: #4a90e2;
    z-index: -1
}

.newsletter-page .newsletter-sidebar .newsletter-events-header h3 {
    color: #fff;
    z-index: 1;
    border-bottom: none
}

.newsletter-page .newsletter-sidebar.column h3:first-child {
    margin-top: 51px
}

.newsletter-page .newsletter-sidebar.column .newsletter-events-header {
    margin-top: 44px
}

.newsletter-page .newsletter-sidebar.column .newsletter-events-header h3 {
    margin: 0
}

@media screen and (max-width:1087px) {
    .newsletter-page .newsletter-sidebar {
        position: fixed;
        top: 56px;
        z-index: 1;
        width: 350px;
        left: -350px;
        transition: left .3s;
        background: #f8f8f8;
        height: 100%;
        overflow-x: scroll !important
    }

    .newsletter-page .newsletter-sidebar:before {
        width: auto !important
    }

    .newsletter-page .newsletter-sidebar.open-sidenav {
        left: 0;
        transition: left .3s
    }
}

@media screen and (max-width:1087px) {
    .newsletter-page .newsletter-sidebar.newsletter-sidebar-desktop {
        display: none
    }
}

@media screen and (min-width:1088px) {
    .newsletter-page .newsletter-sidebar.newsletter-sidebar-mobile {
        display: none
    }
}

.newsletter-page .newsletter-extra-controls {
    margin-top: -30px !important;
    display: flex;
    position: absolute
}

.newsletter-page .newsletter-extra-controls .newsletter-expand-all,
.newsletter-page .newsletter-extra-controls .newsletter-print {
    font-size: 15px;
    color: #000;
    transition: color .3s
}

.newsletter-page .newsletter-extra-controls .newsletter-expand-all:hover,
.newsletter-page .newsletter-extra-controls .newsletter-print:hover {
    color: #003764
}

.newsletter-page .newsletter-extra-controls .newsletter-print {
    margin-left: 10px
}

.newsletter-page .newsletter-extra-controls .newsletter-expand-all:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0 solid currentColor;
    border-width: 0 0 2px 2px;
    margin: 5px;
    transform: translateY(-3px) rotate(-45deg);
    position: relative;
    top: 5px
}

.newsletter-page .newsletter-extra-controls .newsletter-expand-all.is-expanded {
    font-size: 0
}

.newsletter-page .newsletter-extra-controls .newsletter-expand-all.is-expanded:before {
    content: "Collapse All";
    font-size: 15px
}

.newsletter-page .newsletter-extra-controls .newsletter-expand-all.is-expanded:after {
    transform: translateY(2px) rotate(135deg)
}

@media print {
    .newsletter-page .newsletter-extra-controls {
        display: none
    }
}

.newsletter-page .newsletter-article-read-more:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0 solid currentColor;
    border-width: 0 0 2px 2px;
    margin: 5px;
    transform: translateY(-3px) rotate(-45deg);
    position: relative;
    top: 5px;
    color: #0076bc
}

.newsletter-page .newsletter-article-read-more.is-expanded {
    font-size: 0
}

.newsletter-page .newsletter-article-read-more.is-expanded:before {
    content: "Read Less";
    font-size: 16px;
    display: inline;
    color: #0076bc;
    border-bottom: 2px solid #0076bc
}

.newsletter-page .newsletter-article-read-more.is-expanded:after {
    transform: translateY(2px) rotate(135deg)
}

.newsletter-page .newsletter-article-read-more .text {
    display: inline;
    color: #0076bc;
    border-bottom: 2px solid #0076bc
}

.newsletter-page .newsletter-article {
    position: relative;
    margin: 30px 0;
    border: 2px solid #f2f2f2
}

@media print {
    .newsletter-page .newsletter-article {
        margin: 0
    }
}

.newsletter-page .newsletter-article .newsletter-article-expandable {
    position: relative;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
    padding-right: 50px;
    max-height: 0
}

.newsletter-page .newsletter-article .newsletter-article-expandable:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 85%;
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff)
}

@media print {
    .newsletter-page .newsletter-article .newsletter-article-expandable:after {
        height: 0
    }
}

@media print {
    .newsletter-page .newsletter-article .newsletter-article-expandable {
        max-height: none !important
    }

    .newsletter-page .newsletter-article .newsletter-article-expandable .image-holder {
        max-width: 100%
    }

    .newsletter-page .newsletter-article .newsletter-article-expandable img {
        max-width: 100%
    }
}

.newsletter-page .newsletter-article .newsletter-article-expandable .newsletter-article-content h4 {
    padding: 18px;
    font-size: 22px;
    font-weight: 300;
    background: #4a90e2;
    color: hsl(0deg, 0%, 100%);
    margin-top: 0;
    border-bottom: 2px solid #f2f2f2
}

.newsletter-page .newsletter-article .newsletter-article-expandable .newsletter-article-content .content {
    padding: 10px
}

.newsletter-page .newsletter-article .newsletter-article-expandable .newsletter-article-content .content figure img {
    height: auto !important
}

.newsletter-page .newsletter-article .newsletter-article-expandable.full-height {
    transition: max-height .5s ease-in-out
}

.newsletter-page .newsletter-article .newsletter-article-expand {
    top: 160px;
    padding: 0;
    margin-bottom: 43px;
    display: block;
    width: 100%;
    clear: both;
    font-size: 16px
}

@media print {
    .newsletter-page .newsletter-article .newsletter-article-expand {
        display: none;
        margin: 0 !important
    }
}

.newsletter-page .newsletter-article .newsletter-article-expand:before {
    content: "Read More";
    display: inline;
    color: #0076bc;
    border-bottom: 2px solid #0076bc
}

.newsletter-page .newsletter-article .newsletter-article-expand:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0 solid #0076bc;
    border-width: 0 2px 2px 0;
    margin-left: 5px;
    transform: translateY(-3px) rotate(45deg)
}

.newsletter-page .newsletter-article .newsletter-article-expand:hover:before {
    color: #4a90e2
}

.newsletter-page .newsletter-article .newsletter-article-expand:hover:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    margin-left: 5px;
    transform: translateY(-3px) rotate(45deg)
}

.newsletter-page .newsletter-article.is-active .newsletter-article-expand:before {
    content: "Read Less"
}

.newsletter-page .newsletter-article.is-active .newsletter-article-expand:after {
    transform: translateY(2px) rotate(-135deg)
}

.newsletter-page .newsletter-article.collapsed .newsletter-body-section,
.newsletter-page .newsletter-article.collapsed:not(.is-feature-article) h3 {
    max-height: 0;
    visibility: collapse;
    transition: height 2s;
    margin: 0
}

.newsletter-page .newsletter-article.collapsed:not(.is-feature-article) .newsletter-body-section {
    max-height: 250px;
    visibility: collapse
}

.newsletter-page .newsletter-article .newsletter-article-anchor {
    position: absolute;
    top: -200px
}

.newsletter-page .newsletter-article .newsletter-article-image {
    width: 100%
}

@media print {
    .newsletter-page .newsletter-article {
        border: 0 solid #f2f2f2 !important
    }
}

.newsletter-page .newsletter-article .newsletter-articles-section {
    padding: 0 18px 25px;
    transition: opacity .5s
}

.newsletter-page .newsletter-article .newsletter-articles-section .container {
    margin: 0 !important;
    width: 100% !important
}

@media print {
    .newsletter-page .newsletter-article .newsletter-articles-section {
        padding: 0 !important;
        margin-top: 0 !important
    }
}

.newsletter-page .newsletter-article .newsletter-articles-section.no-intro-block {
    padding: 25px 18px;
    opacity: 1
}

@media screen and (max-width:1087px) {
    .newsletter-page .newsletter-article .newsletter-articles-section .block-banner .banner .text-c {
        padding: 80px 30px;
        height: auto;
        min-height: auto
    }
}

.newsletter-page .newsletter-article .newsletter-articles-section .block-body p {
    text-overflow: ellipsis;
    white-space: initial;
    overflow: hidden
}

.newsletter-page .newsletter-article .newsletter-articles-section.read-more section {
    display: block !important
}

.newsletter-page .newsletter-article .newsletter-articles-section.read-more .block-body p {
    text-overflow: unset;
    white-space: initial;
    overflow: auto
}

.newsletter-page .newsletter-article .newsletter-articles-intro {
    padding: 25px 18px 0
}

@media print {

    figure,
    table {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    img {
        max-width: 100% !important;
        height: auto !important
    }
}

.newsletter-toggle {
    position: fixed;
    background: #4a90e2;
    top: 42px;
    right: 20px;
    top: 100px !important;
    width: 48px;
    height: 40px;
    border-radius: 3px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .56);
    display: none;
    color: #fff;
    font-size: 10px;
    padding-top: 37px;
    padding-bottom: 18px;
    text-align: center;
    cursor: pointer
}

@media screen and (max-width:1087px) {
    .newsletter-toggle {
        display: block !important
    }
}

.newsletter-toggle .toggle-nav-newsletter {
    display: none !important;
    position: fixed;
    right: 29px;
    top: 112px;
    width: 30px;
    height: 15px;
    z-index: 999;
    transform: rotate(0);
    transition: transform .5s
}

@media screen and (max-width:1087px) {
    .newsletter-toggle .toggle-nav-newsletter {
        display: block !important
    }
}

.newsletter-toggle .toggle-nav-newsletter .line {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #fff
}

.newsletter-toggle .toggle-nav-newsletter .line2 {
    top: 50%;
    margin-top: -1px;
    opacity: 1;
    transition: opacity .5s
}

.newsletter-toggle .toggle-nav-newsletter .line3 {
    top: 100%;
    transition: transform .5s
}

.newsletter-toggle .toggle-nav-newsletter.cross {
    transform: rotate(180deg)
}

.newsletter-toggle .toggle-nav-newsletter.cross .line1 {
    transform: rotate(45deg) translate3d(5px, 4px, 0)
}

.newsletter-toggle .toggle-nav-newsletter.cross .line2 {
    opacity: 0
}

.newsletter-toggle .toggle-nav-newsletter.cross .line3 {
    transform: rotate(-45deg) translate3d(6px, -6px, 0)
}

@media screen and (max-width:1087px) {
    .newsletter-title-heading {
        display: none !important
    }
}

.newsletter-page-heading {
    min-height: 60px;
    background: #4a90e2;
    z-index: 1;
    position: relative
}

@media print {
    .newsletter-page-heading {
        margin-top: 0 !important
    }
}

.newsletter-page-heading .newsletter-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.newsletter-page-heading .newsletter-header h3 {
    font-size: 30px !important;
    margin-top: 0
}

@media screen and (max-width:767px) {
    .newsletter-page-heading .newsletter-header {
        margin-bottom: 70px
    }
}

.newsletter-page-heading .newsletter-header .column {
    display: flex;
    align-items: center;
    position: relative;
    color: hsl(0deg, 0%, 100%)
}

.newsletter-page-heading .newsletter-header .column h2 {
    color: hsl(0deg, 0%, 100%)
}

.newsletter-page-heading .newsletter-header .column:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1
}

.newsletter-page-heading .newsletter-header .column h2 {
    z-index: 1;
    margin-bottom: 0;
    font-size: 34px
}

.newsletter-page-heading .newsletter-header .column h3 {
    margin-bottom: 0
}

.newsletter-page-heading .newsletter-header .column h3:after {
    display: none
}

.newsletter-page-heading .newsletter-header .column:first-child:before {
    background: #4a90e2;
    right: 0
}

@media print {
    .newsletter-page-heading .newsletter-header .column:first-child:before {
        display: none
    }
}

.newsletter-page-heading .newsletter-header .column:first-child h3 {
    color: hsl(0deg, 0%, 100%)
}

.newsletter-page-heading .newsletter-header .column:last-child {
    padding-left: 40px;
    text-align: left;
    justify-content: flex-start
}

.newsletter-page-heading .newsletter-header .column:last-child:before {
    background: hsl(0deg, 0%, 100%);
    left: 0;
    border-top: 2px solid #f2f2f2
}

@media print {
    .newsletter-page-heading .newsletter-header .column:last-child:before {
        background: hsl(0deg, 0%, 100%) !important;
        border: 2px solid #f2f2f2 !important
    }
}

.newsletter-page-heading .newsletter-header .column:last-child h2 {
    color: #4a90e2
}

@media print {
    .newsletter-page-heading .newsletter-header .column:last-child {
        display: none
    }
}

@media screen and (max-width:767px) {
    .newsletter-page-heading .newsletter-header .column {
        position: relative
    }

    .newsletter-page-heading .newsletter-header .column:first-child:before,
    .newsletter-page-heading .newsletter-header .column:last-child:before {
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

.newsletter-page-heading .newsletter-header .column.newsletter-title {
    padding-left: 32px;
    min-height: 80px
}

@media screen and (min-width:768px),
print {
    .newsletter-page-heading .newsletter-header .column.newsletter-title {
        flex: none
    }
}

@media screen and (max-width:1087px) {
    .newsletter-page-heading .newsletter-header .column.newsletter-title {
        width: 100%
    }
}

@media print {
    .newsletter-page-heading .newsletter-header .column.newsletter-title {
        width: 100%
    }
}

.newsletter-card {
    display: block;
    width: 100%;
    min-height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    overflow: hidden;
    transition: transform .3s
}

.newsletter-card .newsletter-card-header {
    display: block;
    padding-bottom: 50%;
    background-size: cover
}

.newsletter-card .newsletter-card-title {
    display: block;
    font-size: 22px;
    padding: 10px
}

.newsletter-card:hover {
    transform: scale(1.05)
}

.newsletter-group .newsletter-article .newsletter-articles-section>.section.wowo {
    visibility: visible !important
}

@media screen and (max-width:1087px) {
    .newsletter-sidebar-desktop {
        display: none
    }
}

@media screen and (min-width:1088px) {
    .newsletter-sidebar-mobile {
        display: none
    }
}

.events .newsletter-events-template-mobile,
.newsletter-events-template {
    display: none
}

.html-block .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.html-block.video-centered .embed-container embed,
.html-block.video-centered .embed-container iframe,
.html-block.video-centered .embed-container object {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%
}

@media only screen and (max-width:768px) {

    .html-block.video-centered .embed-container embed,
    .html-block.video-centered .embed-container iframe,
    .html-block.video-centered .embed-container object {
        width: 85%;
        height: 85%
    }
}

.html-block.video-fill-space .embed-container embed,
.html-block.video-fill-space .embed-container iframe,
.html-block.video-fill-space .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news-page .news-listing {
    display: flex;
    margin: 1.5rem 0
}

.news-page .news-listing .news-image {
    display: block;
    width: 300px;
    flex-shrink: 0;
    background-size: cover
}

.news-page .news-listing .news-details {
    padding: 20px
}

@media screen and (max-width:767px) {
    .news-page .news-listing {
        flex-direction: column
    }

    .news-page .news-listing .news-image {
        width: 100%;
        padding-bottom: 60%
    }
}

.events-page .events-listing {
    display: flex;
    margin: 1.5rem 0
}

.events-page .events-listing .events-image {
    display: block;
    width: 300px;
    flex-shrink: 0;
    background-size: cover
}

.events-page .events-listing .events-details {
    padding: 20px
}

@media screen and (max-width:767px) {
    .events-page .events-listing {
        flex-direction: column
    }

    .events-page .events-listing .events-image {
        width: 100%;
        padding-bottom: 60%
    }
}

.employment-page .employment-listing {
    display: flex;
    margin: 10px 0
}

.employment-page .employment-listing .employment-details {
    padding: 20px
}

@media screen and (max-width:767px) {
    .employment-page .employment-listing {
        flex-direction: column
    }
}

body {
    padding-top: 0
}

@media screen and (max-width:1087px) {
    body {
        padding-top: 0
    }
}

.navigation.is-sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0
}

.navigation .navbar {
    position: relative;
    z-index: 1
}

@media screen and (max-width:1087px) {
    .navigation .navbar.quick-navbar {
        display: none
    }
}

.navigation .navbar.quick-navbar .navbar-item {
    font-size: 13px;
    color: #4a90e2
}

@media screen and (min-width:1088px) {
    .navigation .navbar.quick-navbar .navbar-item .navbar-dropdown.is-boxed {
        visibility: hidden;
        transition-property: opacity, transform, visibility
    }

    .navigation .navbar.quick-navbar .navbar-item.is-active:hover .navbar-dropdown.is-boxed,
    .navigation .navbar.quick-navbar .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        visibility: visible
    }
}

.navigation .navbar.main-navbar {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .04)
}

.navigation .navbar.main-navbar .navbar-menu {
    transform: translateZ(0)
}

@media screen and (max-width:1087px) {
    .navigation .navbar.main-navbar .navbar-menu {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: auto;
        transform: translateX(100%);
        transition: transform .3s
    }

    .navigation .navbar.main-navbar .navbar-menu.is-active {
        transform: translateX(0)
    }
}

.navigation .navbar.main-navbar .navbar-item {
    color: #003764
}

.navigation .navbar.is-transparent {
    background: 0 0;
    box-shadow: none
}

.footers {
    margin-top: auto
}

.footers .footer {
    background-color: #003764
}

.footers .footer .subtitle,
.footers .footer a,
.footers .footer b,
.footers .footer em .title,
.footers .footer h1,
.footers .footer h2,
.footers .footer h3,
.footers .footer h4,
.footers .footer h5,
.footers .footer h6,
.footers .footer i,
.footers .footer li,
.footers .footer p,
.footers .footer strong {
    color: hsl(0deg, 0%, 100%)
}

.footers .secondary-footer {
    padding: 10px 0;
    background-color: #0076bc
}

.footers .secondary-footer .subtitle,
.footers .secondary-footer a,
.footers .secondary-footer b,
.footers .secondary-footer em .title,
.footers .secondary-footer h1,
.footers .secondary-footer h2,
.footers .secondary-footer h3,
.footers .secondary-footer h4,
.footers .secondary-footer h5,
.footers .secondary-footer h6,
.footers .secondary-footer i,
.footers .secondary-footer li,
.footers .secondary-footer p,
.footers .secondary-footer strong {
    color: hsl(0deg, 0%, 100%)
}

.banners .banner .floating-controls,
.banners .banner .img-c div,
.banners .banner .img-c::after,
.banners .banner .img-c::before,
.banners .banner .text-c .breadcrumb,
.banners .banner .text-c .button-box,
.banners .banner .text-c h1,
.banners .banner .video-holder {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.banners .banner .text-c .breadcrumb,
.banners .banner .text-c .button-box,
.banners .banner .text-c h1 {
    transform: translate(0, 100px)
}

.banners .banner .img-c div {
    transform: scale(1.1)
}

.banners .banner.move .floating-controls,
.banners .banner.move .img-c div,
.banners .banner.move .img-c::after,
.banners .banner.move .img-c::before,
.banners .banner.move .text-c .breadcrumb,
.banners .banner.move .text-c .button-box,
.banners .banner.move .text-c h1,
.banners .banner.move .video-holder {
    opacity: 1;
    transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0, 1, .75, 1)
}

.banners .banner.move .text-c .breadcrumb,
.banners .banner.move .text-c .button-box,
.banners .banner.move .text-c h1 {
    transform: translate(0, 0)
}

.banners .banner.move .img-c div {
    transform: scale(1, 1)
}

.banners .slick-dots li button,
.block-tiles .link-tiles .link-tile .tile-content .readmore,
.home-gallery .gallery .item .text-hide .readmore,
.home-news-events .slick-box .item .text-c .readmore,
.home-news-events .slick-box .slick-touch .slick .slick-arrow,
.newsletter-toggle-wrap .newsletter-toggle,
.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore,
.slick-control .slick-arrow {
    padding: 0;
    margin: 0;
    background-color: transparent;
    outline: 0;
    border: none
}

.footers .footer .logo-box a img,
.navigation.is-sticky .navbar-brand .navbar-item img,
.newsletter-page .newsletter-section-banner img.newsletter-image {
    display: block;
    width: 100%;
    height: auto
}

.content h1,
.error-page h1,
.home-banners .banner .text-c h1,
.no-banners h1,
.page-banners .banner h1 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media screen and (max-width:1243px) {

    .content h1,
    .error-page h1,
    .home-banners .banner .text-c h1,
    .no-banners h1,
    .page-banners .banner h1 {
        font-size: 48px;
        line-height: 1
    }
}

@media screen and (max-width:1087px) {

    .content h1,
    .error-page h1,
    .home-banners .banner .text-c h1,
    .no-banners h1,
    .page-banners .banner h1 {
        font-size: 40px;
        letter-spacing: .75px
    }
}

@media screen and (max-width:767px) {

    .content h1,
    .error-page h1,
    .home-banners .banner .text-c h1,
    .no-banners h1,
    .page-banners .banner h1 {
        font-size: 33.3152px;
        line-height: 33px;
        letter-spacing: .594914px
    }
}

.content h1 em,
.content h1 i,
.error-page h1 em,
.error-page h1 i,
.home-banners .banner .text-c h1 em,
.home-banners .banner .text-c h1 i,
.no-banners h1 em,
.no-banners h1 i,
.page-banners .banner h1 em,
.page-banners .banner h1 i {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-family: "Springfield Demo";
    font-size: 127.358px;
    line-height: .81;
    letter-spacing: 1.27358px
}

@media screen and (max-width:1243px) {

    .content h1 em,
    .content h1 i,
    .error-page h1 em,
    .error-page h1 i,
    .home-banners .banner .text-c h1 em,
    .home-banners .banner .text-c h1 i,
    .no-banners h1 em,
    .no-banners h1 i,
    .page-banners .banner h1 em,
    .page-banners .banner h1 i {
        font-size: 105px
    }
}

@media screen and (max-width:1087px) {

    .content h1 em,
    .content h1 i,
    .error-page h1 em,
    .error-page h1 i,
    .home-banners .banner .text-c h1 em,
    .home-banners .banner .text-c h1 i,
    .no-banners h1 em,
    .no-banners h1 i,
    .page-banners .banner h1 em,
    .page-banners .banner h1 i {
        font-size: 90px;
        letter-spacing: 1px
    }
}

@media screen and (max-width:767px) {

    .content h1 em,
    .content h1 i,
    .error-page h1 em,
    .error-page h1 i,
    .home-banners .banner .text-c h1 em,
    .home-banners .banner .text-c h1 i,
    .no-banners h1 em,
    .no-banners h1 i,
    .page-banners .banner h1 em,
    .page-banners .banner h1 i {
        font-size: 75.7674px;
        letter-spacing: .757674px
    }
}

.application-page .container h1.title.is-1,
.block-tiles .title-c h2,
.content h2,
.home-gallery .gallery .item h2,
.home-images-text .text-c h2,
.home-tabs .title-c h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-section-header {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media screen and (max-width:1087px) {

    .application-page .container h1.title.is-1,
    .block-tiles .title-c h2,
    .content h2,
    .home-gallery .gallery .item h2,
    .home-images-text .text-c h2,
    .home-tabs .title-c h2,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-section-header {
        font-size: 35px;
        line-height: 1
    }
}

@media screen and (max-width:767px) {

    .application-page .container h1.title.is-1,
    .block-tiles .title-c h2,
    .content h2,
    .home-gallery .gallery .item h2,
    .home-images-text .text-c h2,
    .home-tabs .title-c h2,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h1,
    .newsletter-page .newsletter-section-header {
        font-size: 30px
    }
}

.block-tiles .link-tiles .link-tile .tile-content h3,
.block-video .play-video-btn .text-c h2,
.content h3,
.home-news-events .title-c h2,
.home-social .title-c h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-sidebar h2 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px
}

@media screen and (max-width:767px) {

    .block-tiles .link-tiles .link-tile .tile-content h3,
    .block-video .play-video-btn .text-c h2,
    .content h3,
    .home-news-events .title-c h2,
    .home-social .title-c h2,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h2,
    .newsletter-page .newsletter-sidebar h2 {
        font-size: 28px;
        line-height: 27px
    }
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s a,
.content h4,
.home-tabs .accordion-wrapper .accordion-header h3 span,
.newsletter-page .newsletter-article h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h3,
.newsletters-page .newsletter .newsletter-card .newsletter-card-title h3,
.password-page h4.title,
.search-page .search-listing .search-content h4.title {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px
}

@media screen and (max-width:1243px) {

    .block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s a,
    .content h4,
    .home-tabs .accordion-wrapper .accordion-header h3 span,
    .newsletter-page .newsletter-article h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h3,
    .newsletters-page .newsletter .newsletter-card .newsletter-card-title h3,
    .password-page h4.title,
    .search-page .search-listing .search-content h4.title {
        font-size: 22px;
        line-height: 1.25
    }
}

@media screen and (max-width:1087px) {

    .block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s a,
    .content h4,
    .home-tabs .accordion-wrapper .accordion-header h3 span,
    .newsletter-page .newsletter-article h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h3,
    .newsletters-page .newsletter .newsletter-card .newsletter-card-title h3,
    .password-page h4.title,
    .search-page .search-listing .search-content h4.title {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {

    .block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s a,
    .content h4,
    .home-tabs .accordion-wrapper .accordion-header h3 span,
    .newsletter-page .newsletter-article h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h3,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h3,
    .newsletters-page .newsletter .newsletter-card .newsletter-card-title h3,
    .password-page h4.title,
    .search-page .search-listing .search-content h4.title {
        font-size: 18px;
        line-height: 24px
    }
}

.content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h4 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px
}

.content h6,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h5 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px
}

.block-banner.full-width .banner .text-c p,
.block-banner:not(.full-width) .banner .text-c p,
.block-tabs .tabs.style-standard .tab-body .tab-content p,
.content ol li,
.content ul li,
.content:not(.content-lead) p,
.home-images-text .text-c p,
.home-social .slick .item .text-c p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.1px
}

@media screen and (max-width:767px) {

    .block-banner.full-width .banner .text-c p,
    .block-banner:not(.full-width) .banner .text-c p,
    .block-tabs .tabs.style-standard .tab-body .tab-content p,
    .content ol li,
    .content ul li,
    .content:not(.content-lead) p,
    .home-images-text .text-c p,
    .home-social .slick .item .text-c p {
        font-size: 15px;
        line-height: 24px
    }
}

.content.content-lead p,
.content:not(.content-lead) p.lead,
.newsletter-page .newsletter-sidebar .newsletter-column a.article-title {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29.5px;
    letter-spacing: normal
}

@media screen and (max-width:1087px) {

    .content.content-lead p,
    .content:not(.content-lead) p.lead,
    .newsletter-page .newsletter-sidebar .newsletter-column a.article-title {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (max-width:767px) {

    .content.content-lead p,
    .content:not(.content-lead) p.lead,
    .newsletter-page .newsletter-sidebar .newsletter-column a.article-title {
        font-size: 16px;
        line-height: 24px
    }
}

.block-quote .quote blockquote {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 29.5px
}

@media screen and (max-width:1087px) {
    .block-quote .quote blockquote {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (max-width:767px) {
    .block-quote .quote blockquote {
        font-size: 16px;
        line-height: 24px
    }
}

.block-quote .quote cite {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px
}

@media screen and (max-width:767px) {
    .block-quote .quote cite {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px
    }
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-regular-webfont.woff2) format("woff2"), url(../fonts/chronicapro-regular-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-regularitalic-webfont.woff2) format("woff2"), url(../fonts/chronicapro-regularitalic-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Regularitalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-light-webfont.woff2) format("woff2"), url(../fonts/chronicapro-light-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-bold-italic-webfont.woff2) format("woff2"), url(../fonts/chronicapro-bold-italic-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Bold-italic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-black-webfont.woff2) format("woff2"), url(../fonts/chronicapro-black-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-medium-webfont.woff2) format("woff2"), url(../fonts/chronicapro-medium-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Chronica Pro";
    src: url(../fonts/chronicapro-bold-webfont.woff2) format("woff2"), url(../fonts/chronicapro-bold-webfont.woff) format("woff"), url(../fonts/ChronicaPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Springfield Demo";
    src: url(../fonts/SpringfieldDemo.eot);
    src: local("Springfield Demo"), local("SpringfieldDemo"), url(../fonts/SpringfieldDemo.eot?#iefix) format("embedded-opentype"), url(../fonts/SpringfieldDemo.woff2) format("woff2"), url(../fonts/SpringfieldDemo.woff) format("woff"), url(../fonts/SpringfieldDemo.ttf) format("truetype"), url(../fonts/SpringfieldDemo.svg#SpringfieldDemo) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003764;
    background-color: #fff;
    transition: padding .3s ease
}

@media screen and (max-width:1087px) {

    body.is-active,
    html.is-active {
        overflow: hidden
    }
}

.content.content-lead p:not(:last-child) {
    margin-bottom: 10px
}

.content.content-lead b,
.content.content-lead strong {
    font-weight: 900;
    color: inherit
}

.content:not(.content-lead) p:not(:last-child) {
    margin-bottom: 10px
}

.content::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden
}

.content>:not(figure[class*=image]):first-child {
    margin-top: 0 !important
}

.content>:last-child {
    margin-bottom: 0 !important
}

.content a {
    transition: all .3s ease-out;
    text-decoration: underline;
    color: #003764
}

.content a:hover {
    color: #4a90e2
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: inherit
}

.content h1 {
    margin-bottom: 14px
}

.content h1:not(:first-child) {
    margin-top: 37px
}

.content h2 {
    margin-bottom: 14px
}

.content h2:not(:first-child) {
    margin-top: 14px
}

.content h3 {
    margin-bottom: 14px
}

.content h3:not(:first-child) {
    margin-top: 22px
}

.content h4 {
    margin-bottom: 14px
}

.content h4:not(:first-child) {
    margin-top: 26px
}

.content h5 {
    margin-bottom: 14px
}

.content h5:not(:first-child) {
    margin-top: 20px
}

.content h6 {
    margin-bottom: 14px
}

.content h6:not(:first-child) {
    margin-top: 20px
}

.content figure.image-left {
    margin: 6px 20px 20px 0;
    float: left
}

@media screen and (max-width:575px) {
    .content figure.image-left {
        width: 100% !important;
        margin: 20px 0;
        float: none
    }

    .content figure.image-left img {
        width: 100% !important;
        height: auto
    }
}

.content figure.image-right {
    margin: 6px 0 20px 20px;
    float: right
}

@media screen and (max-width:575px) {
    .content figure.image-right {
        width: 100% !important;
        margin: 20px 0;
        float: none
    }

    .content figure.image-right img {
        width: 100% !important;
        height: auto
    }
}

.content figure.image-center {
    width: 100%;
    display: block;
    margin: 0 auto 20px
}

@media screen and (max-width:575px) {
    .content figure.image-center {
        width: 100% !important;
        margin: 20px 0;
        float: none
    }

    .content figure.image-center img {
        width: 100% !important;
        height: auto
    }
}

.content ol,
.content ul {
    list-style-type: none;
    margin-top: 0
}

.content ol:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 13px
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    list-style-type: none;
    margin: 0 !important;
    padding-left: 0;
    padding-top: 8px
}

@media screen and (max-width:1087px) {

    .content ol ol,
    .content ol ul,
    .content ul ol,
    .content ul ul {
        padding-top: 6px
    }
}

@media screen and (max-width:767px) {

    .content ol ol,
    .content ol ul,
    .content ul ol,
    .content ul ul {
        padding-top: 4px
    }
}

.content ol li+li,
.content ul li+li {
    margin-top: 10px
}

.content .breadcrumb>ul>li::before {
    content: "";
    position: initial
}

.content ul {
    margin-left: 0;
    margin-top: -3px
}

.content ul>li {
    position: relative;
    padding-left: 18px
}

.content ul>li::before {
    display: block;
    content: "•";
    position: absolute;
    background-color: transparent;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    top: 0;
    left: 3px
}

@media screen and (max-width:1087px) {
    .content ul>li::before {
        left: 0
    }
}

.content ol {
    counter-reset: count;
    margin-left: 0
}

.content ol:not([type]) {
    list-style-type: none
}

.content ol>li {
    position: relative;
    padding-left: 24px
}

@media screen and (max-width:767px) {
    .content ol>li {
        padding-left: 18px
    }
}

.content ol>li::before {
    counter-increment: count;
    content: counter(count, decimal) ".";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.content ol ol {
    counter-reset: count;
    margin-left: 0
}

.content ol ol:not([type]) {
    list-style-type: none
}

.content ol ol>li {
    position: relative;
    padding-left: 24px
}

@media screen and (max-width:767px) {
    .content ol ol>li {
        padding-left: 18px
    }
}

.content ol ol>li::before {
    counter-increment: count;
    content: counter(count, lower-latin) ".";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.content b,
.content strong {
    color: inherit;
    font-weight: 700
}

body.animated-wowo-control .wowo {
    visibility: hidden
}

body.animated-wowo-control .wowo.animated {
    animation-duration: .8s;
    visibility: visible;
    animation-fill-mode: both
}

.fadeInUp.animated {
    animation-name: fadeInUp
}

.fadeIn.animated {
    animation-name: fadeIn
}

.zoomOut.animated {
    animation-name: zoomOut
}

.fadeInDown.animated {
    animation-name: fadeInDown
}

.is-hidden {
    display: none !important
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(1.2)
    }

    to {
        opacity: 1;
        transform: translate(0, 0) scale(1)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 25px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.delay-in-1 {
    animation-delay: .1s
}

.delay-in-2 {
    animation-delay: .2s
}

.delay-in-3 {
    animation-delay: .3s
}

.delay-in-4 {
    animation-delay: .4s
}

.delay-in-5 {
    animation-delay: .5s
}

.delay-in-6 {
    animation-delay: .6s
}

.delay-in-7 {
    animation-delay: .7s
}

.delay-in-8 {
    animation-delay: .8s
}

.delay-in-9 {
    animation-delay: .9s
}

.delay-in-10 {
    animation-delay: 1s
}

.delay-in-11 {
    animation-delay: 1.1s
}

.delay-in-12 {
    animation-delay: 1.2s
}

.delay-in-13 {
    animation-delay: 1.3s
}

.delay-in-14 {
    animation-delay: 1.4s
}

.delay-in-15 {
    animation-delay: 1.5s
}

.delay-in-16 {
    animation-delay: 1.6s
}

.delay-in-17 {
    animation-delay: 1.7s
}

.delay-in-18 {
    animation-delay: 1.8s
}

.delay-in-19 {
    animation-delay: 1.9s
}

.delay-in-20 {
    animation-delay: 2s
}

@media screen and (max-width:1087px) {
    .container:not(.is-fluid) {
        max-width: 100%;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .container:not(.is-fluid) {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container.is-fluid {
    margin: 0;
    max-width: 100% !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.default-nav-img,
.img-c {
    display: block;
    width: 100%
}

.default-nav-img div,
.img-c div {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.default-nav-img div.is-relative img,
.img-c div.is-relative img {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    object-fit: cover;
    object-position: center
}

.image-c .is-relative img {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    object-fit: cover;
    object-position: center
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.video-modal.is-active {
    opacity: 1;
    visibility: visible
}

.video-modal.is-active .close-button {
    width: 40px;
    height: 40px;
    color: #fff;
    position: absolute;
    right: 20px;
    left: auto;
    top: 46px;
    z-index: 1;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-out
}

@media screen and (max-width:1087px) {
    .video-modal.is-active .close-button {
        top: 30px
    }
}

.video-modal.is-active .close-button:hover {
    color: #4a90e2
}

.video-modal .video-player {
    position: absolute;
    width: 150vh;
    max-width: 90%;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.button,
.button.is-primary,
input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 51px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 14px 36px;
    transition: all .3s ease-out;
    background-color: #0076bc;
    font-family: "Chronica Pro", Arial, sans-serif;
    border: 1px solid #0076bc;
    letter-spacing: .1em;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 0
}

@media screen and (max-width:767px) {

    .button,
    .button.is-primary,
    input[type=submit] {
        height: 49px;
        padding: 13px 24px
    }
}

.button.is-hovered,
.button.is-primary.is-hovered,
.button.is-primary:hover,
.button:hover,
input[type=submit].is-hovered,
input[type=submit]:hover {
    color: #fff;
    background-color: #015ea1;
    border-color: #015ea1
}

.buttons {
    margin: -8px;
    flex-wrap: wrap
}

.buttons:last-child {
    margin-bottom: -8px
}

.buttons .button {
    margin: 8px
}

.slick-control {
    display: flex;
    align-content: center
}

.slick-control .slick-arrow {
    font-size: 22px;
    cursor: pointer;
    transition: all .3s ease-out
}

.slick-control .slick-arrow:not(.slick-disabled):hover {
    color: #0798ff
}

.slick-control .slick-arrow.slick-disabled {
    cursor: not-allowed;
    opacity: .3
}

.slick-control .slick-arrow i {
    display: block
}

.slick-control .slick-hidden+.slick-num {
    margin-left: 0;
    margin-right: 0
}

.slick-control .slick-num {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 3px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px
}

.slick .slick-slide:focus {
    outline: 0;
    box-shadow: none
}

.has-text-centered {
    text-align: center !important
}

.has-text-centered ol,
.has-text-centered ul {
    display: inline-block;
    text-align: left
}

.has-text-left {
    text-align: left !important
}

.has-text-left ol,
.has-text-left ul {
    display: inline-block;
    text-align: left
}

.has-text-right {
    text-align: right !important
}

.has-text-right ol,
.has-text-right ul {
    display: inline-block;
    text-align: right
}

.has-text-justified {
    text-align: justify !important
}

.has-text-justified ol,
.has-text-justified ul {
    display: inline-block;
    text-align: left
}

.plyr iframe[id^=youtube] {
    height: 200% !important;
    top: -50% !important
}

.max-h-100 {
    max-height: 100% !important
}

#wrapper {
    min-height: 0;
    display: block;
    width: 100%;
    overflow: hidden
}

main.pages-main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

main.pages-main:not(.has-padding-section) {
    margin-bottom: 100px
}

@media screen and (max-width:1087px) {
    main.pages-main:not(.has-padding-section) {
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    main.pages-main:not(.has-padding-section) {
        margin-bottom: 60px
    }
}

main.pages-main .article-expandable .article-expandable-content>.section,
main.pages-main>.section {
    width: 100%;
    margin-top: 100px;
    position: relative;
    z-index: 3
}

@media screen and (max-width:1087px) {

    main.pages-main .article-expandable .article-expandable-content>.section,
    main.pages-main>.section {
        max-width: 100%;
        margin-top: 80px
    }
}

@media screen and (max-width:767px) {

    main.pages-main .article-expandable .article-expandable-content>.section,
    main.pages-main>.section {
        margin-top: 60px
    }
}

@media screen and (min-width:1088px) {

    main.pages-main .article-expandable .article-expandable-content>.section.full-width>.container>.columns>.column,
    main.pages-main>.section.full-width>.container>.columns>.column {
        margin: 0 !important;
        width: 100% !important
    }

    main.pages-main .article-expandable .article-expandable-content>.section.full-width>.container>.columns>.column>*,
    main.pages-main>.section.full-width>.container>.columns>.column>* {
        max-width: 100%
    }
}

main.pages-main .article-expandable .article-expandable-content>.section.largegap,
main.pages-main>.section.largegap {
    margin-top: 80px
}

@media screen and (max-width:1087px) {

    main.pages-main .article-expandable .article-expandable-content>.section.largegap,
    main.pages-main>.section.largegap {
        margin-top: 65px
    }
}

@media screen and (max-width:767px) {

    main.pages-main .article-expandable .article-expandable-content>.section.largegap,
    main.pages-main>.section.largegap {
        margin-top: 50px
    }
}

main.pages-main .article-expandable .article-expandable-content>.section.mediumgap,
main.pages-main>.section.mediumgap {
    margin-top: 60px
}

@media screen and (max-width:1087px) {

    main.pages-main .article-expandable .article-expandable-content>.section.mediumgap,
    main.pages-main>.section.mediumgap {
        margin-top: 50px
    }
}

@media screen and (max-width:767px) {

    main.pages-main .article-expandable .article-expandable-content>.section.mediumgap,
    main.pages-main>.section.mediumgap {
        margin-top: 40px
    }
}

main.pages-main .article-expandable .article-expandable-content>.section.smallgap,
main.pages-main>.section.smallgap {
    margin-top: 40px
}

@media screen and (max-width:1087px) {

    main.pages-main .article-expandable .article-expandable-content>.section.smallgap,
    main.pages-main>.section.smallgap {
        margin-top: 32px
    }
}

@media screen and (max-width:767px) {

    main.pages-main .article-expandable .article-expandable-content>.section.smallgap,
    main.pages-main>.section.smallgap {
        margin-top: 28px
    }
}

main.pages-main .article-expandable .article-expandable-content>.section.nogap,
main.pages-main>.section.nogap {
    margin-top: 0
}

main.pages-main .article-expandable .article-expandable-content>.section.has-blue-bg,
main.pages-main>.section.has-blue-bg {
    background-color: #eff6fc
}

main.pages-main .article-expandable .article-expandable-content>.section.has-blue-bg .container,
main.pages-main>.section.has-blue-bg .container {
    padding-top: 72px;
    padding-bottom: 71px
}

@media screen and (max-width:1087px) {

    main.pages-main .article-expandable .article-expandable-content>.section.has-blue-bg .container,
    main.pages-main>.section.has-blue-bg .container {
        padding-top: 52px;
        padding-bottom: 52px
    }
}

@media screen and (max-width:767px) {

    main.pages-main .article-expandable .article-expandable-content>.section.has-blue-bg .container,
    main.pages-main>.section.has-blue-bg .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

main.pages-main .article-expandable .article-expandable-content>.section .columns,
main.pages-main>.section .columns {
    margin: 0 !important
}

main.pages-main .article-expandable .article-expandable-content>.section .columns>.column,
main.pages-main>.section .columns>.column {
    padding: 0 !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section,
.newsletter-page .newsletter-group .newsletter-article .summary-embed-section {
    width: 100%
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .block-read-switch>.container,
.newsletter-page .newsletter-group .newsletter-article .summary-embed-section .block-read-switch>.container {
    max-width: 100%;
    padding: 0;
    margin: 0
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .block-read-switch>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .summary-embed-section .block-read-switch>.container>.columns {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .block-read-switch>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .summary-embed-section .block-read-switch>.container>.columns>.column {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section {
    margin-top: 60px;
    position: relative;
    width: 100%;
    z-index: 3
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section:first-child,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section:first-child,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section:first-child,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section:first-child,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section:first-child,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section:first-child,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section:first-child,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section:first-child {
    margin-top: 0
}

@media screen and (max-width:1087px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section {
        max-width: 100%;
        margin-top: 50px
    }
}

@media screen and (max-width:767px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section {
        margin-top: 40px
    }
}

@media screen and (min-width:1088px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.full-width>.container>.columns,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.full-width>.container>.columns {
        margin: 0 !important
    }

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.full-width>.container>.columns>.column,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.full-width>.container>.columns>.column {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important
    }

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.full-width>.container>.columns>.column .more-s,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.full-width>.container>.columns>.column .more-s {
        right: 0 !important
    }
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.largegap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.largegap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.largegap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.largegap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.largegap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.largegap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.largegap,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.largegap {
    margin-top: 80px
}

@media screen and (max-width:1087px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.largegap {
        margin-top: 70px
    }
}

@media screen and (max-width:767px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.largegap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.largegap {
        margin-top: 60px
    }
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.nogap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.nogap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.nogap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.nogap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.nogap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.nogap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.nogap,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.nogap {
    margin-top: 10px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.mediumgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.mediumgap {
    margin-top: 40px
}

@media screen and (max-width:1087px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.mediumgap {
        margin-top: 30px
    }
}

@media screen and (max-width:767px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.mediumgap,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.mediumgap {
        margin-top: 20px
    }
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.smallgap,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.smallgap {
    margin-top: 20px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg {
    background-color: #003764;
    color: #fff
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .container,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .container {
    padding: 40px 1rem
}

@media screen and (max-width:1087px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .container {
        padding: 52px 1rem
    }
}

@media screen and (min-width:1088px) {

    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .container,
    .newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .container {
        padding: 72px 1rem
    }
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content h6,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content h6 {
    color: inherit
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section.has-blue-bg .content p,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section.has-blue-bg .content p {
    color: inherit !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container {
    max-width: 100%;
    padding: 0;
    margin: 0
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .slick-arrow.slick-prev,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .slick-arrow.slick-prev {
    left: 0 !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .slick-arrow.slick-next,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .slick-arrow.slick-next {
    right: 0 !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h1,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h1 {
    margin-bottom: 14px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h1:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h1:not(:first-child) {
    margin-top: 37px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h2,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h2 {
    margin-bottom: 14px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h2:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h2:not(:first-child) {
    margin-top: 14px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h3,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h3 {
    margin-bottom: 14px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h3:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h3:not(:first-child) {
    margin-top: 22px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h4,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h4 {
    background-color: transparent;
    color: inherit;
    padding: 0;
    border-bottom: none;
    margin-bottom: 14px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h4:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h4:not(:first-child) {
    margin-top: 26px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h5,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h5 {
    margin-bottom: 14px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column .content h5:not(:first-child),
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column .content h5:not(:first-child) {
    margin-top: 20px
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column>div,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .newsletter-body-section>.section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section .summary-embed-section .section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .newsletter-articles-section>.section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .summary-block .article-expandable .article-expandable-content .newsletter-body-section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .summary-block .newsletter-body-section>.section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .summary-block .summary-embed-section .section>.container>.columns>.column>div .more-s,
.newsletter-page .newsletter-group .newsletter-article .summary-block>.section>.container>.columns>.column>div .more-s {
    right: 0 !important
}

.accordion-content .wowo,
.tabs-content .wowo {
    visibility: visible !important
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky {
        transition: all .3s ease-out
    }
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky.is-no-banner {
        background-color: #003764
    }
}

.navigation.is-sticky.is-no-banner .navbar.main-navbar.nav-light {
    background-color: #eff6fc
}

.navigation.is-sticky.is-no-banner .navbar.main-navbar {
    background-color: #003764
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky.is-dark:not(.is-active) {
        background-color: #003764
    }
}

@media screen and (min-width:1367px) {
    .navigation.is-sticky.is-dark:not(.is-active) .navbar.main-navbar:not(.nav-light) .navbar-item img.is-dark {
        opacity: 0;
        visibility: hidden
    }

    .navigation.is-sticky.is-dark:not(.is-active) .navbar.main-navbar:not(.nav-light) .navbar-item img.is-white {
        opacity: 1;
        visibility: visible
    }
}

.navigation.is-sticky.is-dark:not(.is-active) .navbar.main-navbar {
    background-color: #003764
}

.navigation.is-sticky.is-dark:not(.is-active) .navbar.main-navbar.nav-light {
    background-color: #eff6fc
}

.navigation.is-sticky.is-dark:not(.is-active) .nav-light>.navbar-menu>.navbar-item {
    color: #003764
}

.navigation.is-sticky.is-dark:not(.is-active) .nav-light>.navbar-menu>.navbar-item>.navbar-link {
    color: #003764
}

.navigation.is-sticky.is-dark:not(.is-active) .nav-light>.navbar-menu>.navbar-item>.nav-arrow {
    color: #003764
}

@media screen and (min-width:1367px) {
    .navigation.is-sticky.is-dark:not(.is-active) .navbar-menu>.navbar-item {
        color: #fff
    }

    .navigation.is-sticky.is-dark:not(.is-active) .navbar-menu>.navbar-item>.navbar-link {
        color: #fff
    }

    .navigation.is-sticky.is-dark:not(.is-active) .navbar-menu>.navbar-item>.navbar-link:hover {
        color: #4a90e2
    }

    .navigation.is-sticky.is-dark:not(.is-active) .navbar-menu>.navbar-item>.nav-arrow {
        color: #fff
    }
}

@media screen and (min-width:1367px) {
    .navigation.is-sticky.is-dark:not(.is-active) .navbar-burger::after {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (min-width:1367px) {
    .navigation.is-sticky.is-dark:not(.is-active) .navbar-brand .navbar-item img.is-white {
        opacity: 0;
        visibility: hidden
    }

    .navigation.is-sticky.is-dark:not(.is-active) .navbar-brand .navbar-item img.is-dark {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (min-width:1367px) {
    .navigation.is-sticky.is-dark:not(.is-active).is-dropdown .navbar.main-navbar .navbar-item img.is-dark {
        opacity: 0;
        visibility: hidden
    }

    .navigation.is-sticky.is-dark:not(.is-active).is-dropdown .navbar.main-navbar .navbar-item img.is-white {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (min-width:1367px) {
    .navigation.is-sticky.is-dark:not(.is-active).is-dropdown .navbar-menu>.navbar-item {
        color: #fff
    }

    .navigation.is-sticky.is-dark:not(.is-active).is-dropdown .navbar-menu>.navbar-item>.navbar-link {
        color: inherit
    }

    .navigation.is-sticky.is-dark:not(.is-active).is-dropdown .navbar-menu>.navbar-item>.navbar-link:hover {
        color: #4a90e2
    }

    .navigation.is-sticky.is-dark:not(.is-active).is-dropdown .navbar-menu>.navbar-item>.nav-arrow {
        color: inherit
    }
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky.is-stuck {
        background-color: #003764
    }
}

.navigation.is-sticky.is-stuck .navbar.main-navbar.nav-light {
    background-color: #eff6fc
}

.navigation.is-sticky.is-stuck .navbar.main-navbar {
    background-color: #003764;
    padding: 20px 58px
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky.is-stuck .navbar.main-navbar {
        padding: 20px 40px
    }
}

@media screen and (max-width:767px) {
    .navigation.is-sticky.is-stuck .navbar.main-navbar {
        padding: 21px 20px
    }
}

.navigation.is-sticky.is-stuck .navbar.main-navbar .navbar-brand {
    width: 180px
}

@media screen and (max-width:767px) {
    .navigation.is-sticky.is-stuck .navbar.main-navbar .navbar-brand {
        width: 142px
    }
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky.is-active {
        border-bottom: 2px solid rgba(255, 255, 255, .1);
        background-color: #003764
    }
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky.is-active .navbar.main-navbar {
        background-color: #003764
    }
}

.navigation.is-sticky .navbar.main-navbar.nav-light {
    color: #003764
}

.navigation.is-sticky .navbar.main-navbar {
    background-color: transparent;
    transition: all .3s ease-out;
    box-shadow: none;
    color: #fff;
    padding: 20px 58px;
    align-items: center
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky .navbar.main-navbar {
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 200;
        background-color: #003764
    }
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar.main-navbar {
        padding: 21px 20px
    }
}

.navigation.is-sticky .navbar.main-navbar .navbar-item {
    color: inherit
}

.navigation.is-sticky .navbar.main-navbar .navbar-link {
    color: inherit;
    padding: 0;
    margin: 0
}

.navigation.is-sticky .navbar.main-navbar .navbar-link::after {
    display: none
}

.navigation.is-sticky .navbar.main-navbar .navbar-link:focus,
.navigation.is-sticky .navbar.main-navbar .navbar-link:hover {
    background-color: transparent
}

.navigation.is-sticky .navbar-brand {
    width: 214px;
    min-height: 0;
    transition: all .3s ease-out
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky .navbar-brand {
        width: 180px
    }
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-brand {
        width: 142px
    }
}

.navigation.is-sticky .navbar-brand .navbar-item {
    padding: 0;
    width: 100%;
    display: block;
    height: auto;
    position: relative
}

.navigation.is-sticky .navbar-brand .navbar-item:hover {
    opacity: 1
}

.navigation.is-sticky .navbar-brand .navbar-item img {
    max-height: none;
    transition: all .3s ease-out
}

.navigation.is-sticky .navbar-brand .navbar-item img.is-white {
    opacity: 1;
    visibility: visible
}

.navigation.is-sticky .navbar-brand .navbar-item img.is-dark:not(.newsletter-logo) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.navigation.is-sticky .navbar-menu {
    flex: none;
    margin-left: auto
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky .navbar-menu {
        display: none !important
    }
}

.navigation.is-sticky .navbar-menu>.navbar-item {
    position: relative;
    transition: all .3s ease-out
}

.navigation.is-sticky .navbar-menu>.navbar-item:hover .navbar-dropdown {
    opacity: 1;
    visibility: visible
}

.navigation.is-sticky .navbar-menu>.navbar-item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .4
}

.navigation.is-sticky .navbar-menu>.navbar-item.search-button {
    font-size: 18px;
    padding-right: 28px;
    padding-left: 18px;
    padding-top: 19px;
    padding-bottom: 9px
}

.navigation.is-sticky .navbar-menu>.navbar-item.search-button:hover {
    background: 0 0;
    color: #0076bc
}

.navigation.is-sticky .navbar-menu>.navbar-item.search-button i {
    display: block
}

.navigation.is-sticky .navbar-menu>.navbar-item:not(.search-button) {
    padding-left: 19px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 9px
}

.navigation.is-sticky .navbar-menu>.navbar-item:not(.search-button)::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #0076bc;
    opacity: 0;
    transition: all .3s ease-out
}

.navigation.is-sticky .navbar-menu>.navbar-item.has-sub-second:hover {
    background-color: #fff;
    color: #003764
}

.navigation.is-sticky .navbar-menu>.navbar-item.has-sub-second:hover::before {
    opacity: 1
}

.navigation.is-sticky .navbar-menu>.navbar-item.has-sub-second:hover::after {
    opacity: 0
}

.navigation.is-sticky .navbar-menu>.navbar-item.has-sub-second:hover>.nav-arrow {
    transform: rotate(180deg)
}

.navigation.is-sticky .navbar-menu>.navbar-item.has-sub-second:hover>.navbar-link {
    color: #003764
}

.navigation.is-sticky .navbar-menu>.navbar-item.has-sub-second>.navbar-link:hover {
    color: #003764
}

.navigation.is-sticky .navbar-menu>.navbar-item>.nav-arrow {
    font-size: 12px;
    display: block;
    margin-left: 12px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all .3s ease-out
}

.navigation.is-sticky .navbar-menu>.navbar-item>.nav-arrow::before {
    content: "\e903"
}

.navigation.is-sticky .navbar-menu>.navbar-item>.navbar-link {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: all .3s ease-out
}

.navigation.is-sticky .navbar-menu>.navbar-item>.navbar-link:hover {
    color: #0076bc
}

.navigation.is-sticky .navbar-menu .navbar-dropdown {
    display: block !important;
    width: 258px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 0;
    padding: 17px 25px 21px 20px;
    opacity: 0;
    visibility: hidden;
    border-top: 0;
    transition: all .3s ease-out
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky .navbar-menu .navbar-dropdown {
        padding: 16px 20px
    }
}

.navigation.is-sticky .navbar-menu .navbar-dropdown>.navbar-item {
    padding: 0;
    display: block
}

.navigation.is-sticky .navbar-menu .navbar-dropdown>.navbar-item:not(:last-child) {
    margin-bottom: 15px
}

.navigation.is-sticky .navbar-menu .navbar-dropdown>.navbar-item>.navbar-link {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #003764;
    transition: all .3s ease-out;
    padding: 0
}

.navigation.is-sticky .navbar-menu .navbar-dropdown>.navbar-item>.navbar-link:hover {
    color: #4a90e2
}

.navigation.is-sticky .nav-light>.navbar-burger::after {
    opacity: 1;
    visibility: visible
}

.navigation.is-sticky .navbar-burger {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    height: auto;
    margin-left: 9px;
    padding: 13px 12px 6px 12px;
    position: relative
}

@media screen and (max-width:1366px) {
    .navigation.is-sticky .navbar-burger {
        padding: 12px
    }
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger {
        padding: 8px 17px
    }
}

.navigation.is-sticky .navbar-burger::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #003764;
    transition: all .3s ease-out;
    opacity: 0;
    visibility: hidden
}

.navigation.is-sticky .navbar-burger:hover {
    background-color: transparent
}

@media screen and (min-width:768px),
print {
    .navigation.is-sticky .navbar-burger:hover .text div {
        color: #0076bc
    }

    .navigation.is-sticky .navbar-burger:hover .icon span {
        background-color: #0076bc
    }
}

.navigation.is-sticky .navbar-burger.is-active .text .open {
    opacity: 0
}

.navigation.is-sticky .navbar-burger.is-active .text .close {
    opacity: 1
}

.navigation.is-sticky .navbar-burger.is-active .icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger.is-active .icon span:nth-child(1) {
        transform: translate(2px, 8px) rotate(45deg);
        width: 20px
    }
}

.navigation.is-sticky .navbar-burger.is-active .icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger.is-active .icon span:nth-child(3) {
        transform: translate(2px, -8px) rotate(-45deg);
        width: 20px
    }
}

.navigation.is-sticky .navbar-burger .text {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: 60px;
    height: 28px;
    position: relative
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger .text {
        font-size: 13px;
        line-height: 24px;
        height: 24px;
        width: 50px
    }
}

.navigation.is-sticky .navbar-burger .text div {
    position: absolute;
    transition: all .3s ease-out;
    top: 50%;
    transform: translateY(-50%);
    right: 6px
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger .text div {
        text-align: right
    }
}

.navigation.is-sticky .navbar-burger .text .close {
    opacity: 0
}

.navigation.is-sticky .navbar-burger .icon {
    width: 28px;
    height: 22px;
    position: relative
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger .icon {
        width: 24px;
        height: 20px
    }
}

.navigation.is-sticky .navbar-burger .icon span {
    height: 3px;
    width: 100%;
    left: 0;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .navigation.is-sticky .navbar-burger .icon span {
        height: 2px
    }
}

.navigation.is-sticky .navbar-burger .icon span:nth-child(1) {
    top: calc(50% - 9px)
}

.navigation.is-sticky .navbar-burger .icon span:nth-child(3) {
    top: calc(50% + 7px)
}

#main-menu.navbar-dropmenu {
    position: fixed;
    overflow: hidden;
    z-index: 90;
    left: 0;
    right: 0;
    background-color: #003764;
    color: #fff;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    top: -100%
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu {
        padding-left: max(368px, 25vw)
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    #main-menu.navbar-dropmenu {
        padding-left: 0;
        padding-right: 0
    }
}

#main-menu.navbar-dropmenu.is-active {
    top: 0;
    visibility: visible;
    opacity: 1
}

#main-menu.navbar-dropmenu.is-active .quick-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: .3s
}

#main-menu.navbar-dropmenu.is-active .quick-menu .shade-bottom {
    background: linear-gradient(180deg, rgba(0, 55, 100, 0) 0, rgba(0, 55, 100, .47) 6%, #003764 100%);
    height: 30px;
    left: auto;
    width: 38px;
    right: 0;
    position: absolute;
    z-index: 10
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu.is-active .quick-menu .shade-bottom {
        position: absolute;
        width: 100vw;
        top: -32px
    }
}

#main-menu.navbar-dropmenu .navbar-item {
    color: inherit;
    padding: 0
}

#main-menu.navbar-dropmenu .navbar-link {
    color: inherit;
    padding: 0;
    margin: 0;
    transition: all .3s ease-out
}

#main-menu.navbar-dropmenu .navbar-link::after {
    display: none
}

#main-menu.navbar-dropmenu .navbar-link:hover {
    background-color: transparent
}

#main-menu.navbar-dropmenu .image-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: max(368px, 25vw)
}

#main-menu.navbar-dropmenu .image-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.08%, rgba(12, 59, 96, .7) 84.37%), linear-gradient(0deg, rgba(12, 59, 96, .3), rgba(12, 59, 96, .3));
    background-blend-mode: multiply, normal, normal;
    z-index: 11;
    isolation: isolate
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .image-content {
        display: none
    }
}

#main-menu.navbar-dropmenu .image-content .default-nav-img,
#main-menu.navbar-dropmenu .image-content .img-c {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#main-menu.navbar-dropmenu .image-content .default-nav-img div,
#main-menu.navbar-dropmenu .image-content .img-c div {
    height: 100%
}

#main-menu.navbar-dropmenu .image-content .default-nav-img.is-active .is-relative img,
#main-menu.navbar-dropmenu .image-content .img-c.is-active .is-relative img {
    z-index: -1;
    isolation: isolate
}

#main-menu.navbar-dropmenu .image-content .default-nav-img {
    z-index: -10;
    opacity: 0;
    visibility: hidden
}

#main-menu.navbar-dropmenu .image-content .default-nav-img.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible
}

#main-menu.navbar-dropmenu .image-content .img-c {
    z-index: -10;
    opacity: 0;
    visibility: hidden
}

#main-menu.navbar-dropmenu .image-content .img-c.is-active {
    z-index: 10;
    opacity: 1;
    visibility: visible
}

#main-menu.navbar-dropmenu .navbar-menu {
    height: 100%;
    width: 100%;
    display: block;
    padding-top: 100px;
    padding-bottom: 25px
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu {
        display: flex;
        align-items: center
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu {
        overflow: hidden;
        overflow-y: auto;
        background-color: transparent;
        box-shadow: none;
        padding-top: 124px;
        padding-bottom: 149px
    }
}

@media screen and (max-width:767px) {
    #main-menu.navbar-dropmenu .navbar-menu {
        padding-top: 95px;
        padding-bottom: 140px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:374px) {
    #main-menu.navbar-dropmenu .navbar-menu {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content {
        display: block;
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        max-height: calc(100% - 100px);
        min-height: 80vh
    }
}

@media (min-width:1367px) and (max-height:700px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content {
        padding: 50px 0
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:after,
#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 60px;
    display: none;
    left: 0;
    right: 0;
    z-index: 22
}

@media screen and (min-width:1367px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:after,
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:before {
        width: calc(100vw - 368px);
        width: max(100vw - 368px, 75vw);
        display: block
    }
}

@media (max-width:1405px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:after,
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:before {
        width: 100vw
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:before {
    background: linear-gradient(0deg, rgba(0, 55, 100, 0) 0, rgba(0, 55, 100, .47) 6%, #003764 100%);
    top: 50px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content:after {
    background: linear-gradient(180deg, rgba(0, 55, 100, 0) 0, rgba(0, 55, 100, .47) 6%, #003764 100%);
    bottom: 30px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start {
    width: 100%;
    flex: none;
    display: block;
    position: relative
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start {
        min-height: 366px;
        max-width: 400px;
        padding-left: 40px
    }
}

@media screen and (min-width:1440px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start {
        padding-left: 62px;
        max-width: 430px
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start {
        padding-top: 22px;
        padding-bottom: 38px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start::after {
    pointer-events: none;
    width: 1px;
    height: 100%;
    background-color: #3d6280;
    position: absolute;
    right: 0;
    top: 16px
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start::after {
        content: "";
        display: block
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item {
        padding-right: 42px;
        position: static
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second:hover>.nav-arrow {
        max-width: 240px
    }

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second:hover>.navbar-link {
        color: #0798ff
    }

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second:hover .navbar-dropdown {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second.is-active>.nav-arrow {
        color: #0798ff;
        transform: rotate(180deg)
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second.is-active>.navbar-link {
        color: #0798ff
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second>.navbar-dropdown>.navbar-item {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item.has-sub-second>.navbar-dropdown>.navbar-item>.navbar-link {
        height: 52px;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.nav-arrow {
    transition: all .3s ease-out
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.nav-arrow {
        flex: 1;
        background-color: #0798ff;
        height: 2px;
        margin-left: 13px;
        margin-top: 2px;
        max-width: 0
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.nav-arrow {
        margin-left: 13px;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 12px
    }

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.nav-arrow::before {
        content: "\e905"
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.navbar-link {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.navbar-link {
        max-width: calc(100% - 50px);
        padding-bottom: 24px
    }
}

@media screen and (max-width:767px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.navbar-link {
        font-size: 30px
    }
}

@media screen and (max-width:499px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.navbar-link {
        font-size: 25px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start>.navbar-item>.navbar-link:hover {
    color: #0798ff
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: transparent;
        border-radius: 0;
        color: #fff;
        display: block;
        box-shadow: none;
        border: 0;
        padding-bottom: 0;
        padding-left: 40px;
        height: 100%;
        box-sizing: content-box;
        padding-top: 0;
        min-width: 0;
        transition: all .3s ease-out;
        margin-bottom: 0;
        opacity: 0;
        visibility: hidden;
        column-count: 2
    }

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        width: 400%;
        z-index: -1
    }
}

@media screen and (min-width:1408px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown {
        width: calc(100vw - 368px - 430px - 62px - 15px);
        max-width: 800px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column
    }
}

@media screen and (min-width:1440px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown {
        padding-left: 56px;
        column-count: 2;
        height: calc(100% - 35px)
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown {
        width: 100%;
        order: 3;
        display: none;
        padding-left: 18px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        background: unset;
        border: unset;
        box-shadow: unset
    }

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown::after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 5px;
        width: 2px;
        background-color: #0798ff;
        height: calc(100% - 14px)
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item {
    flex-wrap: wrap;
    break-inside: avoid
}

@media screen and (max-width:1243px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item {
        white-space: normal
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item {
        width: 200px
    }
}

@media screen and (min-width:1408px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item {
        width: 250px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item:not(:last-child) {
        margin-bottom: 7px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item.has-sub-third {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item.has-sub-third.is-active>.nav-arrow {
    transform: rotate(180deg)
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item.has-sub-third>.navbar-dropdown-third {
    width: 100%;
    order: 3;
    display: none;
    padding-left: 18px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item.has-sub-third>.nav-arrow {
    margin-left: 13px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    margin-top: 5px;
    transition: transform .5s ease
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item.has-sub-third>.nav-arrow:before {
    content: "\e905"
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item>.navbar-link {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    word-break: initial;
    white-space: initial
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item>.navbar-link {
        padding-bottom: 20px
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item>.navbar-link {
        font-size: 20px;
        line-height: 36px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown>.navbar-item>.navbar-link:hover {
    color: #0798ff
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown-third {
    width: 100%;
    padding-left: 8px;
    padding-top: 0
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown-third {
        padding-left: 12px;
        padding-top: 2px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown-third>.navbar-item:not(:last-child) {
    margin-bottom: 4px
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown-third>.navbar-item:not(:last-child) {
        margin-bottom: 10px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown-third>.navbar-item>.navbar-link {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start .navbar-dropdown-third>.navbar-item>.navbar-link:hover {
    color: #0798ff
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end {
    margin-bottom: 50px;
    padding-left: 6px;
    padding-bottom: 20px;
    display: block;
    margin-left: unset
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .navbar-menu .navbar-end {
        display: none
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item.search-button {
    display: inline-flex;
    padding: 4px 0;
    font-size: 18px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item.search-button:hover {
    background-color: transparent;
    color: #0798ff
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item.search-button i {
    display: block
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item:not(:last-child) {
    margin-bottom: 26px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item.is-active>.nav-arrow {
    color: #0798ff;
    transform: rotate(180deg)
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item>.nav-arrow {
    margin-left: 11px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all .3s ease-out;
    transition: transform .5s ease;
    font-size: 12px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item>.nav-arrow::before {
    content: "\e905"
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item>.navbar-link {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end>.navbar-item>.navbar-link:hover {
    color: #0798ff
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end .navbar-dropdown {
    width: 100%;
    order: 3;
    padding-left: 18px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
    background: unset;
    border: unset;
    box-shadow: unset
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end .navbar-dropdown::after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 5px;
    width: 2px;
    background-color: #0798ff;
    height: calc(100% - 30px)
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end .navbar-dropdown .navbar-item:not(:last-child) {
    margin-bottom: 6px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end .navbar-dropdown .navbar-link {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-end .navbar-dropdown .navbar-link:hover {
    color: #0798ff
}

#main-menu.navbar-dropmenu .quick-menu {
    display: flex;
    align-items: center
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .quick-menu {
        position: absolute;
        left: 58px;
        padding-left: 0;
        bottom: 25px;
        width: max(100vw - 368px, 75vw);
        justify-content: flex-start
    }
}

@media screen and (min-width:1244px) {
    #main-menu.navbar-dropmenu .quick-menu {
        left: 430px;
        padding-left: 0
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .quick-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        min-width: 100%;
        padding: 20px 40px 0 40px;
        border-top: 2px solid rgba(255, 255, 255, .1);
        background-color: #003764;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
        width: 100vw;
        z-index: 99;
        transition: all .3s ease-out;
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .quick-menu {
        position: fixed;
        left: max(368px, 25vw);
        bottom: 0;
        min-width: 100%;
        padding: 20px 40px 30px 62px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
        background: #003764;
        z-index: 99;
        transition: all .3s ease-out;
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (max-width:374px) {
    #main-menu.navbar-dropmenu .quick-menu {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:10367px) and (max-width:1405px) and (max-height:700px) {
    #main-menu.navbar-dropmenu .quick-menu {
        width: 100vw;
        background-color: #003764;
        left: 0;
        padding-left: 430px
    }
}

#main-menu.navbar-dropmenu .quick-menu .shade {
    background: linear-gradient(180deg, rgba(18, 55, 97, 0) 0, rgba(18, 55, 97, .3) 30%, rgba(18, 55, 97, .7) 80%, #123761 99%);
    position: absolute;
    width: 100vw;
    height: 30px;
    top: -52px;
    left: -62px;
    z-index: 999
}

@media screen and (max-width:1407px) {
    #main-menu.navbar-dropmenu .quick-menu .shade {
        left: -40vw;
        width: 140vw
    }
}

@media screen and (min-width:768px) and (max-width:1087px) {
    #main-menu.navbar-dropmenu .quick-menu .shade {
        left: -62px !important;
        width: calc(100vw + 62px)
    }
}

@media screen and (max-width:767px) {
    #main-menu.navbar-dropmenu .quick-menu .shade {
        left: -62px !important;
        width: calc(100vw + 62px)
    }
}

#main-menu.navbar-dropmenu .quick-menu>.navbar-item {
    position: relative
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .quick-menu>.navbar-item:not(:first-child) {
        padding-left: 12px
    }
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .quick-menu>.navbar-item {
        padding-left: 15px;
        margin-right: 15px;
        margin-bottom: 17px
    }
}

@media screen and (min-width:1367px) {
    #main-menu.navbar-dropmenu .quick-menu>.navbar-item:not(:last-child) {
        padding-right: 18px
    }
}

#main-menu.navbar-dropmenu .quick-menu>.navbar-item:not(:last-child)::after {
    content: "";
    display: block;
    height: 10px;
    width: 2px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:1366px) {
    #main-menu.navbar-dropmenu .quick-menu>.navbar-item:not(:last-child)::after {
        right: -15px
    }
}

#main-menu.navbar-dropmenu .quick-menu>.navbar-item>.navbar-link {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1px
}

#main-menu.navbar-dropmenu .quick-menu>.navbar-item>.navbar-link:hover {
    color: #0798ff
}

#main-menu.navbar-dropmenu .quick-menu>.navbar-item>.navbar-link[href*=tel] {
    position: relative;
    padding-left: 26px
}

#main-menu.navbar-dropmenu .quick-menu>.navbar-item>.navbar-link[href*=tel]::before {
    content: "\e90c";
    font-size: 12px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

#main-menu.navbar-dropmenu .navbar-menu {
    position: relative
}

#main-menu.navbar-dropmenu .navbar-menu,
#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content {
    scrollbar-color: rgba(255, 255, 255, .9) rgba(41, 41, 41, .5);
    scrollbar-width: 22px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content::-webkit-scrollbar,
#main-menu.navbar-dropmenu .navbar-menu::-webkit-scrollbar {
    width: 22px;
    height: 10px;
    padding-top: 40px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content::-webkit-scrollbar-track,
#main-menu.navbar-dropmenu .navbar-menu::-webkit-scrollbar-track {
    background: rgba(41, 41, 41, .5);
    border-radius: 0;
    height: 50px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content::-webkit-scrollbar-thumb,
#main-menu.navbar-dropmenu .navbar-menu::-webkit-scrollbar-thumb {
    border-radius: 0;
    height: 30px !important;
    width: 30px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, .9)
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content::-webkit-scrollbar-track-piece:end,
#main-menu.navbar-dropmenu .navbar-menu::-webkit-scrollbar-track-piece:end {
    background: 0 0;
    height: 30px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content::-webkit-scrollbar-track-piece:start,
#main-menu.navbar-dropmenu .navbar-menu::-webkit-scrollbar-track-piece:start {
    background: 0 0;
    height: 30px
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade,
#main-menu.navbar-dropmenu .navbar-menu .shade {
    background: linear-gradient(0deg, rgba(18, 55, 97, 0) 0, rgba(18, 55, 97, .3) 30%, rgba(18, 55, 97, .7) 80%, #123761 99%);
    position: absolute;
    height: 30px;
    left: auto;
    width: 38px;
    right: -5px;
    top: 85px;
    z-index: 10
}

@media screen and (max-width:1366px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade,
    #main-menu.navbar-dropmenu .navbar-menu .shade {
        position: fixed;
        right: 30px;
        top: 90px;
        width: 100vw
    }
}

@media screen and (max-width:499px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade,
    #main-menu.navbar-dropmenu .navbar-menu .shade {
        right: -5px;
        top: 85px
    }
}

@media (max-height:500px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade,
    #main-menu.navbar-dropmenu .navbar-menu .shade {
        right: -5px
    }
}

@media (max-width:768px) and (orientation:portrait) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade,
    #main-menu.navbar-dropmenu .navbar-menu .shade {
        right: -5px
    }
}

#main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
#main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
    background: linear-gradient(180deg, rgba(18, 55, 97, 0) 0, rgba(18, 55, 97, .3) 30%, rgba(18, 55, 97, .7) 80%, #123761 99%);
    height: 30px;
    left: auto;
    width: 38px;
    right: -5px;
    bottom: 10px;
    position: absolute;
    z-index: 10
}

@media screen and (max-width:1366px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        right: 30px;
        bottom: 65px;
        position: fixed;
        width: 100vw
    }
}

@media screen and (max-width:499px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        bottom: 140px;
        right: -5px
    }
}

@media (min-height:700px) and (max-width:500px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        bottom: 100px
    }
}

@media (max-height:500px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        right: -5px;
        bottom: 100px
    }
}

@media (max-width:768px) and (orientation:portrait) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        right: -5px;
        bottom: 100px
    }
}

@media (max-width:400px) and (orientation:portrait) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        right: -5px;
        bottom: 10px
    }
}

@media (min-width:1367px) and (max-height:700px) {

    #main-menu.navbar-dropmenu .navbar-menu .navbar-start-content .shade-bottom,
    #main-menu.navbar-dropmenu .navbar-menu .shade-bottom {
        bottom: 40px
    }
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
    background-color: transparent
}

.home-banners {
    position: relative
}

.home-banners .banner {
    height: calc(100vh - 200px);
    position: relative
}

@media screen and (max-width:1243px) {
    .home-banners .banner {
        height: calc(100vh - 160px)
    }
}

@media screen and (max-width:1087px) {
    .home-banners .banner {
        height: calc(100vh - 214px)
    }
}

@media screen and (max-width:767px) {
    .home-banners .banner {
        height: calc(100vh - 214px)
    }
}

@media screen and (max-width:374px) {
    .home-banners .banner {
        height: calc(100vh - 163px)
    }
}

.home-banners .banner .floating-controls {
    z-index: 5
}

.home-banners .banner .video-holder {
    position: relative;
    z-index: 3;
    min-width: 177.77778vh;
    width: 100%;
    position: relative
}

.home-banners .banner .video-holder::after,
.home-banners .banner .video-holder::before {
    content: "";
    display: block;
    pointer-events: none;
    z-index: 4
}

.home-banners .banner .video-holder::after {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 34.5661450925%
}

.home-banners .banner.image-overlay .video-holder::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(12, 59, 96, .4) 98.44%), linear-gradient(0deg, rgba(12, 59, 96, .3), rgba(12, 59, 96, .3))
}

.home-banners .banner.image-overlay .img-c::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(12, 59, 96, .4) 98.44%), linear-gradient(0deg, rgba(12, 59, 96, .3), rgba(12, 59, 96, .3))
}

.home-banners .banner .img-c {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.home-banners .banner .img-c::after,
.home-banners .banner .img-c::before {
    content: "";
    display: block;
    pointer-events: none;
    z-index: 2
}

.home-banners .banner .img-c::after {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 34.5661450925%
}

.home-banners .banner .img-c div {
    height: 100%
}

.home-banners .banner .text-c {
    z-index: 4;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 9.69vh calc((100% - 1180px)/ 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: #fff
}

@media screen and (max-width:1087px) {
    .home-banners .banner .text-c {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .home-banners .banner .text-c {
        padding: 95px 20px
    }
}

.home-banners .banner .text-c h1 {
    max-width: 622px;
    display: block;
    margin-bottom: 30px;
    width: 100%
}

@media screen and (max-width:767px) {
    .home-banners .banner .text-c h1 {
        margin-bottom: 21px;
        max-width: 360px
    }
}

.home-banners .banner .text-c h1 em,
.home-banners .banner .text-c h1 i {
    font-style: normal;
    margin-top: 27px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

@media screen and (max-width:1087px) {

    .home-banners .banner .text-c h1 em,
    .home-banners .banner .text-c h1 i {
        margin-top: 16px
    }
}

@media screen and (max-width:767px) {

    .home-banners .banner .text-c h1 em,
    .home-banners .banner .text-c h1 i {
        text-shadow: 0 .594914px 2.37966px rgba(0, 0, 0, .15)
    }
}

.home-banners .banner .text-c .button {
    padding-left: 22px;
    padding-right: 22px
}

@media screen and (max-width:767px) {
    .home-banners .banner .text-c .button {
        padding-left: 18px;
        padding-right: 18px
    }
}

@media screen and (max-width:767px) {
    .page-banners.is-newsletter-banner .banner .text-c {
        padding: 12px 20px
    }
}

.page-banners .banner {
    height: 622px
}

.page-banners .banner h1 {
    line-height: 1.2
}

@media screen and (max-width:767px) {
    .page-banners .banner h1 {
        font-size: 33px;
        line-height: 1;
        letter-spacing: .59px
    }
}

@media screen and (max-width:767px) {
    .page-banners .banner h1 i {
        font-size: 40px;
        line-height: .5;
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .page-banners .banner {
        height: 42.5153793575vw;
        min-height: 622px
    }
}

@media screen and (max-width:1243px) {
    .page-banners .banner {
        height: 520px
    }
}

@media screen and (max-width:1087px) {
    .page-banners .banner {
        font: 420px
    }
}

@media screen and (max-width:767px) {
    .page-banners .banner {
        height: 360px
    }
}

.page-banners .banner .floating-controls {
    z-index: 5
}

.page-banners .banner .video-holder {
    position: relative;
    z-index: 3;
    min-width: 177.77778vh;
    width: 100%;
    position: relative
}

.page-banners .banner .video-holder::after {
    z-index: 4;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.6720257235%;
    background: linear-gradient(180deg, rgba(34, 34, 34, .5) 0, rgba(34, 34, 34, 0) 100%);
    mix-blend-mode: multiply
}

.page-banners .banner.image-overlay .video-holder::before {
    z-index: 4;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(12, 59, 96, .4) 98.44%), linear-gradient(0deg, rgba(12, 59, 96, .3), rgba(12, 59, 96, .3))
}

.page-banners .banner.image-overlay .img-c::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(12, 59, 96, .4) 98.44%), linear-gradient(0deg, rgba(12, 59, 96, .3), rgba(12, 59, 96, .3))
}

.page-banners .banner .img-c {
    position: relative;
    overflow: hidden;
    height: 100%
}

.page-banners .banner .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 31.6720257235%;
    background: linear-gradient(180deg, rgba(34, 34, 34, .5) 0, rgba(34, 34, 34, 0) 100%);
    mix-blend-mode: multiply
}

@media screen and (min-width:1440px) {
    .page-banners .banner .img-c div {
        padding-top: 43.1944444444%
    }
}

@media screen and (max-width:1439px) {
    .page-banners .banner .img-c div {
        height: 100%
    }
}

.page-banners .banner .text-c {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 4;
    padding: 59px 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media screen and (min-width:1244px) {
    .page-banners .banner .text-c {
        padding: 59px calc((100% - 1180px)/ 2)
    }
}

@media screen and (max-width:1087px) {
    .page-banners .banner .text-c {
        padding: 50px 40px
    }
}

@media screen and (max-width:767px) {
    .page-banners .banner .text-c {
        padding: 42px 20px
    }
}

.page-banners .banner h1 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 50px
}

@media screen and (max-width:1087px) {
    .page-banners .banner h1 {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .page-banners .banner h1 {
        margin-bottom: 24px
    }
}

.page-banners .banner .breadcrumb {
    font-style: normal;
    white-space: normal
}

.page-banners .banner .breadcrumb a {
    display: inline-block;
    color: inherit;
    padding: 0;
    transition: all .3s ease-out
}

.page-banners .banner .breadcrumb a:hover {
    color: #0798ff
}

.page-banners .banner .breadcrumb ul {
    display: block;
    line-height: 20px;
    font-weight: 400
}

.page-banners .banner .breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    position: relative
}

.page-banners .banner .breadcrumb ul li+li::before {
    color: #fff;
    content: "/";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    vertical-align: middle;
    transform: translateY(-1px);
    margin-right: 12px;
    margin-left: 0;
    display: inline-block
}

.page-banners .banner .breadcrumb ul li.is-active {
    color: #0798ff
}

.newsletter-banner {
    margin-bottom: 32px
}

.newsletter-banner .banners .banner {
    background-color: #eff6fc
}

.newsletter-banner .banners .banner .breadcrumb>ul>li {
    color: #003764
}

.newsletter-banner .banners .banner .text-c {
    color: #003764
}

.newsletter-banner .banners .banner:not(.image-overlay) .img-c div {
    opacity: 0 !important
}

.newsletter-banner .banners .banner:not(.image-overlay) .img-c::before {
    opacity: 0 !important
}

.newsletter-banner .banners .banner:not(.image-overlay) .img-c::after {
    opacity: 0 !important
}

.banners.has-nav .slick-dots {
    display: flex
}

.banners .banner {
    background-color: #003764
}

.banners .banner .floating-controls {
    display: flex;
    align-items: center;
    position: absolute;
    left: 58px;
    bottom: 20px
}

@media screen and (max-width:1087px) {
    .banners .banner .floating-controls {
        left: 40px;
        bottom: 16px
    }
}

@media screen and (max-width:767px) {
    .banners .banner .floating-controls {
        left: 20px
    }
}

.banners .banner .floating-controls i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 20px;
    height: 20px;
    min-width: 16px;
    min-height: 16px
}

.banners .banner .text-c h1 {
    width: 100%
}

.banners .banner .text-c .all-caps {
    text-transform: uppercase;
    font-style: inherit;
    font-family: inherit;
    line-height: inherit;
    font-size: smaller
}

.banners .banner.move .text-c h1 {
    transition-delay: .2s;
    width: 100%
}

.banners .banner.move .text-c .breadcrumb,
.banners .banner.move .text-c .button-box {
    transition-delay: .4s
}

.banners .slick-dots {
    position: absolute;
    right: 70px;
    bottom: 32px;
    display: flex;
    align-items: center;
    z-index: 5;
    display: none
}

@media screen and (max-width:1087px) {
    .banners .slick-dots {
        right: 52px;
        bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .banners .slick-dots {
        right: 37px;
        bottom: 20px
    }
}

.banners .slick-dots li {
    line-height: normal;
    font-size: 0
}

.banners .slick-dots li:not(:last-child) {
    margin-right: 4px
}

.banners .slick-dots li.slick-active button {
    background-color: #fff
}

.banners .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .3s ease-out;
    padding: 4px;
    cursor: pointer
}

.banners .slick-dots li button:hover {
    background-color: #fff
}

.home-3cols {
    background-color: #003764;
    color: #fff
}

.home-3cols .container {
    display: flex;
    padding-top: 43px;
    padding-bottom: 45px;
    align-items: flex-end
}

@media screen and (max-width:1243px) {
    .home-3cols .container {
        padding: 24px 0
    }
}

@media screen and (max-width:1087px) {
    .home-3cols .container {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .home-3cols .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:374px) {
    .home-3cols .container {
        padding-left: 0;
        padding-right: 0
    }
}

.home-3cols .item {
    flex: 1;
    display: block;
    position: relative;
    transition: all .3s ease-out;
    color: #fff
}

@media screen and (min-width:1244px) {
    .home-3cols .item {
        padding: 0 62px
    }
}

@media screen and (max-width:1243px) {
    .home-3cols .item {
        padding: 0 24px
    }
}

@media screen and (max-width:1087px) {
    .home-3cols .item {
        padding: 22px 20px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .home-3cols .item {
        padding: 0;
        padding: 22px 0
    }
}

@media screen and (max-width:374px) {
    .home-3cols .item {
        padding: 16px 0
    }
}

.home-3cols .item:hover {
    opacity: .8
}

@media screen and (max-width:1087px) {
    .home-3cols .item:not(:last-child) {
        border-bottom: 2px solid rgba(255, 255, 255, .2)
    }
}

@media screen and (min-width:1088px) {

    .home-3cols .item:first-child,
    .home-3cols .item:last-child {
        flex: none;
        width: 300px
    }
}

@media screen and (min-width:1244px) {

    .home-3cols .item:first-child,
    .home-3cols .item:last-child {
        width: 339px
    }
}

.home-3cols .item:nth-child(2)::after,
.home-3cols .item:nth-child(2)::before {
    position: absolute;
    bottom: 8px;
    width: 2px;
    height: 70px;
    background-color: rgba(255, 255, 255, .1)
}

@media screen and (min-width:1088px) {

    .home-3cols .item:nth-child(2)::after,
    .home-3cols .item:nth-child(2)::before {
        content: "";
        display: block
    }
}

.home-3cols .item:nth-child(2)::before {
    left: -1px
}

.home-3cols .item:nth-child(2)::after {
    right: -1px
}

.home-3cols .icon-c {
    font-size: 21px;
    text-align: center;
    margin-bottom: 17px;
    width: 22px
}

@media screen and (max-width:1087px) {
    .home-3cols .icon-c {
        margin-bottom: 0;
        margin-right: 13px
    }
}

@media screen and (min-width:1088px) {
    .home-3cols .icon-c {
        margin-left: auto;
        margin-right: auto
    }
}

.home-3cols .icon-c img {
    display: block;
    width: 100%
}

.home-3cols .icon-c i {
    display: block
}

.home-3cols .text-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.home-3cols .text-c h2 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-3cols .text-c h2 {
        font-size: 18px;
        letter-spacing: normal;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .home-3cols .text-c h2 {
        letter-spacing: 1.5px
    }
}

@media screen and (max-width:374px) {
    .home-3cols .text-c h2 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px
    }
}

.home-3cols .text-c p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-3cols .text-c p {
        display: none
    }
}

.home-images-text {
    margin: 20px;
    background-color: #eff6fc
}

@media screen and (max-width:767px) {
    .home-images-text {
        margin-top: 22px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 29px
    }
}

.home-images-text .container {
    padding-top: 100px;
    padding-bottom: 98px
}

@media screen and (min-width:768px),
print {
    .home-images-text .container {
        display: flex;
        align-items: center
    }
}

@media screen and (max-width:1087px) {
    .home-images-text .container {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    .home-images-text .container {
        padding-top: 31.24px;
        padding-bottom: 72px
    }
}

.home-images-text .images {
    width: 478px;
    padding-left: 297px;
    position: relative;
    margin-left: 14px;
    margin-bottom: -18.5px
}

@media screen and (max-width:1243px) {
    .home-images-text .images {
        margin-left: 20px
    }
}

@media screen and (max-width:1087px) {
    .home-images-text .images {
        margin-left: 0;
        width: 50%;
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .home-images-text .images {
        width: 100%;
        margin-bottom: 21.5px
    }
}

@media screen and (max-width:575px) {
    .home-images-text .images {
        margin-bottom: 39px
    }
}

@media screen and (max-width:1087px) {
    .home-images-text .images.duo-image-layout {
        padding-bottom: 24%
    }
}

@media screen and (max-width:1087px) {
    .home-images-text .images.single-image-layout .img-c:first-child {
        position: relative;
        margin: 0 auto;
        transform: none
    }
}

.home-images-text .images .img-c:not(:first-child) {
    margin-bottom: 18.5px
}

@media screen and (max-width:1087px) {
    .home-images-text .images .img-c:not(:first-child) {
        width: 25%;
        margin-left: auto
    }
}

@media screen and (max-width:767px) {
    .home-images-text .images .img-c:not(:first-child) {
        width: 37.6119402985%
    }
}

@media screen and (max-width:575px) {
    .home-images-text .images .img-c:not(:first-child) {
        margin-bottom: 13px
    }
}

.home-images-text .images .img-c:not(:first-child) div {
    padding-top: 95.5555555556%
}

.home-images-text .images .img-c:first-child {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-57%);
    width: 276px;
    margin-bottom: 0
}

@media screen and (max-width:1087px) {
    .home-images-text .images .img-c:first-child {
        width: calc(75% - 20px)
    }
}

@media screen and (max-width:767px) {
    .home-images-text .images .img-c:first-child {
        width: 57.9104477612%;
        transform: translateY(-54%)
    }
}

.home-images-text .images .img-c:first-child>div {
    padding-top: 100%
}

.home-images-text .text-c {
    flex: 1;
    padding-left: 68px
}

@media screen and (max-width:1243px) {
    .home-images-text .text-c {
        padding-left: 40px;
        margin-right: 20px
    }
}

@media screen and (max-width:1087px) {
    .home-images-text .text-c {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .home-images-text .text-c {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center
    }
}

.home-images-text .text-c h2 {
    margin-bottom: 36px;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-images-text .text-c h2 {
        margin-bottom: 24px
    }
}

@media screen and (max-width:767px) {
    .home-images-text .text-c h2 {
        margin-bottom: 20px
    }
}

.home-images-text .text-c p {
    margin-bottom: 36px;
    width: 100%;
    color: rgba(0, 55, 100, .8)
}

@media screen and (max-width:1087px) {
    .home-images-text .text-c p {
        margin-bottom: 24px
    }
}

@media screen and (max-width:767px) {
    .home-images-text .text-c p {
        margin-bottom: 22px;
        max-width: 314px
    }
}

.home-images-text .text-c .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    letter-spacing: .1em
}

.home-images-text .text-c .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .home-images-text .text-c .readmore {
        letter-spacing: .1em
    }
}

.home-images-text .text-c .readmore:hover {
    color: #015ea1
}

.home-images-text .text-c .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.home-tabs {
    margin-top: 120px;
    margin-bottom: 151px
}

@media screen and (max-width:1087px) {
    .home-tabs {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .home-tabs {
        margin-top: 29px;
        margin-bottom: 42px
    }
}

.home-tabs .container {
    display: flex;
    position: relative;
    padding-left: 171px;
    padding-right: 30px
}

@media screen and (max-width:1243px) {
    .home-tabs .container {
        padding-left: 100px;
        padding-right: 0
    }
}

@media screen and (max-width:1087px) {
    .home-tabs .container {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .home-tabs .container {
        padding-left: 0;
        padding-right: 0
    }
}

.home-tabs .title-c {
    background-color: #003764;
    color: #fff;
    z-index: 4;
    padding: 40px 42px 52px 48px
}

@media screen and (min-width:1088px) {
    .home-tabs .title-c {
        position: absolute;
        left: -29px;
        bottom: 46px;
        width: 363px
    }
}

@media screen and (max-width:1087px) {
    .home-tabs .title-c {
        width: calc(100% - 80px);
        order: 2;
        margin-top: -133px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .home-tabs .title-c {
        width: calc(100% - 40px);
        padding: 32px 42px 34px 48px
    }
}

.home-tabs .title-c .sub-title {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #0798ff;
    margin-bottom: 26px;
    text-transform: uppercase;
    width: 100%
}

@media screen and (max-width:767px) {
    .home-tabs .title-c .sub-title {
        margin-bottom: 22px
    }
}

.home-tabs .title-c h2 {
    margin-bottom: 10px;
    width: 100%
}

@media screen and (max-width:767px) {
    .home-tabs .title-c h2 {
        margin-bottom: 16px
    }
}

.home-tabs .title-c .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative
}

.home-tabs .title-c .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .home-tabs .title-c .readmore {
        letter-spacing: .1em
    }
}

.home-tabs .title-c .readmore:hover {
    color: rgba(255, 255, 255, .8)
}

.home-tabs .title-c .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.home-tabs .tabs-content {
    width: 51.1%;
    position: relative
}

@media screen and (max-width:1243px) {
    .home-tabs .tabs-content {
        width: 50%
    }
}

@media screen and (max-width:1087px) {
    .home-tabs .tabs-content {
        width: 100%
    }
}

.home-tabs .tabs-content::after {
    width: 100%;
    padding-top: 435px;
    pointer-events: none
}

@media screen and (max-width:1087px) {
    .home-tabs .tabs-content::after {
        content: "";
        display: block
    }
}

@media screen and (max-width:374px) {
    .home-tabs .tabs-content::after {
        padding-top: 375px
    }
}

.home-tabs .tabs-content .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none
}

.home-tabs .tabs-content .img-c {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.home-tabs .tabs-content .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 55, 100, .2);
    mix-blend-mode: color;
    pointer-events: none
}

.home-tabs .tabs-content .img-c div {
    height: 100%
}

.home-tabs .tabs-title {
    flex: 1
}

@media screen and (max-width:1087px) {
    .home-tabs .tabs-title {
        order: 3;
        width: calc(100% - 80px)
    }
}

@media screen and (max-width:767px) {
    .home-tabs .tabs-title {
        width: calc(100% - 40px)
    }
}

.home-tabs .accordion-wrapper {
    padding-left: 62px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 20px;
    cursor: pointer;
    min-height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s ease-out;
    position: relative
}

@media screen and (min-width:1088px) {
    .home-tabs .accordion-wrapper {
        max-width: 479px
    }
}

@media screen and (max-width:1243px) {
    .home-tabs .accordion-wrapper {
        padding-left: 40px
    }
}

@media screen and (max-width:1087px) {
    .home-tabs .accordion-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
        min-height: 130px
    }
}

@media screen and (max-width:767px) {
    .home-tabs .accordion-wrapper {
        padding: 24px 23px;
        min-height: 78px
    }
}

.home-tabs .accordion-wrapper:hover {
    background-color: #0076bc;
    color: #fff
}

.home-tabs .accordion-wrapper:hover::before {
    width: 56px
}

.home-tabs .accordion-wrapper:hover::after {
    opacity: 0
}

.home-tabs .accordion-wrapper:hover .accordion-header h3::after {
    opacity: 1;
    transform: translate(10px, 2px)
}

.home-tabs .accordion-wrapper:hover .accordion-header h3 span.icon {
    margin-right: 14px;
    width: 30px
}

@media screen and (max-width:1243px) {
    .home-tabs .accordion-wrapper:hover .accordion-header h3 span.icon {
        margin-right: 11px
    }
}

.home-tabs .accordion-wrapper:hover .accordion-header h3 span.icon img.is-no-hover {
    opacity: 0;
    visibility: hidden
}

.home-tabs .accordion-wrapper:hover .accordion-header h3 span.icon img.is-hover {
    opacity: 1;
    visibility: visible
}

.home-tabs .accordion-wrapper:hover .accordion-content {
    max-height: 66px
}

@media screen and (min-width:1088px) {
    .home-tabs .accordion-wrapper.is-active {
        background-color: #0076bc;
        color: #fff
    }

    .home-tabs .accordion-wrapper.is-active::before {
        width: 56px
    }

    .home-tabs .accordion-wrapper.is-active::after {
        opacity: 0
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3::after {
        opacity: 1;
        transform: translate(10px, 2px)
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3 span.icon {
        margin-right: 11px
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3 span.icon img.is-no-hover {
        opacity: 0;
        visibility: hidden
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3 span.icon img.is-hover {
        opacity: 1;
        visibility: visible
    }

    .home-tabs .accordion-wrapper.is-active .accordion-content {
        max-height: 66px
    }
}

@media screen and (max-width:1087px) {
    .home-tabs .accordion-wrapper.is-active {
        background-color: #0076bc;
        color: #fff
    }

    .home-tabs .accordion-wrapper.is-active::before {
        width: 56px
    }

    .home-tabs .accordion-wrapper.is-active::after {
        opacity: 0
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3::after {
        opacity: 1;
        transform: translate(10px, 2px)
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3 span.icon {
        margin-right: 11px
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3 span.icon img.is-no-hover {
        opacity: 0;
        visibility: hidden
    }

    .home-tabs .accordion-wrapper.is-active .accordion-header h3 span.icon img.is-hover {
        opacity: 1;
        visibility: visible
    }

    .home-tabs .accordion-wrapper.is-active .accordion-content {
        max-height: 66px
    }
}

.home-tabs .accordion-wrapper::before {
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: -31px;
    pointer-events: none;
    transition: all .3s ease-out
}

@media screen and (min-width:1088px) {
    .home-tabs .accordion-wrapper::before {
        content: "";
        display: block
    }
}

.home-tabs .accordion-wrapper::after {
    content: "";
    display: block;
    transition: all .3s ease-out;
    width: calc(100% - 57px);
    height: 2px;
    position: absolute;
    left: 57px;
    bottom: 0;
    background-color: #eff6fc;
    pointer-events: none
}

@media screen and (max-width:1087px) {
    .home-tabs .accordion-wrapper::after {
        left: 0;
        width: 100%
    }
}

.home-tabs .accordion-wrapper:last-child::after {
    display: none
}

.home-tabs .accordion-wrapper .accordion-header {
    color: inherit
}

.home-tabs .accordion-wrapper .accordion-header h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%
}

.home-tabs .accordion-wrapper .accordion-header h3::after {
    content: "";
    display: block;
    width: 21px;
    height: 12px;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-out;
    transform: translate(0, 2px)
}

@media screen and (max-width:767px) {
    .home-tabs .accordion-wrapper .accordion-header h3::after {
        margin-left: auto
    }
}

.home-tabs .accordion-wrapper .accordion-header h3 .icon {
    position: relative;
    width: 33px;
    margin-right: 28px;
    transition: all .3s ease-out
}

@media screen and (max-width:1243px) {
    .home-tabs .accordion-wrapper .accordion-header h3 .icon {
        width: 30px;
        margin-right: 22px
    }
}

.home-tabs .accordion-wrapper .accordion-header h3 .icon img {
    display: block;
    width: 100%;
    transition: all .3s ease-out
}

.home-tabs .accordion-wrapper .accordion-header h3 .icon img.is-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.home-tabs .accordion-wrapper .accordion-header h3 i {
    display: block;
    font-size: 33px;
    margin-right: 28px
}

@media screen and (max-width:1243px) {
    .home-tabs .accordion-wrapper .accordion-header h3 i {
        font-size: 30px;
        margin-right: 22px
    }
}

.home-tabs .accordion-wrapper .accordion-header h3 span {
    display: block;
    width: 100%
}

@media screen and (min-width:1088px) {
    .home-tabs .accordion-wrapper .accordion-header h3 span {
        white-space: nowrap
    }
}

@media screen and (max-width:767px) {
    .home-tabs .accordion-wrapper .accordion-header h3 span {
        line-height: 17px
    }
}

.home-tabs .accordion-wrapper .accordion-content {
    transition: all .3s ease-out;
    max-height: 0;
    overflow: hidden
}

.home-tabs .accordion-wrapper .accordion-content .content {
    padding-top: 12px;
    padding-bottom: 2px;
    margin-bottom: 0;
    max-width: 375px
}

@media screen and (max-width:767px) {
    .home-tabs .accordion-wrapper .accordion-content .content {
        padding-top: 4px;
        padding-bottom: 4px
    }
}

@media screen and (max-width:767px) {
    .home-tabs .accordion-wrapper .accordion-content .content {
        max-width: 320px
    }
}

.home-tabs .accordion-wrapper .accordion-content .content p {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    width: 100%
}

.home-gallery {
    margin-bottom: 100px
}

@media screen and (min-width:1244px) {
    .home-gallery {
        padding-left: 40px
    }
}

@media screen and (max-width:1087px) {
    .home-gallery {
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .home-gallery {
        margin-bottom: 58px
    }
}

.home-gallery .container.is-fluid {
    position: relative
}

@media screen and (min-width:1440px) {
    .home-gallery .img-c {
        position: relative
    }
}

@media screen and (max-width:1439px) {
    .home-gallery .img-c {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }
}

.home-gallery .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #003764;
    opacity: .7;
    mix-blend-mode: multiply;
    pointer-events: none
}

@media screen and (min-width:1440px) {
    .home-gallery .img-c div {
        padding-top: 41.8571428571%
    }
}

@media screen and (max-width:1439px) {
    .home-gallery .img-c div {
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .home-gallery .img-c div.tablet {
        display: none
    }
}

@media screen and (min-width:768px),
print {
    .home-gallery .img-c div.mobile {
        display: none
    }
}

.home-gallery .gallery {
    display: flex;
    position: relative;
    z-index: 4;
    margin: 0
}

@media screen and (min-width:1440px) {
    .home-gallery .gallery {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .home-gallery .gallery {
        flex-direction: column
    }
}

.home-gallery .gallery .item {
    flex: 1;
    min-height: 586px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 94px 40px 44px 40px;
    position: relative;
    transition: all .3s ease-out
}

@media screen and (max-width:1243px) {
    .home-gallery .gallery .item {
        padding-top: 44px
    }
}

@media screen and (max-width:1087px) {
    .home-gallery .gallery .item {
        padding: 30px 20px;
        min-height: 420px
    }
}

@media screen and (max-width:767px) {
    .home-gallery .gallery .item {
        min-height: 220px;
        padding: 32px 32px 20px 32px
    }
}

@media screen and (max-width:1087px) {
    .home-gallery .gallery .item.is-active::after {
        opacity: .8
    }

    .home-gallery .gallery .item.is-active .text-hide {
        max-height: 280px
    }
}

@media screen and (min-width:1244px) {
    .home-gallery .gallery .item:hover {
        padding-top: 40px
    }
}

@media screen and (min-width:1088px) {
    .home-gallery .gallery .item:hover::after {
        opacity: .8
    }

    .home-gallery .gallery .item:hover .text-hide {
        max-height: 280px
    }
}

.home-gallery .gallery .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0076bc;
    opacity: 0;
    transition: all .3s ease-out
}

.home-gallery .gallery .item h2 {
    position: relative;
    z-index: 4;
    max-width: 260px;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-gallery .gallery .item h2 {
        max-width: 240px
    }
}

@media screen and (max-width:767px) {
    .home-gallery .gallery .item h2 {
        max-width: 100%
    }
}

.home-gallery .gallery .item .text-hide {
    text-align: center;
    position: relative;
    z-index: 4;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out
}

@media screen and (min-width:768px),
print {
    .home-gallery .gallery .item .text-hide {
        max-width: 312px
    }
}

.home-gallery .gallery .item .text-hide p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
    margin-top: 33px;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-gallery .gallery .item .text-hide p {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .home-gallery .gallery .item .text-hide p {
        margin-top: 10px;
        margin-bottom: 14px
    }
}

.home-gallery .gallery .item .text-hide .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    letter-spacing: .1em;
    cursor: pointer
}

.home-gallery .gallery .item .text-hide .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .home-gallery .gallery .item .text-hide .readmore {
        letter-spacing: .1em
    }
}

.home-gallery .gallery .item .text-hide .readmore:hover {
    color: rgba(255, 255, 255, .8)
}

.home-gallery .gallery .item .text-hide .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.home-gallery .gallery .item .text-hide .readmore:hover {
    color: rgba(255, 255, 255, .8)
}

.home-video {
    margin-top: 100px;
    margin-bottom: 120px;
    padding-top: 64px
}

@media screen and (max-width:1087px) {
    .home-video {
        margin-top: 80px;
        padding-top: 32px;
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .home-video {
        margin-top: 58px;
        padding-top: 0;
        margin-bottom: 74px
    }
}

.home-video.has-nav .container.is-fluid>.slick-control {
    display: flex
}

.home-video .container.is-fluid>.slick-control {
    position: absolute;
    bottom: 91px;
    left: calc((100vw - 1180px)/ 2);
    display: none
}

@media screen and (min-width:1440px) {
    .home-video .container.is-fluid>.slick-control {
        left: calc((100vw - 1440px)/ 2 + 128px)
    }
}

@media screen and (max-width:1243px) {
    .home-video .container.is-fluid>.slick-control {
        left: calc((100vw - 1024px)/ 2)
    }
}

@media screen and (max-width:1087px) {
    .home-video .container.is-fluid>.slick-control {
        left: 40px;
        bottom: 42px
    }
}

@media screen and (max-width:767px) {
    .home-video .container.is-fluid>.slick-control {
        justify-content: center;
        bottom: 53px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.home-video .slick-box .slick {
    width: 100%
}

.home-video .slick-box .slick .slick-list {
    padding-top: 64px
}

@media screen and (max-width:1087px) {
    .home-video .slick-box .slick .slick-list {
        padding-top: 32px
    }
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .slick-list {
        padding-top: 0
    }
}

.home-video .slick-box .slick .slick-track {
    display: flex !important;
    height: 100%
}

.home-video .slick-box .slick .slick-track .slick-slide {
    height: auto !important
}

.home-video .slick-box .slick .item {
    padding-bottom: 10px;
    background-color: #eff6fc;
    padding-right: 25px;
    padding-left: calc((100vw - 1180px)/ 2);
    display: flex
}

@media screen and (min-width:1440px) {
    .home-video .slick-box .slick .item {
        padding-right: calc((100vw - 1440px)/ 2 + 22px);
        padding-left: calc((100vw - 1440px)/ 2 + 128px)
    }
}

@media screen and (max-width:1243px) {
    .home-video .slick-box .slick .item {
        padding-left: calc((100vw - 1024px)/ 2)
    }
}

@media screen and (max-width:1087px) {
    .home-video .slick-box .slick .item {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 48px;
        padding-bottom: 100px;
        display: block
    }
}

.home-video .slick-box .slick .item.has-video .image-c,
.home-video .slick-box .slick .item.has-video .img-c {
    position: relative
}

.home-video .slick-box .slick .item.has-video .image-c::before,
.home-video .slick-box .slick .item.has-video .img-c::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #003764;
    opacity: .3;
    transition: all .3s ease-out;
    pointer-events: none;
    transform: translateZ(0);
    z-index: 4
}

.home-video .slick-box .slick .item .text-c {
    max-width: 392px;
    padding-top: 130px;
    padding-bottom: 81px
}

@media screen and (max-width:1087px) {
    .home-video .slick-box .slick .item .text-c {
        padding-top: 60px;
        padding-bottom: 60px;
        width: 50%;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .text-c {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 37px;
        max-width: 100%;
        text-align: center
    }
}

.home-video .slick-box .slick .item .text-c h2 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: .9;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%
}

@media screen and (max-width:1243px) {
    .home-video .slick-box .slick .item .text-c h2 {
        font-size: 46px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1087px) {
    .home-video .slick-box .slick .item .text-c h2 {
        font-size: 40px
    }
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .text-c h2 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.home-video .slick-box .slick .item .text-c p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #003764;
    opacity: .8;
    margin-bottom: 22px;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-video .slick-box .slick .item .text-c p {
        margin-bottom: 18px
    }
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .text-c p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

.home-video .slick-box .slick .item .text-c .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    letter-spacing: .1em;
    margin-bottom: 79px
}

.home-video .slick-box .slick .item .text-c .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .text-c .readmore {
        letter-spacing: .1em
    }
}

.home-video .slick-box .slick .item .text-c .readmore:hover {
    color: #015ea1
}

.home-video .slick-box .slick .item .text-c .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

@media screen and (max-width:1087px) {
    .home-video .slick-box .slick .item .text-c .readmore {
        margin-bottom: 54px
    }
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .text-c .readmore {
        margin-bottom: 0
    }
}

.home-video .slick-box .slick .item .img-c,
.home-video .slick-box .slick .item .video-c {
    transform: translateY(-64px);
    width: 59.39444%;
    margin-left: auto
}

@media screen and (min-width:768px),
print {

    .home-video .slick-box .slick .item .img-c,
    .home-video .slick-box .slick .item .video-c {
        height: 100%
    }
}

@media screen and (max-width:1087px) {

    .home-video .slick-box .slick .item .img-c,
    .home-video .slick-box .slick .item .video-c {
        transform: translateY(-32px);
        width: 50%
    }
}

@media screen and (max-width:767px) {

    .home-video .slick-box .slick .item .img-c,
    .home-video .slick-box .slick .item .video-c {
        transform: none;
        width: 100%
    }
}

.home-video .slick-box .slick .item .image-c,
.home-video .slick-box .slick .item .img-c {
    position: relative
}

@media screen and (min-width:768px),
print {

    .home-video .slick-box .slick .item .image-c div,
    .home-video .slick-box .slick .item .img-c div {
        height: 100%
    }
}

@media screen and (max-width:767px) {

    .home-video .slick-box .slick .item .image-c div,
    .home-video .slick-box .slick .item .img-c div {
        padding-top: 68.1547619048%
    }
}

.home-video .slick-box .slick .item .video-c {
    position: relative
}

.home-video .slick-box .slick .item .video-c .play-video-btn {
    width: 100%;
    height: 100%;
    display: block
}

.home-video .slick-box .slick .item .video-c .play-video-btn:hover .image-c div {
    transform: scale(1.08);
    filter: blur(3px)
}

.home-video .slick-box .slick .item .video-c .image-c {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease-out
}

.home-video .slick-box .slick .item .video-c .image-c div {
    transition: all .3s ease-out;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.home-video .slick-box .slick .item .video-c .icon-c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 4
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .video-c .icon-c {
        top: 55%
    }
}

.home-video .slick-box .slick .item .video-c .icon-c i {
    font-size: 30px;
    display: block;
    margin-bottom: 18px
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .video-c .icon-c i {
        font-size: 23px;
        margin-bottom: 11px
    }
}

.home-video .slick-box .slick .item .video-c .icon-c span {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px
}

@media screen and (max-width:767px) {
    .home-video .slick-box .slick .item .video-c .icon-c span {
        font-size: 10px
    }
}

.home-news-events {
    margin-top: 100px;
    margin-bottom: 67px
}

@media screen and (max-width:1087px) {
    .home-news-events {
        margin-top: 80px
    }
}

@media screen and (max-width:767px) {
    .home-news-events {
        margin-top: 74px;
        margin-bottom: 65px
    }
}

.home-news-events .title-c {
    width: 100%;
    position: relative;
    margin-bottom: 42px
}

@media screen and (max-width:1087px) {
    .home-news-events .title-c {
        margin-bottom: 24px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .title-c {
        text-align: center
    }
}

.home-news-events .title-c .sub-title {
    color: #0076bc;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    width: 100%
}

@media screen and (max-width:767px) {
    .home-news-events .title-c .sub-title {
        margin-bottom: 10px
    }
}

.home-news-events .title-c h2 {
    text-transform: uppercase;
    width: 100%
}

@media screen and (max-width:1087px) {
    .home-news-events .title-c h2 {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .title-c h2 {
        margin-bottom: 0
    }
}

.home-news-events .title-c .readmores {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (min-width:1088px) {
    .home-news-events .title-c .readmores {
        position: absolute;
        right: 0;
        bottom: 12px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .title-c .readmores {
        display: none
    }
}

.home-news-events .title-c .readmores .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    margin: 0 15px;
    letter-spacing: .1em
}

.home-news-events .title-c .readmores .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .home-news-events .title-c .readmores .readmore {
        letter-spacing: .1em
    }
}

.home-news-events .title-c .readmores .readmore:hover {
    color: #015ea1
}

.home-news-events .title-c .readmores .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .slick-desktop {
        display: none
    }
}

.home-news-events .slick-box .slick-desktop .group {
    margin-bottom: -29px;
    padding-right: 400px;
    position: relative
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group {
        padding-right: 340px
    }
}

.home-news-events .slick-box .slick-desktop .group .item:not(:last-child) {
    margin-bottom: 29px
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .img-c {
    width: 366px
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .img-c {
        width: 45%
    }
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .text-c {
    padding: 48px 59px 62px 45px
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .text-c {
        padding: 40px
    }
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .text-c .top-box {
    margin-bottom: 54px
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .text-c h3 {
    margin-bottom: 12px
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .text-c p {
    margin-bottom: 38px
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(1) .text-c .readmore {
    letter-spacing: .1em
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(2) {
    flex-direction: row-reverse
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(2) .img-c {
    width: 220px
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(2) .text-c {
    padding: 44px 59px 36px 49px
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group .item:nth-child(2) .text-c {
        padding: 40px
    }
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(2) .text-c .top-box {
    margin-bottom: 26px
}

.home-news-events .slick-box .slick-desktop .group .item:nth-child(2) .text-c h3 {
    margin-bottom: 22px
}

.home-news-events .slick-box .slick-desktop .group .item:last-child {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    height: 100%;
    flex-direction: column
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group .item:last-child {
        width: 320px
    }
}

.home-news-events .slick-box .slick-desktop .group .item:last-child .img-c {
    width: 100%
}

.home-news-events .slick-box .slick-desktop .group .item:last-child .img-c div {
    height: 379px
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group .item:last-child .img-c div {
        height: 300px
    }
}

.home-news-events .slick-box .slick-desktop .group .item:last-child .text-c {
    padding: 52px 59px 52px 46px
}

@media screen and (max-width:1243px) {
    .home-news-events .slick-box .slick-desktop .group .item:last-child .text-c {
        padding: 40px
    }
}

.home-news-events .slick-box .slick-desktop .group .item:last-child .text-c .top-box {
    margin-bottom: 20px
}

.home-news-events .slick-box .slick-desktop .group .item:last-child .text-c h3 {
    margin-bottom: 22px
}

.home-news-events .slick-box .slick-touch {
    margin-right: -40px;
    margin-left: -7.5px
}

@media screen and (min-width:1088px) {
    .home-news-events .slick-box .slick-touch {
        display: none
    }
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .slick-touch {
        margin-right: -20px
    }
}

.home-news-events .slick-box .slick-touch .slick .slick-list {
    padding-right: calc(100% - 650px)
}

@media screen and (max-width:649px) {
    .home-news-events .slick-box .slick-touch .slick .slick-list {
        padding-right: calc(100% - 325px)
    }
}

@media screen and (max-width:374px) {
    .home-news-events .slick-box .slick-touch .slick .slick-list {
        padding-right: calc(100% - 295px)
    }
}

.home-news-events .slick-box .slick-touch .slick .slick-track {
    display: flex !important
}

.home-news-events .slick-box .slick-touch .slick .slick-track .slick-slide {
    height: auto !important
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow {
    width: 32px;
    height: 32px;
    background-color: #0076bc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    top: 105px;
    z-index: 4
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-disabled {
    visibility: hidden;
    opacity: 0
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow:not(.slick-disabled):hover {
    background-color: #003764
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow::before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    display: block;
    font-weight: 700
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-next {
    right: calc(100% - 650px - 8.5px)
}

@media screen and (max-width:649px) {
    .home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-next {
        right: calc(100% - 325px - 8.5px)
    }
}

@media screen and (max-width:374px) {
    .home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-next {
        right: 8.5px
    }
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-next::before {
    content: "\e91a"
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-prev {
    left: -8.5px
}

.home-news-events .slick-box .slick-touch .slick .slick-arrow.slick-prev::before {
    content: "\e91b"
}

.home-news-events .slick-box .slick-control {
    margin-top: 19px;
    margin-left: auto;
    margin-right: -4px;
    justify-content: flex-end
}

.home-news-events .slick-box .item {
    background-color: #eff6fc
}

@media screen and (min-width:1088px) {
    .home-news-events .slick-box .item {
        display: flex
    }
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item {
        margin: 0 7.5px
    }
}

.home-news-events .slick-box .item:hover .img-c div {
    transform: scale(1.08)
}

.home-news-events .slick-box .item:hover .text-c h3 {
    color: #0076bc
}

.home-news-events .slick-box .item:hover .text-c .readmore {
    color: #015ea1
}

.home-news-events .slick-box .item:hover .text-c .readmore::after {
    background-color: #015ea1
}

.home-news-events .slick-box .item .img-c {
    overflow: hidden
}

.home-news-events .slick-box .item .img-c div {
    transition: all .3s ease-out
}

@media screen and (min-width:1088px) {
    .home-news-events .slick-box .item .img-c div {
        height: 100%
    }
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item .img-c div {
        padding-top: 78.3870967742%
    }
}

.home-news-events .slick-box .item .text-c {
    flex: 1
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item .text-c {
        padding: 32px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c {
        padding: 27px 32px 32px 28px
    }
}

.home-news-events .slick-box .item .text-c .top-box {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 29px
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item .text-c .top-box {
        margin-bottom: 14px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c .top-box {
        line-height: 17px;
        font-size: 12px;
        padding-left: 20px
    }
}

.home-news-events .slick-box .item .text-c .top-box i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    display: block
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c .top-box i {
        font-size: 13px;
        top: 1.5px
    }
}

.home-news-events .slick-box .item .text-c .top-box .tag {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: auto;
    border-radius: 0;
    display: inline
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item .text-c .top-box .tag {
        margin-bottom: 16px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c .top-box .tag {
        line-height: 17px;
        font-size: 12px
    }
}

.home-news-events .slick-box .item .text-c .top-box .tag+.date::before {
    content: "•";
    margin-left: 3px;
    margin-right: 6px;
    display: inline-block;
    transform: translateY(-2px)
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c .top-box .tag+.date::before {
        margin-right: 4px
    }
}

.home-news-events .slick-box .item .text-c .top-box .date {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0076bc;
    display: inline
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c .top-box .date {
        line-height: 17px;
        font-size: 12px
    }
}

.home-news-events .slick-box .item .text-c h3 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.15px;
    transition: all .3s ease-out
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item .text-c h3 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c h3 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 3px
    }
}

.home-news-events .slick-box .item .text-c p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px
}

@media screen and (max-width:1087px) {
    .home-news-events .slick-box .item .text-c p {
        margin-bottom: 16px
    }
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c p {
        line-height: 24.42px;
        margin-bottom: 7px
    }
}

.home-news-events .slick-box .item .text-c .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative
}

.home-news-events .slick-box .item .text-c .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .home-news-events .slick-box .item .text-c .readmore {
        letter-spacing: .1em
    }
}

.home-news-events .slick-box .item .text-c .readmore:hover {
    color: #015ea1
}

.home-news-events .slick-box .item .text-c .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.home-social {
    background-color: #eff6fc;
    padding-top: 59px;
    padding-bottom: 47px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .home-social {
        padding-top: 66px;
        padding-bottom: 64px
    }
}

@media screen and (max-width:1087px) {
    .home-social .container {
        padding-left: 0;
        padding-right: 0
    }
}

.home-social .title-c {
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:1087px) {
    .home-social .title-c {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .home-social .title-c {
        flex-direction: column;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px
    }
}

.home-social .title-c h2 {
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .home-social .title-c h2 {
        margin-bottom: 23px
    }
}

.home-social .title-c .social-box ul {
    display: flex;
    align-items: center
}

.home-social .title-c .social-box ul li:not(:last-child) {
    margin-right: 15px
}

.home-social .title-c .social-box ul li a {
    display: block;
    color: #0076bc;
    transition: all .3s ease-out
}

.home-social .title-c .social-box ul li a:hover {
    color: #003764;
    transform: translateY(-10px)
}

.home-social .title-c .social-box ul li a:hover .icon img.is-no-hover {
    opacity: 0;
    visibility: hidden
}

.home-social .title-c .social-box ul li a:hover .icon img.is-hover {
    opacity: 1;
    visibility: visible
}

.home-social .title-c .social-box ul li a .icon {
    position: relative
}

.home-social .title-c .social-box ul li a .icon img {
    position: relative;
    transition: all .3s ease-out
}

.home-social .title-c .social-box ul li a .icon img.is-no-hover {
    width: 100%
}

.home-social .title-c .social-box ul li a .icon img.is-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.home-social .title-c .social-box ul li a img {
    display: block;
    width: 24px
}

.home-social .slick-control {
    margin-right: -4px;
    margin-top: 31px;
    justify-content: flex-end
}

@media screen and (max-width:1087px) {
    .home-social .slick-control {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .home-social .slick-control {
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:1088px) {
    .home-social .slick {
        margin: -9.5px
    }
}

@media screen and (max-width:1087px) {
    .home-social .slick .slick-list {
        padding-left: 30.5px;
        padding-right: calc(100% - 629px)
    }
}

@media screen and (max-width:767px) {
    .home-social .slick .slick-list {
        padding: 0 calc((100% - 629px)/ 2)
    }
}

@media screen and (max-width:629px) {
    .home-social .slick .slick-list {
        padding: 0 calc((100% - 299px)/ 2)
    }
}

.home-social .slick .item {
    margin: 0 9.5px;
    position: relative;
    display: block
}

.home-social .slick .item:hover .text-c {
    opacity: 1;
    visibility: visible
}

.home-social .slick .item .img-c {
    position: relative;
    overflow: hidden
}

.home-social .slick .item .img-c div {
    padding-top: 100%
}

.home-social .slick .item .icon-c {
    position: absolute;
    z-index: 5;
    color: #fff;
    right: 13px;
    bottom: 12px;
    font-size: 24px
}

.home-social .slick .item .icon-c i {
    display: block
}

.home-social .slick .item .text-c {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0076bc;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    color: #fff;
    padding: 40px
}

.home-social .slick .item .text-c p {
    width: 100%;
    color: inherit
}

.text-c .button.is-highlight {
    background-color: #e26634 !important;
    border: 1px solid #e26634 !important
}

.text-c .button.is-highlight:hover {
    background-color: #cf541d !important;
    border-color: #cf541d !important
}

.block-icon-boxes .text-c {
    margin-right: 25px;
    border: thin solid #f4f4f4;
    padding: 20px;
    width: 100%
}

@media screen and (min-width:768px),
print {
    .block-icon-boxes .text-c {
        width: calc(50% - 40px) !important
    }
}

@media screen and (min-width:1088px) {
    .block-icon-boxes .text-c {
        width: calc(50% - 25px) !important
    }
}

.block-icon-boxes .text-c .icon {
    width: 24px;
    height: 24px;
    position: relative
}

.block-icon-boxes .text-c .icon img {
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 65%;
    left: 50%
}

@media screen and (max-width:767px) {

    .block-text-image,
    block-header {
        padding: 20px 0 !important
    }
}

.block-text-image .container,
block-header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.block-text-image .text-image,
block-header .text-image {
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 60px
}

@media screen and (max-width:1087px) {

    .block-text-image .text-image,
    block-header .text-image {
        padding-top: 40px;
        padding-bottom: 40px;
        align-items: center
    }
}

@media screen and (max-width:1087px) {

    .block-text-image .img-c,
    block-header .img-c {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {

    .block-text-image .img-c,
    block-header .img-c {
        margin-bottom: 24px
    }
}

.block-text-image .img-c div,
block-header .img-c div {
    height: 0;
    padding-top: 95.3929539295%
}

.block-text-image.is-reversed .text-image,
block-header.is-reversed .text-image {
    flex-direction: row-reverse
}

@media screen and (min-width:1244px) {

    .block-text-image.is-reversed .text-image.has-img,
    block-header.is-reversed .text-image.has-img {
        padding-right: 26px;
        margin-left: -23px
    }
}

@media screen and (max-width:767px) {

    .block-text-image.is-reversed .text-image.has-img,
    block-header.is-reversed .text-image.has-img {
        flex-direction: column-reverse
    }
}

.block-text-image.is-reversed .text-image.has-img .text-c,
block-header.is-reversed .text-image.has-img .text-c {
    margin-right: 0;
    margin-left: auto
}

@media screen and (max-width:1243px) {

    .block-text-image.is-reversed .text-image.has-img .text-c,
    block-header.is-reversed .text-image.has-img .text-c {
        padding-right: 0;
        padding-left: 40px
    }
}

@media screen and (max-width:767px) {

    .block-text-image.is-reversed .text-image.has-img .text-c,
    block-header.is-reversed .text-image.has-img .text-c {
        padding: 0
    }
}

.block-text-image .text-image,
block-header .text-image {
    display: flex
}

@media screen and (min-width:1244px) {

    .block-text-image .text-image.has-img,
    block-header .text-image.has-img {
        padding-right: 26px;
        margin-left: -23px
    }
}

@media screen and (max-width:767px) {

    .block-text-image .text-image.has-img,
    block-header .text-image.has-img {
        flex-direction: column-reverse
    }
}

.block-text-image .text-image:not(.has-img) .text-c,
block-header .text-image:not(.has-img) .text-c {
    max-width: 100%
}

.block-text-image .text-c,
block-header .text-c {
    flex: 1;
    max-width: 520px;
    margin-right: auto
}

@media screen and (max-width:1243px) {

    .block-text-image .text-c,
    block-header .text-c {
        padding-right: 40px;
        flex: 1
    }
}

@media screen and (max-width:1087px) {

    .block-text-image .text-c,
    block-header .text-c {
        width: 50%
    }
}

@media screen and (max-width:767px) {

    .block-text-image .text-c,
    block-header .text-c {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

.block-text-image .text-c p,
block-header .text-c p {
    width: 100%;
    letter-spacing: -.1px
}

.block-text-image .text-c p:not(:last-child),
block-header .text-c p:not(:last-child) {
    margin-bottom: 6px
}

.block-text-image .img-c,
block-header .img-c {
    width: 369px
}

@media screen and (max-width:1087px) {

    .block-text-image .img-c,
    block-header .img-c {
        width: 50%
    }
}

@media screen and (max-width:767px) {

    .block-text-image .img-c,
    block-header .img-c {
        width: 100%;
        margin-bottom: 24px
    }
}

@media screen and (min-width:768px),
print {

    .block-text-image .img-c div,
    block-header .img-c div {
        height: 100%
    }
}

@media screen and (max-width:767px) {

    .block-text-image .img-c div,
    block-header .img-c div {
        padding-top: 81.8385650224%
    }
}

.block-header .text-c.content {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.block-header .text-c.content .icon {
    margin-right: 5px;
    width: 31px;
    height: 31px
}

.block-header .text-c.content h2 {
    margin: auto !important
}

.block-leadtext {
    color: #003764
}

@media screen and (min-width:1244px) {
    .block-leadtext:not(.full-width) .content {
        margin-left: -64px;
        margin-right: -36px
    }
}

.block-leadtext .content {
    text-align: center
}

.block-line hr {
    display: block;
    margin: 0;
    height: 1px;
    background-color: #d8d8d8
}

.block-quote.has-blue-bg .quote::before {
    color: #0076bc;
    opacity: .3
}

.block-quote .quote-box.has-img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

@media screen and (max-width:575px) {
    .block-quote .quote-box.has-img {
        flex-direction: column
    }
}

.block-quote .quote-box.has-img .quote {
    flex: 1
}

@media screen and (max-width:575px) {
    .block-quote .quote-box.has-img .quote {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.block-quote .quote-box.has-img .quote cite {
    padding-left: 25px
}

.block-quote .quote-box.has-img .quote cite::before {
    left: 0
}

@media screen and (min-width:1088px) {
    .block-quote .quote-box.has-img .img-c {
        margin-top: 4px
    }
}

.block-quote .quote {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative
}

.block-quote .quote::before {
    content: "“";
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-weight: 900;
    font-size: 114.516px;
    line-height: 68px;
    color: #eff6fc;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-32px, -18px);
    pointer-events: none
}

@media screen and (max-width:767px) {
    .block-quote .quote::before {
        transform: translate(-18px, -18px)
    }
}

.block-quote .quote blockquote {
    color: #003764;
    letter-spacing: -.1px;
    position: relative;
    z-index: 2
}

.block-quote .quote cite {
    color: #0076bc;
    position: relative;
    padding-left: 32px;
    position: relative;
    z-index: 2;
    margin-top: 16px
}

.block-quote .quote cite::before {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: #0076bc
}

.block-quote .quote cite strong {
    color: inherit
}

.block-quote .img-c {
    width: 104px;
    flex: 0 0 104px;
    height: 104px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 38px;
    position: relative;
    z-index: 2
}

@media screen and (max-width:575px) {
    .block-quote .img-c {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px
    }
}

.block-quote .img-c div {
    padding-top: 100%
}

@media screen and (min-width:1244px) {
    .block-table .table-wrapper {
        margin-right: -13px
    }
}

.block-table .table-wrapper .table {
    background-color: transparent
}

@media screen and (max-width:767px) {
    .block-table .table-wrapper .table tr {
        margin-bottom: 0
    }
}

.block-table .table-wrapper .table thead th {
    background: 0 0;
    color: #003764;
    border-bottom: 2px solid #4a90e2;
    padding: 14px 24px 14px 26px;
    text-transform: none;
    font-size: 20px;
    line-height: 28px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 700
}

@media screen and (max-width:1087px) {
    .block-table .table-wrapper .table thead th {
        padding: 10px 20px;
        font-size: 18px
    }
}

@media screen and (min-width:1244px) {
    .block-table .table-wrapper .table thead th:first-child {
        width: 108px;
        padding: 14px 30px 14px 30px
    }
}

@media screen and (max-width:767px) {
    .block-table .table-wrapper .table tbody {
        border-top: 2px solid #4a90e2
    }
}

@media screen and (max-width:767px) {
    .block-table .table-wrapper .table tbody tr:last-child td {
        border-bottom-width: 1px !important
    }
}

.block-table .table-wrapper .table tbody tr td {
    padding: 16px 24px 18px 24px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-bottom-color: #e5e5e5;
    color: #003764
}

@media screen and (min-width:1244px) {
    .block-table .table-wrapper .table tbody tr td:first-child {
        padding: 16px 30px 18px 30px
    }
}

@media screen and (max-width:1087px) {
    .block-table .table-wrapper .table tbody tr td {
        padding: 10px 20px
    }
}

.block-tabs .tab-section {
    padding: 0
}

@media screen and (min-width:1244px) {
    .block-tabs .tabs.style-accordion {
        margin-right: -12px
    }
}

.block-tabs .tabs.style-accordion .accordion-wrapper {
    border-bottom: 1px solid rgba(128, 130, 133, .22);
    padding-top: 18px;
    padding-bottom: 18px
}

.block-tabs .tabs.style-accordion .accordion-wrapper:first-child {
    border-top: 1px solid rgba(128, 130, 133, .22)
}

.block-tabs .tabs.style-accordion .accordion-wrapper.is-active {
    display: block
}

.block-tabs .tabs.style-accordion .accordion-wrapper.is-active .accordion-header {
    background-color: transparent
}

.block-tabs .tabs.style-accordion .accordion-wrapper.is-active .accordion-header::before {
    color: #4a90e2;
    transform: translateY(-50%) rotate(180deg)
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header {
    padding: 10px 80px 10px 15px;
    display: flex;
    cursor: pointer
}

@media screen and (max-width:1087px) {
    .block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header {
        padding: 10px 60px 10px 15px
    }
}

@media screen and (max-width:767px) {
    .block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header {
        padding-right: 40px
    }
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header::before {
    content: "\e903";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 25px;
    color: #4a90e2;
    transition: all .3s ease-out;
    font-size: 20px
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header:hover {
    background-color: transparent
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header:hover h4 {
    color: #003764
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header h4 {
    transition: all .3s ease-out;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
    color: #003764
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-header h4 span {
    position: inherit;
    z-index: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit
}

.block-tabs .tabs.style-accordion .accordion-wrapper .accordion-content {
    padding: 0;
    transition: max-height .5s;
    min-height: 0
}

.block-tabs .tabs.style-accordion .accordion-wrapper.is-active .accordion-content {
    max-height: 240px
}

.block-tabs .tabs.style-accordion .accordion-wrapper .tab-content {
    padding: 0 80px 12px 15px
}

@media screen and (max-width:1087px) {
    .block-tabs .tabs.style-accordion .accordion-wrapper .tab-content {
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .block-tabs .tabs.style-accordion .accordion-wrapper .tab-content {
        padding-right: 0
    }
}

.block-tabs .tabs.style-accordion .accordion-wrapper .tab-content .content p {
    line-height: 1.5
}

@media screen and (min-width:1244px) {
    .block-tabs .tabs.style-standard {
        margin-right: -12px
    }
}

.block-tabs .tabs.style-standard .tab-headers {
    margin-bottom: -1px;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.block-tabs .tabs.style-standard .tab-headers::-webkit-scrollbar {
    display: none
}

.block-tabs .tabs.style-standard .tab-headers .tabs-cont {
    border-bottom-color: #d8d8d8;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start
}

.block-tabs .tabs.style-standard .tab-headers .tabs-cont .tab-title span {
    color: #003764
}

.block-tabs .tabs.style-standard .tab-title {
    font-family: "Chronica Pro", Arial, sans-serif;
    padding: 14px 24px 14px 37px;
    width: 100%;
    max-width: 194px;
    transition: all .3s ease-out
}

@media screen and (max-width:1243px) {
    .block-tabs .tabs.style-standard .tab-title {
        padding: 14px 24px 14px 37px;
        width: 100%;
        max-width: 194px
    }
}

.block-tabs .tabs.style-standard .tab-title:before {
    height: 2px;
    transition: all .3s ease-out;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #4a90e2;
    opacity: 0
}

.block-tabs .tabs.style-standard .tab-title.is-active {
    box-shadow: none;
    border-color: #d8d8d8
}

.block-tabs .tabs.style-standard .tab-title.is-active:before {
    opacity: 1
}

.block-tabs .tabs.style-standard .tab-title span {
    color: #232b44;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    max-width: 194px;
    white-space: break-spaces
}

@media screen and (max-width:1087px) {
    .block-tabs .tabs.style-standard .tab-title span {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .block-tabs .tabs.style-standard .tab-title span {
        font-size: 18px
    }
}

.block-tabs .tabs.style-standard .tab-body .tab-content {
    border: 1px solid #d8d8d8;
    padding: 20px;
    background-color: #fff;
    box-shadow: none
}

@media screen and (min-width:1088px) {
    .block-tabs .tabs.style-standard .tab-body .tab-content {
        padding: 47px 37px 47px 37px
    }
}

.block-2cols .box {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:1244px) {
    .block-2cols .box {
        padding: 0 23px 0 30px
    }
}

@media screen and (max-width:1243px) {
    .block-2cols .box {
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .block-2cols .box {
        display: block
    }
}

.block-2cols .box.is-reversed {
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .block-2cols .box.is-reversed {
        display: flex;
        flex-direction: column-reverse
    }
}

@media screen and (max-width:767px) {
    .block-2cols .box.is-reversed .img-c+.text-c {
        margin-bottom: 24px;
        margin-top: 0;
        padding-right: 0 !important
    }
}

@media screen and (max-width:1243px) {
    .block-2cols .box.is-reversed .img-c+.text-c {
        padding-right: 50px;
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .block-2cols .box.is-reversed .text-c+.text-c {
        margin-bottom: 40px
    }
}

.block-2cols .img-c {
    width: 40%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:1087px) {
    .block-2cols .img-c {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .block-2cols .img-c {
        width: 100%
    }
}

.block-2cols .img-c div {
    padding-top: 80.9090909091%;
    position: relative
}

.block-2cols .img-c div::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 55, 100, .2);
    mix-blend-mode: color
}

@media screen and (min-width:1088px) {
    .block-2cols .img-c+.text-c {
        padding-top: 6px
    }
}

@media screen and (max-width:767px) {
    .block-2cols .img-c+.text-c {
        margin-top: 24px;
        padding-left: 0 !important
    }
}

@media screen and (max-width:1243px) {
    .block-2cols .img-c+.text-c {
        padding-left: 50px;
        padding-right: 0
    }
}

.block-2cols .text-c {
    width: calc(55% - 40px)
}

@media screen and (max-width:1087px) {
    .block-2cols .text-c {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .block-2cols .text-c {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .block-2cols .text-c+.text-c {
        margin-top: 40px
    }
}

.block-2cols .text-c .content {
    margin-bottom: 14px
}

@media screen and (min-width:1088px) {

    .block-2cols .text-c .content h1,
    .block-2cols .text-c .content h2,
    .block-2cols .text-c .content h3,
    .block-2cols .text-c .content h4,
    .block-2cols .text-c .content h5,
    .block-2cols .text-c .content h6 {
        margin-bottom: 21px
    }
}

.block-2cols .text-c .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative
}

.block-2cols .text-c .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .block-2cols .text-c .readmore {
        letter-spacing: .1em
    }
}

.block-2cols .text-c .readmore:hover {
    color: #015ea1
}

.block-2cols .text-c .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.block-gallery .gallery.is-lightbox {
    margin: 0
}

@media screen and (min-width:1088px) {
    .block-gallery .gallery.is-lightbox.is-first-large {
        max-width: 982px;
        margin-left: auto;
        margin-right: auto
    }
}

.block-gallery .gallery.is-lightbox.is-first-large ul {
    display: block;
    position: relative;
    padding-left: calc(100% - 183px);
    margin-bottom: -19px
}

@media screen and (max-width:767px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul {
        padding-left: calc(100% - 150px)
    }
}

@media screen and (max-width:575px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 0;
        justify-content: space-between
    }
}

.block-gallery .gallery.is-lightbox.is-first-large ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px
}

@media screen and (max-width:575px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul li {
        width: calc(50% - 10px)
    }
}

.block-gallery .gallery.is-lightbox.is-first-large ul li a {
    padding-top: 175px;
    position: relative
}

@media screen and (max-width:767px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul li a {
        padding-top: 100%
    }
}

.block-gallery .gallery.is-lightbox.is-first-large ul li a:hover::after {
    opacity: .7
}

.block-gallery .gallery.is-lightbox.is-first-large ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #003764;
    opacity: 0;
    transition: all .3s ease-out
}

.block-gallery .gallery.is-lightbox.is-first-large ul li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 183px - 19px);
    height: 100%;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul li:first-child {
        width: calc(100% - 170px)
    }
}

@media screen and (max-width:575px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul li:first-child {
        width: calc(50% - 10px);
        position: static;
        margin-bottom: 19px
    }
}

@media screen and (min-width:576px) {
    .block-gallery .gallery.is-lightbox.is-first-large ul li:first-child a {
        padding-top: 0;
        height: 100%
    }
}

.block-gallery .gallery.is-lightbox.is-first-large .more-s {
    right: 0;
    bottom: 0
}

.block-gallery .gallery.is-lightbox.is-first-large .more-s a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 175px;
    min-width: 183px;
    transition: all .3s ease-out;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 7px;
    padding: 21px 10px 10px 24px;
    color: #fff;
    background-color: rgba(0, 55, 100, .7)
}

@media screen and (max-width:767px) {
    .block-gallery .gallery.is-lightbox.is-first-large .more-s a {
        width: 150px;
        height: 150px;
        min-width: 150px
    }
}

@media screen and (max-width:575px) {
    .block-gallery .gallery.is-lightbox.is-first-large .more-s a {
        width: 60px;
        height: 60px;
        min-width: 60px;
        color: #fff;
        background-color: #4a90e2;
        padding: 5px 5px 8px 10px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 6px
    }
}

.block-gallery .gallery.is-lightbox.is-first-large .more-s a:hover {
    background-color: #003764
}

@media screen and (min-width:1088px) {
    .block-gallery .gallery.is-lightbox:not(.is-first-large) {
        max-width: 982px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:1244px) {
    .block-gallery .gallery.is-lightbox:not(.is-first-large) {
        max-width: 780px
    }
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) ul {
    margin-bottom: -20px
}

@media screen and (max-width:359px) {
    .block-gallery .gallery.is-lightbox:not(.is-first-large) ul li {
        width: 100%;
        margin-right: 0
    }
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) ul li a {
    position: relative
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) ul li a:hover::after {
    opacity: .7
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #003764;
    opacity: 0;
    transition: all .3s ease-out
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s {
    bottom: 0
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    transition: all .3s ease-out;
    color: #fff;
    background-color: #4a90e2;
    padding: 5px 5px 8px 10px;
    letter-spacing: 6px
}

.block-gallery .gallery.is-lightbox:not(.is-first-large) .more-s a:hover {
    background-color: #003764
}

.block-gallery .gallery.is-basic {
    margin: 0
}

@media screen and (min-width:1088px) {
    .block-gallery .gallery.is-basic {
        max-width: 982px;
        margin-left: auto;
        margin-right: auto
    }
}

.block-gallery .gallery.is-basic .img-c {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.block-gallery .gallery.is-basic .img-c div {
    padding-top: 51.1363636364%;
    cursor: grab
}

@media screen and (min-width:768px),
print {
    .block-gallery .gallery.is-basic .img-c div {
        min-height: 450px
    }
}

@media screen and (max-width:767px) {
    .block-gallery .gallery.is-basic .img-c div {
        min-height: 340px
    }
}

@media screen and (max-width:359px) {
    .block-gallery .gallery.is-basic .img-c div {
        min-height: 280px
    }
}

.block-gallery .gallery.is-basic .slick .slick-image {
    height: auto;
    display: block
}

.block-gallery .gallery.is-basic .slick button.slick-arrow {
    font: normal;
    font-size: 0;
    top: 0;
    transform: none;
    height: 100%;
    width: 20.4545454545%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 30px;
    cursor: pointer
}

.block-gallery .gallery.is-basic .slick button.slick-arrow:hover::before {
    color: #4a90e2
}

.block-gallery .gallery.is-basic .slick button.slick-arrow::before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all .3s ease-out;
    font-size: 27px
}

@media screen and (max-width:767px) {
    .block-gallery .gallery.is-basic .slick button.slick-arrow::before {
        font-size: 21px
    }
}

.block-gallery .gallery.is-basic .slick button.slick-arrow.slick-prev {
    justify-content: flex-start;
    left: 0;
    background: linear-gradient(89.1deg, rgba(0, 0, 0, .4) .94%, rgba(0, 0, 0, 0) 99.4%)
}

.block-gallery .gallery.is-basic .slick button.slick-arrow.slick-prev::before {
    content: "\e901"
}

.block-gallery .gallery.is-basic .slick button.slick-arrow.slick-next {
    justify-content: flex-end;
    right: 0;
    background: linear-gradient(269.1deg, rgba(0, 0, 0, .4) .94%, rgba(0, 0, 0, 0) 99.4%)
}

.block-gallery .gallery.is-basic .slick button.slick-arrow.slick-next::before {
    content: "\e902"
}

.block-imagegroup .images {
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:1088px) {
    .block-imagegroup .images {
        max-width: 982px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:575px) {
    .block-imagegroup .images {
        flex-direction: column
    }
}

.block-imagegroup .images .img-c {
    width: calc(50% - 8px)
}

@media screen and (max-width:575px) {
    .block-imagegroup .images .img-c {
        width: 100%
    }

    .block-imagegroup .images .img-c:not(:last-child) {
        margin-bottom: 20px
    }
}

.block-imagegroup .images .img-c div {
    padding-top: 70.8074534161%
}

@media screen and (min-width:1088px) {
    .block-video .video-box {
        max-width: 982px;
        margin-left: auto;
        margin-right: auto
    }
}

.block-video .play-video-btn {
    display: block;
    text-decoration: none;
    position: relative
}

.block-video .play-video-btn:hover .img-c div {
    transform: scale(1.08)
}

.block-video .play-video-btn:hover .icon-box {
    color: #4a90e2
}

.block-video .play-video-btn .img-c {
    overflow: hidden;
    position: relative
}

.block-video .play-video-btn .img-c::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transform: translateZ(0);
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.12%, rgba(0, 0, 0, .6) 99.99%, rgba(0, 0, 0, 0) 100%)
}

.block-video .play-video-btn .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .2;
    z-index: 3;
    pointer-events: none;
    transform: translateZ(0)
}

.block-video .play-video-btn .img-c div {
    transition: all .3s ease-out;
    padding-top: 52.7013251784%
}

@media screen and (min-width:768px),
print {
    .block-video .play-video-btn .img-c div {
        min-height: 450px
    }
}

@media screen and (max-width:767px) {
    .block-video .play-video-btn .img-c div {
        min-height: 280px
    }
}

.block-video .play-video-btn .text-c {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    padding: 46px 44px
}

@media screen and (max-width:767px) {
    .block-video .play-video-btn .text-c {
        padding: 30px 20px
    }
}

.block-video .play-video-btn .text-c h2 {
    text-shadow: 0 3px 18px rgba(0, 0, 0, .25);
    margin-bottom: 18px;
    width: 100%
}

.block-video .play-video-btn .icon-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s ease-out
}

.block-video .play-video-btn .icon-box i {
    font-size: 28px;
    margin-right: 10px;
    display: block
}

@media screen and (max-width:767px) {
    .block-video .play-video-btn .icon-box i {
        font-size: 23px
    }
}

.block-video .play-video-btn .icon-box span {
    display: block;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1.8px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width:575px) {
    .block-video .play-video-btn .icon-box span {
        font-size: 12px;
        line-height: 14px
    }
}

.block-banner.full-width .container {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:1087px) {
    .block-banner.full-width .container {
        padding-left: 0;
        padding-right: 0
    }
}

.block-banner.full-width .banner {
    position: relative
}

@media screen and (max-width:1087px) {
    .block-banner.full-width .banner {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .block-banner.full-width .banner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.block-banner.full-width .banner .img-c {
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:1439px) {
    .block-banner.full-width .banner .img-c {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:1440px) {
    .block-banner.full-width .banner .img-c div {
        padding-top: 43.9583333333%;
        min-height: 633px
    }
}

@media screen and (max-width:1439px) {
    .block-banner.full-width .banner .img-c div {
        height: 100%
    }
}

.block-banner.full-width .banner .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 55, 100, .7)
}

.block-banner.full-width .banner .text-c {
    position: relative;
    z-index: 4;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    min-height: 633px
}

@media screen and (min-width:1440px) {
    .block-banner.full-width .banner .text-c {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        height: 100%;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (min-width:1088px) {
    .block-banner.full-width .banner .text-c {
        padding-top: 44px
    }
}

@media screen and (max-width:1087px) {
    .block-banner.full-width .banner .text-c {
        min-height: 420px
    }
}

@media screen and (max-width:767px) {
    .block-banner.full-width .banner .text-c {
        height: 360px
    }
}

.block-banner.full-width .banner .text-c h2 {
    font-family: "Springfield Demo";
    font-style: normal;
    font-weight: 400;
    font-size: 79.5991px;
    line-height: 83px;
    letter-spacing: .795991px;
    margin-bottom: 8px;
    width: 100%
}

@media screen and (max-width:1243px) {
    .block-banner.full-width .banner .text-c h2 {
        font-size: 66px;
        line-height: .9
    }
}

@media screen and (max-width:1087px) {
    .block-banner.full-width .banner .text-c h2 {
        font-size: 58px
    }
}

@media screen and (max-width:767px) {
    .block-banner.full-width .banner .text-c h2 {
        font-size: 50px;
        line-height: 46px;
        max-width: 240px
    }
}

.block-banner.full-width .banner .text-c p {
    margin-bottom: 36px
}

@media screen and (max-width:767px) {
    .block-banner.full-width .banner .text-c p {
        margin-bottom: 20px
    }
}

.block-banner:not(.full-width) .banner {
    position: relative
}

@media screen and (min-width:1088px) {
    .block-banner:not(.full-width) .banner {
        max-width: 982px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:1244px) {
    .block-banner:not(.full-width) .banner {
        max-width: 780px
    }
}

@media screen and (max-width:1087px) {
    .block-banner:not(.full-width) .banner {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .block-banner:not(.full-width) .banner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.block-banner:not(.full-width) .banner .img-c {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 100%
}

.block-banner:not(.full-width) .banner .img-c div {
    height: 100%
}

.block-banner:not(.full-width) .banner .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 55, 100, .7)
}

.block-banner:not(.full-width) .banner .text-c {
    position: relative;
    z-index: 4;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto
}

.block-banner:not(.full-width) .banner .text-c h2 {
    font-family: "Springfield Demo";
    font-style: normal;
    font-weight: 400;
    font-size: 79.5991px;
    line-height: 83px;
    letter-spacing: .795991px;
    margin-bottom: 8px;
    width: 100%
}

@media screen and (max-width:1243px) {
    .block-banner:not(.full-width) .banner .text-c h2 {
        font-size: 66px;
        line-height: .9
    }
}

@media screen and (max-width:1087px) {
    .block-banner:not(.full-width) .banner .text-c h2 {
        font-size: 58px
    }
}

@media screen and (max-width:767px) {
    .block-banner:not(.full-width) .banner .text-c h2 {
        font-size: 50px;
        line-height: 46px;
        max-width: 240px
    }
}

.block-banner:not(.full-width) .banner .text-c p {
    margin-bottom: 36px
}

@media screen and (max-width:767px) {
    .block-banner:not(.full-width) .banner .text-c p {
        margin-bottom: 20px
    }
}

.block-tiles.has-blue-bg {
    padding-top: 79px;
    padding-bottom: 106px
}

@media screen and (max-width:1243px) {
    .block-tiles.has-blue-bg {
        padding-top: 72px;
        padding-bottom: 71px
    }
}

@media screen and (max-width:1087px) {
    .block-tiles.has-blue-bg {
        padding-top: 52px;
        padding-bottom: 52px
    }
}

@media screen and (max-width:767px) {
    .block-tiles.has-blue-bg {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.block-tiles .title-c {
    text-align: center;
    margin-bottom: 64px
}

.block-tiles .title-c h2 {
    text-transform: uppercase
}

.block-tiles .link-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

@media screen and (min-width:1244px) {
    .block-tiles .link-tiles {
        padding-left: 2px;
        padding-right: 2px
    }
}

@media screen and (max-width:1087px) {
    .block-tiles .link-tiles {
        margin: -10px
    }
}

.block-tiles .link-tiles .link-tile {
    display: block;
    margin: 15px;
    width: calc(50% - 30px);
    overflow: hidden
}

@media screen and (max-width:1087px) {
    .block-tiles .link-tiles .link-tile {
        width: calc(50% - 20px);
        margin: 10px
    }
}

@media screen and (max-width:575px) {
    .block-tiles .link-tiles .link-tile {
        width: calc(100% - 20px)
    }
}

.block-tiles .link-tiles .link-tile:hover {
    transform: none !important
}

.block-tiles .link-tiles .link-tile:hover .img-c div {
    transform: scale(1.08)
}

.block-tiles .link-tiles .link-tile:hover .tile-content {
    max-height: 100%
}

.block-tiles .link-tiles .link-tile:hover .tile-content::after {
    opacity: .8
}

.block-tiles .link-tiles .link-tile:hover .tile-content::before {
    opacity: 0
}

.block-tiles .link-tiles .link-tile:hover .tile-content .tile-hide {
    max-height: 100px;
    overflow: hidden
}

.block-tiles .link-tiles .link-tile .img-c {
    overflow: hidden
}

.block-tiles .link-tiles .link-tile .img-c div {
    padding-top: 86.0383944154%;
    transition: all .3s ease-out;
    min-height: 380px
}

.block-tiles .link-tiles .link-tile .tile-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    padding: 17px 60px;
    text-align: center;
    transition: all .3s ease-out;
    justify-content: center;
    padding-top: 68px;
    padding-bottom: 0;
    max-height: 39.55375%
}

@media screen and (max-width:1087px) {
    .block-tiles .link-tiles .link-tile .tile-content {
        padding: 17px 32px
    }
}

.block-tiles .link-tiles .link-tile .tile-content::after {
    content: "";
    display: block;
    transition: all .3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0076bc;
    opacity: 0;
    pointer-events: none
}

.block-tiles .link-tiles .link-tile .tile-content::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-out;
    height: 39.5537525355%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 55, 100, 0) 0, rgba(0, 55, 100, .67) 100%);
    mix-blend-mode: multiply
}

.block-tiles .link-tiles .link-tile .tile-content h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 26px
}

.block-tiles .link-tiles .link-tile .tile-content .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.block-tiles .link-tiles .link-tile .tile-content .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .block-tiles .link-tiles .link-tile .tile-content .readmore {
        letter-spacing: .1em
    }
}

.block-tiles .link-tiles .link-tile .tile-content .readmore:hover {
    color: rgba(255, 255, 255, .8)
}

.block-tiles .link-tiles .link-tile .tile-content .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.block-tiles .link-tiles .link-tile .tile-content .readmore span {
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 2px;
    background-repeat: no-repeat;
    display: inline;
    background-position: left bottom;
    transition: .5s ease-in-out
}

.block-tiles .link-tiles .link-tile .tile-content .readmore:hover {
    color: #fff
}

.block-tiles .link-tiles .link-tile .tile-content .readmore:hover span {
    background-size: 100% 2px
}

.block-tiles .link-tiles .link-tile .tile-content .readmore:hover::after {
    display: none
}

.block-tiles .link-tiles .link-tile .tile-content .tile-hide {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out
}

.block-tiles .link-tiles.is-3cols {
    margin: -10px
}

.block-tiles .link-tiles.is-3cols .link-tile {
    margin: 10px;
    width: calc(33.333333% - 20px)
}

@media screen and (max-width:1087px) {
    .block-tiles .link-tiles.is-3cols .link-tile {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:575px) {
    .block-tiles .link-tiles.is-3cols .link-tile {
        width: calc(100% - 20px)
    }
}

.block-tiles .link-tiles.is-3cols .link-tile .tile-content {
    padding-left: 20px;
    padding-right: 20px
}

.block-tiles .link-tiles.is-3cols .img-c div {
    padding-top: 116.9312169312%
}

.block-tiles .link-tiles.is-4cols {
    margin: -10px
}

.block-tiles .link-tiles.is-4cols .link-tile {
    margin: 10px;
    width: calc(25% - 20px)
}

@media screen and (max-width:1087px) {
    .block-tiles .link-tiles.is-4cols .link-tile {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:575px) {
    .block-tiles .link-tiles.is-4cols .link-tile {
        width: calc(100% - 20px)
    }
}

.block-tiles .link-tiles.is-4cols .img-c div {
    padding-top: 136.2007168459%;
    min-height: 380px
}

.slick-lightbox .slick-lightbox-close {
    width: 28px;
    height: 28px;
    top: 30px;
    right: 20px
}

.slick-lightbox .slick-lightbox-close:hover::after,
.slick-lightbox .slick-lightbox-close:hover::before {
    background-color: #4a90e2
}

.slick-lightbox .slick-lightbox-close::after,
.slick-lightbox .slick-lightbox-close::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    transition: all .3s ease-out
}

.slick-lightbox .slick-lightbox-close::before {
    top: calc(50% - 9px);
    transform: translateY(9px) rotate(45deg)
}

.slick-lightbox .slick-lightbox-close::after {
    top: calc(50% + 9px);
    transform: translateY(-9px) rotate(-45deg)
}

.slick-lightbox .slick-lightbox-slick-caption strong {
    margin-bottom: 0
}

.slick-lightbox .slick-lightbox-slick-item-inner {
    cursor: grab
}

.slick-lightbox .slick-arrow {
    font-size: 0;
    transform: translateY(-35px)
}

.slick-lightbox .slick-arrow:hover::before {
    color: #4a90e2
}

.slick-lightbox .slick-arrow::before {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .slick-lightbox .slick-arrow.slick-prev {
        left: 15px
    }
}

.slick-lightbox .slick-arrow.slick-prev::before {
    content: "\e901" !important
}

@media screen and (max-width:767px) {
    .slick-lightbox .slick-arrow.slick-next {
        right: 15px
    }
}

.slick-lightbox .slick-arrow.slick-next::before {
    content: "\e902" !important
}

.block-buttongroup .button-container {
    justify-content: flex-start
}

.block-buttongroup .button-group.buttons {
    margin: 0 -10px -10px -10px
}

@media screen and (max-width:767px) {
    .block-buttongroup .button-group.buttons {
        margin: -5px
    }
}

.block-buttongroup .button-group.buttons .button {
    margin: 10px
}

@media screen and (max-width:767px) {
    .block-buttongroup .button-group.buttons .button {
        margin: 5px
    }
}

.block-buttongroup .button-group .button {
    min-width: 100px;
    max-width: none
}

.block-buttongroup .button-group .button.is-highlight {
    background-color: #e26634 !important;
    border: 1px solid #e26634 !important
}

.block-buttongroup .button-group .button.is-highlight:hover {
    background-color: #cf541d !important;
    border-color: #cf541d !important
}

.block-buttongroup .button-group.is-left {
    width: 100%;
    justify-content: center;
    align-items: center
}

.block-buttongroup .button-group.is-center {
    width: 100%;
    justify-content: center;
    align-items: center
}

.block-buttongroup .button-group.is-right {
    width: 100%;
    justify-content: flex-end;
    align-items: center
}

.list-page div.card.card-listing {
    box-shadow: none;
    background-color: #eff6fc;
    border-radius: 0;
    overflow: hidden
}

@media screen and (min-width:768px),
print {
    .list-page div.card.card-listing {
        display: flex
    }
}

.list-page div.card.card-listing:not(:last-child) {
    margin-bottom: 40px
}

.list-page div.card.card-listing:hover .card-image div {
    transform: scale(1.08)
}

.list-page div.card.card-listing:hover .card-title h2 {
    color: #4a90e2
}

.list-page div.card.card-listing:hover .card-readmore {
    color: #015ea1
}

.list-page .card-image {
    display: block;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:768px),
print {
    .list-page .card-image {
        width: 40%
    }
}

.list-page .card-image div {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-out
}

@media screen and (min-width:768px),
print {
    .list-page .card-image div {
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .list-page .card-image div {
        padding-top: 79.1666666667%
    }
}

@media screen and (min-width:1088px) {
    .list-page .card-image+.card-details {
        min-height: 320px
    }
}

.list-page .card-details {
    padding: 40px
}

@media screen and (min-width:768px),
print {
    .list-page .card-details {
        flex: 1
    }
}

@media screen and (max-width:767px) {
    .list-page .card-details {
        padding: 30px 20px
    }
}

.list-page .card-meta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 20px;
    color: #003764
}

@media screen and (max-width:767px) {
    .list-page .card-meta {
        font-size: 12px;
        letter-spacing: .5px
    }
}

.list-page .card-meta.faq {
    position: relative
}

.list-page .card-meta.faq::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 2px;
    top: 35px;
    background-color: #4a90e2
}

@media screen and (max-width:767px) {
    .list-page .card-meta.faq::after {
        top: 45px
    }
}

.list-page .card-meta .card-category {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    height: auto;
    border-radius: 0;
    text-transform: uppercase;
    color: inherit;
    transition: all .3s ease-out;
    margin-bottom: 18px
}

@media screen and (max-width:767px) {
    .list-page .card-meta .card-category {
        font-size: 12px;
        letter-spacing: .5px
    }
}

.list-page .card-meta .card-category:hover {
    color: #4a90e2
}

@media screen and (max-width:767px) {
    .list-page .card-meta .card-category {
        margin-top: 12px
    }
}

.list-page .card-meta .card-category+.card-date {
    position: relative
}

.list-page .card-meta .card-category+.card-date::before {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 2px;
    top: -10px;
    background-color: #4a90e2
}

@media screen and (max-width:767px) {
    .list-page .card-meta .card-category+.card-date::before {
        top: -8px
    }
}

.list-page .card-meta .card-date {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px
}

@media screen and (max-width:767px) {
    .list-page .card-meta .card-date {
        font-size: 12px;
        line-height: 18px
    }
}

.list-page .card-title {
    display: block;
    margin-bottom: 12px
}

@media screen and (max-width:767px) {
    .list-page .card-title {
        margin-bottom: 8px
    }
}

.list-page .card-title h2 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .list-page .card-title h2 {
        font-size: 20px;
        line-height: 28px
    }
}

.list-page .card-snippet.content {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media screen and (max-width:767px) {
    .list-page .card-snippet.content {
        margin-bottom: 12px
    }
}

.list-page .card-snippet.content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media screen and (max-width:767px) {
    .list-page .card-snippet.content p {
        font-size: 14px;
        line-height: 24px
    }
}

.list-page .card-readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative
}

.list-page .card-readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .list-page .card-readmore {
        letter-spacing: .1em
    }
}

.list-page .card-readmore:hover {
    color: #015ea1
}

.list-page .card-readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.employment-page .employment-listing.card {
    border-radius: 0;
    background-color: #eff6fc;
    overflow: hidden;
    display: block;
    box-shadow: none
}

.employment-page .employment-listing.card:hover .employment-title h2 {
    color: #4a90e2
}

.employment-page .employment-listing.card .employment-details {
    padding-left: 40px;
    padding-top: 32px;
    padding-right: 100px;
    padding-bottom: 32px
}

@media screen and (max-width:1087px) {
    .employment-page .employment-listing.card .employment-details {
        padding: 30px 24px
    }
}

@media screen and (max-width:767px) {
    .employment-page .employment-listing.card .employment-details {
        padding: 30px 20px
    }
}

.employment-page .employment-listing.card small.employment-date {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 18px;
    color: #003764;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .employment-page .employment-listing.card small.employment-date {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .5px
    }
}

.employment-page .employment-listing.card .employment-title {
    display: block;
    margin-bottom: 12px;
    border: none;
    text-decoration: none
}

.employment-page .employment-listing.card .employment-title h2 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 0;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .employment-page .employment-listing.card .employment-title h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.employment-page .employment-listing.card .employment-snippet {
    margin-bottom: 20px;
    overflow: hidden
}

.employment-page .employment-listing.card .buttons {
    margin: -10px
}

.employment-page .employment-listing.card .buttons .button {
    text-decoration: none;
    margin: 10px
}

.employment-page .employment-listing.card .buttons .button:hover {
    text-decoration: none
}

.application-page .container h1.title.is-1 {
    margin-bottom: 32px;
    color: #003764
}

@media screen and (max-width:767px) {
    .application-page .container h1.title.is-1 {
        margin-bottom: 24px
    }
}

.calendar-page .fc-event,
.calendar-page .fc-event-dot {
    color: #003764
}

.calendar-page .fc {
    margin: 0
}

.calendar-page .digistorm-mobile-calendar {
    margin: 0
}

.calendar-page .dsmcal-controls:before {
    background-color: #003764
}

.calendar-page .cal-modal .content-holder .close {
    padding-top: 0;
    height: auto;
    padding-right: 40px;
    padding-bottom: 20px
}

.calendar-page .cal-modal .content-holder .close::after,
.calendar-page .cal-modal .content-holder .close::before {
    height: 24px;
    width: 2px
}

.calendar-page .cal-modal .content-holder .content h2 {
    margin-bottom: 14px
}

.calendar-page .cal-modal .content-holder .content p:not(:last-child) {
    margin-bottom: 14px
}

.calendar-page .fc-bg {
    border-bottom: 2px solid #003764
}

.password-page {
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center
}

@media screen and (min-width:1088px) and (max-width:1243px) {
    .password-page {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media screen and (max-width:1087px) {
    .password-page {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .password-page {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.password-page h4.title {
    display: block;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    color: #003764
}

.password-page form {
    display: block;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.password-page form br {
    display: none
}

.password-page form .field {
    margin-bottom: 20px
}

.password-page form .control {
    position: relative
}

.password-page form .control small {
    color: #fe385f;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    padding-bottom: 4px
}

@media screen and (max-width:767px) {
    .password-page form label {
        text-align: left
    }
}

.password-page form .input {
    box-shadow: none;
    height: 48px
}

.password-page form .input:focus {
    box-shadow: none
}

.newsletters-page .newsletter {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.newsletters-page .newsletter .newsletter-card {
    margin: 10px;
    background-color: #4a90e2;
    box-shadow: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    width: calc(33.333333% - 20px)
}

@media screen and (max-width:1087px) {
    .newsletters-page .newsletter .newsletter-card {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:575px) {
    .newsletters-page .newsletter .newsletter-card {
        width: calc(100% - 20px)
    }
}

.newsletters-page .newsletter .newsletter-card:hover {
    transform: none;
    transform: none !important
}

.newsletters-page .newsletter .newsletter-card:hover .newsletter-card-header div {
    transform: scale(1.08)
}

.newsletters-page .newsletter .newsletter-card:hover .newsletter-card-title {
    max-height: 100%
}

.newsletters-page .newsletter .newsletter-card:hover .newsletter-card-title::after {
    opacity: .8
}

.newsletters-page .newsletter .newsletter-card:hover .newsletter-card-title::before {
    opacity: 0
}

.newsletters-page .newsletter .newsletter-card:hover .newsletter-card-title .newsletter-card-title-hide {
    max-height: 100px;
    overflow: hidden
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-header {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-header div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 116.9312169312%;
    transition: all .3s ease-out;
    min-height: 380px
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: all .3s ease-out;
    justify-content: center;
    padding-bottom: 0;
    max-height: 39.55375%
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title::after {
    content: "";
    display: block;
    transition: all .3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0076bc;
    opacity: 0;
    pointer-events: none
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-out;
    height: 39.5537525355%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 55, 100, 0) 0, rgba(0, 55, 100, .67) 100%);
    mix-blend-mode: multiply
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 26px
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore {
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore {
        letter-spacing: .1em
    }
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore:hover {
    color: rgba(255, 255, 255, .8)
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore:hover {
    color: #003764
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .readmore:hover::after {
    background-color: #003764
}

.newsletters-page .newsletter .newsletter-card .newsletter-card-title .newsletter-card-title-hide {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out
}

.search-page .search-nav {
    position: static;
    padding: 0;
    box-shadow: none;
    margin-bottom: 28px;
    background-color: transparent
}

@media screen and (max-width:1087px) {
    .search-page .search-nav {
        margin-bottom: 20px
    }
}

.search-page .search-nav .media {
    position: relative
}

.search-page .search-nav .media-content {
    width: 100%;
    flex: none
}

.search-page .search-nav form .control .search {
    box-shadow: none;
    outline: 0;
    padding: 10px 16px;
    display: block;
    color: #003764;
    text-align: left;
    font-size: 15px;
    font-family: "Chronica Pro", Arial, sans-serif;
    margin-bottom: 0;
    transition: all .3s ease-out;
    border: 1px solid rgba(185, 191, 196, .5);
    border-radius: 3px;
    background-color: #fff
}

.search-page .search-nav form .control .search::placeholder {
    color: rgba(153, 153, 153, .5)
}

.search-page .search-nav form .control .search:-webkit-autofill {
    -webkit-appearance: none;
    appearance: none;
    color: #003764 !important;
    -webkit-text-fill-color: #003764 !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s
}

.search-page .search-nav form .control .search:focus {
    outline: 0;
    border: 1px solid #003764
}

.search-page .search-nav .media-right .search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #003764;
    transition: all .3s ease-out;
    font-weight: 400
}

.search-page .search-nav .media-right .search-submit:hover {
    color: #4a90e2
}

.search-page .search-nav .media-right .search-submit i {
    color: inherit
}

.search-page .results-box {
    margin-bottom: 28px;
    background-color: #fff;
    border-radius: 0;
    padding: 40px;
    box-shadow: none;
    background-color: #eff6fc
}

@media screen and (max-width:1087px) {
    .search-page .results-box {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .search-page .results-box {
        padding: 20px
    }
}

.search-page .results-box .search-title {
    font-size: 24px;
    line-height: 36px
}

@media screen and (max-width:1087px) {
    .search-page .results-box .search-title {
        font-size: 22px;
        line-height: 1.5
    }
}

@media screen and (max-width:767px) {
    .search-page .results-box .search-title {
        font-size: 20px
    }
}

.search-page .results-box .search-results-title {
    font-size: 21px;
    line-height: 30px
}

@media screen and (max-width:1087px) {
    .search-page .results-box .search-results-title {
        font-size: 20px;
        line-height: 1.4285714286
    }
}

@media screen and (max-width:767px) {
    .search-page .results-box .search-results-title {
        font-size: 18px
    }
}

.search-page .search-listing {
    background-color: #fff;
    padding: 40px;
    border: none;
    margin-bottom: 28px;
    box-shadow: none;
    border-radius: 0;
    background-color: #eff6fc
}

@media screen and (max-width:1087px) {
    .search-page .search-listing {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .search-page .search-listing {
        padding: 20px
    }
}

.search-page .search-listing>:last-child {
    margin-bottom: 0 !important
}

.search-page .search-listing:hover .search-content h4.title {
    color: #4a90e2
}

.search-page .search-listing:hover .search-content .entry-url {
    color: #003764
}

.search-page .search-listing:hover .search-content .readmore {
    color: #015ea1
}

.search-page .search-listing p {
    margin-bottom: 0 !important
}

.search-page .search-listing p:empty {
    display: none
}

.search-page .search-listing .search-content {
    display: block;
    text-decoration: none;
    margin-bottom: 0
}

.search-page .search-listing .search-content h4.title {
    color: #003764;
    transition: all .3s ease-out;
    margin-bottom: 16px;
    cursor: pointer
}

.search-page .search-listing .search-content p {
    font-size: 14px;
    line-height: 24px;
    cursor: pointer
}

.search-page .search-listing .search-content p:empty {
    display: none;
    margin: 0
}

.search-page .search-listing .search-content .entry-url {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    transition: all .3s ease-out;
    word-break: break-all;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .search-page .search-listing .search-content .entry-url {
        line-height: 18px
    }
}

.search-page .search-listing .search-content .readmore {
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
    color: #0076bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    position: relative;
    margin-top: 20px
}

.search-page .search-listing .search-content .readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0076bc;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .search-page .search-listing .search-content .readmore {
        letter-spacing: .1em
    }
}

.search-page .search-listing .search-content .readmore:hover {
    color: #015ea1
}

.search-page .search-listing .search-content .readmore:hover:after {
    width: 100%;
    opacity: 1;
    transition: all .3s ease-out
}

.pagination .pagination-link,
.pagination .pagination-next,
.pagination .pagination-previous {
    transition: all .3s ease-out;
    background-color: #fff;
    box-shadow: none;
    border-color: #808285
}

.pagination .pagination-link.is-current,
.pagination .pagination-link:not([disabled]):hover,
.pagination .pagination-next.is-current,
.pagination .pagination-next:not([disabled]):hover,
.pagination .pagination-previous.is-current,
.pagination .pagination-previous:not([disabled]):hover {
    border-color: #003764;
    background-color: #003764;
    color: #fff
}

.pagination .pagination-link[disabled],
.pagination .pagination-next[disabled],
.pagination .pagination-previous[disabled] {
    color: #666
}

.html-block:not([class*=video]) .embed-container {
    margin: 0;
    padding: 0;
    height: auto
}

.html-block:not([class*=video]) .embed-container .form-container {
    max-width: 100%;
    margin: 0 auto
}

.html-block:not([class*=video]) iframe {
    display: block;
    width: 100%
}

.html-block div[id^=digistorm-form] {
    width: 99.9%
}

.error-page .container {
    max-width: 780px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 40vh
}

.error-page .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.error-page h1 {
    margin-bottom: 28px;
    position: relative
}

@media screen and (max-width:1087px) {
    .error-page h1 {
        margin-bottom: 20px
    }
}

.error-page .search-nav {
    position: static;
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin-bottom: 28px;
    background-color: transparent
}

@media screen and (max-width:1087px) {
    .error-page .search-nav {
        margin-bottom: 20px
    }
}

.error-page .search-nav .media {
    position: relative
}

.error-page .search-nav .media-content {
    width: 100%;
    flex: none
}

.error-page .search-nav form .control .search {
    box-shadow: none;
    outline: 0;
    padding: 10px 16px;
    display: block;
    color: #003764;
    text-align: left;
    font-size: 15px;
    font-family: "Chronica Pro", Arial, sans-serif;
    margin-bottom: 0;
    transition: all .3s ease-out;
    border: 1px solid rgba(185, 191, 196, .5);
    border-radius: 3px;
    background-color: #fff
}

.error-page .search-nav form .control .search::placeholder {
    color: rgba(153, 153, 153, .5)
}

.error-page .search-nav form .control .search:-webkit-autofill {
    -webkit-appearance: none;
    appearance: none;
    color: #003764 !important;
    -webkit-text-fill-color: #003764 !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s
}

.error-page .search-nav form .control .search:focus {
    outline: 0;
    border: 1px solid #003764
}

.error-page .search-nav .media-right .search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #003764;
    transition: all .3s ease-out;
    font-weight: 400
}

.error-page .search-nav .media-right .search-submit:hover {
    color: #4a90e2
}

.error-page .search-nav .media-right .search-submit i {
    color: inherit
}

.slick-lightbox .slick-lightbox-close {
    width: 28px;
    height: 28px;
    top: 30px;
    right: 20px
}

.slick-lightbox .slick-lightbox-close:hover::after,
.slick-lightbox .slick-lightbox-close:hover::before {
    background-color: #4a90e2
}

.slick-lightbox .slick-lightbox-close::after,
.slick-lightbox .slick-lightbox-close::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    transition: all .3s ease-out
}

.slick-lightbox .slick-lightbox-close::before {
    top: calc(50% - 9px);
    transform: translateY(9px) rotate(45deg)
}

.slick-lightbox .slick-lightbox-close::after {
    top: calc(50% + 9px);
    transform: translateY(-9px) rotate(-45deg)
}

.slick-lightbox .slick-lightbox-slick-caption strong {
    margin-bottom: 0
}

.slick-lightbox .slick-lightbox-slick-item-inner {
    cursor: grab
}

.slick-lightbox .slick-arrow {
    font-size: 0;
    transform: translateY(-35px)
}

.slick-lightbox .slick-arrow:hover::before {
    color: #4a90e2
}

.slick-lightbox .slick-arrow::before {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .slick-lightbox .slick-arrow.slick-prev {
        left: 15px
    }
}

.slick-lightbox .slick-arrow.slick-prev::before {
    content: "\e90c"
}

@media screen and (max-width:767px) {
    .slick-lightbox .slick-arrow.slick-next {
        right: 15px
    }
}

.slick-lightbox .slick-arrow.slick-next::before {
    content: "\e90d"
}

.block-read-switch {
    margin-top: 32px;
    margin-bottom: 46px;
    width: 100%;
    order: 4
}

@media screen and (max-width:1087px) {
    .block-read-switch {
        margin-bottom: 32px
    }
}

.block-read-switch.is-active .article-expand span.icon-bold-bottom {
    transform: rotate(180deg)
}

.block-read-switch.is-active .article-expand .text span.more {
    opacity: 0;
    visibility: hidden
}

.block-read-switch.is-active .article-expand .text span.less {
    opacity: 1;
    visibility: visible
}

.block-read-switch .article-expand {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #0076bc;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .3s ease-out
}

.block-read-switch .article-expand::before {
    display: none
}

.block-read-switch .article-expand::after {
    display: none
}

.block-read-switch .article-expand .text {
    margin-right: 12px;
    position: relative
}

.block-read-switch .article-expand .text::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #0076bc;
    pointer-events: none;
    transition: all .3s ease-out
}

.block-read-switch .article-expand .text span {
    transition: all .3s ease-out;
    display: block
}

.block-read-switch .article-expand .text span.less {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: visible
}

.block-read-switch .article-expand span.icon-bold-bottom {
    transition: all .3s ease-out;
    display: block
}

.block-read-switch .article-expand:hover {
    color: #003764
}

.block-read-switch .article-expand:hover .text::after {
    background-color: #003764
}

.block-read-switch .article-expand:hover::before {
    display: none
}

.block-read-switch .article-expand:hover::after {
    display: none
}

.article-expandable {
    width: 100%;
    display: block;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    position: relative
}

.article-expandable .article-expandable-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start
}

.no-banners {
    background-color: #eff6fc
}

@media screen and (min-width:1088px) {
    .no-banners {
        padding-top: 255px;
        padding-bottom: 51px;
        margin-bottom: 32px
    }
}

@media screen and (max-width:1087px) {
    .no-banners {
        padding-top: 220px;
        margin-bottom: 40px;
        margin: 0;
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .no-banners {
        padding-bottom: 40px;
        padding-top: 200px
    }
}

.no-banners .banner {
    padding: 0 calc((100% - 1180px)/ 2)
}

@media screen and (max-width:1087px) {
    .no-banners .banner {
        padding: 0 40px
    }
}

@media screen and (max-width:767px) {
    .no-banners .banner {
        padding: 0 20px
    }
}

.no-banners .text-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.no-banners h1 {
    margin-bottom: 61px;
    width: 100%;
    display: inline-block
}

@media screen and (max-width:1087px) {
    .no-banners h1 {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .no-banners h1 {
        margin-bottom: 20px
    }
}

.no-banners .breadcrumb {
    font-style: normal;
    white-space: normal
}

.no-banners .breadcrumb a {
    display: inline-block;
    color: inherit;
    padding: 0;
    transition: all .3s ease-out
}

.no-banners .breadcrumb a:hover {
    color: #0798ff
}

.no-banners .breadcrumb ul {
    display: block;
    line-height: 20px;
    font-weight: 400
}

.no-banners .breadcrumb ul li {
    display: inline-block;
    color: #003764;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    position: relative
}

.no-banners .breadcrumb ul li+li::before {
    color: #003764;
    content: "/";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    vertical-align: middle;
    transform: translateY(-1px);
    margin-left: 10px;
    margin-right: 12px;
    display: inline-block
}

.no-banners .breadcrumb ul li.is-active {
    color: #0798ff
}

@media screen and (min-width:1088px) {
    .newsletter-toggle-wrap {
        display: none !important
    }
}

.newsletter-toggle-wrap .newsletter-toggle {
    position: fixed;
    top: 122px !important;
    z-index: 70;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #eff6fc;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 52px;
    height: auto;
    cursor: pointer;
    color: #003764;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    transition: all .3s ease-out
}

@media screen and (min-width:1088px) {
    .newsletter-toggle-wrap .newsletter-toggle {
        display: none
    }
}

@media screen and (max-width:767px) {
    .newsletter-toggle-wrap .newsletter-toggle {
        top: 87px !important;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .newsletter-toggle-wrap .newsletter-toggle {
        padding-left: 20px;
        padding-right: 37px
    }
}

.newsletter-toggle-wrap .newsletter-toggle .text {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 36px
}

.newsletter-toggle-wrap .newsletter-toggle.is-stuck {
    top: 98px !important
}

@media screen and (max-width:767px) {
    .newsletter-toggle-wrap .newsletter-toggle.is-stuck {
        top: 87px !important
    }
}

.newsletter-toggle-wrap .newsletter-toggle span.icon-bold-bottom {
    font-size: 14px;
    transition: all .3s ease-out
}

.newsletter-toggle-wrap .newsletter-toggle:hover {
    color: #4a90e2
}

.newsletter-toggle-wrap .newsletter-toggle.is-active {
    border-bottom: 1px solid rgba(0, 55, 100, .2)
}

.newsletter-toggle-wrap .newsletter-toggle.is-active span.icon-bold-bottom {
    transform: rotate(180deg)
}

.newsletter-toggle-wrap .newsletter-dropdown {
    position: fixed;
    z-index: 65;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff6fc;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 180px;
    transition: opacity .8s cubic-bezier(.77, 0, .175, 1), transform .8s cubic-bezier(.77, 0, .175, 1);
    opacity: 0;
    transform: translateY(-100%)
}

@media screen and (max-width:767px) {
    .newsletter-toggle-wrap .newsletter-dropdown {
        padding-top: 140px
    }
}

.newsletter-toggle-wrap .newsletter-dropdown.is-active {
    opacity: 1;
    transform: translateY(0)
}

.newsletter-toggle-wrap .newsletter-dropdown .newsletter-dropdown-box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 40px
}

@media screen and (max-width:767px) {
    .newsletter-toggle-wrap .newsletter-dropdown .newsletter-dropdown-box {
        padding: 30px 34px
    }
}

@media screen and (max-width:374px) {
    .newsletter-toggle-wrap .newsletter-dropdown .newsletter-dropdown-box {
        padding: 30px 20px
    }
}

.newsletter-toggle-wrap .newsletter-column {
    padding-bottom: 23px;
    margin-bottom: 31px;
    border-bottom: 1px solid rgba(0, 55, 100, .2)
}

.newsletter-toggle-wrap .newsletter-column h2 {
    display: none
}

.newsletter-toggle-wrap .newsletter-column .newsletter-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.newsletter-toggle-wrap .newsletter-column .newsletter-section:not(:last-child) {
    margin-bottom: 18px
}

.newsletter-toggle-wrap .newsletter-column a.article-title {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    margin: 0
}

.newsletter-toggle-wrap .newsletter-column a.article-title:hover {
    color: #4a90e2
}

.newsletter-toggle-wrap .newsletter-column a.article-sub-title {
    font-size: 16px;
    line-height: 26px;
    color: #424242;
    margin: 0;
    max-width: 100%
}

.newsletter-toggle-wrap .newsletter-column a.article-sub-title:hover {
    color: #4a90e2
}

.newsletter-toggle-wrap .newsletter-column a.article-sub-title:not(:last-child) {
    margin-bottom: 2px
}

.newsletter-toggle-wrap .newsletter-enents-group {
    margin-bottom: 23px
}

.newsletter-toggle-wrap .newsletter-enents-group h2 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 22.0946px;
    line-height: 27px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.newsletter-toggle-wrap .newsletter-enents-group a.newsletter-enent {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    text-transform: uppercase;
    color: #003764
}

.newsletter-toggle-wrap .newsletter-enents-group a.newsletter-enent:last-child {
    margin-bottom: 0
}

.newsletter-toggle-wrap .newsletter-enents-group a.newsletter-enent:hover {
    color: #0076bc
}

.newsletter-toggle-wrap .newsletter-enents-group a.newsletter-enent span.newsletter-enent-date {
    display: flex;
    align-items: center;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 600;
    font-size: 12.2849px;
    line-height: 140.62%;
    letter-spacing: .1em;
    margin-bottom: 12px;
    color: #0076bc
}

.newsletter-toggle-wrap .newsletter-enents-group a.newsletter-enent span.newsletter-enent-date i {
    margin-right: 8px
}

.newsletter-toggle-wrap .newsletter-enents-group a.newsletter-enent span.newsletter-enent-text {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 17.5499px;
    line-height: 26px;
    max-width: 100%
}

.newsletter-toggle-wrap .newsletter-social ul {
    display: flex;
    align-items: center
}

.newsletter-toggle-wrap .newsletter-social ul li:not(:last-child) {
    margin-right: 16px
}

.newsletter-toggle-wrap .newsletter-social ul li a {
    display: block;
    margin: 0;
    padding: 0
}

.newsletter-toggle-wrap .newsletter-social ul li a:hover img.is-no-hover {
    opacity: 1;
    visibility: visible
}

.newsletter-toggle-wrap .newsletter-social ul li a:hover img.is-hover {
    opacity: 0;
    visibility: hidden
}

.newsletter-toggle-wrap .newsletter-social ul li .icon {
    position: relative
}

.newsletter-toggle-wrap .newsletter-social ul li .icon img {
    transition: all .3s ease-out
}

.newsletter-toggle-wrap .newsletter-social ul li .icon img.is-no-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.newsletter-page {
    padding-bottom: 172px;
    overflow: hidden
}

@media screen and (max-width:1243px) {
    .newsletter-page {
        padding-bottom: 160px
    }
}

@media screen and (max-width:1087px) {
    .newsletter-page {
        padding-bottom: 80px;
        padding-top: 40px
    }
}

@media screen and (max-width:767px) {
    .newsletter-page {
        padding-top: 24.5px;
        padding-bottom: 24px
    }
}

.newsletter-page .container {
    display: flex;
    padding-left: 58px
}

@media screen and (min-width:1440px) {
    .newsletter-page .container {
        padding-left: calc((100vw - 1440px)/ 2 + 172px);
        padding-right: calc((100vw - 1440px)/ 2)
    }
}

@media screen and (max-width:1407px) {
    .newsletter-page .container {
        padding-left: 58px
    }
}

@media screen and (max-width:1087px) {
    .newsletter-page .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .newsletter-page .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.newsletter-page .newsletter-main {
    padding-right: 0
}

@media screen and (min-width:1440px) {
    .newsletter-page .newsletter-main {
        width: 730px
    }
}

@media screen and (max-width:1439px) {
    .newsletter-page .newsletter-main {
        flex: 1;
        width: calc(100% - 400px);
        padding-right: 60px
    }
}

@media screen and (max-width:1243px) {
    .newsletter-page .newsletter-main {
        padding-right: 40px;
        width: calc(100% - 360px)
    }
}

@media screen and (max-width:1087px) {
    .newsletter-page .newsletter-main {
        padding-right: 0;
        width: 100%;
        flex: none
    }
}

.newsletter-page .newsletter-content {
    padding: 0
}

.newsletter-page .newsletter-content:last-child {
    margin-bottom: 0
}

.newsletter-page .newsletter-content .newsletter-extra-controls {
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0 !important;
    position: static
}

@media screen and (min-width:1244px) {
    .newsletter-page .newsletter-content .newsletter-extra-controls {
        margin-left: -42px
    }
}

@media screen and (max-width:1243px) {
    .newsletter-page .newsletter-content .newsletter-extra-controls {
        margin-bottom: 40px
    }
}

.newsletter-page .newsletter-content .newsletter-extra-controls a {
    display: block;
    transition: all .3s ease-out
}

.newsletter-page .newsletter-content .newsletter-extra-controls a:hover {
    color: #4a90e2
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all {
    padding-right: 0;
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all.is-expanded .text span.expand {
    opacity: 0;
    visibility: hidden
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all.is-expanded .text span.collapse {
    opacity: 1;
    visibility: visible
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all.is-expanded .icon-bold-bottom {
    transform: rotate(180deg)
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all .text {
    position: relative;
    text-transform: capitalize;
    margin-right: 2px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all .text span {
    color: #003764;
    position: relative;
    transition: all .3s ease-out
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all .text span.collapse {
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all .icon-bold-bottom {
    font-size: 14px;
    line-height: 14px;
    color: #003764;
    transition: all .3s ease-out;
    margin-bottom: -2px
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all:hover .text span {
    color: #4a90e2
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all:hover .icon-bold-bottom {
    color: #4a90e2
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all::after,
.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-expand-all::before {
    display: none !important
}

.newsletter-page .newsletter-content .newsletter-extra-controls .newsletter-print {
    margin-left: 27px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #003764
}

.newsletter-page .newsletter-section-header {
    text-transform: uppercase;
    padding-left: 19px;
    border-left: 9px solid #0076bc;
    margin-bottom: 26px
}

@media screen and (max-width:1087px) {
    .newsletter-page .newsletter-section-header {
        padding-left: 12px;
        border-left: 8px solid #0076bc
    }
}

@media screen and (max-width:767px) {
    .newsletter-page .newsletter-section-header {
        padding-left: 10px;
        border-left: 4px solid #0076bc
    }
}

@media screen and (max-width:767px) {
    .newsletter-page .newsletter-group-content {
        padding: 0 14px
    }
}

.newsletter-page .newsletter-section-banner {
    margin-bottom: 23px
}

@media screen and (max-width:767px) {
    .newsletter-page .newsletter-section-banner {
        margin-bottom: 20px;
        padding: 0 11.5px
    }
}

@media screen and (max-width:767px) {
    .newsletter-page .newsletter-section-banner img.newsletter-image {
        object-fit: cover;
        min-height: 174px
    }
}

.newsletter-page .newsletter-article {
    margin-top: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 55, 100, .2)
}

.newsletter-page .newsletter-article h3 {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #003764;
    margin-bottom: 11px
}

.newsletter-page .newsletter-article.no-content-block {
    padding-bottom: 30px
}

.newsletter-page .newsletter-article .newsletter-articles-section {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px
}

.newsletter-page .newsletter-article .newsletter-articles-section .block-read-switch {
    margin-bottom: 12px;
    margin-top: 12px
}

.newsletter-page .newsletter-sidebar {
    padding: 0;
    margin: 0;
    transform: none;
    background: 0 0;
    width: 467px;
    margin-left: auto
}

@media screen and (max-width:1439px) {
    .newsletter-page .newsletter-sidebar {
        width: 400px
    }
}

@media screen and (max-width:1243px) {
    .newsletter-page .newsletter-sidebar {
        width: 360px
    }
}

.newsletter-page .newsletter-sidebar .theiaStickySidebar {
    padding-top: 0 !important
}

.newsletter-page .newsletter-sidebar .newsletter-sidebar-content {
    background-color: #eff6fc;
    padding: 52px 61px 58px 48px;
    width: 467px;
    margin-left: auto;
    max-height: calc(100vh - 98px);
    overflow: hidden;
    overflow-y: auto
}

@media screen and (max-width:1439px) {
    .newsletter-page .newsletter-sidebar .newsletter-sidebar-content {
        width: 400px;
        padding: 50px 40px
    }
}

@media screen and (max-width:1243px) {
    .newsletter-page .newsletter-sidebar .newsletter-sidebar-content {
        width: 360px;
        padding: 40px 30px
    }
}

.newsletter-page .newsletter-sidebar h2 {
    text-transform: uppercase
}

.newsletter-page .newsletter-sidebar .newsletter-column {
    padding-bottom: 44px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(0, 55, 100, .2)
}

.newsletter-page .newsletter-sidebar .newsletter-column h2 {
    margin-bottom: 54px
}

.newsletter-page .newsletter-sidebar .newsletter-column .newsletter-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.newsletter-page .newsletter-sidebar .newsletter-column .newsletter-section:not(:last-child) {
    margin-bottom: 18px
}

.newsletter-page .newsletter-sidebar .newsletter-column a.article-title {
    max-width: 100%;
    margin: 0
}

.newsletter-page .newsletter-sidebar .newsletter-column a.article-title:hover {
    color: #4a90e2
}

.newsletter-page .newsletter-sidebar .newsletter-column a.article-sub-title {
    font-size: 16px;
    line-height: 26px;
    color: #424242;
    margin: 0;
    max-width: 100%
}

.newsletter-page .newsletter-sidebar .newsletter-column a.article-sub-title:hover {
    color: #4a90e2
}

.newsletter-page .newsletter-sidebar .newsletter-column a.article-sub-title:not(:last-child) {
    margin-bottom: 2px
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group {
    margin-bottom: 46px
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group h2 {
    margin-bottom: 41px
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-events {
    margin-bottom: 15px
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-enent {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 41px;
    color: #003764
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-enent:last-child {
    margin-bottom: 0
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-enent:hover {
    color: #0076bc
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-enent .newsletter-enent-date {
    display: flex;
    align-items: center;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0076bc
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-enent .newsletter-enent-date i {
    margin-right: 6px
}

.newsletter-page .newsletter-sidebar .newsletter-enents-group .newsletter-enent .newsletter-enent-text {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    max-width: 306px
}

.newsletter-page .newsletter-sidebar .newsletter-social ul {
    display: flex;
    align-items: center
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li:not(:last-child) {
    margin-right: 16px
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li a {
    display: block;
    margin: 0;
    padding: 0
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li a:hover img.is-no-hover {
    opacity: 1;
    visibility: visible
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li a:hover img.is-hover {
    opacity: 0;
    visibility: hidden
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li .icon {
    position: relative
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li .icon img {
    transition: all .3s ease-out
}

.newsletter-page .newsletter-sidebar .newsletter-social ul li .icon img.is-no-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.newsletter-dropdown-box .newsletter-enents-group {
    margin-bottom: 46px
}

.newsletter-dropdown-box .newsletter-enents-group h2 {
    margin-bottom: 41px
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-events {
    margin-bottom: 15px
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-enent {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 41px;
    color: #003764
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-enent:last-child {
    margin-bottom: 0
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-enent:hover {
    color: #0076bc
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-enent .newsletter-enent-date {
    display: flex;
    align-items: center;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0076bc
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-enent .newsletter-enent-date i {
    margin-right: 6px
}

.newsletter-dropdown-box .newsletter-enents-group .newsletter-enent .newsletter-enent-text {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    max-width: 306px
}

.content figure ifame {
    max-width: 100%
}

.content-center {
    justify-content: center !important
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:768px),
print {
    .page-title.applying-for {
        max-width: 780px;
        margin: 0 auto
    }
}

.page-title.applying-for h2 {
    color: #0076bc
}

.form-submit-message {
    padding: 30px
}

@media (min-width:1024px) {
    .form-submit-message {
        max-width: 780px;
        margin: 20px auto
    }
}

.form-submit-message h3 {
    margin: 0 !important
}

.form-submit-message .mb-4 {
    margin-bottom: 1rem
}

.form-submit-message .leading-6 {
    line-height: 1.5rem
}

.form-submit-message .items-center {
    align-items: center
}

.form-submit-message .items-start {
    align-items: start
}

.form-submit-message .flex {
    display: flex
}

.form-submit-message .border {
    border: 0 solid #e5e7eb;
    border-width: 1px
}

.form-submit-message .rounded-lg {
    border-radius: .5rem
}

.form-submit-message .bg-green-50 {
    background-color: #ecfdf3
}

.form-submit-message .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.form-submit-message .p-4 {
    padding: 1rem
}

.form-submit-message .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.form-submit-message .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.form-submit-message .border-green-300 {
    border-color: #12b76a
}

.form-submit-message .font-medium {
    font-weight: 500
}

.form-submit-message .sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.form-submit-message .flex-shrink-0,
.form-submit-message .shrink-0 {
    flex-shrink: 0
}

.form-submit-message .w-4 {
    width: 1rem
}

.form-submit-message .h-4 {
    height: 1rem
}

.form-submit-message .inline {
    display: inline
}

.form-submit-message .mr-3 {
    margin-right: .75rem
}

.form-submit-message .text-green-700 {
    color: #027a48
}

.form-submit-message .mb-0 {
    margin-bottom: 0
}

.form-submit-message .text-md {
    font-size: 16px
}

.form-submit-message .mt-2 {
    margin-top: .5rem
}

.form-submit-message .mb-4 {
    margin-bottom: 1rem
}

.form-submit-message .message span {
    line-height: 16px
}

.form-container {
    padding: 30px
}

@media (min-width:1024px) {
    .form-container {
        max-width: 780px;
        padding: 40px 0 60px;
        margin: 0 auto
    }
}

.wf-funnel-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px
}

@media (min-width:768px) {
    .wf-funnel-form form {
        gap: 40px 20px
    }
}

.wf-funnel-form form h3 {
    margin-top: 0 !important
}

.wf-funnel-form form .form-submit .form-submit-btn {
    padding: 10px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    background-color: #0076bc;
    color: #fff;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: background-colour .4s
}

.wf-funnel-form form .form-submit .form-submit-btn:hover {
    background-color: #0066a3
}

.wf-funnel-form form .form-submit .form-submit-btn.submitting {
    color: transparent;
    position: relative;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #0066a3
}

.wf-funnel-form form .form-submit .form-submit-btn.submitting div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 3px;
    left: 44px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #fff transparent transparent transparent
}

.wf-funnel-form form .form-submit .form-submit-btn.submitting div:nth-child(1) {
    animation-delay: -.45s
}

.wf-funnel-form form .form-submit .form-submit-btn.submitting div:nth-child(2) {
    animation-delay: -.3s
}

.wf-funnel-form form .form-submit .form-submit-btn.submitting div:nth-child(3) {
    animation-delay: -.15s
}

.wf-funnel-form form .form-heading {
    grid-column: span 2;
    margin-bottom: -24px;
    color: #374151;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.56px
}

@media (min-width:768px) {
    .wf-funnel-form form .form-heading {
        font-size: 28px
    }
}

.wf-funnel-form form .form-item {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (min-width:768px) {
    .wf-funnel-form form .form-item:not(.type-textarea):not(.type-file):not(.type-html):not(.full-width) {
        grid-column: span 1
    }
}

.wf-funnel-form form .form-item.type-checkbox,
.wf-funnel-form form .form-item.type-radio {
    justify-content: flex-start
}

.wf-funnel-form form .form-item.type-file input {
    padding: 16px
}

.wf-funnel-form form .form-item.type-date input,
.wf-funnel-form form .form-item.type-time input {
    min-width: 100%;
    min-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.wf-funnel-form form .form-item.type-date input::-webkit-date-and-time-value,
.wf-funnel-form form .form-item.type-time input::-webkit-date-and-time-value {
    text-align: left
}

.wf-funnel-form form .form-item label {
    position: relative;
    color: #374151;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.wf-funnel-form form .form-item label.required::after {
    content: "*";
    color: #b42318;
    margin-left: 4px
}

.wf-funnel-form form .form-item em {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #4b5563;
    margin-top: 2px
}

.wf-funnel-form form .form-item .input,
.wf-funnel-form form .form-item input,
.wf-funnel-form form .form-item select,
.wf-funnel-form form .form-item textarea {
    margin-top: 6px;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #fff;
    color: #111827;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.wf-funnel-form form .form-item .input:focus,
.wf-funnel-form form .form-item .input:focus-visible,
.wf-funnel-form form .form-item input:focus,
.wf-funnel-form form .form-item input:focus-visible,
.wf-funnel-form form .form-item select:focus,
.wf-funnel-form form .form-item select:focus-visible,
.wf-funnel-form form .form-item textarea:focus,
.wf-funnel-form form .form-item textarea:focus-visible {
    outline: 0;
    border-color: #0076bc
}

.wf-funnel-form form .form-item .input.has-icon,
.wf-funnel-form form .form-item input.has-icon,
.wf-funnel-form form .form-item select.has-icon,
.wf-funnel-form form .form-item textarea.has-icon {
    position: relative;
    padding-left: 44px;
    background-repeat: no-repeat;
    background-position: 14px center
}

.wf-funnel-form form .form-item .input.has-icon[type=email],
.wf-funnel-form form .form-item input.has-icon[type=email],
.wf-funnel-form form .form-item select.has-icon[type=email],
.wf-funnel-form form .form-item textarea.has-icon[type=email] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19.25 4.29688H2.75C2.61325 4.29688 2.4821 4.3512 2.3854 4.4479C2.2887 4.5446 2.23438 4.67575 2.23438 4.8125V16.5C2.23438 16.8191 2.36113 17.1251 2.58676 17.3507C2.81239 17.5764 3.11841 17.7031 3.4375 17.7031H18.5625C18.8816 17.7031 19.1876 17.5764 19.4132 17.3507C19.6389 17.1251 19.7656 16.8191 19.7656 16.5V4.8125C19.7656 4.67575 19.7113 4.5446 19.6146 4.4479C19.5179 4.3512 19.3868 4.29688 19.25 4.29688ZM17.9248 5.32812L11 11.6755L4.07516 5.32812H17.9248ZM18.5625 16.6719H3.4375C3.39192 16.6719 3.3482 16.6538 3.31597 16.6215C3.28373 16.5893 3.26562 16.5456 3.26562 16.5V5.98469L10.6562 12.7548C10.7513 12.8418 10.8755 12.89 11.0043 12.89C11.1331 12.89 11.2573 12.8418 11.3523 12.7548L18.7344 5.98469V16.5C18.7344 16.5456 18.7163 16.5893 18.684 16.6215C18.6518 16.6538 18.6081 16.6719 18.5625 16.6719Z' fill='%23374151'/%3E%3C/svg%3E")
}

.wf-funnel-form form .form-item .input.has-icon[type=tel],
.wf-funnel-form form .form-item input.has-icon[type=tel],
.wf-funnel-form form .form-item select.has-icon[type=tel],
.wf-funnel-form form .form-item textarea.has-icon[type=tel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19.0429 13.7759L14.9832 11.9566C14.7993 11.8778 14.5986 11.8461 14.3993 11.8644C14.2 11.8827 14.0085 11.9504 13.842 12.0614C13.8251 12.0723 13.809 12.0843 13.7938 12.0975L11.672 13.9022C11.65 13.9142 11.6255 13.9209 11.6005 13.9218C11.5754 13.9227 11.5505 13.9178 11.5277 13.9074C10.1638 13.2491 8.75103 11.8449 8.09017 10.5C8.07916 10.4775 8.07344 10.4528 8.07344 10.4278C8.07344 10.4027 8.07916 10.3781 8.09017 10.3556L9.90087 8.20714C9.91386 8.19124 9.92591 8.1746 9.93696 8.1573C10.0464 7.99015 10.1126 7.79838 10.1294 7.59928C10.1462 7.40018 10.1131 7.20004 10.0332 7.01691L8.22681 2.96409C8.12422 2.72485 7.94681 2.52533 7.7212 2.39548C7.49559 2.26564 7.23395 2.21246 6.97556 2.24394C5.85255 2.39158 4.82172 2.94307 4.0757 3.79537C3.32969 4.64766 2.91953 5.74244 2.92189 6.87511C2.92189 13.604 8.3961 19.0782 15.125 19.0782C16.2576 19.0804 17.3523 18.6702 18.2046 17.9242C19.0568 17.1782 19.6084 16.1475 19.7562 15.0246C19.7876 14.7674 19.7351 14.5069 19.6066 14.2819C19.4781 14.057 19.2804 13.8795 19.0429 13.7759ZM15.125 18.047C8.96501 18.047 3.95314 13.0351 3.95314 6.87511C3.95026 5.99333 4.26853 5.14067 4.84847 4.47643C5.42841 3.81219 6.23035 3.38183 7.10446 3.26574H7.12423C7.15886 3.26638 7.19249 3.27748 7.22071 3.29757C7.24892 3.31765 7.27041 3.3458 7.28235 3.37831L9.09563 7.42683C9.10598 7.44934 9.11133 7.47382 9.11133 7.49859C9.11133 7.52336 9.10598 7.54784 9.09563 7.57034L7.28149 9.72394C7.26796 9.73931 7.25561 9.75569 7.24454 9.77292C7.13102 9.94622 7.06418 10.1459 7.05047 10.3526C7.03677 10.5593 7.07668 10.7661 7.16634 10.9528C7.9286 12.5135 9.50126 14.0741 11.0791 14.8364C11.2669 14.9255 11.4747 14.9645 11.6821 14.9494C11.8895 14.9343 12.0894 14.8658 12.2624 14.7504C12.2788 14.7393 12.2951 14.7272 12.3106 14.7143L14.4315 12.9096C14.4524 12.8984 14.4756 12.8918 14.4993 12.8903C14.523 12.8888 14.5468 12.8925 14.569 12.901L18.6295 14.7203C18.6627 14.7345 18.6906 14.7587 18.7093 14.7895C18.7279 14.8204 18.7364 14.8563 18.7335 14.8922C18.618 15.7667 18.1881 16.5693 17.524 17.1499C16.8599 17.7304 16.0071 18.0494 15.125 18.047Z' fill='%23374151'/%3E%3C/svg%3E")
}

.wf-funnel-form form .form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.354 6.35354L8.35403 11.3535C8.30759 11.4 8.25245 11.4369 8.19175 11.4621C8.13105 11.4872 8.06599 11.5002 8.00028 11.5002C7.93457 11.5002 7.86951 11.4872 7.80881 11.4621C7.74811 11.4369 7.69296 11.4 7.64653 11.3535L2.64653 6.35354C2.55271 6.25972 2.5 6.13247 2.5 5.99979C2.5 5.86711 2.55271 5.73986 2.64653 5.64604C2.74035 5.55222 2.8676 5.49951 3.00028 5.49951C3.13296 5.49951 3.26021 5.55222 3.35403 5.64604L8.00028 10.2929L12.6465 5.64604C12.693 5.59958 12.7481 5.56273 12.8088 5.53759C12.8695 5.51245 12.9346 5.49951 13.0003 5.49951C13.066 5.49951 13.131 5.51245 13.1917 5.53759C13.2524 5.56273 13.3076 5.59958 13.354 5.64604C13.4005 5.69249 13.4373 5.74765 13.4625 5.80834C13.4876 5.86904 13.5006 5.93409 13.5006 5.99979C13.5006 6.06549 13.4876 6.13054 13.4625 6.19124C13.4373 6.25193 13.4005 6.30708 13.354 6.35354Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center
}

.wf-funnel-form form .form-item textarea {
    align-items: flex-start;
    min-height: 210px;
    background-color: #f9fafb;
    resize: none
}

.wf-funnel-form form .form-item textarea:focus,
.wf-funnel-form form .form-item textarea:focus-visible {
    background-color: #fff
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field,
.wf-funnel-form form .form-item .form-radio .radio-field {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field:hover input:not([disabled]),
.wf-funnel-form form .form-item .form-radio .radio-field:hover input:not([disabled]) {
    border-color: #0076bc
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field:hover input:not([disabled]):checked,
.wf-funnel-form form .form-item .form-radio .radio-field:hover input:not([disabled]):checked {
    border-color: #0066a3;
    background-color: #0066a3
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field label,
.wf-funnel-form form .form-item .form-radio .radio-field label {
    cursor: pointer;
    color: #374151;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input,
.wf-funnel-form form .form-item .form-radio .radio-field input {
    align-self: unset;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d1d5db;
    transition: background-color .3s, border-color .3s;
    background-color: #fff;
    cursor: pointer
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input:focus,
.wf-funnel-form form .form-item .form-checkbox .checkbox-field input:focus-visible,
.wf-funnel-form form .form-item .form-radio .radio-field input:focus,
.wf-funnel-form form .form-item .form-radio .radio-field input:focus-visible {
    outline: 1px solid #0076bc;
    outline-offset: .5px
}

.wf-funnel-form form .form-item .form-radio {
    display: grid;
    gap: 16px;
    margin-top: 12px
}

.wf-funnel-form form .form-item .form-radio:hover input:checked:not([disabled]) {
    border-color: #0066a3;
    background-color: #0066a3
}

.wf-funnel-form form .form-item .form-radio input {
    height: 16px;
    width: 16px
}

.wf-funnel-form form .form-item .form-radio input[disabled] {
    background-color: #f9fafb;
    border: 1px solid #d1d5db
}

.wf-funnel-form form .form-item .form-radio input[disabled]+label:before {
    background-color: #d1d5db
}

.wf-funnel-form form .form-item .form-radio input:checked:not([disabled]) {
    border: 1px solid #0076bc;
    background-color: #0076bc
}

.wf-funnel-form form .form-item .form-radio input:checked:not([disabled])+label:before {
    background-color: #fff
}

.wf-funnel-form form .form-item .form-radio input:checked+label:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%)
}

.wf-funnel-form form .form-item .form-checkbox {
    display: grid;
    gap: 16px;
    margin-top: 12px
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input {
    height: 16px;
    width: 16px;
    min-width: 16px;
    border-radius: 4px
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input[disabled] {
    background-color: #f9fafb;
    border-color: #e5e7eb
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input:checked:not([disabled]) {
    background-color: #0076bc;
    border-color: #0076bc
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input:checked:not([disabled])+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M9.08089 3.14407L4.08089 8.14408C4.03734 8.18778 3.9856 8.22245 3.92862 8.24611C3.87164 8.26977 3.81055 8.28194 3.74886 8.28194C3.68717 8.28194 3.62608 8.26977 3.5691 8.24611C3.51212 8.22245 3.46038 8.18778 3.41683 8.14408L1.22933 5.95658C1.18573 5.91297 1.15114 5.86121 1.12754 5.80424C1.10394 5.74727 1.0918 5.68621 1.0918 5.62454C1.0918 5.56288 1.10394 5.50182 1.12754 5.44485C1.15114 5.38788 1.18573 5.33612 1.22933 5.29251C1.27293 5.24891 1.3247 5.21432 1.38167 5.19072C1.43864 5.16713 1.4997 5.15498 1.56136 5.15498C1.62302 5.15498 1.68408 5.16713 1.74105 5.19072C1.79802 5.21432 1.84979 5.24891 1.89339 5.29251L3.74925 7.14837L8.41761 2.48079C8.50567 2.39273 8.6251 2.34326 8.74964 2.34326C8.87418 2.34326 8.99361 2.39273 9.08167 2.48079C9.16973 2.56885 9.2192 2.68829 9.2192 2.81282C9.2192 2.93736 9.16973 3.0568 9.08167 3.14486L9.08089 3.14407Z' fill='white'/%3E%3C/svg%3E")
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input:checked[disabled]+label:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M9.08089 3.14407L4.08089 8.14408C4.03734 8.18778 3.9856 8.22245 3.92862 8.24611C3.87164 8.26977 3.81055 8.28194 3.74886 8.28194C3.68717 8.28194 3.62608 8.26977 3.5691 8.24611C3.51212 8.22245 3.46038 8.18778 3.41683 8.14408L1.22933 5.95658C1.18573 5.91297 1.15114 5.86121 1.12754 5.80424C1.10394 5.74727 1.0918 5.68621 1.0918 5.62454C1.0918 5.56288 1.10394 5.50182 1.12754 5.44485C1.15114 5.38788 1.18573 5.33612 1.22933 5.29251C1.27293 5.24891 1.3247 5.21432 1.38167 5.19072C1.43864 5.16713 1.4997 5.15498 1.56136 5.15498C1.62302 5.15498 1.68408 5.16713 1.74105 5.19072C1.79802 5.21432 1.84979 5.24891 1.89339 5.29251L3.74925 7.14837L8.41761 2.48079C8.50567 2.39273 8.6251 2.34326 8.74964 2.34326C8.87418 2.34326 8.99361 2.39273 9.08167 2.48079C9.16973 2.56885 9.2192 2.68829 9.2192 2.81282C9.2192 2.93736 9.16973 3.0568 9.08167 3.14486L9.08089 3.14407Z' fill='%23e5e7eb'/%3E%3C/svg%3E")
}

.wf-funnel-form form .form-item .form-checkbox .checkbox-field input:checked+label:before {
    content: "";
    left: -21px;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.footer-cta {
    position: relative
}

@media screen and (max-width:1439px) {
    .footer-cta .img-c {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }
}

.footer-cta .img-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #061d30;
    opacity: .7;
    pointer-events: none
}

@media screen and (min-width:1440px) {
    .footer-cta .img-c div {
        padding-top: 31.4583333333%
    }
}

@media screen and (max-width:1439px) {
    .footer-cta .img-c div {
        height: 100%
    }
}

.footer-cta .text-c {
    color: #fff
}

@media screen and (min-width:1440px) {
    .footer-cta .text-c {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }
}

.footer-cta .text-c .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 112px;
    padding-bottom: 91px
}

@media screen and (min-width:1440px) {
    .footer-cta .text-c .container {
        height: 100%
    }
}

@media screen and (max-width:1087px) {
    .footer-cta .text-c .container {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    .footer-cta .text-c .container {
        padding-top: 60px;
        padding-bottom: 61px
    }
}

.footer-cta .text-c .icon-c {
    margin-bottom: 48px
}

@media screen and (max-width:1087px) {
    .footer-cta .text-c .icon-c {
        margin-bottom: 28px
    }
}

@media screen and (max-width:767px) {
    .footer-cta .text-c .icon-c {
        margin-bottom: 6px
    }
}

.footer-cta .text-c h2 {
    font-family: "Springfield Demo";
    font-style: normal;
    font-weight: 400;
    font-size: 79.5991px;
    line-height: 40px;
    letter-spacing: .795991px;
    margin-bottom: 54px;
    width: 100%
}

@media screen and (max-width:1243px) {
    .footer-cta .text-c h2 {
        font-size: 66px;
        line-height: .9
    }
}

@media screen and (max-width:1087px) {
    .footer-cta .text-c h2 {
        margin-bottom: 42px;
        font-size: 58px
    }
}

@media screen and (max-width:767px) {
    .footer-cta .text-c h2 {
        font-size: 50px;
        line-height: 46px;
        margin-bottom: 30px;
        max-width: 240px
    }
}

.footer-cta .text-c .buttons {
    justify-content: center
}

@media screen and (max-width:767px) {
    .footer-cta .text-c .buttons {
        flex-direction: column;
        align-items: center
    }
}

.footer-cta .text-c .buttons .button {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0076bc;
    border-color: #0076bc
}

.footer-cta .text-c .buttons .button:hover {
    background-color: #015ea1;
    border-color: #015ea1
}

@media screen and (min-width:768px),
print {
    .footer-cta .text-c .buttons .button:first-child {
        width: 188px
    }

    .footer-cta .text-c .buttons .button:nth-child(2) {
        width: 281px
    }

    .footer-cta .text-c .buttons .button:nth-child(3) {
        width: 162px
    }
}

@media screen and (max-width:767px) {
    .footer-cta .text-c .buttons .button {
        font-size: 12px;
        height: 40px;
        padding: 8px 20px;
        line-height: 22px
    }
}

.footers .footer {
    background-color: transparent;
    padding: 60px 0 0 0
}

@media screen and (max-width:1087px) {
    .footers .footer {
        padding-top: 41px
    }
}

.footers .footer .subtitle,
.footers .footer a,
.footers .footer b,
.footers .footer em .title,
.footers .footer h1,
.footers .footer h2,
.footers .footer h3,
.footers .footer h4,
.footers .footer h5,
.footers .footer h6,
.footers .footer i,
.footers .footer li,
.footers .footer p,
.footers .footer strong {
    color: #003764
}

.footers .footer .container {
    display: flex;
    padding-bottom: 44px
}

@media screen and (min-width:768px),
print {
    .footers .footer .container {
        border-bottom: 1px solid rgba(36, 78, 112, .2)
    }
}

@media screen and (max-width:1087px) {
    .footers .footer .container {
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .footers .footer .container {
        display: block;
        padding-left: 27px;
        padding-right: 25px;
        padding-bottom: 14px;
        position: relative
    }
}

@media screen and (max-width:374px) {
    .footers .footer .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footers .footer .container::after {
    position: absolute;
    bottom: 0;
    left: 27px;
    width: calc(100% - 27px - 25px);
    bottom: 0;
    border-bottom: 1px solid rgba(36, 78, 112, .2)
}

@media screen and (max-width:767px) {
    .footers .footer .container::after {
        content: "";
        display: block
    }
}

@media screen and (max-width:374px) {
    .footers .footer .container::after {
        left: 20px;
        width: calc(100% - 40px)
    }
}

.footers .footer .left-box {
    width: 191px
}

@media screen and (max-width:1087px) {
    .footers .footer .left-box {
        width: 100%;
        margin-bottom: 34px
    }
}

.footers .footer .logo-box {
    width: 100%;
    margin-bottom: 50px
}

@media screen and (max-width:1087px) {
    .footers .footer .logo-box {
        width: 191px;
        margin-bottom: 43px
    }
}

.footers .footer .logo-box a {
    display: block
}

@media screen and (max-width:767px) {
    .footers .footer .social-box {
        margin-left: -6px
    }
}

.footers .footer .social-box ul {
    display: flex;
    align-items: center
}

@media screen and (min-width:768px),
print {
    .footers .footer .social-box ul {
        margin-left: -4px
    }
}

.footers .footer .social-box ul li {
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .footers .footer .social-box ul li {
        margin-right: 20px
    }
}

.footers .footer .social-box ul li a {
    display: block;
    color: #0076bc;
    transition: all .3s ease-out
}

.footers .footer .social-box ul li a:hover {
    color: #003764;
    transform: translateY(-12px)
}

.footers .footer .social-box ul li a:hover .icon img.is-no-hover {
    opacity: 0;
    visibility: hidden
}

.footers .footer .social-box ul li a:hover .icon img.is-hover {
    opacity: 1;
    visibility: visible
}

.footers .footer .social-box ul li a .icon {
    position: relative;
    width: 21px
}

.footers .footer .social-box ul li a .icon img {
    position: relative;
    display: block;
    width: 100%;
    transition: all .3s ease-out
}

.footers .footer .social-box ul li a .icon img.is-no-hover {
    width: 100%
}

.footers .footer .social-box ul li a .icon img.is-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.footers .footer .footer-menu {
    margin-left: 109px;
    padding-top: 4px;
    width: 578px
}

@media screen and (max-width:1243px) {
    .footers .footer .footer-menu {
        margin-left: auto;
        width: 380px
    }
}

@media screen and (max-width:1087px) {
    .footers .footer .footer-menu {
        margin-left: 0;
        flex: 1;
        width: auto;
        padding-right: 40px;
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    .footers .footer .footer-menu {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 26px
    }
}

@media screen and (min-width:768px),
print {
    .footers .footer .footer-menu ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -13px
    }
}

@media screen and (max-width:767px) {
    .footers .footer .footer-menu ul {
        column-gap: 51px;
        column-count: 2
    }
}

@media screen and (max-width:374px) {
    .footers .footer .footer-menu ul {
        column-count: 1
    }
}

.footers .footer .footer-menu ul li {
    width: 33.3333%;
    padding-right: 20px;
    margin-bottom: 13px;
    display: flex
}

@media screen and (max-width:1243px) {
    .footers .footer .footer-menu ul li {
        width: 50%
    }
}

@media screen and (max-width:1087px) {
    .footers .footer .footer-menu ul li {
        width: 33.3333%;
        min-width: 172px;
        padding-right: 12px
    }
}

@media screen and (max-width:767px) {
    .footers .footer .footer-menu ul li {
        width: auto;
        min-width: 0;
        margin-bottom: 16px;
        padding-right: 0
    }
}

.footers .footer .footer-menu ul li a {
    display: block;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #094080;
    transition: all .3s ease-out;
    position: relative
}

.footers .footer .footer-menu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #003764;
    pointer-events: none;
    width: 0;
    opacity: 0;
    height: 2px;
    transition: all .3s ease-out
}

.footers .footer .footer-menu ul li a::after {
    background-color: transparent;
    height: 1px;
    bottom: 2px
}

.footers .footer .footer-menu ul li a:hover {
    color: #0076bc
}

.footers .footer .footer-menu ul li a:hover::after {
    background-color: #0076bc
}

.footers .footer .contact-box {
    margin-left: auto;
    width: 280px
}

@media screen and (max-width:767px) {
    .footers .footer .contact-box {
        width: 100%;
        margin-left: 0
    }
}

.footers .footer .contact-box h6 {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 900;
    color: #0076bc;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 24px;
    width: 100%
}

@media screen and (max-width:767px) {
    .footers .footer .contact-box h6 {
        margin-bottom: 4px
    }
}

.footers .footer .contact-box p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #094080;
    width: 100%
}

.footers .footer .contact-box p a {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    transition: all .3s ease-out;
    color: #094080;
    -webkit-text-decoration: underline rgba(0, 118, 188, 0);
    text-decoration: underline rgba(0, 118, 188, 0);
    text-underline-offset: 2px;
    width: 100%
}

.footers .footer .contact-box p a:hover {
    color: #0076bc;
    -webkit-text-decoration: underline #0076bc;
    text-decoration: underline #0076bc
}

.footers .footer .contact-box p a::before {
    color: #0076bc;
    display: block;
    position: absolute;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all .3s ease-out
}

.footers .footer .contact-box p a[href*=mailto]::before {
    content: "\e90b";
    font-size: 12px;
    top: 4px;
    left: 0
}

.footers .footer .contact-box p a[href*=tel]::before {
    content: "\e90c";
    font-size: 12px;
    top: 2px;
    left: 1px
}

.footers .footer .contact-box p a[href*=map]::before {
    content: "\e90a";
    font-size: 12px;
    top: 2px;
    left: -2px
}

.footers .secondary-footer {
    background-color: transparent;
    padding: 17px 0 87px 0
}

.footers .secondary-footer .subtitle,
.footers .secondary-footer a,
.footers .secondary-footer b,
.footers .secondary-footer em .title,
.footers .secondary-footer h1,
.footers .secondary-footer h2,
.footers .secondary-footer h3,
.footers .secondary-footer h4,
.footers .secondary-footer h5,
.footers .secondary-footer h6,
.footers .secondary-footer i,
.footers .secondary-footer li,
.footers .secondary-footer p,
.footers .secondary-footer strong {
    color: #003764
}

@media screen and (max-width:1087px) {
    .footers .secondary-footer {
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .footers .secondary-footer {
        padding-top: 12px;
        padding-bottom: 24px
    }
}

@media screen and (max-width:767px) {
    .footers .secondary-footer .container {
        padding-left: 27px;
        padding-right: 25px
    }
}

@media screen and (max-width:374px) {
    .footers .secondary-footer .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footers .secondary-footer p {
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    width: 100%
}

.footers .secondary-footer p a {
    transition: all .3s ease-out;
    border-bottom: 1px solid transparent
}

.footers .secondary-footer p a:hover {
    border-bottom-color: #0076bc;
    color: #0076bc
}

.footers .secondary-footer .level {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.footers .secondary-footer .level .level-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width:1088px) {
    .footers .secondary-footer .level .level-left {
        max-width: calc(100% - 100px)
    }
}

.footers .secondary-footer .level .level-left .level-item {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .footers .secondary-footer .level .level-left .level-item {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .footers .secondary-footer .level .level-right {
        margin-top: 0
    }
}

@media screen and (min-width:1088px) {
    .footers .secondary-footer .level .level-right {
        width: 100%;
        max-width: 100px
    }
}

.footers .secondary-footer .level .level-right .level-item {
    display: block
}

.footers .secondary-footer .level .level-item+.level-item {
    display: flex;
    align-items: center
}

.footers .secondary-footer .level .level-item+.level-item::before {
    content: "|";
    display: block;
    margin-left: 9px;
    margin-right: 12px;
    font-family: "Chronica Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.footers .secondary-footer .level .level-item+.level-item.footer-statement {
    width: 100%
}

@media screen and (min-width:1088px) {
    .footers .secondary-footer .level .level-item+.level-item.footer-statement {
        width: auto
    }
}

.footers .secondary-footer .level .level-item+.level-item.footer-statement::before {
    display: none
}

@media screen and (min-width:1088px) {
    .footers .secondary-footer .level .level-item+.level-item.footer-statement::before {
        display: block;
        content: "|"
    }
}

#search-nav ::placeholder {
    color: rgba(255, 255, 255, .5) !important
}

#search-nav input.input {
    background-color: transparent;
    outline: 0;
    border: 0 !important;
    box-shadow: none;
    text-align: center;
    color: #fff
}

#search-nav .search-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

#search-nav .search-box-inner p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    color: #fff;
    width: 100%
}

#search-nav form {
    position: relative
}

#search-nav form:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    left: 50%;
    width: 0;
    transition: all 1s
}

#search-nav form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    right: 50%;
    width: 0;
    transition: all 1s
}

#search-nav.is-active form:after,
#search-nav.is-active form:before {
    width: 50%
}

.search-inner {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    bottom: 100%;
    padding: 15px 10px;
    background-color: #003764;
    display: block;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100%;
    z-index: 2000;
    transition: all .3s ease-out;
    opacity: 0;
    visibility: hidden
}

.search-inner .search-box-inner input.input {
    width: 100%;
    height: 36px;
    caret-color: #fff
}

@media screen and (max-width:560px) {
    .search-inner .search-box-inner input.input {
        width: 300px
    }

    .search-inner .search-box-inner input.input::placeholder {
        font-size: 12px
    }
}

.search-inner .search-box-inner input.input:-webkit-autofill {
    -webkit-appearance: none;
    appearance: none;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s
}

.search-inner.is-active {
    opacity: 1;
    visibility: visible
}

.search-inner.is-active form:after,
.search-inner.is-active form:before {
    width: 50%
}

#search-close {
    position: absolute;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
    width: 30px;
    text-align: center;
    transform: translateZ(0);
    color: #fff;
    border: none;
    top: 40px;
    right: 40px;
    font-size: 20px
}

@media screen and (max-width:767px) {
    #search-close {
        top: 20px;
        right: 20px
    }
}

#search-close:hover {
    border: none;
    color: #4a90e2
}

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