@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300, 400, 500, 700);

/*!
Theme Name: Retif 2026
Author: FiveTool
Author URI: http://fivetoolagency.com
Description: Five Tool starter theme based on Underscores
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@media screen and (min-width: 1370px) {
    .container {
        min-width: 1320px;
        width: 1320px;
    }
}

/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.button,
.delete,
.file,
.is-unselectable,
.tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
}
.block:not(:last-child),
.box:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}
.delete {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
}
.delete:after,
.delete:before {
    background-color: #fff;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.delete:before {
    height: 2px;
    width: 50%;
}
.delete:after {
    height: 50%;
    width: 2px;
}
.delete:focus,
.delete:hover {
    background-color: rgba(10, 10, 10, 0.3);
}
.delete:active {
    background-color: rgba(10, 10, 10, 0.4);
}
.is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}
.is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}
.is-large.delete {
    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 {
    -webkit-animation: spinAround 0.5s linear infinite;
    animation: spinAround 0.5s linear infinite;
    border-radius: 290486px;
    border-color: transparent transparent #dbdbdb #dbdbdb;
    border-style: solid;
    border-width: 2px;
    content: '';
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}
.hero-video,
.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-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-square .has-ratio,
.image.is-square img,
.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.button,
.file-cta,
.file-name,
.input,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(0.375em - 1px) calc(0.625em - 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.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    outline: none;
}
.select fieldset[disabled] select,
.select select[disabled],
[disabled].button,
[disabled].file-cta,
[disabled].file-name,
[disabled].input,
[disabled].textarea,
fieldset[disabled] .button,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    cursor: not-allowed;
}

/*! minireset.css v0.0.4 | 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;
}
embed,
iframe,
img,
object,
video {
    height: auto;
    max-width: 100%;
}
audio {
    max-width: 100%;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    text-align: left;
}
html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}
body,
button,
input,
select,
textarea {
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}
body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
}
a strong {
    color: currentColor;
}
a:hover {
    color: #363636;
}
code {
    color: #ff3860;
    font-size: 0.875em;
    font-weight: 400;
    padding: 0.25em 0.5em;
}
code,
hr {
    background-color: #f5f5f5;
}
hr {
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}
input[type='checkbox'],
input[type='radio'] {
    vertical-align: baseline;
}
small {
    font-size: 0.875em;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
strong {
    font-weight: 700;
}
fieldset {
    border: none;
}
pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: 0.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 {
    text-align: left;
    vertical-align: top;
}
table th {
    color: #363636;
}
.is-clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}
.is-pulled-left {
    float: left !important;
}
.is-pulled-right {
    float: right !important;
}
.is-clipped {
    overflow: hidden !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: 0.75rem !important;
}
@media screen and (max-width: 639px) {
    .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: 0.75rem !important;
    }
}
@media print, screen and (min-width: 640px) {
    .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: 0.75rem !important;
    }
}
@media screen and (max-width: 959px) {
    .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: 0.75rem !important;
    }
}
@media screen and (min-width: 960px) {
    .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: 0.75rem !important;
    }
}
@media screen and (min-width: 1220px) {
    .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: 0.75rem !important;
    }
}
@media screen and (min-width: 1400px) {
    .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: 0.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: 639px) {
    .has-text-centered-mobile {
        text-align: center !important;
    }
}
@media print, screen and (min-width: 640px) {
    .has-text-centered-tablet {
        text-align: center !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .has-text-centered-tablet-only {
        text-align: center !important;
    }
}
@media screen and (max-width: 959px) {
    .has-text-centered-touch {
        text-align: center !important;
    }
}
@media screen and (min-width: 960px) {
    .has-text-centered-desktop {
        text-align: center !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .has-text-centered-desktop-only {
        text-align: center !important;
    }
}
@media screen and (min-width: 1220px) {
    .has-text-centered-widescreen {
        text-align: center !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .has-text-centered-widescreen-only {
        text-align: center !important;
    }
}
@media screen and (min-width: 1400px) {
    .has-text-centered-fullhd {
        text-align: center !important;
    }
}
@media screen and (max-width: 639px) {
    .has-text-justified-mobile {
        text-align: justify !important;
    }
}
@media print, screen and (min-width: 640px) {
    .has-text-justified-tablet {
        text-align: justify !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .has-text-justified-tablet-only {
        text-align: justify !important;
    }
}
@media screen and (max-width: 959px) {
    .has-text-justified-touch {
        text-align: justify !important;
    }
}
@media screen and (min-width: 960px) {
    .has-text-justified-desktop {
        text-align: justify !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .has-text-justified-desktop-only {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1220px) {
    .has-text-justified-widescreen {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important;
    }
}
@media screen and (min-width: 1400px) {
    .has-text-justified-fullhd {
        text-align: justify !important;
    }
}
@media screen and (max-width: 639px) {
    .has-text-left-mobile {
        text-align: left !important;
    }
}
@media print, screen and (min-width: 640px) {
    .has-text-left-tablet {
        text-align: left !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .has-text-left-tablet-only {
        text-align: left !important;
    }
}
@media screen and (max-width: 959px) {
    .has-text-left-touch {
        text-align: left !important;
    }
}
@media screen and (min-width: 960px) {
    .has-text-left-desktop {
        text-align: left !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .has-text-left-desktop-only {
        text-align: left !important;
    }
}
@media screen and (min-width: 1220px) {
    .has-text-left-widescreen {
        text-align: left !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .has-text-left-widescreen-only {
        text-align: left !important;
    }
}
@media screen and (min-width: 1400px) {
    .has-text-left-fullhd {
        text-align: left !important;
    }
}
@media screen and (max-width: 639px) {
    .has-text-right-mobile {
        text-align: right !important;
    }
}
@media print, screen and (min-width: 640px) {
    .has-text-right-tablet {
        text-align: right !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .has-text-right-tablet-only {
        text-align: right !important;
    }
}
@media screen and (max-width: 959px) {
    .has-text-right-touch {
        text-align: right !important;
    }
}
@media screen and (min-width: 960px) {
    .has-text-right-desktop {
        text-align: right !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .has-text-right-desktop-only {
        text-align: right !important;
    }
}
@media screen and (min-width: 1220px) {
    .has-text-right-widescreen {
        text-align: right !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .has-text-right-widescreen-only {
        text-align: right !important;
    }
}
@media screen and (min-width: 1400px) {
    .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;
}
.has-text-white {
    color: #fff !important;
}
a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e6e6 !important;
}
.has-background-white {
    background-color: #fff !important;
}
.has-text-black {
    color: #0a0a0a !important;
}
a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important;
}
.has-background-black {
    background-color: #0a0a0a !important;
}
.has-text-light {
    color: #f5f5f5 !important;
}
a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important;
}
.has-background-light {
    background-color: #f5f5f5 !important;
}
.has-text-dark {
    color: #363636 !important;
}
a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #1c1c1c !important;
}
.has-background-dark {
    background-color: #363636 !important;
}
.has-text-primary {
    color: #00d1b2 !important;
}
a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #009e86 !important;
}
.has-background-primary {
    background-color: #00d1b2 !important;
}
.has-text-link {
    color: #3273dc !important;
}
a.has-text-link:focus,
a.has-text-link:hover {
    color: #205bbc !important;
}
.has-background-link {
    background-color: #3273dc !important;
}
.has-text-info {
    color: #209cee !important;
}
a.has-text-info:focus,
a.has-text-info:hover {
    color: #0f81cc !important;
}
.has-background-info {
    background-color: #209cee !important;
}
.has-text-success {
    color: #23d160 !important;
}
a.has-text-success:focus,
a.has-text-success:hover {
    color: #1ca64c !important;
}
.has-background-success {
    background-color: #23d160 !important;
}
.has-text-warning {
    color: #ffdd57 !important;
}
a.has-text-warning:focus,
a.has-text-warning:hover {
    color: #ffd324 !important;
}
.has-background-warning {
    background-color: #ffdd57 !important;
}
.has-text-danger {
    color: #ff3860 !important;
}
a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #ff0537 !important;
}
.has-background-danger {
    background-color: #ff3860 !important;
}
.has-text-black-bis {
    color: #121212 !important;
}
.has-background-black-bis {
    background-color: #121212 !important;
}
.has-text-black-ter {
    color: #242424 !important;
}
.has-background-black-ter {
    background-color: #242424 !important;
}
.has-text-grey-darker {
    color: #363636 !important;
}
.has-background-grey-darker {
    background-color: #363636 !important;
}
.has-text-grey-dark {
    color: #4a4a4a !important;
}
.has-background-grey-dark {
    background-color: #4a4a4a !important;
}
.has-text-grey {
    color: #7a7a7a !important;
}
.has-background-grey {
    background-color: #7a7a7a !important;
}
.has-text-grey-light {
    color: #b5b5b5 !important;
}
.has-background-grey-light {
    background-color: #b5b5b5 !important;
}
.has-text-grey-lighter {
    color: #dbdbdb !important;
}
.has-background-grey-lighter {
    background-color: #dbdbdb !important;
}
.has-text-white-ter {
    color: #f5f5f5 !important;
}
.has-background-white-ter {
    background-color: #f5f5f5 !important;
}
.has-text-white-bis {
    color: #fafafa !important;
}
.has-background-white-bis {
    background-color: #fafafa !important;
}
.has-text-weight-light {
    font-weight: 300 !important;
}
.has-text-weight-normal {
    font-weight: 400 !important;
}
.has-text-weight-semibold {
    font-weight: 600 !important;
}
.has-text-weight-bold {
    font-weight: 700 !important;
}
.is-family-primary,
.is-family-sans-serif,
.is-family-secondary {
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.is-family-code,
.is-family-monospace {
    font-family: monospace !important;
}
.is-block {
    display: block !important;
}
@media screen and (max-width: 639px) {
    .is-block-mobile {
        display: block !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-block-tablet {
        display: block !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-block-tablet-only {
        display: block !important;
    }
}
@media screen and (max-width: 959px) {
    .is-block-touch {
        display: block !important;
    }
}
@media screen and (min-width: 960px) {
    .is-block-desktop {
        display: block !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-block-desktop-only {
        display: block !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-block-widescreen {
        display: block !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-block-widescreen-only {
        display: block !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-block-fullhd {
        display: block !important;
    }
}
.is-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media screen and (max-width: 639px) {
    .is-flex-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-flex-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-flex-tablet-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (max-width: 959px) {
    .is-flex-touch {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (min-width: 960px) {
    .is-flex-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-flex-desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-flex-widescreen {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-flex-widescreen-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-flex-fullhd {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.is-inline {
    display: inline !important;
}
@media screen and (max-width: 639px) {
    .is-inline-mobile {
        display: inline !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-inline-tablet {
        display: inline !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-inline-tablet-only {
        display: inline !important;
    }
}
@media screen and (max-width: 959px) {
    .is-inline-touch {
        display: inline !important;
    }
}
@media screen and (min-width: 960px) {
    .is-inline-desktop {
        display: inline !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-inline-desktop-only {
        display: inline !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-inline-widescreen {
        display: inline !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-inline-widescreen-only {
        display: inline !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-inline-fullhd {
        display: inline !important;
    }
}
.is-inline-block {
    display: inline-block !important;
}
@media screen and (max-width: 639px) {
    .is-inline-block-mobile {
        display: inline-block !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-inline-block-tablet {
        display: inline-block !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-inline-block-tablet-only {
        display: inline-block !important;
    }
}
@media screen and (max-width: 959px) {
    .is-inline-block-touch {
        display: inline-block !important;
    }
}
@media screen and (min-width: 960px) {
    .is-inline-block-desktop {
        display: inline-block !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-inline-block-desktop-only {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-inline-block-widescreen {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-inline-block-fullhd {
        display: inline-block !important;
    }
}
.is-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media screen and (max-width: 639px) {
    .is-inline-flex-mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-inline-flex-tablet {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-inline-flex-tablet-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (max-width: 959px) {
    .is-inline-flex-touch {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (min-width: 960px) {
    .is-inline-flex-desktop {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-inline-flex-desktop-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-inline-flex-widescreen {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-inline-flex-widescreen-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-inline-flex-fullhd {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.is-hidden {
    display: none !important;
}
.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 0.01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 0.01em !important;
}
@media screen and (max-width: 639px) {
    .is-hidden-mobile {
        display: none !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-hidden-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-hidden-tablet-only {
        display: none !important;
    }
}
@media screen and (max-width: 959px) {
    .is-hidden-touch {
        display: none !important;
    }
}
@media screen and (min-width: 960px) {
    .is-hidden-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-hidden-desktop-only {
        display: none !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-hidden-widescreen {
        display: none !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-hidden-widescreen-only {
        display: none !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-hidden-fullhd {
        display: none !important;
    }
}
.is-invisible {
    visibility: hidden !important;
}
@media screen and (max-width: 639px) {
    .is-invisible-mobile {
        visibility: hidden !important;
    }
}
@media print, screen and (min-width: 640px) {
    .is-invisible-tablet {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .is-invisible-tablet-only {
        visibility: hidden !important;
    }
}
@media screen and (max-width: 959px) {
    .is-invisible-touch {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 960px) {
    .is-invisible-desktop {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .is-invisible-desktop-only {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1220px) {
    .is-invisible-widescreen {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 1400px) {
    .is-invisible-fullhd {
        visibility: hidden !important;
    }
}
.is-marginless {
    margin: 0 !important;
}
.is-paddingless {
    padding: 0 !important;
}
.is-radiusless {
    border-radius: 0 !important;
}
.is-shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
a.box:focus,
a.box:hover {
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}
a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}
.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(0.375em - 1px) 0.75em;
    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(-0.375em - 1px);
    margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px);
}
.button.is-hovered,
.button:hover {
    border-color: #b5b5b5;
    color: #363636;
}
.button.is-focused,
.button:focus {
    border-color: #3273dc;
    color: #363636;
}
.button.is-focused:not(:active),
.button:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.button.is-active,
.button:active {
    border-color: #4a4a4a;
    color: #363636;
}
.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline;
}
.button.is-text.is-focused,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text:hover {
    background-color: #f5f5f5;
    color: #363636;
}
.button.is-text.is-active,
.button.is-text:active {
    background-color: #e8e8e8;
    color: #363636;
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-white {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a;
}
.button.is-white.is-hovered,
.button.is-white:hover {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a;
}
.button.is-white.is-focused,
.button.is-white:focus {
    border-color: transparent;
    color: #0a0a0a;
}
.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}
.button.is-white.is-active,
.button.is-white:active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
}
.button.is-white[disabled],
fieldset[disabled] .button.is-white {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: #fff;
}
.button.is-white.is-inverted:hover {
    background-color: #000;
}
.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
    background-color: #0a0a0a;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-white.is-loading:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined:hover {
    background-color: #0a0a0a;
    color: #fff;
}
.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
}
.button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff;
}
.button.is-black.is-hovered,
.button.is-black:hover {
    background-color: #040404;
    border-color: transparent;
    color: #fff;
}
.button.is-black.is-focused,
.button.is-black:focus {
    border-color: transparent;
    color: #fff;
}
.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black.is-active,
.button.is-black:active {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}
.button.is-black[disabled],
fieldset[disabled] .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-black.is-inverted {
    background-color: #fff;
    color: #0a0a0a;
}
.button.is-black.is-inverted:hover {
    background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
}
.button.is-black.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
}
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}
.button.is-black.is-outlined.is-loading:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #363636;
}
.button.is-light.is-hovered,
.button.is-light:hover {
    background-color: #eee;
    border-color: transparent;
    color: #363636;
}
.button.is-light.is-focused,
.button.is-light:focus {
    border-color: transparent;
    color: #363636;
}
.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
}
.button.is-light.is-active,
.button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636;
}
.button.is-light[disabled],
fieldset[disabled] .button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-light.is-inverted {
    background-color: #363636;
    color: #f5f5f5;
}
.button.is-light.is-inverted:hover {
    background-color: #292929;
}
.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
    background-color: #363636;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
}
.button.is-light.is-loading:after {
    border-color: transparent transparent #363636 #363636 !important;
}
.button.is-light.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636;
}
.button.is-light.is-outlined.is-loading:after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636;
}
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined:hover {
    background-color: #363636;
    color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
}
.button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #f5f5f5;
}
.button.is-dark.is-hovered,
.button.is-dark:hover {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #f5f5f5;
}
.button.is-dark.is-focused,
.button.is-dark:focus {
    border-color: transparent;
    color: #f5f5f5;
}
.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark.is-active,
.button.is-dark:active {
    background-color: #292929;
    border-color: transparent;
    color: #f5f5f5;
}
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-dark.is-inverted {
    background-color: #f5f5f5;
    color: #363636;
}
.button.is-dark.is-inverted:hover {
    background-color: #e8e8e8;
}
.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #f5f5f5;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
}
.button.is-dark.is-loading:after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636;
}
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined:hover {
    background-color: #363636;
    border-color: #363636;
    color: #f5f5f5;
}
.button.is-dark.is-outlined.is-loading:after {
    border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
}
.button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined:hover {
    background-color: #f5f5f5;
    color: #363636;
}
.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
}
.button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
}
.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #00c4a7;
    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) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
    box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff;
}
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-primary.is-inverted {
    background-color: #fff;
    color: #00d1b2;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #00d1b2;
}
.button.is-primary.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #00d1b2;
    color: #00d1b2;
}
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover {
    background-color: #00d1b2;
    border-color: #00d1b2;
    color: #fff;
}
.button.is-primary.is-outlined.is-loading:after {
    border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #00d1b2;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
}
.button.is-link.is-hovered,
.button.is-link:hover {
    background-color: #276cda;
    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) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.button.is-link.is-active,
.button.is-link:active {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-link.is-inverted {
    background-color: #fff;
    color: #3273dc;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3273dc;
}
.button.is-link.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
    background-color: transparent;
    border-color: #3273dc;
    color: #3273dc;
}
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined:hover {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
}
.button.is-link.is-outlined.is-loading:after {
    border-color: transparent transparent #3273dc #3273dc !important;
}
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
    background-color: transparent;
    border-color: #3273dc;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3273dc;
}
.button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #3273dc;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff;
}
.button.is-info.is-hovered,
.button.is-info:hover {
    background-color: #1496ed;
    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) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
    box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.button.is-info.is-active,
.button.is-info:active {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff;
}
.button.is-info[disabled],
fieldset[disabled] .button.is-info {
    background-color: #209cee;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-info.is-inverted {
    background-color: #fff;
    color: #209cee;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #209cee;
}
.button.is-info.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
    background-color: transparent;
    border-color: #209cee;
    color: #209cee;
}
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined:hover {
    background-color: #209cee;
    border-color: #209cee;
    color: #fff;
}
.button.is-info.is-outlined.is-loading:after {
    border-color: transparent transparent #209cee #209cee !important;
}
.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
    background-color: transparent;
    border-color: #209cee;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #209cee;
}
.button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #209cee;
}
.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff;
}
.button.is-success.is-hovered,
.button.is-success:hover {
    background-color: #22c65b;
    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) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.button.is-success.is-active,
.button.is-success:active {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff;
}
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
    background-color: #23d160;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-success.is-inverted {
    background-color: #fff;
    color: #23d160;
}
.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;
    -webkit-box-shadow: none;
    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: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[disabled],
fieldset[disabled] .button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    -webkit-box-shadow: none;
    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:focus,
.button.is-success.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #23d160;
}
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-hovered,
.button.is-warning:hover {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-focused,
.button.is-warning:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
.button.is-warning.is-active,
.button.is-warning:active {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-warning.is-inverted {
    color: #ffdd57;
}
.button.is-warning.is-inverted,
.button.is-warning.is-inverted:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffdd57;
}
.button.is-warning.is-loading:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #ffdd57;
    color: #ffdd57;
}
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover {
    background-color: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading:after {
    border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #ffdd57;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
}
.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, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
}
.button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff;
}
.button.is-danger.is-hovered,
.button.is-danger:hover {
    background-color: #ff2b56;
    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) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.button.is-danger.is-active,
.button.is-danger:active {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff;
}
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.is-danger.is-inverted {
    background-color: #fff;
    color: #ff3860;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff3860;
}
.button.is-danger.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #ff3860;
    color: #ff3860;
}
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined:hover {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff;
}
.button.is-danger.is-outlined.is-loading:after {
    border-color: transparent transparent #ff3860 #ff3860 !important;
}
.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #ff3860;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.button.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
}
.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: #fff;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
}
.button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.button.is-loading {
    color: transparent !important;
    pointer-events: none;
}
.button.is-loading:after {
    position: absolute;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    position: absolute !important;
}
.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}
.button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em;
}
.buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.buttons .button {
    margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: 0.5rem;
}
.buttons:last-child {
    margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
    margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: 0.75rem;
}
.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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.buttons.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.buttons.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.container {
    margin: 0 auto;
    position: relative;
}
@media screen and (min-width: 960px) {
    .container {
        max-width: 880px;
        width: 880px;
    }
    .container.is-fluid {
        margin-left: 40px;
        margin-right: 40px;
        max-width: none;
        width: auto;
    }
}
@media screen and (max-width: 1219px) {
    .container.is-widescreen {
        max-width: 1140px;
        width: auto;
    }
}
@media screen and (max-width: 1399px) {
    .container.is-fullhd {
        max-width: 1320px;
        width: auto;
    }
}
@media screen and (min-width: 1220px) {
    .container {
        max-width: 1140px;
        width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
        width: 1320px;
    }
}
.content li + li {
    margin-top: 0.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: #363636;
    font-weight: 600;
    line-height: 1.125;
}
.content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
    margin-top: 1em;
}
.content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
    margin-top: 1.1428em;
}
.content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
    margin-top: 1.3333em;
}
.content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
}
.content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em;
}
.content h6 {
    font-size: 1em;
    margin-bottom: 1em;
}
.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
}
.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}
.content ol:not([type]) {
    list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
    list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
    list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman;
}
.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
}
.content ul ul {
    list-style-type: circle;
    margin-top: 0.5em;
}
.content ul ul ul {
    list-style-type: square;
}
.content dd {
    margin-left: 2em;
}
.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
}
.content figure:not(:first-child) {
    margin-top: 2em;
}
.content figure:not(:last-child) {
    margin-bottom: 2em;
}
.content figure img {
    display: inline-block;
}
.content figure figcaption {
    font-style: italic;
}
.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
}
.content sub,
.content sup {
    font-size: 75%;
}
.content table {
    width: 100%;
}
.content table td,
.content table th {
    border: solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}
.content table th {
    color: #363636;
    text-align: left;
}
.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: #363636;
}
.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0;
}
.content.is-small {
    font-size: 0.75rem;
}
.content.is-medium {
    font-size: 1.25rem;
}
.content.is-large {
    font-size: 1.5rem;
}
.input,
.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    width: 100%;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.input.is-hovered,
.input:hover,
.textarea.is-hovered,
.textarea:hover {
    border-color: #b5b5b5;
}
.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
    border-color: #3273dc;
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.input[disabled],
.textarea[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.input[readonly],
.textarea[readonly] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input.is-white,
.textarea.is-white {
    border-color: #fff;
}
.input.is-white.is-active,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white:focus,
.textarea.is-white.is-active,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white:focus {
    -webkit-box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}
.input.is-black,
.textarea.is-black {
    border-color: #0a0a0a;
}
.input.is-black.is-active,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black:focus,
.textarea.is-black.is-active,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.input.is-light,
.textarea.is-light {
    border-color: #f5f5f5;
}
.input.is-light.is-active,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light:focus,
.textarea.is-light.is-active,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light:focus {
    -webkit-box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
}
.input.is-dark,
.textarea.is-dark {
    border-color: #363636;
}
.input.is-dark.is-active,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark:focus,
.textarea.is-dark.is-active,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.input.is-primary,
.textarea.is-primary {
    border-color: #00d1b2;
}
.input.is-primary.is-active,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary:focus,
.textarea.is-primary.is-active,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
    box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.input.is-link,
.textarea.is-link {
    border-color: #3273dc;
}
.input.is-link.is-active,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link:focus,
.textarea.is-link.is-active,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.input.is-info,
.textarea.is-info {
    border-color: #209cee;
}
.input.is-info.is-active,
.input.is-info.is-focused,
.input.is-info:active,
.input.is-info:focus,
.textarea.is-info.is-active,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
    box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.input.is-success,
.textarea.is-success {
    border-color: #23d160;
}
.input.is-success.is-active,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success:focus,
.textarea.is-success.is-active,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.input.is-warning,
.textarea.is-warning {
    border-color: #ffdd57;
}
.input.is-warning.is-active,
.input.is-warning.is-focused,
.input.is-warning:active,
.input.is-warning:focus,
.textarea.is-warning.is-active,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
.input.is-danger,
.textarea.is-danger {
    border-color: #ff3860;
}
.input.is-danger.is-active,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger:focus,
.textarea.is-danger.is-active,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.input.is-small,
.textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
}
.input.is-medium,
.textarea.is-medium {
    font-size: 1.25rem;
}
.input.is-large,
.textarea.is-large {
    font-size: 1.5rem;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
    display: block;
    width: 100%;
}
.input.is-inline,
.textarea.is-inline {
    display: inline;
    width: auto;
}
.input.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em;
}
.input.is-static {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 0.625em;
    resize: vertical;
}
.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px;
}
.textarea[rows] {
    height: auto;
}
.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: #363636;
}
.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
    color: #7a7a7a;
    cursor: not-allowed;
}
.radio + .radio {
    margin-left: 0.5em;
}
.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}
.select:not(.is-multiple) {
    height: 2.25em;
}
.select:not(.is-multiple):not(.is-loading):after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4;
}
.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em;
}
.select select {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none;
}
.select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}
.select select.is-hovered,
.select select:hover {
    border-color: #b5b5b5;
}
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
    border-color: #3273dc;
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.select select[disabled],
fieldset[disabled] .select select {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder {
    color: hsla(0, 0%, 47.8%, 0.3);
}
.select select::-ms-expand {
    display: none;
}
.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
    border-color: #f5f5f5;
}
.select select:not([multiple]) {
    padding-right: 2.5em;
}
.select select[multiple] {
    height: auto;
    padding: 0;
}
.select select[multiple] option {
    padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover:after {
    border-color: #363636;
}
.select.is-white:not(:hover):after,
.select.is-white select {
    border-color: #fff;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}
.select.is-black:not(:hover):after,
.select.is-black select {
    border-color: #0a0a0a;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover):after,
.select.is-light select {
    border-color: #f5f5f5;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
}
.select.is-dark:not(:hover):after,
.select.is-dark select {
    border-color: #363636;
}
.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 {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover):after,
.select.is-primary select {
    border-color: #00d1b2;
}
.select.is-primary select.is-hovered,
.select.is-primary select:hover {
    border-color: #00b89c;
}
.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
    box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.select.is-link:not(:hover):after,
.select.is-link select {
    border-color: #3273dc;
}
.select.is-link select.is-hovered,
.select.is-link select:hover {
    border-color: #2366d1;
}
.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.select.is-info:not(:hover):after,
.select.is-info select {
    border-color: #209cee;
}
.select.is-info select.is-hovered,
.select.is-info select:hover {
    border-color: #118fe4;
}
.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
    box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.select.is-success:not(:hover):after,
.select.is-success select {
    border-color: #23d160;
}
.select.is-success select.is-hovered,
.select.is-success select:hover {
    border-color: #20bc56;
}
.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.select.is-warning:not(:hover):after,
.select.is-warning select {
    border-color: #ffdd57;
}
.select.is-warning select.is-hovered,
.select.is-warning select:hover {
    border-color: #ffd83d;
}
.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
.select.is-danger:not(:hover):after,
.select.is-danger select {
    border-color: #ff3860;
}
.select.is-danger select.is-hovered,
.select.is-danger select:hover {
    border-color: #ff1f4b;
}
.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.select.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
}
.select.is-medium {
    font-size: 1.25rem;
}
.select.is-large {
    font-size: 1.5rem;
}
.select.is-disabled:after {
    border-color: #7a7a7a;
}
.select.is-fullwidth,
.select.is-fullwidth select {
    width: 100%;
}
.select.is-loading:after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.select.is-loading.is-small:after {
    font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
    font-size: 1.25rem;
}
.select.is-loading.is-large:after {
    font-size: 1.5rem;
}
.file {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
.file.is-white .file-cta {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a;
}
.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a;
}
.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em hsla(0, 0%, 100%, 0.25);
    box-shadow: 0 0 0.5em hsla(0, 0%, 100%, 0.25);
    color: #0a0a0a;
}
.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
}
.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff;
}
.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff;
}
.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: #fff;
}
.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}
.file.is-light .file-cta {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #363636;
}
.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: #363636;
}
.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em hsla(0, 0%, 96.1%, 0.25);
    box-shadow: 0 0 0.5em hsla(0, 0%, 96.1%, 0.25);
    color: #363636;
}
.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636;
}
.file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #f5f5f5;
}
.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #f5f5f5;
}
.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #f5f5f5;
}
.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #f5f5f5;
}
.file.is-primary .file-cta {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
}
.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff;
}
.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
    box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
    color: #fff;
}
.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff;
}
.file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
}
.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff;
}
.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff;
}
.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
}
.file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff;
}
.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff;
}
.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff;
}
.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
    background-color: #118fe4;
    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: #22c65b;
    border-color: transparent;
    color: #fff;
}
.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff;
}
.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff;
}
.file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7);
}
.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff;
}
.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff;
}
.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    color: #fff;
}
.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff;
}
.file.is-small {
    font-size: 0.75rem;
}
.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-cta,
.file.is-boxed .file-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.file.is-boxed .file-cta {
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.file.is-fullwidth .file-label {
    width: 100%;
}
.file.is-fullwidth .file-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
}
.file.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.file-label {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}
.file-label:hover .file-cta {
    background-color: #eee;
    color: #363636;
}
.file-label:hover .file-name {
    border-color: #d5d5d5;
}
.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636;
}
.file-label:active .file-name {
    border-color: #cfcfcf;
}
.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.file-cta,
.file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}
.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a;
}
.file-name {
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.file-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.5em;
    width: 1em;
}
.file-icon .fa {
    font-size: 14px;
}
.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}
.label:not(:last-child) {
    margin-bottom: 0.5em;
}
.label.is-small {
    font-size: 0.75rem;
}
.label.is-medium {
    font-size: 1.25rem;
}
.label.is-large {
    font-size: 1.5rem;
}
.help {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}
.help.is-white {
    color: #fff;
}
.help.is-black {
    color: #0a0a0a;
}
.help.is-light {
    color: #f5f5f5;
}
.help.is-dark {
    color: #363636;
}
.help.is-primary {
    color: #00d1b2;
}
.help.is-link {
    color: #3273dc;
}
.help.is-info {
    color: #209cee;
}
.help.is-success {
    color: #23d160;
}
.help.is-warning {
    color: #ffdd57;
}
.help.is-danger {
    color: #ff3860;
}
.field:not(:last-child) {
    margin-bottom: 0.75rem;
}
.field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.field.has-addons.has-addons-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.field.has-addons.has-addons-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.field.is-grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.field.is-grouped > .control {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.field.is-grouped.is-grouped-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
    margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0;
}
@media print, screen and (min-width: 640px) {
    .field.is-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.field-label .label {
    font-size: inherit;
}
@media screen and (max-width: 639px) {
    .field-label {
        margin-bottom: 0.5rem;
    }
}
@media print, screen and (min-width: 640px) {
    .field-label {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right;
    }
    .field-label.is-small {
        font-size: 0.75rem;
        padding-top: 0.375em;
    }
    .field-label.is-normal {
        padding-top: 0.375em;
    }
    .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: 0.375em;
    }
    .field-label.is-large {
        font-size: 1.5rem;
        padding-top: 0.375em;
    }
}
.field-body .field .field {
    margin-bottom: 0;
}
@media print, screen and (min-width: 640px) {
    .field-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .field-body .field {
        margin-bottom: 0;
    }
    .field-body > .field {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .field-body > .field:not(.is-narrow) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .field-body > .field:not(:last-child) {
        margin-right: 0.75rem;
    }
}
.control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
}
.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: #7a7a7a;
}
.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: 0.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: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
    left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
    right: 0;
}
.control.is-loading:after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4;
}
.control.is-loading.is-small:after {
    font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
    font-size: 1.25rem;
}
.control.is-loading.is-large:after {
    font-size: 1.5rem;
}
.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
}
.image {
    display: block;
    position: relative;
}
.image img {
    display: block;
    height: auto;
    width: 100%;
}
.image img.is-rounded {
    border-radius: 290486px;
}
.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-16by9 .has-ratio,
.image.is-16by9 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: #f5f5f5;
    border-radius: 4px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative;
}
.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline;
}
.notification strong {
    color: currentColor;
}
.notification code,
.notification pre {
    background: #fff;
}
.notification pre code {
    background: transparent;
}
.notification > .delete {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.notification .content,
.notification .subtitle,
.notification .title {
    color: currentColor;
}
.notification.is-white {
    background-color: #fff;
    color: #0a0a0a;
}
.notification.is-black {
    background-color: #0a0a0a;
    color: #fff;
}
.notification.is-light {
    background-color: #f5f5f5;
    color: #363636;
}
.notification.is-dark {
    background-color: #363636;
    color: #f5f5f5;
}
.notification.is-primary {
    background-color: #00d1b2;
    color: #fff;
}
.notification.is-link {
    background-color: #3273dc;
    color: #fff;
}
.notification.is-info {
    background-color: #209cee;
    color: #fff;
}
.notification.is-success {
    background-color: #23d160;
    color: #fff;
}
.notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}
.notification.is-danger {
    background-color: #ff3860;
    color: #fff;
}
.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.progress::-webkit-progress-bar {
    background-color: #dbdbdb;
}
.progress::-webkit-progress-value {
    background-color: #4a4a4a;
}
.progress::-moz-progress-bar {
    background-color: #4a4a4a;
}
.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
}
.progress:indeterminate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
    animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #4a4a4a 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #4a4a4a 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #4a4a4a 30%, #dbdbdb 0);
    background-position: 0 0;
    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.is-white::-webkit-progress-value {
    background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
    background-color: #fff;
}
.progress.is-white::-ms-fill {
    background-color: #fff;
}
.progress.is-white:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #fff 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #fff 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #fff 30%, #dbdbdb 0);
}
.progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
    background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #0a0a0a 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #0a0a0a 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #0a0a0a 30%, #dbdbdb 0);
}
.progress.is-light::-webkit-progress-value {
    background-color: #f5f5f5;
}
.progress.is-light::-moz-progress-bar {
    background-color: #f5f5f5;
}
.progress.is-light::-ms-fill {
    background-color: #f5f5f5;
}
.progress.is-light:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5f5f5), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #f5f5f5 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #f5f5f5 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #f5f5f5 30%, #dbdbdb 0);
}
.progress.is-dark::-webkit-progress-value {
    background-color: #363636;
}
.progress.is-dark::-moz-progress-bar {
    background-color: #363636;
}
.progress.is-dark::-ms-fill {
    background-color: #363636;
}
.progress.is-dark:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #363636 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #363636 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #363636 30%, #dbdbdb 0);
}
.progress.is-primary::-webkit-progress-value {
    background-color: #00d1b2;
}
.progress.is-primary::-moz-progress-bar {
    background-color: #00d1b2;
}
.progress.is-primary::-ms-fill {
    background-color: #00d1b2;
}
.progress.is-primary:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #00d1b2), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #00d1b2 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #00d1b2 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #00d1b2 30%, #dbdbdb 0);
}
.progress.is-link::-webkit-progress-value {
    background-color: #3273dc;
}
.progress.is-link::-moz-progress-bar {
    background-color: #3273dc;
}
.progress.is-link::-ms-fill {
    background-color: #3273dc;
}
.progress.is-link:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3273dc), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #3273dc 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #3273dc 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #3273dc 30%, #dbdbdb 0);
}
.progress.is-info::-webkit-progress-value {
    background-color: #209cee;
}
.progress.is-info::-moz-progress-bar {
    background-color: #209cee;
}
.progress.is-info::-ms-fill {
    background-color: #209cee;
}
.progress.is-info:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #209cee), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #209cee 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #209cee 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #209cee 30%, #dbdbdb 0);
}
.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: -webkit-gradient(linear, left top, right top, color-stop(30%, #23d160), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #23d160 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #23d160 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #23d160 30%, #dbdbdb 0);
}
.progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57;
}
.progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57;
}
.progress.is-warning::-ms-fill {
    background-color: #ffdd57;
}
.progress.is-warning:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffdd57), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #ffdd57 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #ffdd57 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #ffdd57 30%, #dbdbdb 0);
}
.progress.is-danger::-webkit-progress-value {
    background-color: #ff3860;
}
.progress.is-danger::-moz-progress-bar {
    background-color: #ff3860;
}
.progress.is-danger::-ms-fill {
    background-color: #ff3860;
}
.progress.is-danger:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ff3860), color-stop(30%, #dbdbdb));
    background-image: -webkit-linear-gradient(left, #ff3860 30%, #dbdbdb 0);
    background-image: -o-linear-gradient(left, #ff3860 30%, #dbdbdb 30%);
    background-image: linear-gradient(90deg, #ff3860 30%, #dbdbdb 0);
}
.progress.is-small {
    height: 0.75rem;
}
.progress.is-medium {
    height: 1.25rem;
}
.progress.is-large {
    height: 1.5rem;
}
@-webkit-keyframes moveIndeterminate {
    0% {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}
@keyframes moveIndeterminate {
    0% {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}
.table {
    background-color: #fff;
    color: #363636;
}
.table td,
.table th {
    border: solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}
.table td.is-white,
.table th.is-white {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}
.table td.is-light,
.table th.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636;
}
.table td.is-dark,
.table th.is-dark {
    background-color: #363636;
    border-color: #363636;
    color: #f5f5f5;
}
.table td.is-primary,
.table th.is-primary {
    background-color: #00d1b2;
    border-color: #00d1b2;
    color: #fff;
}
.table td.is-link,
.table th.is-link {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
}
.table td.is-info,
.table th.is-info {
    background-color: #209cee;
    border-color: #209cee;
    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: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
    background-color: #ff3860;
    border-color: #ff3860;
    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: #00d1b2;
    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 th {
    color: #363636;
    text-align: left;
}
.table tr.is-selected {
    background-color: #00d1b2;
    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: #363636;
}
.table tfoot {
    background-color: transparent;
}
.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: #363636;
}
.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.is-striped tbody tr:not(.is-selected):hover,
.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) {
    background-color: #f5f5f5;
}
.table.is-narrow td,
.table.is-narrow th {
    padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
    background-color: #fafafa;
}
.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
}
.tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tags .tag {
    margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
    margin-right: 0.5rem;
}
.tags:last-child {
    margin-bottom: -0.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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tags.is-centered .tag {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}
.tags.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
    margin-left: 0.5rem;
}
.tags.has-addons .tag,
.tags.is-right .tag:not(:last-child) {
    margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.tag:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}
.tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem;
}
.tag:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a;
}
.tag:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff;
}
.tag:not(body).is-light {
    background-color: #f5f5f5;
    color: #363636;
}
.tag:not(body).is-dark {
    background-color: #363636;
    color: #f5f5f5;
}
.tag:not(body).is-primary {
    background-color: #00d1b2;
    color: #fff;
}
.tag:not(body).is-link {
    background-color: #3273dc;
    color: #fff;
}
.tag:not(body).is-info {
    background-color: #209cee;
    color: #fff;
}
.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff;
}
.tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff;
}
.tag:not(body).is-normal {
    font-size: 0.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: -0.375em;
    margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.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%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    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: 290486px;
}
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,
.subtitle sup,
.title sub,
.title sup {
    font-size: 0.75em;
}
.subtitle .tag,
.title .tag {
    vertical-align: middle;
}
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}
.title strong {
    color: inherit;
    font-weight: inherit;
}
.title + .highlight {
    margin-top: -0.75rem;
}
.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: 0.75rem;
}
.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}
.subtitle strong {
    color: #363636;
    font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem;
}
.subtitle.is-1 {
    font-size: 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: 0.75rem;
}
.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.highlight {
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}
.highlight pre {
    overflow: auto;
    max-width: 100%;
}
.number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 290486px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: top;
}
.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.tabs,
.tabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    color: #4a4a4a;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
}
.tabs a:hover {
    border-bottom-color: #363636;
    color: #363636;
}
.tabs li {
    display: block;
}
.tabs li.is-active a {
    border-bottom-color: #3273dc;
    color: #3273dc;
}
.tabs ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tabs ul.is-center,
.tabs ul.is-left {
    padding-right: 0.75em;
}
.tabs ul.is-center {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.75em;
}
.tabs ul.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0.75em;
}
.tabs .icon:first-child {
    margin-right: 0.5em;
}
.tabs .icon:last-child {
    margin-left: 0.5em;
}
.tabs.is-centered ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs.is-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tabs.is-toggle a {
    border: 1px solid #dbdbdb;
    margin-bottom: 0;
    position: relative;
}
.tabs.is-toggle a:hover {
    background-color: #f5f5f5;
    border-color: #b5b5b5;
    z-index: 2;
}
.tabs.is-toggle li + li {
    margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px;
}
.tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0;
}
.tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1;
}
.tabs.is-toggle ul {
    border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em;
}
.tabs.is-small {
    font-size: 0.75rem;
}
.tabs.is-medium {
    font-size: 1.25rem;
}
.tabs.is-large {
    font-size: 1.5rem;
}
.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.columns.is-mobile > .column.is-full,
.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.columns.is-mobile > .column.is-full {
    width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}
.columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    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-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%;
}
@media screen and (max-width: 639px) {
    .column.is-full-mobile,
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-mobile {
        width: 100%;
    }
    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%;
    }
    .column.is-offset-1-mobile {
        margin-left: 8.3333333333%;
    }
    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%;
    }
    .column.is-offset-2-mobile {
        margin-left: 16.6666666667%;
    }
    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-mobile {
        margin-left: 25%;
    }
    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%;
    }
    .column.is-offset-4-mobile {
        margin-left: 33.3333333333%;
    }
    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%;
    }
    .column.is-offset-5-mobile {
        margin-left: 41.6666666667%;
    }
    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-mobile {
        margin-left: 50%;
    }
    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%;
    }
    .column.is-offset-7-mobile {
        margin-left: 58.3333333333%;
    }
    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%;
    }
    .column.is-offset-8-mobile {
        margin-left: 66.6666666667%;
    }
    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-mobile {
        margin-left: 75%;
    }
    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%;
    }
    .column.is-offset-10-mobile {
        margin-left: 83.3333333333%;
    }
    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%;
    }
    .column.is-offset-11-mobile {
        margin-left: 91.6666666667%;
    }
    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-mobile {
        margin-left: 100%;
    }
}
@media print, screen and (min-width: 640px) {
    .column.is-full,
    .column.is-full-tablet,
    .column.is-narrow,
    .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full,
    .column.is-full-tablet {
        width: 100%;
    }
    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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-1,
    .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%;
    }
    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.3333333333%;
    }
    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%;
    }
    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.6666666667%;
    }
    .column.is-3,
    .column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%;
    }
    .column.is-4,
    .column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%;
    }
    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.3333333333%;
    }
    .column.is-5,
    .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%;
    }
    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.6666666667%;
    }
    .column.is-6,
    .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%;
    }
    .column.is-7,
    .column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%;
    }
    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.3333333333%;
    }
    .column.is-8,
    .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%;
    }
    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.6666666667%;
    }
    .column.is-9,
    .column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%;
    }
    .column.is-10,
    .column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%;
    }
    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.3333333333%;
    }
    .column.is-11,
    .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%;
    }
    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.6666666667%;
    }
    .column.is-12,
    .column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%;
    }
}
@media screen and (max-width: 959px) {
    .column.is-full-touch,
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-touch {
        width: 100%;
    }
    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%;
    }
    .column.is-offset-1-touch {
        margin-left: 8.3333333333%;
    }
    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%;
    }
    .column.is-offset-2-touch {
        margin-left: 16.6666666667%;
    }
    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-touch {
        margin-left: 25%;
    }
    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%;
    }
    .column.is-offset-4-touch {
        margin-left: 33.3333333333%;
    }
    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%;
    }
    .column.is-offset-5-touch {
        margin-left: 41.6666666667%;
    }
    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-touch {
        margin-left: 50%;
    }
    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%;
    }
    .column.is-offset-7-touch {
        margin-left: 58.3333333333%;
    }
    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%;
    }
    .column.is-offset-8-touch {
        margin-left: 66.6666666667%;
    }
    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-touch {
        margin-left: 75%;
    }
    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%;
    }
    .column.is-offset-10-touch {
        margin-left: 83.3333333333%;
    }
    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%;
    }
    .column.is-offset-11-touch {
        margin-left: 91.6666666667%;
    }
    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}
@media screen and (min-width: 960px) {
    .column.is-full-desktop,
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-desktop {
        width: 100%;
    }
    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%;
    }
    .column.is-offset-1-desktop {
        margin-left: 8.3333333333%;
    }
    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%;
    }
    .column.is-offset-2-desktop {
        margin-left: 16.6666666667%;
    }
    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-desktop {
        margin-left: 25%;
    }
    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%;
    }
    .column.is-offset-4-desktop {
        margin-left: 33.3333333333%;
    }
    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%;
    }
    .column.is-offset-5-desktop {
        margin-left: 41.6666666667%;
    }
    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-desktop {
        margin-left: 50%;
    }
    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%;
    }
    .column.is-offset-7-desktop {
        margin-left: 58.3333333333%;
    }
    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%;
    }
    .column.is-offset-8-desktop {
        margin-left: 66.6666666667%;
    }
    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-desktop {
        margin-left: 75%;
    }
    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%;
    }
    .column.is-offset-10-desktop {
        margin-left: 83.3333333333%;
    }
    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%;
    }
    .column.is-offset-11-desktop {
        margin-left: 91.6666666667%;
    }
    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1220px) {
    .column.is-full-widescreen,
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-widescreen {
        width: 100%;
    }
    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%;
    }
    .column.is-offset-1-widescreen {
        margin-left: 8.3333333333%;
    }
    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%;
    }
    .column.is-offset-2-widescreen {
        margin-left: 16.6666666667%;
    }
    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }
    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%;
    }
    .column.is-offset-4-widescreen {
        margin-left: 33.3333333333%;
    }
    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%;
    }
    .column.is-offset-5-widescreen {
        margin-left: 41.6666666667%;
    }
    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }
    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%;
    }
    .column.is-offset-7-widescreen {
        margin-left: 58.3333333333%;
    }
    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%;
    }
    .column.is-offset-8-widescreen {
        margin-left: 66.6666666667%;
    }
    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }
    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%;
    }
    .column.is-offset-10-widescreen {
        margin-left: 83.3333333333%;
    }
    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%;
    }
    .column.is-offset-11-widescreen {
        margin-left: 91.6666666667%;
    }
    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1400px) {
    .column.is-full-fullhd,
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-fullhd {
        width: 100%;
    }
    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }
    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }
    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }
    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.3333333333%;
    }
    .column.is-offset-1-fullhd {
        margin-left: 8.3333333333%;
    }
    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.6666666667%;
    }
    .column.is-offset-2-fullhd {
        margin-left: 16.6666666667%;
    }
    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }
    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333333333%;
    }
    .column.is-offset-4-fullhd {
        margin-left: 33.3333333333%;
    }
    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.6666666667%;
    }
    .column.is-offset-5-fullhd {
        margin-left: 41.6666666667%;
    }
    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }
    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.3333333333%;
    }
    .column.is-offset-7-fullhd {
        margin-left: 58.3333333333%;
    }
    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666666667%;
    }
    .column.is-offset-8-fullhd {
        margin-left: 66.6666666667%;
    }
    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }
    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.3333333333%;
    }
    .column.is-offset-10-fullhd {
        margin-left: 83.3333333333%;
    }
    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.6666666667%;
    }
    .column.is-offset-11-fullhd {
        margin-left: 91.6666666667%;
    }
    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}
.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}
.columns:last-child {
    margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
    margin-bottom: 0.75rem;
}
.columns.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media print, screen and (min-width: 640px) {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        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: 639px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem;
    }
}
.columns.is-variable.is-1 {
    --columnGap: 0.25rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: 0.25rem;
    }
}
.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: 0.5rem;
    }
}
.columns.is-variable.is-3 {
    --columnGap: 0.75rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: 0.75rem;
    }
}
.columns.is-variable.is-4 {
    --columnGap: 1rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem;
    }
}
.columns.is-variable.is-5 {
    --columnGap: 1.25rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem;
    }
}
.columns.is-variable.is-6 {
    --columnGap: 1.5rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem;
    }
}
.columns.is-variable.is-7 {
    --columnGap: 1.75rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem;
    }
}
.columns.is-variable.is-8 {
    --columnGap: 2rem;
}
@media screen and (max-width: 639px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem;
    }
}
@media print, screen and (min-width: 640px) {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem;
    }
}
@media screen and (max-width: 959px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 960px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1220px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem;
    }
}
@media screen and (min-width: 1400px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem;
    }
}
.tile {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
}
.tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
    margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
    margin-bottom: 0.75rem;
}
.tile.is-child {
    margin: 0 !important;
}
.tile.is-parent {
    padding: 0.75rem;
}
.tile.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
    margin-bottom: 1.5rem !important;
}
@media print, screen and (min-width: 640px) {
    .tile:not(.is-child) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tile.is-1 {
        width: 8.3333333333%;
    }
    .tile.is-1,
    .tile.is-2 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .tile.is-2 {
        width: 16.6666666667%;
    }
    .tile.is-3 {
        width: 25%;
    }
    .tile.is-3,
    .tile.is-4 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .tile.is-4 {
        width: 33.3333333333%;
    }
    .tile.is-5 {
        width: 41.6666666667%;
    }
    .tile.is-5,
    .tile.is-6 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .tile.is-6 {
        width: 50%;
    }
    .tile.is-7 {
        width: 58.3333333333%;
    }
    .tile.is-7,
    .tile.is-8 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .tile.is-8 {
        width: 66.6666666667%;
    }
    .tile.is-9 {
        width: 75%;
    }
    .tile.is-9,
    .tile.is-10 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .tile.is-10 {
        width: 83.3333333333%;
    }
    .tile.is-11 {
        width: 91.6666666667%;
    }
    .tile.is-11,
    .tile.is-12 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .tile.is-12 {
        width: 100%;
    }
}
.hero {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero .navbar {
    background: none;
}
.hero .tabs ul {
    border-bottom: none;
}
.hero.is-white {
    background-color: #fff;
    color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
    color: inherit;
}
.hero.is-white .title {
    color: #0a0a0a;
}
.hero.is-white .subtitle {
    color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
    color: #0a0a0a;
}
@media screen and (max-width: 959px) {
    .hero.is-white .navbar-menu {
        background-color: #fff;
    }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
    color: rgba(10, 10, 10, 0.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: #0a0a0a;
}
.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: 0.9;
}
.hero.is-white .tabs a:hover,
.hero.is-white .tabs li.is-active a {
    opacity: 1;
}
.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
    color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}
.hero.is-white.is-bold {
    background-image: -webkit-linear-gradient(309deg, #e8e3e4, #fff 71%, #fff);
    background-image: -o-linear-gradient(309deg, #e8e3e4 0, #fff 71%, #fff 100%);
    background-image: linear-gradient(141deg, #e8e3e4, #fff 71%, #fff);
}
@media screen and (max-width: 639px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #e8e3e4, #fff 71%, #fff);
        background-image: -o-linear-gradient(309deg, #e8e3e4 0, #fff 71%, #fff 100%);
        background-image: linear-gradient(141deg, #e8e3e4, #fff 71%, #fff);
    }
}
.hero.is-black {
    background-color: #0a0a0a;
    color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
    color: inherit;
}
.hero.is-black .title {
    color: #fff;
}
.hero.is-black .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .hero.is-black .navbar-menu {
        background-color: #0a0a0a;
    }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: hsla(0, 0%, 100%, 0.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: #fff;
}
.hero.is-black .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-black .tabs a:hover,
.hero.is-black .tabs li.is-active a {
    opacity: 1;
}
.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
    color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
}
.hero.is-black.is-bold {
    background-image: -webkit-linear-gradient(309deg, #000, #0a0a0a 71%, #181616);
    background-image: -o-linear-gradient(309deg, #000 0, #0a0a0a 71%, #181616 100%);
    background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616);
}
@media screen and (max-width: 639px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #000, #0a0a0a 71%, #181616);
        background-image: -o-linear-gradient(309deg, #000 0, #0a0a0a 71%, #181616 100%);
        background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616);
    }
}
.hero.is-light {
    background-color: #f5f5f5;
    color: #363636;
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
    color: inherit;
}
.hero.is-light .title {
    color: #363636;
}
.hero.is-light .subtitle {
    color: rgba(54, 54, 54, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
    color: #363636;
}
@media screen and (max-width: 959px) {
    .hero.is-light .navbar-menu {
        background-color: #f5f5f5;
    }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(54, 54, 54, 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: #363636;
}
.hero.is-light .tabs a {
    color: #363636;
    opacity: 0.9;
}
.hero.is-light .tabs a:hover,
.hero.is-light .tabs li.is-active a {
    opacity: 1;
}
.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
    color: #363636;
}
.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: #363636;
    border-color: #363636;
    color: #f5f5f5;
}
.hero.is-light.is-bold {
    background-image: -webkit-linear-gradient(309deg, #dfd8d9, #f5f5f5 71%, #fff);
    background-image: -o-linear-gradient(309deg, #dfd8d9 0, #f5f5f5 71%, #fff 100%);
    background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff);
}
@media screen and (max-width: 639px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #dfd8d9, #f5f5f5 71%, #fff);
        background-image: -o-linear-gradient(309deg, #dfd8d9 0, #f5f5f5 71%, #fff 100%);
        background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff);
    }
}
.hero.is-dark {
    background-color: #363636;
    color: #f5f5f5;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
    color: inherit;
}
.hero.is-dark .title {
    color: #f5f5f5;
}
.hero.is-dark .subtitle {
    color: hsla(0, 0%, 96.1%, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
    color: #f5f5f5;
}
@media screen and (max-width: 959px) {
    .hero.is-dark .navbar-menu {
        background-color: #363636;
    }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: hsla(0, 0%, 96.1%, 0.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: #f5f5f5;
}
.hero.is-dark .tabs a {
    color: #f5f5f5;
    opacity: 0.9;
}
.hero.is-dark .tabs a:hover,
.hero.is-dark .tabs li.is-active a {
    opacity: 1;
}
.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
    color: #f5f5f5;
}
.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636;
}
.hero.is-dark.is-bold {
    background-image: -webkit-linear-gradient(309deg, #1f191a, #363636 71%, #46403f);
    background-image: -o-linear-gradient(309deg, #1f191a 0, #363636 71%, #46403f 100%);
    background-image: linear-gradient(141deg, #1f191a, #363636 71%, #46403f);
}
@media screen and (max-width: 639px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #1f191a, #363636 71%, #46403f);
        background-image: -o-linear-gradient(309deg, #1f191a 0, #363636 71%, #46403f 100%);
        background-image: linear-gradient(141deg, #1f191a, #363636 71%, #46403f);
    }
}
.hero.is-primary {
    background-color: #00d1b2;
    color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
    color: inherit;
}
.hero.is-primary .title {
    color: #fff;
}
.hero.is-primary .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .hero.is-primary .navbar-menu {
        background-color: #00d1b2;
    }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: hsla(0, 0%, 100%, 0.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: #00b89c;
    color: #fff;
}
.hero.is-primary .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-primary .tabs a:hover,
.hero.is-primary .tabs li.is-active a {
    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, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00d1b2;
}
.hero.is-primary.is-bold {
    background-image: -webkit-linear-gradient(309deg, #009e6c, #00d1b2 71%, #00e7eb);
    background-image: -o-linear-gradient(309deg, #009e6c 0, #00d1b2 71%, #00e7eb 100%);
    background-image: linear-gradient(141deg, #009e6c, #00d1b2 71%, #00e7eb);
}
@media screen and (max-width: 639px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #009e6c, #00d1b2 71%, #00e7eb);
        background-image: -o-linear-gradient(309deg, #009e6c 0, #00d1b2 71%, #00e7eb 100%);
        background-image: linear-gradient(141deg, #009e6c, #00d1b2 71%, #00e7eb);
    }
}
.hero.is-link {
    background-color: #3273dc;
    color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
    color: inherit;
}
.hero.is-link .title {
    color: #fff;
}
.hero.is-link .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .hero.is-link .navbar-menu {
        background-color: #3273dc;
    }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: hsla(0, 0%, 100%, 0.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: #2366d1;
    color: #fff;
}
.hero.is-link .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-link .tabs a:hover,
.hero.is-link .tabs li.is-active a {
    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, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3273dc;
}
.hero.is-link.is-bold {
    background-image: -webkit-linear-gradient(309deg, #1577c6, #3273dc 71%, #4366e5);
    background-image: -o-linear-gradient(309deg, #1577c6 0, #3273dc 71%, #4366e5 100%);
    background-image: linear-gradient(141deg, #1577c6, #3273dc 71%, #4366e5);
}
@media screen and (max-width: 639px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #1577c6, #3273dc 71%, #4366e5);
        background-image: -o-linear-gradient(309deg, #1577c6 0, #3273dc 71%, #4366e5 100%);
        background-image: linear-gradient(141deg, #1577c6, #3273dc 71%, #4366e5);
    }
}
.hero.is-info {
    background-color: #209cee;
    color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
    color: inherit;
}
.hero.is-info .title {
    color: #fff;
}
.hero.is-info .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .hero.is-info .navbar-menu {
        background-color: #209cee;
    }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
    color: hsla(0, 0%, 100%, 0.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: #118fe4;
    color: #fff;
}
.hero.is-info .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-info .tabs a:hover,
.hero.is-info .tabs li.is-active a {
    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, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #209cee;
}
.hero.is-info.is-bold {
    background-image: -webkit-linear-gradient(309deg, #04a6d7, #209cee 71%, #3287f5);
    background-image: -o-linear-gradient(309deg, #04a6d7 0, #209cee 71%, #3287f5 100%);
    background-image: linear-gradient(141deg, #04a6d7, #209cee 71%, #3287f5);
}
@media screen and (max-width: 639px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #04a6d7, #209cee 71%, #3287f5);
        background-image: -o-linear-gradient(309deg, #04a6d7 0, #209cee 71%, #3287f5 100%);
        background-image: linear-gradient(141deg, #04a6d7, #209cee 71%, #3287f5);
    }
}
.hero.is-success {
    background-color: #23d160;
    color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
    color: inherit;
}
.hero.is-success .title {
    color: #fff;
}
.hero.is-success .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .hero.is-success .navbar-menu {
        background-color: #23d160;
    }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: hsla(0, 0%, 100%, 0.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: #20bc56;
    color: #fff;
}
.hero.is-success .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-success .tabs a:hover,
.hero.is-success .tabs li.is-active a {
    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, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #23d160;
}
.hero.is-success.is-bold {
    background-image: -webkit-linear-gradient(309deg, #12af2f, #23d160 71%, #2ce28a);
    background-image: -o-linear-gradient(309deg, #12af2f 0, #23d160 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f, #23d160 71%, #2ce28a);
}
@media screen and (max-width: 639px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #12af2f, #23d160 71%, #2ce28a);
        background-image: -o-linear-gradient(309deg, #12af2f 0, #23d160 71%, #2ce28a 100%);
        background-image: linear-gradient(141deg, #12af2f, #23d160 71%, #2ce28a);
    }
}
.hero.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
    color: inherit;
}
.hero.is-warning .title {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
    color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 959px) {
    .hero.is-warning .navbar-menu {
        background-color: #ffdd57;
    }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
    color: rgba(0, 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: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}
.hero.is-warning .tabs a:hover,
.hero.is-warning .tabs li.is-active a {
    opacity: 1;
}
.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
}
.hero.is-warning.is-bold {
    background-image: -webkit-linear-gradient(309deg, #ffaf24, #ffdd57 71%, #fffa70);
    background-image: -o-linear-gradient(309deg, #ffaf24 0, #ffdd57 71%, #fffa70 100%);
    background-image: linear-gradient(141deg, #ffaf24, #ffdd57 71%, #fffa70);
}
@media screen and (max-width: 639px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #ffaf24, #ffdd57 71%, #fffa70);
        background-image: -o-linear-gradient(309deg, #ffaf24 0, #ffdd57 71%, #fffa70 100%);
        background-image: linear-gradient(141deg, #ffaf24, #ffdd57 71%, #fffa70);
    }
}
.hero.is-danger {
    background-color: #ff3860;
    color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
    color: inherit;
}
.hero.is-danger .title {
    color: #fff;
}
.hero.is-danger .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .hero.is-danger .navbar-menu {
        background-color: #ff3860;
    }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: hsla(0, 0%, 100%, 0.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: #ff1f4b;
    color: #fff;
}
.hero.is-danger .tabs a {
    color: #fff;
    opacity: 0.9;
}
.hero.is-danger .tabs a:hover,
.hero.is-danger .tabs li.is-active a {
    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, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff3860;
}
.hero.is-danger.is-bold {
    background-image: -webkit-linear-gradient(309deg, #ff0561, #ff3860 71%, #ff5257);
    background-image: -o-linear-gradient(309deg, #ff0561 0, #ff3860 71%, #ff5257 100%);
    background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257);
}
@media screen and (max-width: 639px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: -webkit-linear-gradient(309deg, #ff0561, #ff3860 71%, #ff5257);
        background-image: -o-linear-gradient(309deg, #ff0561 0, #ff3860 71%, #ff5257 100%);
        background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257);
    }
}
.hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
@media print, screen and (min-width: 640px) {
    .hero.is-medium .hero-body {
        padding-bottom: 9rem;
        padding-top: 9rem;
    }
}
@media print, screen and (min-width: 640px) {
    .hero.is-large .hero-body {
        padding-bottom: 18rem;
        padding-top: 18rem;
    }
}
.hero.is-fullheight-with-navbar .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-halfheight .hero-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero.is-fullheight-with-navbar .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-halfheight .hero-body > .container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 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%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
    opacity: 0.3;
}
@media screen and (max-width: 639px) {
    .hero-video {
        display: none;
    }
}
.hero-buttons {
    margin-top: 1.5rem;
}
@media screen and (max-width: 639px) {
    .hero-buttons .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}
@media print, screen and (min-width: 640px) {
    .hero-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem;
    }
}
.hero-foot,
.hero-head {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.hero-body,
.hero-foot,
.hero-head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.hero-body,
.section {
    padding: 3rem 1.5rem;
}
@media screen and (min-width: 960px) {
    .section.is-medium {
        padding: 9rem 1.5rem;
    }
    .section.is-large {
        padding: 18rem 1.5rem;
    }
}
.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
}
body {
    overflow: hidden;
}
.ft-module {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.ft-module.ft-top-z {
    margin-top: 0;
}
.ft-module.ft-top-s {
    margin-top: 30px;
}
.ft-module.ft-top-l,
.ft-module.ft-top-m {
    margin-top: 60px;
}
.ft-module.ft-bottom-z {
    margin-bottom: 0;
}
.ft-module.ft-bottom-s {
    margin-bottom: 30px;
}
.ft-module.ft-bottom-l,
.ft-module.ft-bottom-m {
    margin-bottom: 60px;
}
.ft-module.ft-top-p-z {
    padding-top: 0;
}
.ft-module.ft-top-p-s {
    padding-top: 30px;
}
.ft-module.ft-top-p-m {
    padding-top: 60px;
}
.ft-module.ft-top-p-l {
    padding-top: 90px;
}
.ft-module.ft-bottom-p-z {
    padding-bottom: 0;
}
.ft-module.ft-bottom-p-s {
    padding-bottom: 30px;
}
.ft-module.ft-bottom-p-m {
    padding-bottom: 60px;
}
.ft-module.ft-bottom-p-l {
    padding-bottom: 90px;
}
.ft-module:last-child {
    margin-bottom: 0;
}
.ft-module.ft-bkg-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ft-module.ft-bkg-img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
    .ft-module {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .ft-module.ft-top-z {
        margin-top: 0;
    }
    .ft-module.ft-top-s {
        margin-top: 30px;
    }
    .ft-module.ft-top-m {
        margin-top: 60px;
    }
    .ft-module.ft-top-l {
        margin-top: 90px;
    }
    .ft-module.ft-bottom-z {
        margin-bottom: 0;
    }
    .ft-module.ft-bottom-s {
        margin-bottom: 30px;
    }
    .ft-module.ft-bottom-m {
        margin-bottom: 60px;
    }
    .ft-module.ft-bottom-l {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 639px) {
    .ft-module.ft-bottom-z-m {
        margin-bottom: 0;
    }
    .ft-module.ft-bottom-s-m {
        margin-bottom: 20px;
    }
    .ft-module.ft-bottom-m-m {
        margin-bottom: 40px;
    }
    .ft-module.ft-bottom-l-m {
        margin-bottom: 60px;
    }
    .ft-module.ft-top-z-m {
        margin-top: 0;
    }
    .ft-module.ft-top-s-m {
        margin-top: 20px;
    }
    .ft-module.ft-top-m-m {
        margin-top: 40px;
    }
    .ft-module.ft-top-l-m {
        margin-top: 60px;
    }
    .ft-module.ft-top-p-z {
        padding-top: 0;
    }
    .ft-module.ft-top-p-s {
        padding-top: 20px;
    }
    .ft-module.ft-top-p-m {
        padding-top: 40px;
    }
    .ft-module.ft-top-p-l {
        padding-top: 60px;
    }
    .ft-module.ft-bottom-p-z {
        padding-bottom: 0;
    }
    .ft-module.ft-bottom-p-s {
        padding-bottom: 20px;
    }
    .ft-module.ft-bottom-p-m {
        padding-bottom: 40px;
    }
    .ft-module.ft-bottom-p-l {
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 960px) {
    .container-small {
        max-width: 900px;
        min-width: 900px;
        width: auto;
    }
}
.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}
#primary,
.content-area {
    margin-top: 75px;
}
#primary,
.content-area,
.ft-alert-active #primary,
.ft-alert-active .content-area {
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ft-alert-active #primary,
.ft-alert-active .content-area {
    margin-top: 139px;
}
@media print, screen and (min-width: 640px) {
    #primary,
    .content-area {
        margin-top: 62px;
    }
    #primary,
    .content-area,
    .ft-alert-active #primary,
    .ft-alert-active .content-area {
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .ft-alert-active #primary,
    .ft-alert-active .content-area {
        margin-top: 104px;
    }
}
@media screen and (min-width: 960px) {
    #primary.ft-header-bkg,
    .content-area.ft-header-bkg {
        margin-top: 136px;
    }
}
@media screen and (max-width: 959px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
    color: #211d1e;
    font-family: Roboto, sans-serif;
    font-display: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
h1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 48px;
    line-height: 1.2631578947;
    font-weight: 600;
}
h1.h1-small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.2222222222;
    font-weight: 500;
}
@media print, screen and (min-width: 640px) {
    h1 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 54px;
        line-height: 1.125;
    }
}
@media screen and (min-width: 960px) {
    h1 {
        font-size: 64px;
        font-size: 4rem;
        line-height: 68px;
        line-height: 1.0625;
        font-weight: 600;
    }
    h1.h1-small {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.1538461538;
        font-weight: 500;
    }
}
h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 63px;
    line-height: 1.3125;
}
h2.h2-alt,
h2.h2-alt-bold {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 56px;
    line-height: 1.3333333333;
}
h2.h2-alt-bold {
    font-weight: 800;
}
h2.h-w-sep:after {
    content: '';
    display: block;
    background-color: #d02628;
    width: 100px;
    height: 6px;
    margin-top: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
    h2 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.1538461538;
    }
    h2.h2-alt,
    h2.h2-alt-bold {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        line-height: 1.2307692308;
    }
    h2.h2-alt-bold {
        font-weight: 800;
    }
}
h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333;
}
h3.ft-h3-alt,
h3.ft-h3-alt-bold {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.1818181818;
}
h3.ft-h3-alt-bold {
    font-weight: 800;
}
h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 19px;
    line-height: 1.1176470588;
}
p {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.4666666667;
}
p.ft-p-large {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 22px;
    line-height: 1.2941176471;
}
p.ft-p-med {
    color: #6f6f6f;
}
@media print, screen and (min-width: 640px) {
    p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        line-height: 1.375;
    }
    p.ft-p-large {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.1666666667;
    }
}
@media screen and (min-width: 960px) {
    p.ft-p-med {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 27px;
        line-height: 1.35;
    }
    p.ft-p-base {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.4444444444;
    }
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: courier\10 Pitch, Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
    font-size: 16px;
    font-size: 1rem;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
.ft-subheader,
.ft-subheader p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 35px;
    line-height: 1.3461538462;
    font-weight: 500;
}
@media screen and (max-width: 639px) {
    .ft-subheader,
    .ft-subheader p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 25px;
        line-height: 1.25;
    }
}
p.ft-small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.3571428571;
}
.ft-num-counter {
    font-size: 64px;
    font-size: 4rem;
    line-height: 68px;
    line-height: 1.0625;
}
.ft-eyebrow {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 1.1538461538;
}
.imp-tooltip a {
    color: #fff !important;
}
.imp-tooltip a ol,
.imp-tooltip a ul {
    margin: 0;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ol,
ul {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
.ft-breadcrumbs {
    margin-top: 40px;
    margin-bottom: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.ft-red-separator {
    height: 6px;
    width: 100px;
    background-color: #d02628;
}
.ft-blue-separator {
    width: 100%;
    height: 6px;
    background-color: #0f357a;
    margin: 20px 0;
}
.ft-blue-sep-h {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background-color: #295eaa;
    width: 1px;
    position: absolute;
    top: 16px;
}
.ft-red-hr {
    background-color: #d02628;
    width: 80px;
    height: 7px;
    display: block;
    margin-top: 8px;
}
.form-search .input-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    margin: -51px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
.form-search .input-wrapper .retif-icon {
    top: -2px;
    position: relative;
    font-size: 48px;
    opacity: 0.6;
}
.searchwp-live-search-results {
    background: #ededed;
}
.searchwp-live-search-result a {
    font-size: 16px;
    font-weight: 400;
}
#ult-fs-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.7);
    webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-100%) scale(0);
    -ms-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0);
    opacity: 0;
}
#ult-fs-search.open {
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
}
#ult-fs-search input[type='text'] {
    top: 50%;
    color: #fff;
    background: transparent;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    border: 0;
    margin: -51px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#ult-fs-search .btn,
#ult-fs-search a:hover {
    text-decoration: none;
}
#ult-fs-search a {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 20px;
    -webkit-appearance: none;
}
.search.mobile-only {
    display: none;
}
.search.mobile-only .toggle-search-box {
    right: 50px;
    position: absolute;
    font-size: 26px;
    padding: 26px 20px;
    line-height: 0;
}
.search.mobile-only .toggle-search-box i.retif-icon {
    font-size: 25px;
    top: 2px;
}
.search.mobile-only .toggle-search-box i:before {
    color: #000;
}
#ult-fs-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #0f357a;
    border-color: #0f357a;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    cursor: pointer;
}
.toggle-search-box i.retif-icon {
    top: 3px;
    font-size: 20px;
    margin-left: 2px;
    font-weight: 900;
    opacity: 1;
}
@media screen and (max-width: 959px) {
    .search.mobile-only {
        display: inline-block;
    }
    .input-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #ult-fs-search input[type='text'] {
        font-size: 24px;
        margin: 0;
    }
    #ult-fs-search .btn,
    #ult-fs-search a {
        width: 90%;
        margin-left: -30px;
        width: auto;
        min-width: 30px;
        padding: 10px;
    }
    #ult-fs-search .btn i,
    #ult-fs-search a i {
        font-size: 18px;
    }
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.autocomplete-suggestions strong {
    font-weight: 400;
    color: #39f;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.search-result {
    margin: 20px 0;
}
.search-result h3 a,
.search-result h3 a:visited {
    color: #295eaa;
}
.search-result .search-link {
    margin-bottom: 14px;
}
.results-summary {
    color: #6f6f6f;
}
.results-wrapper {
    margin-top: 20px;
}
.ft-gradient-mask {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.85)), color-stop(80%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 30%, hsla(0, 0%, 100%, 0) 80%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.85) 30%, hsla(0, 0%, 100%, 0) 80%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 30%, hsla(0, 0%, 100%, 0) 80%);
    opacity: 0.3;
}
.ft-bkg-mask,
.ft-gradient-mask {
    width: 100%;
    height: 100%;
    position: absolute;
}
.ft-bkg-mask {
    top: 0;
    background-color: #000;
    opacity: 0.22;
}
.ft-bkg-mask.bkg-m-b {
    opacity: 0.42;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.ft-grid-filter {
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #bdbdbd;
}
.ft-grid-filter:first-of-type {
    padding-top: 0;
    border-top: none;
}
.ft-grid-filter,
.ft-grid-filter label {
    font-size: 15px;
    font-size: 0.9375rem;
}
.ft-grid-filter .filter-header,
.ft-grid-filter label .filter-header {
    font-weight: 700;
}
.ft-checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ft-checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ft-checkbox-wrap:hover input ~ .checkmark {
    background-color: #ccc;
}
.ft-checkbox-wrap input:checked ~ .checkmark {
    background-color: #2196f3;
}
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.ft-checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
}
.ft-checkbox-wrap .checkmark:after {
    left: 8px;
    top: 4px;
    width: 9px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ft-custom-select {
    position: relative;
    margin-top: 4px;
}
.ft-custom-select select {
    display: none;
}
.select-selected {
    background-color: #fff;
}
.select-selected:after {
    position: absolute;
    content: '';
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #bdbdbd;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #bdbdbd;
    top: 10px;
}
.select-items div,
.select-selected {
    color: #211d1e;
    padding: 8px 16px;
    border: 1px solid #bdbdbd;
    cursor: pointer;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.ft-text-w-link {
    margin: 20px 0;
}
.ft-text-w-link p {
    font-weight: 500;
    color: #6f6f6f;
    margin-bottom: 0;
}
.ft-text-w-link a,
.ft-text-w-link a:hover,
.ft-text-w-link a:visited {
    color: #295eaa;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1.1428571429;
}
.ft-text-wrap {
    background-size: cover;
    margin-bottom: -20px;
    margin-left: -20px;
    padding: 30px 20px;
}
.ft-text-wrap p {
    background-color: #0f357a;
    padding: 6px 20px;
    margin-bottom: -6px;
    margin-left: -20px;
}
.ft-file {
    display: block;
}
.ft-icon-circle {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}
.ft-inactive {
    display: none;
}
.accordion dd,
.accordion dt {
    padding: 10px;
    border: 1px solid #000;
    border-bottom: 0;
}
.accordion dd:last-of-type,
.accordion dt:last-of-type {
    border-bottom: 1px solid #000;
}
.accordion dd a,
.accordion dt a {
    display: block;
    color: #000;
    font-weight: 700;
}
.accordion dd {
    border-top: 0;
    font-size: 12px;
}
.accordion dd:last-of-type {
    border-top: 1px solid #fff;
    position: relative;
    top: -1px;
}
.accordion .accordion-header .retif-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion .accordion-header.ft-active .retif-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mapboxgl-popup .mapboxgl-popup-content {
    padding: 10px 40px 10px 10px;
}
.mapboxgl-popup .mapboxgl-popup-content h3 {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.1111111111;
}
.mapboxgl-popup .mapboxgl-popup-content a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20;
    line-height: 1.3333333333;
}
.squares-container {
    min-width: 200px;
}
@media screen and (max-width: 959px) {
    .imp-tooltip .hs-arrow {
        display: none;
    }
}
.inline-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.inline-img-wrap img {
    -ms-flex-item-align: center;
    align-self: center;
}
.inline-img-wrap img:first-child {
    margin-left: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
    border-color: #aaa #bbb #bbb;
}
input[type='color'],
input[type='color']:focus,
input[type='date'],
input[type='date']:focus,
input[type='datetime-local'],
input[type='datetime-local']:focus,
input[type='datetime'],
input[type='datetime']:focus,
input[type='email'],
input[type='email']:focus,
input[type='month'],
input[type='month']:focus,
input[type='number'],
input[type='number']:focus,
input[type='password'],
input[type='password']:focus,
input[type='range'],
input[type='range']:focus,
input[type='search'],
input[type='search']:focus,
input[type='tel'],
input[type='tel']:focus,
input[type='text'],
input[type='text']:focus,
input[type='time'],
input[type='time']:focus,
input[type='url'],
input[type='url']:focus,
input[type='week'],
input[type='week']:focus,
textarea,
textarea:focus {
    color: #211d1e;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.gform_body input[type='email'],
.gform_body input[type='number'],
.gform_body input[type='tel'],
.gform_body input[type='text'],
.gform_body input[type='textarea'] {
    height: 46px;
    line-height: 2;
    padding-left: 10px !important;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}
@media screen and (min-width: 960px) {
    body .gform_wrapper table.gfield_list td + td {
        padding: 0 0 0 10px !important;
    }
}
body .gform_body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
    margin-left: 2px;
    display: block;
    margin-top: 0;
    width: 160px !important;
}
body .gform_body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons a {
    padding: 10px;
}
@media screen and (min-width: 960px) {
    body .gform_body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
        width: 120px !important;
    }
    body .gform_body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons a {
        padding: 0;
    }
}
@media screen and (min-width: 1220px) {
    body .gform_body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
        width: 110px !important;
    }
}
body .gform_body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
    width: 50px !important;
    height: auto !important;
    opacity: 1 !important;
}
.ft-content-row .container .column li.gfield.ft-adjust-margin {
    margin-top: 20px;
}
.gform_wrapper form {
    background-color: #f1f1f1;
    padding: 20px 15px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.gform_wrapper .ft-col-3-lg,
.gform_wrapper .ft-col-3-sm {
    width: 100% !important;
}
@media screen and (min-width: 960px) {
    .gform_wrapper {
        padding: 34px;
    }
    .gform_wrapper .ft-col-3-lg,
    .gform_wrapper .ft-col-3-sm {
        width: 50% !important;
    }
}
@media screen and (min-width: 1220px) {
    .gform_wrapper form {
        padding: 30px;
    }
    .gform_wrapper .ft-col-3-sm {
        width: 21% !important;
    }
    .gform_wrapper .ft-col-3-sm .gfield_label {
        height: 40px;
    }
    .gform_wrapper .ft-col-3-lg {
        width: 37% !important;
    }
    .gform_wrapper .ft-col-3-lg .gfield_label {
        height: 40px;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list {
    background-color: #f1f1f1;
    margin-top: 0;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px 0 10px 20px;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list .validation_message {
        position: absolute;
        bottom: -9px;
        left: 174px;
    }
}
@media screen and (min-width: 1220px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list {
        padding: 10px 0 10px 34px;
    }
}
@media screen and (max-width: 959px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list.ft-expanded .ginput_container_list {
        max-height: 1000px;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list.ft-expanded .gfield_label .ft-expand .retif-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list .ginput_container_list {
        display: block;
        max-height: 1px;
        overflow: hidden;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list td {
        max-width: 100% !important;
        margin-top: 0;
        margin-bottom: -20px;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list td input {
        margin: 20px 0 0;
        width: 100%;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list td:after {
        position: relative;
        top: -64px;
        left: -6px;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list td:first-child {
        margin-top: 10px;
        margin-bottom: -8px;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list td:last-child {
        margin-bottom: -8px;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list .gfield_list_icons {
        background-color: #fff;
        padding-left: 9px !important;
    }
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) table td:nth-child(3),
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) table td:nth-child(4),
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) table td:nth-child(5),
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) table th:nth-child(3),
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) table th:nth-child(4),
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) table th:nth-child(5) {
        max-width: 137px !important;
        width: auto;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list:not(.pl-alt) .pl-header {
        margin: 0 auto;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list .pl-header {
    text-align: center;
    display: none;
    max-width: 480px;
    margin: 0 auto;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .pl-header h3 {
    font-weight: 780;
    font-size: 18px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .pl-header li,
.gform_wrapper ul.gform_fields li.gfield.product-list .pl-header p {
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .pl-header li {
    text-align: left;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .pl-header.pl-mobile-only {
    display: block;
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list .pl-header {
        display: block;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list .pl-header.pl-mobile-only {
        display: none;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list.pl-first {
    margin-top: 20px;
    padding: 20px 0 0;
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-first {
        padding: 30px 30px 20px;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list.pl-last {
    padding-bottom: 30px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt {
    display: block;
    padding: 0;
}
.gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt .ginput_container_list {
    padding: 0 !important;
    margin-top: 2px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt .gfield_label {
    color: inherit;
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt table td:nth-child(4),
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt table td:nth-child(5),
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt table td:nth-child(6),
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt table th:nth-child(4),
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt table th:nth-child(5),
    .gform_wrapper ul.gform_fields li.gfield.product-list.pl-alt table th:nth-child(6) {
        max-width: 120px !important;
        width: auto;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label {
    font-size: 16px;
    padding-right: 2px;
    padding-top: 25px;
    color: #295eaa;
    width: 100%;
    padding-bottom: 20px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label .ft-expand {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label .ft-expand .retif-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label {
        width: 140px;
        padding-top: 44px;
        padding-bottom: 0;
    }
    .gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label .ft-expand,
    .gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label .ft-expand .retif-icon {
        display: none;
    }
}
@media screen and (min-width: 1220px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list .gfield_label {
        width: 125px;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list .ginput_container_list {
    margin-top: 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media screen and (min-width: 960px) {
    .gform_wrapper ul.gform_fields li.gfield.product-list .ginput_container_list {
        padding: 0 12px !important;
    }
}
.gform_wrapper ul.gform_fields li.gfield.product-list input[type='text'] {
    height: 40px;
    font-size: 15px !important;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .select-wrapper {
    position: relative;
    width: auto;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .select-wrapper select {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    font-size: 15px !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .select-wrapper select::-ms-expand {
    display: none;
}
.gform_wrapper ul.gform_fields li.gfield.product-list .select-wrapper:before {
    position: absolute;
    font-family: retif-icons;
    content: '\E916';
    top: 14px;
    right: -12px;
    width: 40px;
    height: 40px;
    font-size: 11px;
}
.gform_wrapper ul.gform_fields li.gfield.product-list th {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-bottom: 0 !important;
    position: relative;
    left: 2px;
    vertical-align: bottom;
}
.gform_body .button {
    padding: 16px !important;
    font-size: 16px !important;
}
.g-recaptcha {
    margin-bottom: 20px;
}
.ft-form-white {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #979797;
}
@media screen and (min-width: 1220px) {
    .ft-form-white {
        padding: 3rem;
    }
}
.gform_confirmation_message * {
    font-size: 20px !important;
    font-weight: 700;
    padding: 40px;
}
body .gw-number-rows.pl-alt table.gfield_list {
    counter-reset: gflistrowcounter;
}
.gw-number-rows.pl-alt .gfield_list thead tr:before {
    content: '';
}
.gw-number-rows.pl-alt .gfield_list tbody tr:before {
    content: counter(gflistrowcounter) '. ';
    counter-increment: gflistrowcounter;
}
.gw-number-rows .gfield_list tbody tr:before,
.gw-number-rows.pl-alt .gfield_list thead tr:before {
    display: table-cell;
    width: 18px;
    text-align: right;
    padding-right: 6px;
}
.ft-gravity-form_wrapper .hidden_label label,
.gform_wrapper .hidden_label label {
    display: none;
}
.ft-gravity-form_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label input.medium {
    width: 100% !important;
}
.ft-gravity-form_wrapper form .validation_error,
.gform_wrapper form .validation_error {
    display: none;
}
.ft-gravity-form_wrapper form.remove-bkg,
.gform_wrapper form.remove-bkg {
    background-color: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ft-gravity-form_wrapper form ul.gform_fields,
.gform_wrapper form ul.gform_fields {
    list-style: none;
    margin-left: 0;
}
.ft-gravity-form_wrapper form ul.gform_fields li.gfield,
.gform_wrapper form ul.gform_fields li.gfield {
    margin-top: 10px;
}
.ft-gravity-form_wrapper form ul.gform_fields li.gfield input,
.ft-gravity-form_wrapper form ul.gform_fields li.gfield textarea,
.gform_wrapper form ul.gform_fields li.gfield input,
.gform_wrapper form ul.gform_fields li.gfield textarea {
    margin-top: 0;
    width: 100%;
}
.ft-gravity-form_wrapper form .gfield_error,
.gform_wrapper form .gfield_error {
    position: relative;
    background-color: transparent !important;
    border: none !important;
    padding: 0 0 20px !important;
}
.ft-gravity-form_wrapper form .validation_error,
.ft-gravity-form_wrapper form .validation_message,
.gform_wrapper form .validation_error,
.gform_wrapper form .validation_message {
    font-size: 14px;
    color: red;
    position: absolute;
    padding-top: 2px !important;
}
.ft-gravity-form_wrapper form .gfield.gform_validation_container,
.gform_wrapper form .gfield.gform_validation_container {
    display: none;
}
.ft-gravity-form_wrapper form .gfield.gform_validation_container .gfield_visibility_visible,
.gform_wrapper form .gfield.gform_validation_container .gfield_visibility_visible {
    display: block;
}
.ft-gravity-form_wrapper form input[type='submit'],
.gform_wrapper form input[type='submit'] {
    height: auto;
    padding: 16px !important;
}
#ft-tco-form .gfield_error {
    border: none;
    background-color: transparent;
    margin-top: 0;
}
#ft-tco-form .gfield_error .gfield_description {
    margin-top: 0;
}
#ft-tco-form .top_label li.gfield {
    vertical-align: inherit !important;
}
#ft-tco-form .instruction {
    display: none;
}
#ft-tco-form .gform_confirmation_wrapper + .gform_anchor + p {
    display: none !important;
}
@media screen and (max-width: 959px) {
    #ft-tco-form > .container {
        padding: 0;
    }
}
.no-focus-outline a:active,
.no-focus-outline a:focus,
.no-focus-outline a:hover,
.no-focus-outline button:focus,
.no-focus-outline input[type='button']:active,
.no-focus-outline input[type='button']:focus,
.no-focus-outline input[type='button']:hover {
    outline: none;
}
.gform_body .gform_page_footer input[type='button'],
.gform_body .gform_page_footer input[type='submit'] {
    height: auto;
}
.gform_body .gform_page_footer input[type='button'],
.gform_body .gform_page_footer input[type='button']:visited,
.gform_body .gform_page_footer input[type='submit'],
.gform_body .gform_page_footer input[type='submit']:visited,
.gform_footer input[type='submit'],
.gform_footer input[type='submit']:visited,
a,
a:visited,
input[type='button'],
input[type='button']:visited,
input[type='submit'],
input[type='submit']:visited {
    color: #295eaa;
}
.gform_body .gform_page_footer input[type='button']:active,
.gform_body .gform_page_footer input[type='button']:focus,
.gform_body .gform_page_footer input[type='button']:hover,
.gform_body .gform_page_footer input[type='submit']:active,
.gform_body .gform_page_footer input[type='submit']:focus,
.gform_body .gform_page_footer input[type='submit']:hover,
.gform_footer input[type='submit']:active,
.gform_footer input[type='submit']:focus,
.gform_footer input[type='submit']:hover,
a:active,
a:focus,
a:hover,
input[type='button']:active,
input[type='button']:focus,
input[type='button']:hover,
input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
    color: #295eaa;
    text-decoration: underline;
}
.gform_body .gform_page_footer input[type='button']:active,
.gform_body .gform_page_footer input[type='button']:focus,
.gform_body .gform_page_footer input[type='button']:hover,
.gform_body .gform_page_footer input[type='submit']:active,
.gform_body .gform_page_footer input[type='submit']:focus,
.gform_body .gform_page_footer input[type='submit']:hover,
.gform_footer input[type='submit']:active,
.gform_footer input[type='submit']:focus,
.gform_footer input[type='submit']:hover,
a:active,
a:focus,
a:hover,
input[type='button']:active,
input[type='button']:focus,
input[type='button']:hover,
input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
    outline: thin dotted;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary,
.gform_body .gform_page_footer input[type='button'].gform_button,
.gform_body .gform_page_footer input[type='button'].gform_next_button,
.gform_body .gform_page_footer input[type='button'].gform_previous_button,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary,
.gform_body .gform_page_footer input[type='submit'].gform_button,
.gform_body .gform_page_footer input[type='submit'].gform_next_button,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button,
.gform_footer input[type='submit'].ft-btn-primary,
.gform_footer input[type='submit'].gform_button,
.gform_footer input[type='submit'].gform_next_button,
.gform_footer input[type='submit'].gform_previous_button,
a.ft-btn-primary,
a.gform_button,
a.gform_next_button,
a.gform_previous_button,
input[type='button'].ft-btn-primary,
input[type='button'].gform_button,
input[type='button'].gform_next_button,
input[type='button'].gform_previous_button,
input[type='submit'].ft-btn-primary,
input[type='submit'].gform_button,
input[type='submit'].gform_next_button,
input[type='submit'].gform_previous_button {
    background-color: #0f357a;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(1.275em - 1px) 20px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.2222222222;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#0f357a), color-stop(65%, #0f357a), to(#4a5c7d));
    background-image: -webkit-linear-gradient(left, #0f357a, #0f357a 65%, #4a5c7d);
    background-image: -o-linear-gradient(left, #0f357a 0, #0f357a 65%, #4a5c7d 100%);
    background-image: linear-gradient(90deg, #0f357a 0, #0f357a 65%, #4a5c7d);
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-width: 0;
    min-width: 144px;
    font-weight: 500;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary.btn-small,
.gform_body .gform_page_footer input[type='button'].gform_button.btn-small,
.gform_body .gform_page_footer input[type='button'].gform_next_button.btn-small,
.gform_body .gform_page_footer input[type='button'].gform_previous_button.btn-small,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary.btn-small,
.gform_body .gform_page_footer input[type='submit'].gform_button.btn-small,
.gform_body .gform_page_footer input[type='submit'].gform_next_button.btn-small,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button.btn-small,
.gform_footer input[type='submit'].ft-btn-primary.btn-small,
.gform_footer input[type='submit'].gform_button.btn-small,
.gform_footer input[type='submit'].gform_next_button.btn-small,
.gform_footer input[type='submit'].gform_previous_button.btn-small,
a.ft-btn-primary.btn-small,
a.gform_button.btn-small,
a.gform_next_button.btn-small,
a.gform_previous_button.btn-small,
input[type='button'].ft-btn-primary.btn-small,
input[type='button'].gform_button.btn-small,
input[type='button'].gform_next_button.btn-small,
input[type='button'].gform_previous_button.btn-small,
input[type='submit'].ft-btn-primary.btn-small,
input[type='submit'].gform_button.btn-small,
input[type='submit'].gform_next_button.btn-small,
input[type='submit'].gform_previous_button.btn-small {
    font-size: 16px;
    font-size: 1rem;
    padding-top: calc(1em - 1px);
    padding-bottom: calc(1em - 1px);
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary.btn-alt,
.gform_body .gform_page_footer input[type='button'].gform_button.btn-alt,
.gform_body .gform_page_footer input[type='button'].gform_next_button.btn-alt,
.gform_body .gform_page_footer input[type='button'].gform_previous_button.btn-alt,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary.btn-alt,
.gform_body .gform_page_footer input[type='submit'].gform_button.btn-alt,
.gform_body .gform_page_footer input[type='submit'].gform_next_button.btn-alt,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button.btn-alt,
.gform_footer input[type='submit'].ft-btn-primary.btn-alt,
.gform_footer input[type='submit'].gform_button.btn-alt,
.gform_footer input[type='submit'].gform_next_button.btn-alt,
.gform_footer input[type='submit'].gform_previous_button.btn-alt,
a.ft-btn-primary.btn-alt,
a.gform_button.btn-alt,
a.gform_next_button.btn-alt,
a.gform_previous_button.btn-alt,
input[type='button'].ft-btn-primary.btn-alt,
input[type='button'].gform_button.btn-alt,
input[type='button'].gform_next_button.btn-alt,
input[type='button'].gform_previous_button.btn-alt,
input[type='submit'].ft-btn-primary.btn-alt,
input[type='submit'].gform_button.btn-alt,
input[type='submit'].gform_next_button.btn-alt,
input[type='submit'].gform_previous_button.btn-alt {
    padding-right: 78px;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary:hover,
.gform_body .gform_page_footer input[type='button'].gform_button:hover,
.gform_body .gform_page_footer input[type='button'].gform_next_button:hover,
.gform_body .gform_page_footer input[type='button'].gform_previous_button:hover,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary:hover,
.gform_body .gform_page_footer input[type='submit'].gform_button:hover,
.gform_body .gform_page_footer input[type='submit'].gform_next_button:hover,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button:hover,
.gform_footer input[type='submit'].ft-btn-primary:hover,
.gform_footer input[type='submit'].gform_button:hover,
.gform_footer input[type='submit'].gform_next_button:hover,
.gform_footer input[type='submit'].gform_previous_button:hover,
a.ft-btn-primary:hover,
a.gform_button:hover,
a.gform_next_button:hover,
a.gform_previous_button:hover,
input[type='button'].ft-btn-primary:hover,
input[type='button'].gform_button:hover,
input[type='button'].gform_next_button:hover,
input[type='button'].gform_previous_button:hover,
input[type='submit'].ft-btn-primary:hover,
input[type='submit'].gform_button:hover,
input[type='submit'].gform_next_button:hover,
input[type='submit'].gform_previous_button:hover {
    background-position: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary:hover span i,
.gform_body .gform_page_footer input[type='button'].gform_button:hover span i,
.gform_body .gform_page_footer input[type='button'].gform_next_button:hover span i,
.gform_body .gform_page_footer input[type='button'].gform_previous_button:hover span i,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary:hover span i,
.gform_body .gform_page_footer input[type='submit'].gform_button:hover span i,
.gform_body .gform_page_footer input[type='submit'].gform_next_button:hover span i,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button:hover span i,
.gform_footer input[type='submit'].ft-btn-primary:hover span i,
.gform_footer input[type='submit'].gform_button:hover span i,
.gform_footer input[type='submit'].gform_next_button:hover span i,
.gform_footer input[type='submit'].gform_previous_button:hover span i,
a.ft-btn-primary:hover span i,
a.gform_button:hover span i,
a.gform_next_button:hover span i,
a.gform_previous_button:hover span i,
input[type='button'].ft-btn-primary:hover span i,
input[type='button'].gform_button:hover span i,
input[type='button'].gform_next_button:hover span i,
input[type='button'].gform_previous_button:hover span i,
input[type='submit'].ft-btn-primary:hover span i,
input[type='submit'].gform_button:hover span i,
input[type='submit'].gform_next_button:hover span i,
input[type='submit'].gform_previous_button:hover span i {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary span,
.gform_body .gform_page_footer input[type='button'].gform_button span,
.gform_body .gform_page_footer input[type='button'].gform_next_button span,
.gform_body .gform_page_footer input[type='button'].gform_previous_button span,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary span,
.gform_body .gform_page_footer input[type='submit'].gform_button span,
.gform_body .gform_page_footer input[type='submit'].gform_next_button span,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button span,
.gform_footer input[type='submit'].ft-btn-primary span,
.gform_footer input[type='submit'].gform_button span,
.gform_footer input[type='submit'].gform_next_button span,
.gform_footer input[type='submit'].gform_previous_button span,
a.ft-btn-primary span,
a.gform_button span,
a.gform_next_button span,
a.gform_previous_button span,
input[type='button'].ft-btn-primary span,
input[type='button'].gform_button span,
input[type='button'].gform_next_button span,
input[type='button'].gform_previous_button span,
input[type='submit'].ft-btn-primary span,
input[type='submit'].gform_button span,
input[type='submit'].gform_next_button span,
input[type='submit'].gform_previous_button span {
    width: 58px;
    height: 100%;
    background-color: #295eaa;
    position: absolute;
    right: 0;
    top: 0;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary span i,
.gform_body .gform_page_footer input[type='button'].gform_button span i,
.gform_body .gform_page_footer input[type='button'].gform_next_button span i,
.gform_body .gform_page_footer input[type='button'].gform_previous_button span i,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary span i,
.gform_body .gform_page_footer input[type='submit'].gform_button span i,
.gform_body .gform_page_footer input[type='submit'].gform_next_button span i,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button span i,
.gform_footer input[type='submit'].ft-btn-primary span i,
.gform_footer input[type='submit'].gform_button span i,
.gform_footer input[type='submit'].gform_next_button span i,
.gform_footer input[type='submit'].gform_previous_button span i,
a.ft-btn-primary span i,
a.gform_button span i,
a.gform_next_button span i,
a.gform_previous_button span i,
input[type='button'].ft-btn-primary span i,
input[type='button'].gform_button span i,
input[type='button'].gform_next_button span i,
input[type='button'].gform_previous_button span i,
input[type='submit'].ft-btn-primary span i,
input[type='submit'].gform_button span i,
input[type='submit'].gform_next_button span i,
input[type='submit'].gform_previous_button span i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gform_body .gform_page_footer input[type='button'].ft-btn-primary:focus,
.gform_body .gform_page_footer input[type='button'].ft-btn-primary:visited,
.gform_body .gform_page_footer input[type='button'].gform_button:focus,
.gform_body .gform_page_footer input[type='button'].gform_button:visited,
.gform_body .gform_page_footer input[type='button'].gform_next_button:focus,
.gform_body .gform_page_footer input[type='button'].gform_next_button:visited,
.gform_body .gform_page_footer input[type='button'].gform_previous_button:focus,
.gform_body .gform_page_footer input[type='button'].gform_previous_button:visited,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary:focus,
.gform_body .gform_page_footer input[type='submit'].ft-btn-primary:visited,
.gform_body .gform_page_footer input[type='submit'].gform_button:focus,
.gform_body .gform_page_footer input[type='submit'].gform_button:visited,
.gform_body .gform_page_footer input[type='submit'].gform_next_button:focus,
.gform_body .gform_page_footer input[type='submit'].gform_next_button:visited,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button:focus,
.gform_body .gform_page_footer input[type='submit'].gform_previous_button:visited,
.gform_footer input[type='submit'].ft-btn-primary:focus,
.gform_footer input[type='submit'].ft-btn-primary:visited,
.gform_footer input[type='submit'].gform_button:focus,
.gform_footer input[type='submit'].gform_button:visited,
.gform_footer input[type='submit'].gform_next_button:focus,
.gform_footer input[type='submit'].gform_next_button:visited,
.gform_footer input[type='submit'].gform_previous_button:focus,
.gform_footer input[type='submit'].gform_previous_button:visited,
a.ft-btn-primary:focus,
a.ft-btn-primary:visited,
a.gform_button:focus,
a.gform_button:visited,
a.gform_next_button:focus,
a.gform_next_button:visited,
a.gform_previous_button:focus,
a.gform_previous_button:visited,
input[type='button'].ft-btn-primary:focus,
input[type='button'].ft-btn-primary:visited,
input[type='button'].gform_button:focus,
input[type='button'].gform_button:visited,
input[type='button'].gform_next_button:focus,
input[type='button'].gform_next_button:visited,
input[type='button'].gform_previous_button:focus,
input[type='button'].gform_previous_button:visited,
input[type='submit'].ft-btn-primary:focus,
input[type='submit'].ft-btn-primary:visited,
input[type='submit'].gform_button:focus,
input[type='submit'].gform_button:visited,
input[type='submit'].gform_next_button:focus,
input[type='submit'].gform_next_button:visited,
input[type='submit'].gform_previous_button:focus,
input[type='submit'].gform_previous_button:visited {
    color: #fff;
}
@media screen and (max-width: 639px) {
    .gform_body .gform_page_footer input[type='button'].ft-btn-primary,
    .gform_body .gform_page_footer input[type='button'].gform_button,
    .gform_body .gform_page_footer input[type='button'].gform_next_button,
    .gform_body .gform_page_footer input[type='button'].gform_previous_button,
    .gform_body .gform_page_footer input[type='submit'].ft-btn-primary,
    .gform_body .gform_page_footer input[type='submit'].gform_button,
    .gform_body .gform_page_footer input[type='submit'].gform_next_button,
    .gform_body .gform_page_footer input[type='submit'].gform_previous_button,
    .gform_footer input[type='submit'].ft-btn-primary,
    .gform_footer input[type='submit'].gform_button,
    .gform_footer input[type='submit'].gform_next_button,
    .gform_footer input[type='submit'].gform_previous_button,
    a.ft-btn-primary,
    a.gform_button,
    a.gform_next_button,
    a.gform_previous_button,
    input[type='button'].ft-btn-primary,
    input[type='button'].gform_button,
    input[type='button'].gform_next_button,
    input[type='button'].gform_previous_button,
    input[type='submit'].ft-btn-primary,
    input[type='submit'].gform_button,
    input[type='submit'].gform_next_button,
    input[type='submit'].gform_previous_button {
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125;
        padding-left: 10px;
        padding-right: 10px;
    }
    .gform_body .gform_page_footer input[type='button'].ft-btn-primary.btn-alt,
    .gform_body .gform_page_footer input[type='button'].gform_button.btn-alt,
    .gform_body .gform_page_footer input[type='button'].gform_next_button.btn-alt,
    .gform_body .gform_page_footer input[type='button'].gform_previous_button.btn-alt,
    .gform_body .gform_page_footer input[type='submit'].ft-btn-primary.btn-alt,
    .gform_body .gform_page_footer input[type='submit'].gform_button.btn-alt,
    .gform_body .gform_page_footer input[type='submit'].gform_next_button.btn-alt,
    .gform_body .gform_page_footer input[type='submit'].gform_previous_button.btn-alt,
    .gform_footer input[type='submit'].ft-btn-primary.btn-alt,
    .gform_footer input[type='submit'].gform_button.btn-alt,
    .gform_footer input[type='submit'].gform_next_button.btn-alt,
    .gform_footer input[type='submit'].gform_previous_button.btn-alt,
    a.ft-btn-primary.btn-alt,
    a.gform_button.btn-alt,
    a.gform_next_button.btn-alt,
    a.gform_previous_button.btn-alt,
    input[type='button'].ft-btn-primary.btn-alt,
    input[type='button'].gform_button.btn-alt,
    input[type='button'].gform_next_button.btn-alt,
    input[type='button'].gform_previous_button.btn-alt,
    input[type='submit'].ft-btn-primary.btn-alt,
    input[type='submit'].gform_button.btn-alt,
    input[type='submit'].gform_next_button.btn-alt,
    input[type='submit'].gform_previous_button.btn-alt {
        padding-right: 68px;
    }
}
.ft-blog-back {
    display: block;
}
.ft-blog-back span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 9px;
    top: -2px;
    position: relative;
    margin-right: 4px;
}
.ft-blog-back span:before {
    color: #0f357a;
}
html body div[id^='”jtg-“'] {
    max-width: 100% !important;
}
header {
    position: relative;
    margin-bottom: -62px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
header .ft-header-logo {
    position: absolute;
    top: -44px;
    left: -30px;
    z-index: 1003;
    background-color: #fff;
    padding: 15px 25px 15px 0;
}
header .ft-header-logo img {
    max-height: 52px;
}
header a {
    color: #fff;
    margin-top: -2px;
}
header a:hover,
header a:visited {
    color: #fff;
    text-decoration: none;
}
header a:hover span,
header a:visited span {
    text-decoration: underline;
}
header a:hover span.retif-icon,
header a:visited span.retif-icon {
    text-decoration: none;
}
header a .retif-icon {
    padding-right: 10px;
    opacity: 0.5;
    font-size: 17px;
    position: relative;
    top: 2px;
}
header .ft-header-top {
    height: 62px;
    line-height: 62px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#295eaa), to(#0f357a));
    background-image: -webkit-linear-gradient(left, #295eaa, #0f357a);
    background-image: -o-linear-gradient(left, #295eaa 0, #0f357a 100%);
    background-image: linear-gradient(90deg, #295eaa 0, #0f357a);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1001;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
}
header .ft-header-top .top-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .ft-header-top .ft-left {
    padding-left: 150px;
}
header .ft-header-top .ft-left .header-phone {
    margin-bottom: 0;
    padding: 0 1.2em;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 19px;
    line-height: 1.1176470588;
}
header .ft-header-top .ft-right {
    position: absolute;
    right: 20px;
}
header .ft-header-top .ft-right > div {
    display: inline-block;
}
header .ft-header-top .ft-right .fuel-links a {
    padding: 0 30px;
    display: inline-block;
}
header .ft-header-top .ft-right .customer-login {
    margin-left: 20px;
}
header .ft-header-top .ft-right .social-icons {
    margin-left: 15px;
}
header .ft-header-top .ft-right .social-icons a {
    margin-left: 4px;
}
header .ft-header-top .ft-right .social-icons a i {
    font-size: 18px;
    bottom: -2px;
    position: relative;
    opacity: 1;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 26px;
    display: inline-block;
}
header .ft-header-top .ft-right .social-icons a:hover i {
    text-decoration: none;
    opacity: 0.7;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
header .ft-header-bottom {
    height: 62px;
    width: 100%;
    position: relative;
    z-index: 1002;
}
header .ft-header-bottom .main-navigation {
    height: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .ft-header-bottom .main-navigation a {
    padding: 0 0.8em;
}
header.ft-fixed .ft-header-bottom .main-navigation {
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.ft-fixed .ft-header-logo {
    top: -62px;
    padding: 6px 18px;
}
header.ft-fixed .ft-header-logo img {
    max-height: 44px;
}
@media screen and (max-width: 959px) {
    header {
        overflow: inherit;
        overflow: initial;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
    }
    header.toggled {
        height: 100%;
        max-height: 100%;
    }
    header .ft-header-top {
        display: none;
    }
    header .ft-header-logo {
        padding: 8px 10px 6px;
        top: 4px;
    }
    header .ft-header-logo img {
        max-height: 48px;
    }
    header .ft-header-bottom {
        height: 75px;
        padding-left: 0;
        background-color: #fff;
    }
    header .ft-header-bottom .container.ft-vcenterd {
        width: 100%;
    }
    header.ft-fixed .ft-header-logo {
        padding: 8px 10px 6px;
        top: 4px;
    }
    header.ft-fixed .ft-header-logo img {
        max-height: 48px;
    }
    header.ft-fixed .ft-header-bottom,
    header.ft-fixed .ft-header-bottom .main-navigation {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 960px) {
    header .ft-header-bottom .main-navigation {
        padding-left: 150px;
    }
    header .ft-header-logo,
    header .ft-header-logo img {
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
@media screen and (min-width: 1220px) {
    header .ft-header-bottom .ft-left,
    header .ft-header-top .ft-left {
        padding-left: 0;
    }
    header .ft-header-bottom .ft-left .header-phone,
    header .ft-header-top .ft-left .header-phone {
        padding: 0 2.2em;
    }
    header .ft-header-bottom > .container,
    header .ft-header-top > .container {
        padding-left: 120px;
    }
    header .ft-header-bottom .ft-right,
    header .ft-header-top .ft-right {
        right: 0;
    }
    header .ft-header-bottom .ft-right .customer-login,
    header .ft-header-top .ft-right .customer-login {
        margin-left: 7vw;
    }
    header .ft-header-bottom .ft-right .customer-portal,
    header .ft-header-bottom .ft-right .search,
    header .ft-header-top .ft-right .customer-portal,
    header .ft-header-top .ft-right .search {
        margin-left: 15px;
    }
    header .ft-header-bottom .ft-right .customer-portal a:hover .fa,
    header .ft-header-top .ft-right .customer-portal a:hover .fa {
        text-decoration: none;
    }
    header .ft-header-bottom .ft-right .customer-portal .fa,
    header .ft-header-top .ft-right .customer-portal .fa {
        padding-right: 8px;
        opacity: 1;
        font-size: 20px;
        position: relative;
        top: 3px;
        color: #d02628;
    }
    header .ft-header-bottom .main-navigation {
        width: 1320px;
        float: inherit;
        float: none;
    }
    header .ft-header-bottom .main-navigation a {
        padding: 0 2.2em;
    }
}
@media screen and (min-width: 1620px) {
    header .ft-header-bottom .ft-right,
    header .ft-header-top .ft-right {
        right: 36px;
    }
    header .ft-header-bottom > .container,
    header .ft-header-top > .container {
        padding-left: 0;
    }
    header .ft-header-bottom .ft-left .header-phone,
    header .ft-header-top .ft-left .header-phone {
        padding-left: 0.75rem;
    }
    header .ft-header-bottom .main-navigation #primary-menu {
        margin-left: -26px;
    }
}
@media (min-width: 1220px) and (max-width: 1399px) {
    header .ft-header-bottom .main-navigation a {
        padding: 0 1.8em;
    }
}
footer.ft-footer {
    margin-top: 45px;
}
footer.ft-footer a,
footer.ft-footer p {
    font-size: 13px;
    font-size: 0.8125rem;
}
footer.ft-footer > .container {
    padding-bottom: 30px;
}
footer.ft-footer > .container > .columns {
    padding-top: 36px;
}
footer.ft-footer .footer-header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125;
    font-weight: 700;
}
footer.ft-footer ul {
    margin-left: 0;
    list-style: none;
}
footer.ft-footer .ft-footer-head {
    font-weight: 700;
}
footer.ft-footer .ft-programs {
    border-right: 1px solid #eee;
    margin-right: 16%;
    padding-bottom: 29px;
}
footer.ft-footer .footer-contact-info > div,
footer.ft-footer .footer-contact-info > div:first-child {
    margin-top: 10px;
}
footer.ft-footer .footer-contact-info p {
    margin-bottom: 4px;
}
footer.ft-footer .footer-contact-info a {
    display: inline-block;
}
footer.ft-footer .footer-bottom {
    background-color: #0f357a;
    padding-bottom: 10px;
}
footer.ft-footer .footer-bottom .columns {
    padding: 6px 0;
}
footer.ft-footer .footer-bottom .columns a {
    color: #fff;
    margin-right: 30px;
    padding: 10px 0;
}
footer.ft-footer .footer-bottom .columns .footer-socials {
    display: inline-block;
}
footer.ft-footer .footer-bottom .columns .footer-socials a {
    padding: 4px 0 0;
}
@media screen and (min-width: 960px) {
    footer.ft-footer .footer-bottom .columns .footer-socials a {
        padding: 0;
    }
}
footer.ft-footer .footer-bottom .columns .footer-socials a:not(:last-child) {
    margin-right: 5px;
}
footer.ft-footer .footer-bottom .columns .footer-socials a .icon {
    font-size: 18px;
    bottom: -2px;
    position: relative;
}
footer.ft-footer .footer-bottom .footer-right {
    position: static;
    margin-bottom: 0;
    padding-top: 8px;
    color: #fff;
}
footer.ft-footer .footer-bottom .footer-right a,
footer.ft-footer .footer-bottom .footer-right p {
    display: inline-block;
}
footer.ft-footer .footer-bottom .footer-right a {
    margin-right: 0;
    margin-left: 4px;
    font-size: 16px;
}
footer.ft-footer .footer-bottom .footer-right a .icon {
    top: 2px;
    position: relative;
}
footer.ft-footer .footer-bottom .footer-right a:first-child {
    margin-left: 10px;
}
footer.ft-footer .footer-bottom .footer-right p {
    width: 100%;
    margin-top: 14px;
}
@media screen and (min-width: 960px) {
    footer.ft-footer > .container > .columns {
        border-top: 1px solid #d02627;
    }
}
@media screen and (min-width: 1220px) {
    footer.ft-footer .footer-contact-info > div {
        margin-top: 33px;
    }
    footer.ft-footer .footer-bottom .footer-right {
        position: absolute;
        right: 0;
        top: 0;
        color: #77a5e7;
    }
    footer.ft-footer .footer-bottom .footer-right p {
        width: auto;
    }
}
@media screen and (max-width: 959px) {
    footer.ft-footer .footer-contact-info > div {
        display: inline-block;
        vertical-align: top;
    }
    footer.ft-footer .footer-contact-info .ft-top {
        margin-right: 30px;
    }
    footer.ft-footer .ft-mobile-only {
        display: block;
    }
    footer.ft-footer .footer-bottom .columns a {
        vertical-align: top;
        display: inline-block;
        min-width: 200px;
    }
    footer.ft-footer .footer-bottom .columns .footer-socials a {
        min-width: auto;
    }
    footer.ft-footer .footer-bottom .columns .copyright-line {
        position: static;
        display: block;
    }
    footer.ft-footer .footer-bottom .footer-right {
        margin-top: 10px;
    }
    footer.ft-footer .footer-bottom .footer-right a {
        min-width: 10px;
    }
    footer.ft-footer > .container > .columns > .column {
        border-bottom: 1px solid #bdbdbd;
    }
    footer.ft-footer > .container > .columns > .column:first-child {
        border-top: 1px solid #bdbdbd;
    }
    footer.ft-footer > .container > .columns > .column .footer-header {
        margin-bottom: 0;
        padding: 10px 0;
        position: relative;
    }
    footer.ft-footer > .container > .columns > .column .footer-header span {
        position: absolute;
        right: 0;
        top: 13px;
        font-size: 14px;
    }
    footer.ft-footer > .container > .columns > .column .ft-programs {
        padding-bottom: 0;
        border-right-width: 0;
        margin-right: 0;
    }
    footer.ft-footer > .container > .columns > .column ul {
        padding-left: 5px;
        margin-top: 10px;
    }
    footer.ft-footer > .container > .columns > .column ul li a {
        display: block;
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    footer.ft-footer > .container > .columns > .column .is-8-desktop .footer-links {
        margin-bottom: 20px;
        margin-top: -48px;
    }
}
@media screen and (max-width: 639px) {
    footer.ft-footer .footer-bottom .columns a {
        min-width: inherit;
        min-width: 0;
    }
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation .menu {
    height: 100%;
    margin-bottom: -1px;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 100%;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
    left: 100%;
}
.main-navigation ul ul a {
    min-width: 200px;
    white-space: nowrap;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
    height: 100%;
    border-bottom: 6px solid transparent;
}
.main-navigation li ul.sub-menu {
    margin-top: 5px;
}
.main-navigation li ul.sub-menu li {
    background-color: rgba(0, 0, 0, 0.9);
    height: auto;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.main-navigation li ul.sub-menu li a {
    color: #fff;
    text-shadow: none;
    padding: 15px;
    line-height: 24px;
}
.main-navigation li ul.sub-menu li a span {
    opacity: 1;
}
.main-navigation li ul.sub-menu li:hover {
    background-color: #fff;
    opacity: 0.9;
}
.main-navigation li ul.sub-menu li:hover a,
.main-navigation li ul.sub-menu li:hover span,
.main-navigation li ul.sub-menu li:hover span:before {
    color: #000;
}
.main-navigation li ul.sub-menu li:first-child {
    border-top: 0;
}
.main-navigation li.ft-grid-menu ul.sub-menu {
    width: 810px;
    background-color: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-navigation li.ft-grid-menu ul.sub-menu li {
    height: auto;
    border: none;
    background-color: transparent;
    border-bottom: 0;
    width: 33.333%;
    padding: 20px;
}
.main-navigation li.ft-grid-menu ul.sub-menu li a {
    width: auto;
}
.main-navigation li.ft-grid-menu ul.sub-menu li .menu-desc {
    font-size: 13px;
}
.main-navigation li.ft-grid-menu ul.sub-menu li .menu-desc p {
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
    white-space: normal;
}
.main-navigation li.ft-grid-menu ul.sub-menu li:hover {
    background-color: #fff;
    opacity: 0.9;
}
.main-navigation li.ft-grid-menu ul.sub-menu li:hover a {
    color: #000;
    text-decoration: none;
}
.main-navigation li.ft-grid-menu ul.sub-menu li:hover a .menu-desc {
    text-decoration: none;
}
.main-navigation li.ft-active,
.main-navigation li:hover {
    border-bottom: 6px solid #fff;
}
.main-navigation li.ft-active ul.sub-menu,
.main-navigation li:hover ul.sub-menu {
    height: auto;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 2.2em;
    font-weight: 300;
    line-height: 56px;
    position: relative;
    top: 0;
    font-weight: 500;
}
.main-navigation a,
.main-navigation a:hover {
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu-bottom {
    display: none;
}
.main-navigation.toggled ul,
.menu-toggle {
    display: block;
}
@media screen and (min-width: 960px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation ul li.menu-item.sub-col-2 .sub-menu {
        min-width: 410px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 2px;
    }
    .main-navigation ul li.menu-item.sub-col-3 .sub-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
@media screen and (max-width: 959px) {
    .main-navigation {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-navigation .menu {
        height: auto;
    }
    .main-navigation .menu-toggle {
        position: absolute;
        right: 10px;
        top: 0;
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 26px 20px;
    }
    .main-navigation .menu-toggle span {
        width: 30px;
        height: 4px;
        background-color: #000;
        display: block;
        margin-top: 5px;
    }
    .main-navigation .menu-toggle span:first-child {
        margin-top: 0;
    }
    .main-navigation > .container {
        margin-top: 147px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: normal;
    }
    .main-navigation > .container .menu-main-nav-container {
        width: 100%;
    }
    .main-navigation > .container #primary-menu li {
        width: 100%;
        background-color: #0f357a;
        height: auto;
        border-bottom: 1px solid #bdbdbd;
    }
    .main-navigation > .container #primary-menu li.menu-item-has-children.ft-active ul.sub-menu,
    .main-navigation > .container #primary-menu li.menu-item-has-children:hover ul.sub-menu {
        position: static;
        padding-bottom: 20px;
    }
    .main-navigation > .container #primary-menu li.menu-item-has-children.ft-active ul.sub-menu li,
    .main-navigation > .container #primary-menu li.menu-item-has-children:hover ul.sub-menu li {
        padding-left: 20px;
        border-bottom: 0;
        border-top: 0;
    }
    .main-navigation > .container #primary-menu li.menu-item-has-children.ft-active ul.sub-menu li:hover a,
    .main-navigation > .container #primary-menu li.menu-item-has-children.ft-active ul.sub-menu li:hover a:before,
    .main-navigation > .container #primary-menu li.menu-item-has-children.ft-active ul.sub-menu li:hover span,
    .main-navigation > .container #primary-menu li.menu-item-has-children.ft-active ul.sub-menu li:hover span:before,
    .main-navigation > .container #primary-menu li.menu-item-has-children:hover ul.sub-menu li:hover a,
    .main-navigation > .container #primary-menu li.menu-item-has-children:hover ul.sub-menu li:hover a:before,
    .main-navigation > .container #primary-menu li.menu-item-has-children:hover ul.sub-menu li:hover span,
    .main-navigation > .container #primary-menu li.menu-item-has-children:hover ul.sub-menu li:hover span:before {
        color: #fff;
    }
    .main-navigation > .container #primary-menu li a {
        font-weight: 500;
    }
    .main-navigation > .container .ft-grid-menu ul.sub-menu {
        width: auto;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-navigation > .container .ft-grid-menu ul.sub-menu li {
        padding: 0 0 0 20px;
    }
    .main-navigation > .container .ft-grid-menu ul.sub-menu li .menu-desc p {
        padding-top: 5px;
    }
    .main-navigation > .container .mobile-menu-bottom {
        width: 100%;
        background-color: #0f357a;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .main-navigation > .container .mobile-menu-bottom a {
        font-weight: 500;
    }
    .main-navigation > .container .mobile-menu-bottom a .retif-icon {
        width: 48px;
        display: inline-block;
        text-align: center;
        top: 0;
        opacity: 0.9;
    }
    .main-navigation > .container .mobile-menu-bottom .customer-portal .fa {
        width: 48px;
        display: inline-block;
        text-align: center;
        top: 0;
        opacity: 1;
        color: #d02628;
        position: relative;
        top: 2px;
    }
    .main-navigation > .container .mobile-menu-bottom .customer-portal .fa:before {
        margin-left: -10px;
    }
    .main-navigation > .container .mobile-menu-bottom .social-icons {
        padding-left: 5px;
        margin-top: 10px;
    }
    .main-navigation > .container .mobile-menu-bottom .social-icons a {
        display: inline-block;
        padding: 0;
    }
    .main-navigation > .container .mobile-menu-bottom .social-icons a i {
        font-size: 22px;
    }
    .main-navigation > .container .mobile-menu-bottom .social-icons a:first-child {
        margin-left: 10px;
    }
    .main-navigation.toggled .mobile-menu-bottom {
        display: block;
    }
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex='-1']:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: '';
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.ft-blog-index {
    margin-top: 40px;
}
.ft-blog-index .blog-preview a {
    color: #211d1e;
}
.ft-blog-index .blog-preview h2 {
    font-weight: 500;
}
.ft-blog-index .blog-preview .b-read-more {
    font-weight: 500;
    color: #0f357a;
}
.ft-blog-index .nf-response-msg p {
    color: #0f357a;
    font-weight: 800;
}
.ft-blog-index .ft-featured-post h2 a,
.ft-blog-index .ft-post h2 a {
    color: #0f357a;
}
.ft-blog-index .ft-featured-post h2 a:hover,
.ft-blog-index .ft-post h2 a:hover {
    text-decoration: underline;
}
.ft-blog-index .ft-featured-post .ft-post-preview:hover,
.ft-blog-index .ft-post .ft-post-preview:hover {
    text-decoration: none;
}
.ft-blog-index .ft-featured-post article *,
.ft-blog-index .ft-post article * {
    color: #211d1e;
}
.ft-blog-index .ft-featured-post article h2,
.ft-blog-index .ft-post article h2 {
    color: #0f357a;
}
.ft-blog-index .ft-featured-post article .ft-h3-alt,
.ft-blog-index .ft-post article .ft-h3-alt {
    color: #0f357a;
    font-weight: 500;
    margin-bottom: 5px;
}
.ft-blog-index .ft-featured-post article .ft-post-date,
.ft-blog-index .ft-post article .ft-post-date {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
}
.ft-blog-index .ft-featured-post article:hover h2,
.ft-blog-index .ft-featured-post article:hover h3,
.ft-blog-index .ft-post article:hover h2,
.ft-blog-index .ft-post article:hover h3 {
    text-decoration: underline;
}
.ft-blog-index .ft-featured-post {
    height: 325px;
    margin-bottom: 150px;
}
.ft-blog-index .ft-featured-post article {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.ft-blog-index .ft-featured-post article .featured-post-wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.ft-blog-index .ft-featured-post article img {
    max-height: 236px;
}
.ft-blog-index .ft-featured-post article .blog-preview {
    min-width: 100%;
    left: 0;
    bottom: -110px;
    position: absolute;
    width: 50%;
    background-color: #fff;
    padding: 15px 10px 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.ft-blog-index .ft-post-preview {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: block;
    overflow: hidden;
}
.ft-blog-index .ft-post-preview .preview-content {
    padding: 15px 10px 20px;
}
@media screen and (min-width: 960px) {
    .ft-blog-index {
        margin-top: 60px;
    }
    .ft-blog-index .ft-featured-post {
        height: 500px;
        margin-bottom: 0;
    }
    .ft-blog-index .ft-featured-post article .blog-preview {
        bottom: 20px;
        left: 20px;
        min-width: 500px;
        padding: 20px 20px 28px;
    }
    .ft-blog-index .ft-post-preview .preview-content {
        padding: 20px;
    }
}
.ft-blog-menu {
    text-align: center;
}
.ft-blog-menu .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ft-blog-menu .accordion-header {
    height: 80px;
}
.ft-blog-menu .accordion-header h3 {
    line-height: 80px;
    color: #fff;
    font-weight: 600;
}
.ft-blog-menu .accordion-header h3 .retif-icon {
    margin-left: 10px;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
}
.ft-blog-menu .accordion-header h3 .retif-icon:before {
    color: #fff;
}
.ft-blog-menu .accordion-header:hover {
    text-decoration: none;
}
.ft-blog-menu .menu-container {
    margin-bottom: 0;
    margin-left: 0;
    display: none;
}
.ft-blog-menu .menu-container li {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d8d8d8;
}
.ft-blog-menu .menu-container li a {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 20px;
    display: block;
}
.ft-blog-menu .menu-container li:hover {
    background-color: #fff;
}
.ft-blog-menu .menu-container li:hover a {
    color: #0f357a;
    text-decoration: none;
}
@media screen and (min-width: 960px) {
    .ft-blog-menu .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ft-blog-menu .accordion-header {
        display: none;
    }
    .ft-blog-menu .menu-container {
        display: block;
    }
    .ft-blog-menu .menu-container li {
        width: auto;
        border-top-width: 0;
    }
    .ft-blog-menu .menu-container li a {
        padding: 24px 30px;
        font-weight: 500;
    }
}
.ft-blog-single .ft-blog-hero {
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: none;
}
.ft-blog-single article h1 {
    margin-bottom: 0;
    margin-top: 0;
}
.ft-blog-single article .ft-post-date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 18px;
    display: block;
}
.ft-blog-single .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.ft-blog-single .container .blog-sidebar {
    width: 27%;
}
.ft-blog-single .container > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media screen and (min-width: 960px) {
    .ft-blog-single .ft-blog-hero {
        display: block;
    }
}
.blog-single-header {
    padding: 70px 0 !important;
}
@media screen and (min-width: 1025px) {
    .blog-single-header {
        padding: 135px 0 40px !important;
    }
}
.blog-w-sidebar#content {
    padding: 30px 0;
}
.blog-w-sidebar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 900px) {
    .blog-w-sidebar .container {
        max-width: 900px;
        min-width: 900px;
        width: auto;
    }
}
.blog-w-sidebar h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    padding-bottom: 20px;
}
.blog-w-sidebar .single .blog-preview {
    margin-bottom: 30px;
}
.blog-w-sidebar .single .blog-preview figure {
    margin-top: 20px;
}
.blog-w-sidebar .single .blog-preview h2 {
    margin: 0;
}
.blog-w-sidebar .single p.b-preview-text {
    padding-bottom: 4px;
    margin: 0 0 10px;
}
.blog-w-sidebar .single .b-read-more {
    text-transform: uppercase;
}
.blog-w-sidebar .single .b-read-more,
.blog-w-sidebar .single p {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 18px;
}
.blog-w-sidebar .single blockquote {
    padding: 0 2%;
    font-style: italic;
}
.blog-w-sidebar .single h1,
.blog-w-sidebar .single h2,
.blog-w-sidebar .single h3,
.blog-w-sidebar .single h4 {
    padding-bottom: 0;
    margin: 20px 0;
    font-weight: 500;
}
.blog-w-sidebar .single h1.entry-title,
.blog-w-sidebar .single h2.entry-title,
.blog-w-sidebar .single h3.entry-title,
.blog-w-sidebar .single h4.entry-title {
    margin: 0;
}
.blog-w-sidebar .single h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 1.2307692308;
}
@media screen and (max-width: 639px) {
    .blog-w-sidebar .single h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.2;
    }
}
.blog-w-sidebar .single h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.2222222222;
}
.blog-w-sidebar .single p {
    padding: 0;
    margin: 20px 0;
}
.blog-w-sidebar .single p.author-info {
    margin: 0;
}
.blog-w-sidebar .single .wysiwyg ul li {
    padding-top: 0;
}
.blog-w-sidebar .single h1,
.blog-w-sidebar .single h2.h2-alt {
    padding-bottom: 0;
    font-size: 28px;
}
.blog-w-sidebar .single .author-info {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 0;
}
.blog-w-sidebar .single .share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}
.blog-w-sidebar .single .share-buttons .twitter-share-button iframe {
    vertical-align: bottom;
}
.blog-w-sidebar .single .share-buttons > div {
    margin-right: 10px;
}
.blog-w-sidebar .single .share-buttons > div:last-child {
    margin-right: 0;
}
.blog-w-sidebar .single figure {
    margin: 34px 34px 10px 0;
}
.blog-w-sidebar .blog-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 60px;
    width: 100%;
}
.blog-w-sidebar .blog-sidebar h4 {
    font-size: 16px;
    line-height: 18px;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .gform_wrapper {
    margin: 0;
    padding: 0;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .gform_wrapper form {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .gform_wrapper form li.gfield {
    margin: 0;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .ft-btn-primary.btn-small {
    width: 100%;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .wpcf7-form-control-wrap {
    margin-bottom: 14px;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form .nf-field-container {
    margin-bottom: 10px;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form input[type='email'],
.blog-w-sidebar .blog-sidebar .ft-subscribe-form input[type='text'] {
    border: 2px solid rgba(5, 15, 35, 0.4);
    padding: 8px;
    border-radius: 4px;
    line-height: 18px;
    height: 42px;
    width: 100%;
    margin: 0;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form input[type='submit'] {
    width: 100%;
}
.blog-w-sidebar .blog-sidebar .ft-subscribe-form div.wpcf7 .wpcf7-response-output {
    margin-top: 0;
}
.blog-w-sidebar .blog-sidebar .featured-articles {
    margin-top: 20px;
}
.blog-w-sidebar .blog-sidebar .featured-articles h4 {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.blog-w-sidebar .blog-sidebar .blog-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 18px;
}
.blog-w-sidebar .blog-sidebar .blog-featured figure {
    width: 33%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
}
.blog-w-sidebar .blog-sidebar .blog-featured h4 {
    font-size: 15px;
    margin-left: 10px;
    padding-bottom: 0;
    width: 74%;
}
@media print, screen and (min-width: 640px) {
    .blog-w-sidebar .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .blog-w-sidebar .single {
        padding-right: 2%;
    }
    .blog-w-sidebar .single h1 {
        font-size: 32px;
    }
    .blog-w-sidebar .single blockquote {
        padding: 0 4%;
    }
    .blog-w-sidebar .single .share-buttons {
        margin-top: 0;
    }
    .blog-w-sidebar .blog-sidebar {
        margin-top: 5px;
        width: 27%;
    }
    .blog-w-sidebar .blog-sidebar .ft-subscribe-form {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 959px) {
    .blog-w-sidebar .button {
        line-height: 48px !important;
        width: 100%;
    }
}
.sticky {
    display: block;
}
.page,
.post {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.single-lubricant {
    margin-top: 30px;
}
.single-lubricant .ft-product-sheets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.single-lubricant .ft-product-sheets a {
    margin-right: 30px;
    text-align: center;
}
.single-lubricant .ft-product-sheets a .retif-icon:before {
    color: #211d1e;
    font-size: 32px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
}
.single-lubricant .ft-product-sheets a:hover {
    text-decoration: none;
}
.single-lubricant .ft-product-sheets a:hover p {
    text-decoration: underline;
}
.no-results .page-header {
    position: static;
    margin: 20px 0;
}
@media print, screen and (min-width: 640px) {
    .no-results .page-header {
        margin: 40px 0;
    }
}
.ft-alert-banner {
    min-height: 64px;
}
.ft-alert-banner .container {
    max-height: 200px;
    overflow: hidden;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ft-alert-banner .container p {
    margin-bottom: 0;
    font-weight: 500;
    padding: 10px 0;
}
.ft-alert-banner .container p a {
    color: inherit;
    text-decoration: underline;
}
.ft-alert-banner .container .ft-close {
    color: inherit;
    font-size: 24px;
    line-height: 1;
    height: 18px;
    margin-left: 18px;
}
.ft-alert-banner .container .ft-close span {
    opacity: 1;
    font-size: 28px;
    top: 0;
}
.ft-alert-banner .container .ft-close:hover {
    text-decoration: none;
}
.ft-alert-banner.ft-closed {
    min-height: 0;
}
.ft-alert-banner.ft-closed .container {
    max-height: 0;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media print, screen and (min-width: 640px) {
    .ft-alert-banner {
        min-height: 10px;
    }
}
.ft-hero-video {
    position: relative;
}
.ft-hero-video .ft-hero-content {
    width: 100%;
    height: 100%;
    z-index: 3;
}
.ft-hero-video .ft-hero-content .columns {
    height: 100%;
}
.ft-hero-video .ft-hero-content h1 {
    margin-bottom: 40px;
    margin-top: 70px;
}
.ft-hero-video .ft-hero-content h2 {
    margin-top: 60px;
    line-height: 56px;
    line-height: 1.3333333333;
    color: #fff;
}
.ft-hero-video .ft-hero-content h2 br {
    margin: 5px 0;
}
.ft-hero-video .ft-hero-content a.ft-btn-primary {
    margin-top: 100px;
}
.ft-hero-video .ft-bkg-video-wrap {
    height: 50vw;
    min-height: 50vh;
    max-height: 750px;
    position: relative;
}
.ft-hero-video .ft-bkg-video-wrap .video-overlay {
    width: 100%;
    height: 100%;
    background-color: #363636;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
}
.ft-hero-video .ft-bkg-video-wrap .video-overlay-checkered {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: repeat;
    position: absolute;
    z-index: 2;
    opacity: 0.01;
}
.ft-hero-video .ft-bkg-video-wrap .ft-bkg-video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.ft-hero-video .ft-bkg-video-wrap video {
    position: absolute;
    visibility: visible;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.ft-hero-video .ft-bkg-video-wrap .sldtext {
    z-index: 2;
}
.ft-hero-video .ft-badge {
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    width: 215px;
    height: 215px;
    margin: 10px auto 0;
}
.ft-hero-video .ft-badge img {
    max-width: 100%;
    max-height: 80px;
    margin: 0 auto 12px;
}
.ft-hero-video .ft-badge p {
    color: #211d1e;
    font-size: 16px;
    margin-bottom: 0;
}
.ft-hero-video .ft-badge a.link-text {
    font-size: 14px;
    font-weight: 700;
}
@supports (-ms-ime-align: auto) {
    .ft-hero-video .ft-bkg-video-wrap video {
        -o-object-fit: none;
        object-fit: none;
        margin: none;
        position: inherit;
        z-index: 1;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
        width: 100%;
    }
}
@media screen and (min-width: 960px) {
    .ft-hero-video .ft-badge {
        width: 320px;
        height: 320px;
        margin: 0 0 0 auto;
    }
    .ft-hero-video .ft-badge img {
        max-width: 203px;
        max-height: none;
    }
    .ft-hero-video .ft-badge p {
        font-size: 23px;
    }
    .ft-hero-video .ft-badge a.link-text {
        font-size: 20px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .ft-hero-video .ft-hero-content a.ft-btn-primary {
        margin-top: 80px;
    }
}
@media screen and (max-width: 959px) {
    .ft-hero-video .ft-bkg-video-wrap {
        height: 400px;
        min-height: 400px;
        max-height: 600px;
        position: relative;
        height: 50vw;
    }
    .ft-hero-video h1.h1-small {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .ft-hero-video h2.h2-alt {
        margin-top: 40px;
    }
    .ft-hero-video .ft-hero-content a.ft-btn-primary {
        margin-top: 80px;
    }
}
@media screen and (max-width: 639px) {
    .ft-hero-video .columns.is-vcentered:not(.columns-badge) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ft-hero-video.badge-active .ft-bkg-video-wrap {
        max-height: 100%;
        height: 100%;
        padding-bottom: 40px;
    }
}
#confetti-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ft-hero-with-links {
    height: 50vw;
    min-height: 650px;
    max-height: 900px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}
.ft-hero-with-links .columns,
.ft-hero-with-links .container {
    height: 100%;
}
.ft-hero-with-links .ft-hero-links {
    width: 530px;
}
.ft-hero-with-links .ft-hero-links .links-header {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 36px 118px 36px 24px;
}
.ft-hero-with-links .ft-hero-links .links-header p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 35px;
    line-height: 1.9444444444;
    margin-bottom: 0;
}
.ft-hero-with-links .ft-hero-links .links-body {
    border-top: 8px solid #d02627;
    background-color: #295eaa;
    padding: 50px 60px;
}
.ft-hero-with-links .ft-hero-links .links-body ul {
    list-style: none;
    margin: 0;
}
.ft-hero-with-links .ft-hero-links .links-body ul li {
    display: inline-block;
    width: 45%;
    margin-bottom: 5px;
}
.ft-hero-with-links .ft-hero-links .links-body ul li .retif-icon {
    padding-right: 6px;
}
.ft-hero-with-links .ft-hero-links .links-body ul li .retif-icon span:before {
    color: #fff;
    opacity: 0.25;
}
.ft-hero-with-links .ft-hero-links .links-body ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 17px;
    line-height: 1.1333333333;
}
@media screen and (max-width: 639px) {
    .ft-hero-with-links {
        min-height: 0;
        height: auto;
        max-height: 1000px;
    }
    .ft-hero-with-links h1 {
        margin-top: 30px;
    }
    .ft-hero-with-links .ft-hero-links {
        width: 100%;
        margin-bottom: 40px;
    }
    .ft-hero-with-links .ft-hero-links .links-header {
        padding: 15px;
    }
    .ft-hero-with-links .ft-hero-links .links-header p {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 22px;
        line-height: 1.4666666667;
    }
    .ft-hero-with-links .ft-hero-links .links-body {
        padding: 15px 10px;
    }
    .ft-hero-with-links .ft-hero-links .links-body ul li {
        width: 49%;
        vertical-align: top;
    }
}
.ft-content-split .container {
    position: relative;
}
.ft-content-split .ft-top-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    width: 80%;
    text-align: center;
    max-width: 300px;
}
.ft-content-split .ft-top-img img {
    max-height: 175px;
    width: auto;
}
.ft-content-split .ft-top-img + .columns .column:first-child {
    padding-top: 180px;
    padding-bottom: 20px;
}
.ft-content-split .column {
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ft-content-split .column .ft-content :first-child {
    margin-top: 0;
}
.ft-content-split .column .ft-content .gform_wrapper,
.ft-content-split .column .ft-content .gform_wrapper form {
    padding: 0;
}
.ft-content-split .column .ft-content .gform_confirmation_message {
    font-size: 20px;
    text-align: center;
    padding: 100px 24px;
    font-weight: 500;
}
@media print, screen and (min-width: 640px) {
    .ft-content-split .ft-top-img {
        width: auto;
    }
    .ft-content-split .ft-top-img + .columns .column:first-child {
        padding-top: 220px;
    }
    .ft-content-split .column .ft-content .gform_confirmation_message {
        font-size: 24px;
    }
}
@media screen and (min-width: 960px) {
    .ft-content-split .ft-top-img {
        top: 30px;
        max-width: 1000px;
    }
    .ft-content-split .ft-top-img + .columns .column,
    .ft-content-split .ft-top-img + .columns .column:first-child {
        padding-top: 250px;
        padding-bottom: 100px;
    }
    .ft-content-split .column {
        padding: 100px 2rem;
    }
    .ft-content-split .column .ft-content {
        max-width: 540px;
    }
    .ft-content-split .column:first-child .ft-content {
        float: right;
        right: 0;
    }
}
@media screen and (min-width: 1220px) {
    .ft-content-split .column {
        padding: 100px;
    }
    .ft-content-split .ft-top-img + .columns .column,
    .ft-content-split .ft-top-img + .columns .column:first-child {
        padding-top: 230px;
        padding-bottom: 100px;
    }
}
.ft-services-tiles > .container {
    overflow: hidden;
}
.ft-services-tiles .ft-service {
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
}
.ft-services-tiles .ft-service > .columns {
    position: relative;
}
.ft-services-tiles .ft-service h2 {
    color: #fff;
}
.ft-services-tiles .ft-service .service-info {
    padding: 1.75rem;
    position: relative;
    z-index: 2;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ft-services-tiles .ft-service .cta-ph {
    position: absolute;
    left: 1.75rem;
    bottom: 1.75rem;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ft-services-tiles .ft-service .service-icon-wrap {
    position: absolute;
    bottom: 1.75rem;
    right: 1.75rem;
}
.ft-services-tiles .ft-service .service-icon-wrap.icon-b-centered {
    bottom: inherit;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ft-services-tiles .ft-service .service-icon-wrap.icon-br-flush {
    bottom: 0;
    right: 0;
}
.ft-services-tiles .ft-service:hover {
    text-decoration: none;
}
.ft-services-tiles .ft-service:hover .service-img-wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ft-services-tiles .ft-service:hover .cta-ph .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ft-services-tiles .ft-service:hover .cta-ph .icon,
.ft-services-tiles .ft-service:hover .cta-ph .icon i,
.ft-services-tiles .ft-service:hover .service-info {
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ft-services-tiles .ft-service:hover .service-info {
    width: 100%;
}
.ft-services-tiles .ft-service:hover .service-info.ft-s-left {
    margin-left: -50%;
}
.ft-services-tiles .service-img-wrap {
    min-height: 280px;
    min-height: 254px;
    max-height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.ft-services-tiles .service-img-wrap img {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: auto;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
    .ft-services-tiles .ft-service {
        border-top: 1px solid #fff;
    }
    .ft-services-tiles .ft-service .is-paddingless {
        display: none;
    }
    .ft-services-tiles .ft-service .service-info {
        height: 165px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ft-services-tiles .ft-service .service-info .ft-left {
        width: 100%;
        position: relative;
    }
    .ft-services-tiles .ft-service .service-info .ft-left .cta-ph {
        left: 0;
        bottom: 0;
    }
    .ft-services-tiles .ft-service .service-info .ft-left .cta-ph .retif-icon {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .ft-services-tiles .ft-service .service-info .ft-left .service-name {
        margin-top: 8px;
    }
    .ft-services-tiles .ft-service .service-info .ft-left .ft-icon-circle {
        padding: 18px;
    }
    .ft-services-tiles .ft-service .service-info .ft-right .service-icon-wrap {
        top: inherit;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .ft-services-tiles .ft-service .service-icon-wrap {
        position: static;
        text-align: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
    .ft-services-tiles .ft-service .service-img-wrap {
        display: none;
    }
    .ft-services-tiles .ft-service:hover .service-info.ft-s-left {
        margin-left: 0;
    }
}
@media screen and (max-width: 639px) {
    .ft-services-tiles .ft-service .service-info {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .ft-services-tiles .ft-service .service-info .ft-left .service-name {
        margin-top: 2px;
    }
    .ft-services-tiles .ft-service .service-info .ft-left h2.h2-alt {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .ft-services-tiles .ft-service .service-info .ft-left .ft-icon-circle {
        padding: 16px;
    }
}
.ft-industries-tiles h4 {
    margin-bottom: 15px;
}
.ft-industries-tiles h2 {
    margin-bottom: 10px;
    color: #0f357a;
}
.ft-industries-tiles .ft-industries {
    margin-left: -15px;
    margin-right: -15px;
}
.ft-industries-tiles .tile {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
}
.ft-industries-tiles .tile.is-ancestor {
    margin: 0 -1rem;
}
.ft-industries-tiles .tile.is-parent {
    padding-top: 0;
    padding-bottom: 0;
}
.ft-industries-tiles .tile h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.2727272727;
    margin-bottom: 0;
    color: #fff;
}
.ft-industries-tiles .tile p.ft-subhead {
    color: #fff;
}
.ft-industries-tiles .tile .ft-industry-subhead {
    display: inline-block;
}
.ft-industries-tiles .tile .ft-industry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 150px;
    border-top: 1px solid #fff;
}
.ft-industries-tiles .tile .ft-industry .industry-bkg {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-industries-tiles .tile .ft-industry .industry-content {
    position: absolute;
    bottom: 0;
    z-index: 11;
}
.ft-industries-tiles .tile .ft-industry .industry-content h2 {
    font-weight: 800;
}
.ft-industries-tiles .tile .ft-industry .industry-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 10;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-industries-tiles .tile .ft-industry:hover .industry-mask {
    opacity: 0.1;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-industries-tiles .tile .ft-industry:hover .industry-bkg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media print, screen and (min-width: 640px) {
    .ft-industries-tiles h4 {
        margin-bottom: 25px;
    }
    .ft-industries-tiles .ft-industries {
        padding-right: 4px;
        padding-left: 4px;
        margin-left: 0;
        margin-right: 0;
    }
    .ft-industries-tiles .ft-industries .tile.is-parent {
        padding: 5px;
    }
    .ft-industries-tiles .ft-industries .tile .ft-industry {
        min-height: 250px;
    }
    .ft-industries-tiles .ft-industries .tile .ft-industry .industry-mask {
        opacity: 0.35;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .ft-industries-tiles .ft-industries .tile .ft-industry {
        min-height: 186px;
    }
}
@media screen and (min-width: 1220px) {
    .ft-industries-tiles h2 {
        margin-bottom: 30px;
    }
    .ft-industries-tiles .ft-industries .tile.is-parent {
        padding: 1rem;
    }
    .ft-industries-tiles .ft-industries .tile.is-ancestor {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-top: -1rem;
    }
    .ft-industries-tiles .ft-industries .ft-industry {
        min-height: 300px;
    }
}
.ft-hp-about-us h2 {
    color: #0f357a;
}
.ft-hp-about-us .img-block-wrap .image-txt {
    background-color: #0f357a;
    color: #fff;
    padding: 44px 35px;
    position: relative;
    z-index: 2;
}
.ft-hp-about-us .img-block-wrap .image-txt b,
.ft-hp-about-us .img-block-wrap .image-txt strong {
    color: #fff;
}
.ft-hp-about-us .img-block-wrap .image-txt p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 28px;
    line-height: 1.8666666667;
}
.ft-hp-about-us .img-block-wrap img {
    display: inline-block;
    margin-top: -195px;
    margin-left: 117px;
}
.ft-hp-about-us .ft-bottom-text {
    max-width: 740px;
    margin-top: 20px;
}
.ft-hp-about-us .ft-bottom-text b {
    font-size: 18px;
    font-size: 1.125rem;
}
.ft-hp-about-us .standalone-text {
    color: #0f357a;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
}
.ft-hp-about-us .ft-join-wrap {
    border-top: 1px solid #d8d8d8;
    margin-top: 70px;
}
.ft-hp-about-us .ft-join-wrap .ft-link-wrap {
    margin-top: 40px;
}
.ft-hp-about-us .ft-join-wrap .ft-link-wrap .ft-link {
    display: inline-block;
    padding: 2px 28px;
    border-left: 1px solid #979797;
}
.ft-hp-about-us .ft-join-wrap .ft-link-wrap .ft-link p.link-header {
    margin-bottom: 0;
    font-weight: 700;
}
.ft-hp-about-us .ft-join-wrap .ft-link-wrap .ft-link:first-child {
    border-left: 0;
    padding-left: 0;
}
@media screen and (max-width: 639px) {
    .ft-hp-about-us h2 {
        text-align: center;
    }
    .ft-hp-about-us .img-block-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .ft-hp-about-us .img-block-wrap .image-txt {
        padding: 25px 15px;
    }
    .ft-hp-about-us .img-block-wrap .image-txt p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.4285714286;
    }
    .ft-hp-about-us .img-block-wrap img {
        display: block;
        margin-top: 0;
        margin-left: 0;
    }
    .ft-hp-about-us .ft-bottom-text {
        margin-left: 0;
    }
    .ft-hp-about-us .standalone-text {
        margin-top: 0;
    }
    .ft-hp-about-us .ft-join-wrap {
        margin-top: 10px;
    }
    .ft-hp-about-us .ft-join-wrap .ft-link-wrap {
        margin-top: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ft-hp-about-us .ft-join-wrap .ft-link-wrap .ft-link {
        padding: 2px 12px;
        width: 50%;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-hp-about-us .ft-header {
        text-align: center;
    }
    .ft-hp-about-us .img-block-wrap .image-txt {
        max-width: 420px;
    }
    .ft-hp-about-us .ft-link-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 1220px) {
    .ft-hp-about-us .ft-header {
        text-align: left;
    }
    .ft-hp-about-us .ft-bottom-text {
        margin-left: 117px;
    }
    .ft-hp-about-us .standalone-text {
        margin-top: 30px;
    }
    .ft-hp-about-us .ft-link-wrap {
        display: block;
    }
}
.ft-hp-contact-us:hover .ft-locations-list img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-hp-contact-us .ft-locations-list .contact-header,
.ft-hp-contact-us .ft-locations-list .contact-header a,
.ft-hp-contact-us .ft-locations-list .ft-contact-blocks,
.ft-hp-contact-us .ft-locations-list .ft-contact-blocks a,
.ft-hp-contact-us .ft-locations-list .ft-eyebrow,
.ft-hp-contact-us .ft-locations-list .ft-eyebrow a {
    color: #fff !important;
}
.ft-hp-contact-us .ft-eyebrow {
    margin-bottom: 55px;
}
.ft-hp-contact-us .ft-contact-blocks {
    margin-bottom: 40px;
}
.ft-hp-contact-us .ft-contact-blocks .ft-contact {
    display: inline-block;
    margin-left: 40px;
    position: relative;
    z-index: 100;
}
.ft-hp-contact-us .ft-contact-blocks .ft-contact .contact-header {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.1666666667;
    margin-bottom: 20px;
    color: #0f357a;
}
.ft-hp-contact-us .ft-contact-blocks .ft-contact p {
    margin-bottom: 0;
}
.ft-hp-contact-us .ft-contact-blocks .ft-contact p a {
    color: #0f357a;
}
.ft-hp-contact-us .ft-contact-blocks .ft-contact p a span {
    color: #211d1e;
}
.ft-hp-contact-us .ft-contact-blocks .ft-contact:first-child {
    margin-left: 0;
}
.ft-hp-contact-us .contact-btns {
    margin-bottom: 35px;
    width: 500px;
}
.ft-hp-contact-us .contact-btns .contact-btn {
    width: 248px;
    display: inline-block;
}
.ft-hp-contact-us .contact-btns .contact-btn a {
    display: block;
    background-color: #295eaa;
    padding: 20px 26px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width: 187px;
    color: #fff;
    font-weight: 500;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: -webkit-gradient(linear, left top, right top, from(#295eaa), to(#295eaa));
    background: -webkit-linear-gradient(left, #295eaa, #295eaa 100%);
    background: -o-linear-gradient(left, #295eaa, #295eaa 100%);
    background: linear-gradient(90deg, #295eaa, #295eaa);
}
.ft-hp-contact-us .contact-btns .contact-btn a:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#5283c8), to(#295eaa));
    background: -webkit-linear-gradient(left, #5283c8, #295eaa 100%);
    background: -o-linear-gradient(left, #5283c8, #295eaa 100%);
    background: linear-gradient(90deg, #5283c8, #295eaa);
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-hp-contact-us .ft-locations-list {
    background-image: -webkit-gradient(linear, left top, right top, from(#0f357a), color-stop(25%, #0f357a), to(#295eaa));
    background-image: -webkit-linear-gradient(left, #0f357a, #0f357a 25%, #295eaa);
    background-image: -o-linear-gradient(left, #0f357a 0, #0f357a 25%, #295eaa 100%);
    background-image: linear-gradient(90deg, #0f357a 0, #0f357a 25%, #295eaa);
    padding-top: 80px;
    padding-bottom: 60px;
}
.ft-hp-contact-us .ft-locations-list img {
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-hp-contact-us .ft-locations-list .ft-custom-list {
    margin-left: 0;
}
.ft-hp-contact-us .ft-locations-list .container {
    position: relative;
}
.ft-hp-contact-us .ft-locations-list .container > .columns {
    position: relative;
    z-index: 10;
}
.ft-hp-contact-us .ft-locations-list img {
    position: absolute;
    max-width: inherit;
    max-width: none;
    left: 50%;
    margin-left: -400px;
    top: -593px;
    max-width: 1250px;
}
.ft-hp-contact-us .ft-locations-list ul {
    list-style-type: none;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}
.ft-hp-contact-us .ft-locations-list ul .ft-location {
    color: #bdbdbd;
}
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-location-count,
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-location-info {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-location-count {
    color: #4a90e2;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.1111111111;
    font-weight: 700;
    width: 10px;
    margin-top: 2px;
}
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-loc-title {
    font-weight: 700;
    color: #bdbdbd;
}
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-loc-address {
    margin-bottom: 10px;
}
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-loc-address a,
.ft-hp-contact-us .ft-locations-list ul .ft-location .ft-loc-address p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.3333333333;
    margin-top: 4px;
    color: #bdbdbd;
    margin-bottom: 0;
}
@media screen and (max-width: 639px) {
    .ft-hp-contact-us .ft-eyebrow {
        margin-bottom: 0;
    }
    .ft-hp-contact-us .map-wrapper.column {
        padding: 0;
    }
    .ft-hp-contact-us .map-wrapper.column #map {
        height: 400px !important;
    }
    .ft-hp-contact-us .ft-contact-blocks {
        margin-bottom: 40px;
    }
    .ft-hp-contact-us .ft-contact-blocks .ft-contact {
        margin-left: 0;
        margin-top: 15px;
    }
    .ft-hp-contact-us .ft-contact-blocks .ft-contact .contact-header {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .ft-hp-contact-us .ft-locations-list {
        padding-top: 40px;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .ft-hp-contact-us .ft-locations-list img {
        position: absolute;
        margin-left: 0;
        width: 640px;
        max-width: 769px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .ft-hp-contact-us .ft-locations-list .contact-btns {
        width: auto;
        margin-top: 20px;
    }
    .ft-hp-contact-us .ft-locations-list .contact-btns div.contact-btn:first-child {
        margin-bottom: 20px;
    }
    .ft-hp-contact-us .ft-locations-list .contact-btns div.contact-btn a {
        width: 100%;
        margin: 0 4px;
        padding: 20px 10px;
    }
    .ft-hp-contact-us .ft-locations-list .ft-mobile-header {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.2;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-left: 10px;
        color: #fff;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list {
        width: 100%;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .ft-location-count {
        display: none;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .retif-icon {
        display: block;
        padding-right: 10px;
        position: absolute;
        top: 4px;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .ft-location-info {
        padding-left: 18px;
        padding-right: 2px;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .ft-location-info .ft-loc-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 21px;
        line-height: 1.3125;
    }
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .ft-location-info .ft-loc-address,
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .ft-location-info .ft-loc-address a,
    .ft-hp-contact-us .ft-locations-list .ft-custom-list .ft-location .ft-location-info .ft-loc-address p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 19px;
        line-height: 1.3571428571;
    }
    .ft-hp-contact-us:hover .ft-locations-list img {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-hp-contact-us .ft-eyebrow {
        margin-bottom: 35px;
    }
}
@media screen and (min-width: 960px) {
    .ft-hp-contact-us .ft-eyebrow {
        margin-bottom: 55px;
    }
    .ft-hp-contact-us .ft-locations-list img {
        max-width: 1800px;
        top: -684px;
        margin-left: -600px;
    }
}
.ft-industries-two-col > .container {
    padding-left: 0;
    padding-right: 0;
}
.ft-industries-two-col .ft-industry .number-border {
    margin-bottom: 30px;
    margin-left: -16px;
}
.ft-industries-two-col .ft-industry .number-border p {
    margin-bottom: 0;
    font-size: 26px;
    font-size: 1.625rem;
    color: #0f357a;
    position: relative;
    font-weight: 300;
    letter-spacing: 3px;
}
.ft-industries-two-col .ft-industry .number-border p span {
    height: 2px;
    background-color: #979797;
    display: inline-block;
    width: 84%;
    position: absolute;
    top: 18px;
    left: 52px;
}
.ft-industries-two-col .ft-industry h2 {
    margin-bottom: 38px;
    color: #0f357a;
}
.ft-industries-two-col .ft-industry .ft-ind-subcontent {
    max-width: 540px;
}
.ft-industries-two-col .ft-industry .ft-ind-int-img .imp-wrap {
    margin: 0 auto;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 900px;
    margin-top: -100px;
    position: relative;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links {
    position: absolute;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links a {
    border-top: 1px solid #0f357a;
    display: block;
    background-color: #295eaa;
    padding: 30px;
    width: 240px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links a .retif-icon {
    margin-right: 10px;
    width: 32px;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links a:first-child {
    border-top: none;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links a:hover {
    font-size: 17px;
    font-size: 1.0625rem;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}
.ft-industries-two-col .ft-industry .ft-ind-bkg.ft-right .ft-ind-links {
    left: 0;
    right: inherit;
    right: auto;
}
.ft-industries-two-col .ft-industry .ft-ind-content {
    height: 700px;
    padding: 90px;
    background-color: #fff;
}
.ft-industries-two-col .ft-industry:first-child .ft-ind-bkg {
    margin-top: 0;
    height: 800px;
}
.ft-industries-two-col .ft-industry:first-child .ft-ind-content {
    margin-top: -20px;
}
.ft-industries-two-col.no-offset .ft-industry:first-child .ft-ind-content {
    margin-top: 0;
}
@media screen and (min-width: 960px) {
    .ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 959px) {
    .ft-industries-two-col > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .ft-industries-two-col .ft-industry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ft-industries-two-col .ft-industry .number-border {
        margin-left: 0;
    }
    .ft-industries-two-col .ft-industry .ft-ind-bkg {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
        height: auto;
    }
    .ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links {
        position: relative;
        width: 100%;
    }
    .ft-industries-two-col .ft-industry .ft-ind-bkg .ft-ind-links a {
        width: 100%;
    }
    .ft-industries-two-col .ft-industry .ft-ind-subcontent {
        max-width: 100%;
    }
    .ft-industries-two-col .ft-industry .ft-ind-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 15px;
        margin-top: 40px;
        height: auto;
    }
    .ft-industries-two-col .ft-industry .ft-ind-content > div {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ft-industries-two-col .ft-industry:first-child .ft-ind-content {
        margin-top: 40px;
    }
}
.ft-module.features-up {
    background-color: #0f357a;
    color: #fff;
    margin: 0;
    padding: 60px 0;
}
@media screen and (min-width: 960px) {
    .ft-module.features-up {
        padding: 120px 0 100px;
    }
}
.ft-module.features-up .column {
    text-align: center;
}
.ft-module.features-up .overall-content {
    text-align: center;
    max-width: 954px;
    margin: 0 auto 40px;
}
.ft-module.features-up .overall-content h2 {
    margin-bottom: 24px;
}
.ft-module.features-up .col-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ft-module.features-up .col-content .column .img-wrapper {
    margin-bottom: 20px;
}
.ft-module.features-up .col-content .column h3 {
    margin-bottom: 10px;
}
.ft-module.features-up a {
    color: #fff;
    text-decoration: underline;
}
.ft-module.features-up a:hover {
    text-decoration: none;
}
@media print, screen and (min-width: 640px) {
    .ft-module.features-up {
        padding: 120px 0;
    }
    .ft-module.features-up .col-content .column .img-wrapper {
        margin-bottom: 30px;
        min-height: 88px;
    }
}
@media screen and (min-width: 960px) {
    .ft-module.features-up .columns.column-half-quarter .column {
        padding: 10px 50px;
    }
}
.ft-hero-form + .ft-module.features-up {
    padding-top: 120px;
}
.ft-product-gallery {
    background-color: #f3f3f3;
}
.ft-product-gallery .ft-header-img {
    height: 225px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d8d8d8;
}
.ft-product-gallery .ft-grid-filters {
    position: relative;
}
.ft-product-gallery .ft-grid-filters .filter-header {
    position: relative;
    display: block;
    cursor: default;
}
.ft-product-gallery .ft-grid-filters .filter-header:hover {
    text-decoration: none;
}
.ft-product-gallery .ft-grid-filters .filter-header h3 {
    margin-bottom: 34px;
    font-weight: 700;
    color: #6f6f6f;
}
.ft-product-gallery .ft-grid-filters .filter-header h3 span {
    position: static;
    padding-left: 4px;
}
.ft-product-gallery .ft-grid-filters .filter-header span.retif-icon {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 14px;
    display: inline-block;
}
.ft-product-gallery .ft-grid-filters .ft-clear-filter {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 14px;
    display: none;
    font-weight: 500;
    position: absolute;
    top: 44px;
}
.ft-product-gallery .ft-grid-brand-sel {
    padding: 25px 0 40px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #295eaa), color-stop(90%, #0f357a));
    background-image: -webkit-linear-gradient(left, #295eaa 10%, #0f357a 90%);
    background-image: -o-linear-gradient(left, #295eaa 10%, #0f357a 90%);
    background-image: linear-gradient(90deg, #295eaa 10%, #0f357a 90%);
}
.ft-product-gallery .ft-grid-brand-sel p {
    color: #f4f9ff;
    margin-bottom: 30px;
    font-weight: 500;
}
.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    opacity: 0.55;
    -webkit-filter: sepia(100%) hue-rotate(180deg) saturate(300%);
    filter: sepia(100%) hue-rotate(180deg) saturate(300%);
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.active,
.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.ft-active,
.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.ft-product-gallery .ft-grid-summary {
    background-color: #fff;
    padding: 40px 0 30px;
}
.ft-product-gallery .ft-grid-summary .ft-lubricant-count {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
}
.ft-product-gallery .ft-grid-summary .ft-lubricant-count span {
    color: #d02627;
    font-size: 25px;
    font-size: 1.5625rem;
    position: relative;
    top: 4px;
    font-weight: 700;
}
.ft-product-gallery .ft-grid-summary .ft-sort-brand {
    position: absolute;
    right: 0;
}
.ft-product-gallery .ft-grid-summary .ft-sort-brand p {
    margin-bottom: 0;
    color: #6f6f6f;
}
.ft-product-gallery .ft-show-all {
    display: none;
}
.ft-product-gallery .ft-lubricants-grid {
    padding: 50px 20px;
}
.ft-product-gallery .ft-product {
    overflow: hidden;
    max-height: 408px;
}
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content {
    padding: 20px 12px 14px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-height: 158px;
    overflow: hidden;
    background-color: #fff;
}
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .eyebrow,
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .product-long-desc,
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .product-read-more {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.4666666667;
    margin-bottom: 8px;
    color: #6f6f6f;
}
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 1.3333333333;
    margin-bottom: 8px;
}
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .product-long-desc {
    margin-top: 60px;
    min-height: 135px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .ft-close:before {
    content: 'x';
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 700;
    position: absolute;
    color: #fff;
    right: 30px;
    top: 15px;
    opacity: 0;
    -o-transition: opacity 0.4s ease 0.4s;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}
.ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .product-read-more {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    left: 0;
    height: 0;
    overflow: hidden;
    padding-top: 16px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #295eaa;
    margin-bottom: 0;
    border-top: 1px solid transparent;
    text-align: center;
}
.ft-product-gallery .ft-product.ft-active .ft-product-content-wrap {
    margin-top: -250px;
    -o-transition: all 0.4s ease 0.4s;
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}
.ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content {
    position: relative;
    z-index: 1000;
    max-height: 408px;
    height: 408px;
    overflow-y: auto;
    background-color: #295eaa;
    color: #fff;
    -o-transition: all 0.4s ease 0.4s;
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
    padding-top: 40px;
}
.ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content .ft-close:before {
    opacity: 1;
    -o-transition: opacity 0.4s ease 0.4s;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}
.ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content .product-long-desc {
    margin-top: 28px;
    color: #fff;
}
.ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content .eyebrow {
    color: #fff;
}
.ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content .product-read-more {
    padding-top: 0;
    border-top: none;
}
.ft-product-gallery .ft-product .ft-product-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.ft-product-gallery .ft-product .ft-product-sheets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 77px;
    background-color: #0f357a;
    max-height: 0;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1000;
    position: relative;
}
.ft-product-gallery .ft-product .ft-product-sheets > a {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.ft-product-gallery .ft-product .ft-product-sheets > a span {
    margin-bottom: 8px;
    font-size: 18px;
}
.ft-product-gallery .ft-product .ft-product-sheets > a p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 1.1538461538;
}
.ft-product-gallery .ft-product .ft-product-sheets > a:hover {
    background-color: #295eaa;
    text-decoration: none;
}
.ft-product-gallery .ft-product:not(.ft-active):hover .ft-content {
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -20px;
    max-height: 228px;
}
.ft-product-gallery .ft-product:not(.ft-active):hover .ft-content .product-long-desc {
    margin-top: 8px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-product-gallery .ft-product:not(.ft-active):hover .ft-content .product-read-more {
    height: 62px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: #295eaa;
}
.ft-product-gallery .ft-product:not(.ft-active):hover .ft-product-sheets {
    max-height: 77px;
    margin-top: -127px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-product-gallery .grid {
    margin-top: -24px;
}
.ft-product-gallery .grid-item {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.ft-product-gallery .grid-item,
.ft-product-gallery .grid-sizer {
    width: 31%;
    width: 30%;
    min-width: 200px;
    margin: 0 0 34px;
}
.ft-product-gallery .gutter-sizer {
    width: 3%;
    width: 4%;
}
@media screen and (min-width: 960px) and (max-width: 1219px) {
    .ft-product-gallery .grid-item,
    .ft-product-gallery .grid-sizer {
        width: 48%;
        width: calc(50% - 30px);
    }
}
@media screen and (max-width: 959px) {
    .ft-product-gallery .ft-grid-summary {
        padding: 0;
    }
    .ft-product-gallery .ft-grid-summary .ft-lubricant-count {
        margin: 0;
    }
    .ft-product-gallery .grid-item,
    .ft-product-gallery .grid-sizer {
        min-width: 100px;
        width: 48%;
        width: calc(50% - 15px);
    }
    .ft-product-gallery .ft-grid-brand-sel p {
        margin-bottom: 10px;
    }
    .ft-product-gallery .ft-grid-brand-sel .ft-brands-sel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .ft-product-gallery .ft-grid-filters .filter-header {
        cursor: pointer;
    }
    .ft-product-gallery .ft-grid-filters .filter-header h3 {
        margin-bottom: 35px;
    }
    .ft-product-gallery .ft-product {
        max-height: 351px;
    }
    .ft-product-gallery .ft-product .ft-product-content-wrap .ft-content {
        padding: 26px 20px;
        max-height: 136px;
    }
    .ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .eyebrow {
        margin-bottom: 4px;
    }
    .ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .product-read-more {
        margin-left: 0;
        margin-right: 0;
        padding: 16px 26px 0;
        width: 100%;
    }
    .ft-product-gallery .ft-product .ft-product-content-wrap .ft-content .ft-close:before {
        right: 17px;
        top: 2px;
    }
    .ft-product-gallery .ft-product.ft-active .ft-product-content-wrap {
        margin-top: -234px;
    }
    .ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content {
        height: 386px;
        max-height: 371px;
    }
    .ft-product-gallery .ft-product:not(.ft-active):hover .ft-content {
        max-height: 206px;
    }
    .ft-product-gallery .ft-header-img {
        height: 225px;
    }
}
@media screen and (max-width: 639px) {
    .ft-product-gallery .ft-show-all {
        display: block;
    }
    .ft-product-gallery .grid-wrapper {
        height: 1160px;
        overflow: hidden;
    }
    .ft-product-gallery .grid-wrapper.height-auto {
        height: auto;
    }
    .ft-product-gallery .grid {
        max-width: 450px;
        margin: -30px auto 0;
    }
    .ft-product-gallery .grid-item,
    .ft-product-gallery .grid-sizer {
        min-width: 100px;
        width: 100%;
    }
    .ft-product-gallery .ft-grid-filters .accordion-content {
        padding-top: 20px;
    }
    .ft-product-gallery .ft-grid-filters .accordion-content .ft-grid-filter:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #bdbdbd;
    }
    .ft-product-gallery .ft-lubricants-grid {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }
    .ft-product-gallery .ft-product.ft-active .ft-product-content-wrap {
        margin-top: -226px;
    }
    .ft-product-gallery .ft-product.ft-active .ft-product-content-wrap .ft-content {
        height: 367px;
        max-height: 352px;
    }
    .ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a:hover {
        opacity: 0.55;
    }
    .ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a:hover.active,
    .ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a:hover.ft-active {
        opacity: 1;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-product-gallery .ft-grid-filters .filter-header span.retif-icon {
        position: relative;
        top: -5px;
        right: -1px;
        font-size: 10px;
    }
}
#bel-ray.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.bel-ray,
#pennzoil.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.pennzoil,
#pink-moose.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.pink-moose,
#quaker-state.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.quaker-state,
#shell.ft-product-gallery .ft-grid-brand-sel .ft-brands-sel a.shell {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.ft-hero-simple,
.ft-hero-simple.ft-vcentered {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    height: 350px;
}
.ft-hero-simple .container,
.ft-hero-simple.ft-vcentered .container {
    width: 100%;
    position: relative;
    z-index: 5;
}
.ft-hero-simple.ft-vcentered.ft-vert-top,
.ft-hero-simple.ft-vert-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.ft-hero-simple.ft-short,
.ft-hero-simple.ft-vcentered.ft-short {
    height: 200px;
}
.ft-hero-simple.ft-h-large,
.ft-hero-simple.ft-vcentered.ft-h-large {
    max-height: 665px;
    min-height: 300px;
    height: 300px;
    height: 38vw;
}
.ft-hero-simple.ft-h-xl,
.ft-hero-simple.ft-vcentered.ft-h-xl {
    max-height: 600px;
    min-height: 340px;
    height: 340px;
    height: 62vw;
}
.ft-hero-simple.ft-multi-cta.ft-h-xl,
.ft-hero-simple.ft-vcentered.ft-multi-cta.ft-h-xl {
    min-height: 400px;
}
.ft-hero-simple.ft-multi-cta h1,
.ft-hero-simple.ft-multi-cta h2,
.ft-hero-simple.ft-multi-cta h3,
.ft-hero-simple.ft-vcentered.ft-multi-cta h1,
.ft-hero-simple.ft-vcentered.ft-multi-cta h2,
.ft-hero-simple.ft-vcentered.ft-multi-cta h3 {
    margin-bottom: 55px;
}
.ft-hero-simple.ft-vcentered h1,
.ft-hero-simple h1 {
    margin-bottom: 8px;
    margin-top: 0;
}
.ft-hero-simple.ft-vcentered h1 p,
.ft-hero-simple h1 p {
    margin-bottom: 0;
}
.ft-hero-simple .ft-btn-primary,
.ft-hero-simple.ft-vcentered .ft-btn-primary {
    display: inline-block;
    margin-top: 14px;
}
.ft-hero-simple .ft-eyebrow,
.ft-hero-simple.ft-vcentered .ft-eyebrow {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.1818181818;
}
.ft-hero-simple .ft-foreground-img,
.ft-hero-simple.ft-vcentered .ft-foreground-img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -45px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 300px;
    height: 25vw;
    min-height: 300px;
    max-height: 350px;
}
@media screen and (min-width: 640px) {
    .ft-hero-simple.ft-multi-cta a,
    .ft-hero-simple.ft-vcentered.ft-multi-cta a {
        min-width: 275px;
    }
    .ft-hero-simple.ft-short,
    .ft-hero-simple.ft-vcentered.ft-short {
        height: 250px;
        min-height: 250px;
    }
}
@media screen and (min-width: 960px) {
    .ft-hero-simple,
    .ft-hero-simple.ft-vcentered {
        height: 450px;
        min-height: 450px;
        padding-top: 40px;
    }
    .ft-hero-simple.ft-vcentered h1,
    .ft-hero-simple h1 {
        margin-bottom: 20px;
    }
    .ft-hero-simple.ft-h-large,
    .ft-hero-simple.ft-vcentered.ft-h-large {
        max-height: 600px;
        min-height: 450px;
        height: 450px;
        height: 38vw;
    }
    .ft-hero-simple.ft-h-xl,
    .ft-hero-simple.ft-vcentered.ft-h-xl {
        max-height: 700px;
        min-height: 550px;
        height: 550px;
        height: 53vw;
    }
    .ft-hero-simple.ft-short,
    .ft-hero-simple.ft-vcentered.ft-short {
        height: 350px;
        min-height: 350px;
    }
}
@media screen and (min-width: 1220px) {
    .ft-hero-simple.ft-vcentered.ft-vert-top,
    .ft-hero-simple.ft-vert-top {
        display: block;
    }
    .ft-hero-simple.ft-vcentered.ft-vert-top .container,
    .ft-hero-simple.ft-vert-top .container {
        margin-top: 10%;
    }
    .ft-hero-simple .ft-foreground-img,
    .ft-hero-simple.ft-vcentered .ft-foreground-img {
        display: block;
    }
    .ft-hero-simple .container.ft-container-adjust,
    .ft-hero-simple.ft-vcentered .container.ft-container-adjust {
        margin-top: -200px;
    }
}
.ft-hero-simple.ft-vcentered.ft-hero-form {
    max-height: none;
    height: auto;
    padding-top: 50px;
    min-height: 500px;
    z-index: 2;
}
.ft-hero-simple.ft-vcentered.ft-hero-form h1 {
    margin-bottom: 220px;
    text-align: center;
}
.ft-hero-simple.ft-vcentered.ft-hero-form.hero-form-alt h1 {
    margin: 40px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form.standard-spacing h1 {
    margin-bottom: 20px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form.standard-spacing .ft-hero-form-wrapper {
    margin-bottom: 0;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper {
    margin-bottom: -65px;
    padding: 15px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #fff;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .gform_wrapper {
    padding: 0;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .gform_wrapper .gform_heading .gform_required_legend {
    display: none;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .gform_wrapper form {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .def-form {
    min-height: 527px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .nf-form-content {
    padding: 0;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 0 !important;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .nf-response-msg {
    margin: 50px 0;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .nf-error-msg {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    margin-top: -4px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .nf-error-field-errors {
    display: none;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper input[type='button'].ft-btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -20px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .nf-field-element textarea {
    height: 120px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper label {
    color: #211d1e;
    font-size: 1rem;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .input {
    line-height: 2;
    height: 38px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .input::-webkit-input-placeholder {
    color: #6f6f6f;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .input:-ms-input-placeholder {
    color: #6f6f6f;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .input::-ms-input-placeholder {
    color: #6f6f6f;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .input::placeholder {
    color: #6f6f6f;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .contact-form-content {
    margin-bottom: 20px;
    color: #211d1e;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .contact-form-content h2,
.ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .contact-form-content h3 {
    font-weight: 800;
    color: #0f357a;
    text-align: center;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .text-below-form {
    margin-top: 20px;
}
.ft-hero-simple.ft-vcentered.ft-hero-form .text-below-form a {
    color: inherit;
}
@media print, screen and (min-width: 640px) {
    .ft-hero-simple.ft-vcentered.ft-hero-form h1 {
        text-align: left;
        margin-bottom: 0;
    }
    .ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .contact-form-content h2,
    .ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper .contact-form-content h3 {
        text-align: left;
    }
}
@media screen and (min-width: 960px) {
    .ft-hero-simple.ft-vcentered.ft-hero-form,
    .ft-hero-simple.ft-vcentered.ft-hero-form .column.add-p {
        padding-top: 150px;
    }
    .ft-hero-simple.ft-vcentered.ft-hero-form.hero-form-alt {
        padding-top: 75px;
    }
    .ft-hero-simple.ft-vcentered.ft-hero-form h1 {
        text-align: left;
        margin-bottom: 0;
    }
    .ft-hero-simple.ft-vcentered.ft-hero-form .ft-hero-form-wrapper {
        padding: 30px 40px 40px;
    }
}
.ft-hero-map.ft-hero-simple.ft-vcentered.ft-h-large {
    max-height: 500px;
}
.ft-hero-map .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 959px) {
    .ft-hero-map.ft-hero-simple.ft-vcentered.ft-h-large {
        max-height: 700px;
        min-height: 500px;
        padding-top: 46px;
    }
}
.acf-map {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    margin: 20px 0;
    border-radius: 4px;
    color: #211d1e;
}
.acf-map .gm-style-iw.gm-style-iw-c {
    max-height: 137px !important;
}
.acf-map .gm-style-iw-d {
    max-height: 150px !important;
}
.acf-map .phone-link {
    color: #295eaa;
}
@media screen and (max-width: 959px) {
    .acf-map {
        height: 275px;
        margin-top: 0;
    }
    .acf-map .phone-link {
        margin-bottom: 4px;
    }
    .acf-map a {
        width: 100%;
    }
}
.acf-map img {
    max-width: inherit !important;
}
.ft-text-img-grid .ft-content-blocks {
    padding-top: 10px;
    padding-bottom: 26px;
}
.ft-text-img-grid .ft-content-blocks .ft-text-w-link {
    margin-top: 30px;
    margin-bottom: 0;
}
.ft-text-img-grid h2 {
    color: #0f357a;
}
.ft-text-img-grid .is-8-desktop {
    margin-left: -15px;
    margin-right: -15px;
}
.ft-text-img-grid .ft-img-grid .ft-img-block {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 300px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: default;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.is-full {
    width: 100%;
    height: 12vw;
    min-height: 200px;
    max-height: 214px;
    display: none;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.ft-img-link {
    cursor: pointer;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.ft-img-link h3 {
    padding-right: 48px;
}
.ft-text-img-grid .ft-img-grid .ft-img-block .ft-img-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.74;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background-image: -webkit-linear-gradient(top, transparent 30%, #000);
    background-image: -o-linear-gradient(top, transparent 30%, #000 100%);
    background-image: linear-gradient(180deg, transparent 30%, #000);
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.ft-text-img-grid .ft-img-grid .ft-img-block .ft-img-block-content {
    z-index: 100;
    position: relative;
}
.ft-text-img-grid .ft-img-grid .ft-img-block h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 38px;
    line-height: 1.1176470588;
}
.ft-text-img-grid .ft-img-grid .ft-img-block .ft-icon-circle {
    position: absolute;
    right: 0;
    bottom: 10px;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-text-img-grid .ft-img-grid .ft-img-block .ft-subtext {
    max-height: 0;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow-y: hidden;
    padding-right: 48px;
}
.ft-text-img-grid .ft-img-grid .ft-img-block .ft-subtext ul {
    margin-bottom: 10px;
}
.ft-text-img-grid .ft-img-grid .ft-img-block .ft-subtext:last-child {
    margin-bottom: 0;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.ft-active,
.ft-text-img-grid .ft-img-grid .ft-img-block:hover {
    text-decoration: none;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.ft-active .ft-subtext,
.ft-text-img-grid .ft-img-grid .ft-img-block:hover .ft-subtext {
    max-height: 400px;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.ft-active .ft-img-mask,
.ft-text-img-grid .ft-img-grid .ft-img-block:hover .ft-img-mask {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), #000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0, #000);
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.ft-text-img-grid .ft-img-grid .ft-img-block.ft-active .ft-icon-circle,
.ft-text-img-grid .ft-img-grid .ft-img-block:hover .ft-icon-circle {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ft-text-img-grid .ft-img-grid .ft-img-block a:hover {
    text-decoration: none;
}
@media print, screen and (min-width: 640px) {
    .ft-text-img-grid .ft-img-grid .ft-img-block {
        width: 50%;
        height: 24vw;
        min-height: 300px;
        max-height: 400px;
        padding: 20px;
    }
}
@media screen and (min-width: 960px) {
    .ft-text-img-grid {
        padding-top: 60px;
    }
    .ft-text-img-grid .ft-content-blocks .ft-text-w-link {
        max-width: 275px;
    }
    .ft-text-img-grid .ft-text-w-link {
        margin-top: 100px;
        margin-left: 10px;
    }
    .ft-text-img-grid .is-8-desktop {
        margin-left: 0;
        margin-right: 0;
    }
    .ft-text-img-grid .ft-img-grid .ft-img-block.is-full {
        display: block;
    }
}
@media screen and (min-width: 1220px) {
    .ft-text-img-grid .ft-img-grid .ft-img-block {
        padding: 30px 44px;
    }
    .ft-text-img-grid .ft-img-grid .ft-img-block h3 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 54px;
        line-height: 1.2857142857;
    }
}
.ft-footer-cb {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#295eaa), to(#0f357a));
    background-image: -webkit-linear-gradient(left, #295eaa, #0f357a);
    background-image: -o-linear-gradient(left, #295eaa 0, #0f357a 100%);
    background-image: linear-gradient(90deg, #295eaa 0, #0f357a);
    margin-top: 0;
}
.ft-footer-cb .columns,
.ft-footer-cb.ft-with-form .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ft-footer-cb.ft-with-form .columns .ft-contact-block {
    vertical-align: top;
    text-align: left;
}
.ft-footer-cb.ft-with-form .columns > .column:first-child {
    text-align: left;
}
.ft-footer-cb.ft-with-form .ft-chat-block {
    margin-top: 20px;
}
.ft-footer-cb .ft-form-wrapper {
    background-color: #eee;
    border-radius: 8px;
    padding: 1.2rem 1rem;
    max-width: 570px;
    margin: 30px auto 0;
}
.ft-footer-cb .ft-form-wrapper h1,
.ft-footer-cb .ft-form-wrapper h2,
.ft-footer-cb .ft-form-wrapper h3,
.ft-footer-cb .ft-form-wrapper h4,
.ft-footer-cb .ft-form-wrapper p {
    margin-bottom: 20px;
}
.ft-footer-cb .ft-form-wrapper .label-above .nf-field-label {
    margin-bottom: 0;
}
.ft-footer-cb .ft-form-wrapper .nf-field-element textarea {
    max-height: 100px;
}
.ft-footer-cb .ft-form-wrapper .nf-response-msg {
    margin-top: 40px;
}
.ft-footer-cb .ft-form-wrapper .nf-field-label label {
    font-size: 15px;
}
.ft-footer-cb .ft-form-wrapper .nf-field-container {
    margin-bottom: 12px;
}
.ft-footer-cb .ft-form-wrapper .nf-after-field .nf-error-msg,
.ft-footer-cb .ft-form-wrapper .nf-error-msg {
    font-size: 14px;
}
.ft-footer-cb .ft-contact-block {
    display: inline-block;
    margin-bottom: 20px;
}
.ft-footer-cb .ft-contact-block:first-child {
    margin-top: 0;
}
.ft-footer-cb .ft-contact-block h3 {
    padding-right: 20px;
}
.ft-footer-cb .ft-contact-block .ft-contact-h {
    color: #4a90e2;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.1666666667;
}
.ft-footer-cb .ft-contact-block .ft-contact-info {
    margin-top: 15px;
}
.ft-footer-cb .ft-contact-block .ft-contact-info a,
.ft-footer-cb .ft-contact-block .ft-contact-info p {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.2;
}
.ft-footer-cb .ft-contact-block .ft-contact-info > p {
    margin-bottom: 8px;
}
.ft-footer-cb .ft-button-block .ft-btn-primary {
    background-color: #295eaa;
    background-image: none;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
}
.ft-footer-cb .ft-button-block .ft-btn-primary:first-child {
    margin-left: 0;
    margin-top: 0;
}
.ft-footer-cb .ft-button-block .ft-btn-primary:hover {
    background-color: #77a5e7;
}
@media print, screen and (min-width: 640px) {
    .ft-footer-cb .ft-button-block {
        margin-right: 20px;
    }
    .ft-footer-cb.ft-with-form .columns .ft-contact-wrapper {
        float: right;
    }
    .ft-footer-cb .ft-form-wrapper {
        margin-top: 0;
    }
}
@media screen and (min-width: 960px) {
    .ft-footer-cb .ft-contact-block .ft-contact-info {
        margin-top: 30px;
    }
    .ft-footer-cb .ft-contact-block .ft-contact-info > p {
        margin-bottom: 4px;
    }
    .ft-footer-cb.ft-with-form .ft-contact-block .ft-contact-info {
        margin-top: 15px;
    }
    .ft-footer-cb.ft-with-form .ft-chat-block {
        margin-top: 30px;
    }
    .ft-footer-cb .ft-form-wrapper {
        padding: 2.6em 2em;
    }
}
@media screen and (min-width: 1220px) {
    .ft-footer-cb {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .ft-footer-cb.ft-with-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ft-footer-cb .ft-button-block {
        margin-right: 0;
    }
    .ft-footer-cb .ft-button-block .ft-btn-primary {
        margin-left: 10%;
        width: auto;
    }
    .ft-footer-cb .ft-contact-block {
        margin-top: 0;
    }
}
@media screen and (max-width: 959px) {
    .ft-footer-cb .nf-form-cont .one-half {
        width: 100%;
    }
    .ft-footer-cb .ft-form-wrapper .nf-field-container {
        margin-left: 0;
    }
}
.ft-we-care .img-container {
    text-align: center;
}
.ft-we-care .img-container img {
    max-height: 200px;
    margin-bottom: 20px;
}
.ft-we-care .img-container > div {
    text-align: left;
}
.ft-we-care .img-container > div h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 1.2307692308;
    font-weight: 500;
}
.ft-we-care .img-container > div .ft-red-separator {
    margin-top: 24px;
}
.ft-we-care .text-container p {
    color: #0f357a;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333;
}
.ft-we-care .text-container ul,
.ft-we-care .text-container ul li {
    margin-left: 15px;
    color: #211d1e;
    list-style: none;
}
.ft-we-care .text-container ul li p,
.ft-we-care .text-container ul p {
    color: #211d1e;
    margin-bottom: 0;
    display: inline-block;
}
.ft-we-care .text-container ul li:before,
.ft-we-care .text-container ul li li:before {
    content: '\2022';
    color: #d02628;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: top;
}
@media screen and (min-width: 960px) {
    .ft-we-care .img-container img {
        max-height: 2000px;
        margin-bottom: 0;
    }
    .ft-we-care .img-container > div {
        margin-top: -70px;
    }
    .ft-we-care .img-container > div h3 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 1.1111111111;
        font-weight: 500;
    }
    .ft-we-care .text-container {
        margin-top: 50px;
        padding-right: 50px;
    }
}
.ft-logo-banner .ft-border-wrapper span {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0f357a), to(#295eaa));
    background-image: -webkit-linear-gradient(left, #0f357a 20%, #295eaa);
    background-image: -o-linear-gradient(left, #0f357a 20%, #295eaa 100%);
    background-image: linear-gradient(90deg, #0f357a 20%, #295eaa);
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
}
.ft-logo-banner .ft-border-wrapper span strong {
    color: #fff;
}
.ft-logo-banner .ft-border-wrapper span:first-child {
    height: 4px;
}
.ft-logo-banner .ft-border-wrapper span:nth-child(2) {
    height: 8px;
}
.ft-logo-banner .ft-border-wrapper span:nth-child(3) {
    height: 16px;
}
.ft-logo-banner .ft-border-wrapper span:nth-child(4) {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}
.ft-logo-banner .ft-border-wrapper span:nth-child(4) p {
    margin-bottom: 0;
}
.ft-logo-banner .logo-container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ft-logo-banner .logo-container img {
    margin-top: 30px;
}
.ft-logo-banner .logo-container img:first-child {
    margin-left: 0;
}
@media screen and (min-width: 960px) {
    .ft-logo-banner .ft-border-wrapper span:nth-child(4) {
        height: 70px;
    }
    .ft-logo-banner .logo-container {
        margin-top: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 80px;
    }
    .ft-logo-banner .logo-container img {
        margin-top: 0;
        margin-left: 70px;
    }
}
.ft-company-team .bottom-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 -15px;
}
.ft-company-team .bottom-img-wrap img {
    min-height: 200px;
}
.ft-company-team .bottom-img-wrap p {
    position: absolute;
    color: #fff;
    max-width: 400px;
    margin-bottom: 0;
    padding: 15px;
}
.ft-company-team .is-3-desktop {
    text-align: center;
}
@media screen and (min-width: 960px) {
    .ft-company-team .bottom-img-wrap {
        margin: 0;
        padding: 0;
    }
    .ft-company-team .bottom-img-wrap p {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.3333333333;
    }
}
.ft-horizontal-tiles .ft-tile {
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-top: 1px solid #fff;
}
.ft-horizontal-tiles .ft-tile .ft-tile-content h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.1818181818;
    font-weight: 500;
}
.ft-horizontal-tiles .ft-tile .ft-tile-content img {
    margin-bottom: 20px;
}
.ft-horizontal-tiles .ft-tile .ft-tile-content p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.1818181818;
    font-weight: 700;
}
.ft-horizontal-tiles .ft-tile .ft-tile-content .ft-num-counter {
    margin-bottom: 40px;
}
.ft-horizontal-tiles .ft-tile .foreground-img {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 20px;
    max-width: 110px;
}
.ft-horizontal-tiles .ft-tile .foreground-img.ft-top-right {
    left: inherit;
    left: auto;
    right: 20px;
}
@media screen and (min-width: 960px) {
    .ft-horizontal-tiles .ft-tile {
        height: 280px;
        border-top-width: 0;
    }
}
@media screen and (min-width: 1220px) {
    .ft-horizontal-tiles .ft-tile {
        height: 380px;
        padding: 60px 20px;
    }
    .ft-horizontal-tiles .ft-tile .ft-tile-content img {
        margin-bottom: 40px;
    }
    .ft-horizontal-tiles .ft-tile .ft-tile-content .ft-num-counter {
        margin-bottom: 80px;
    }
    .ft-horizontal-tiles .ft-tile .foreground-img {
        max-width: inherit;
        max-width: none;
        left: 40px;
    }
    .ft-horizontal-tiles .ft-tile .foreground-img.ft-top-right {
        right: 40px;
    }
}
.ft-refuel-two-col .is-5 {
    padding-bottom: 10px;
}
.ft-refuel-two-col .column.no-border {
    border-bottom: none;
}
.ft-refuel-two-col .ft-eyebrow {
    margin-bottom: 2px;
    color: #211d1e;
}
.ft-refuel-two-col .ft-red-separator {
    margin-top: 14px;
    margin-bottom: 14px;
}
.ft-refuel-two-col .ft-blue-separator {
    display: none;
}
.ft-refuel-two-col p {
    color: #6f6f6f;
}
.ft-refuel-two-col .ft-eyebrow {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 1.1538461538;
}
.ft-refuel-two-col h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.3333333333;
    margin-bottom: 20px;
}
.ft-refuel-two-col ul {
    margin-left: 20px;
}
.ft-refuel-two-col ul li {
    margin-bottom: 6px;
}
.ft-refuel-two-col ul a {
    color: #295eaa;
}
.ft-refuel-two-col.alt-style h2,
.ft-refuel-two-col.alt-style h3,
.ft-refuel-two-col.alt-style h4 {
    color: #0f357a;
}
.ft-refuel-two-col.alt-bkg {
    background-color: #0f357a;
    padding: 40px 0;
    color: #fff;
}
.ft-refuel-two-col.alt-bkg .column li,
.ft-refuel-two-col.alt-bkg .column p {
    color: #fff;
}
.ft-refuel-two-col.alt-bkg .column a {
    color: #fff;
    text-decoration: underline;
}
.ft-refuel-two-col.alt-bkg .column a:hover {
    text-decoration: none;
}
.ft-refuel-two-col.alt-styling h2,
.ft-refuel-two-col.alt-styling h3 {
    color: #0f357a;
}
.ft-refuel-two-col.alt-styling .ft-right-header {
    margin-top: 0 !important;
}
.ft-refuel-two-col.alt-styling .is-5-desktop:first-child {
    padding-right: 40px;
}
.ft-refuel-two-col.ft-two-col-alt {
    padding-top: 20px;
}
.ft-refuel-two-col.ft-two-col-alt .ft-red-separator {
    margin-bottom: 20px;
}
.ft-refuel-two-col.ft-two-col-alt .ft-right-header {
    margin-top: -10px;
}
.ft-refuel-two-col.ft-two-col-alt .ft-right-header h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.2727272727;
}
.ft-refuel-two-col.ft-two-col-alt .is-5 {
    border-bottom-width: 0;
    padding-bottom: 0.75em;
}
.ft-refuel-two-col.ft-two-col-alt .ft-right-image-link {
    position: relative;
    padding-bottom: 40px;
}
.ft-refuel-two-col.ft-two-col-alt .ft-right-image-link .ft-btn-primary {
    position: absolute;
    margin-top: -22px;
    width: 100%;
    left: 0;
    bottom: 0;
}
@media print, screen and (min-width: 640px) {
    .ft-refuel-two-col .container.ft-border .is-5 {
        border-bottom-width: 0;
    }
    .ft-refuel-two-col .container.ft-border .is-4 {
        border-left: 1px solid #eee;
        padding-left: 20px;
        margin-left: 20px;
    }
    .ft-refuel-two-col.ft-two-col-alt .ft-right-image-link .ft-btn-primary {
        width: 330px;
        right: 40px;
        left: auto;
        left: inherit;
    }
}
@media screen and (min-width: 960px) {
    .ft-refuel-two-col h3 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        line-height: 1.2307692308;
    }
    .ft-refuel-two-col .container.ft-border .is-4 {
        padding-left: 50px;
        margin-left: 50px;
    }
    .ft-refuel-two-col .is-5 {
        padding-bottom: 60px;
        border-bottom: 1px solid #eee;
    }
    .ft-refuel-two-col p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 27px;
        line-height: 1.35;
    }
    .ft-refuel-two-col ul li {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 27px;
        line-height: 1.5;
    }
    .ft-refuel-two-col.alt-bkg {
        padding: 80px 0;
    }
    .ft-refuel-two-col .ft-red-separator {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .ft-refuel-two-col .ft-blue-separator {
        margin: 20px 0;
        display: block;
    }
    .ft-refuel-two-col.ft-two-col-alt {
        padding-top: 40px;
    }
    .ft-refuel-two-col.ft-two-col-alt .ft-right-header {
        margin-top: -40px;
    }
    .ft-refuel-two-col.ft-two-col-alt .ft-right-header h3 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 38px;
        line-height: 1.1875;
    }
    .ft-refuel-two-col.ft-two-col-alt .ft-right-image-link .ft-btn-primary {
        margin-top: -40px;
        right: 0;
    }
}
@media screen and (min-width: 1220px) {
    .ft-refuel-two-col h3 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 38px;
        line-height: 1.1875;
    }
    .ft-refuel-two-col.alt-style .column.is-4 {
        margin-top: -90px;
    }
}
#two-column-bg-blue.ft-refuel-two-col {
    color: #fff;
    background-color: #0f357a;
}
#two-column-bg-blue.ft-refuel-two-col ol,
#two-column-bg-blue.ft-refuel-two-col p,
#two-column-bg-blue.ft-refuel-two-col ul {
    color: #fff;
}
#two-column-bg-blue.ft-refuel-two-col ol a,
#two-column-bg-blue.ft-refuel-two-col p a,
#two-column-bg-blue.ft-refuel-two-col ul a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}
#two-column-bg-blue.ft-refuel-two-col ol a:hover,
#two-column-bg-blue.ft-refuel-two-col p a:hover,
#two-column-bg-blue.ft-refuel-two-col ul a:hover {
    text-decoration: none;
}
#two-column-bg-blue.ft-refuel-two-col .is-5 {
    border-bottom: 0;
    padding-bottom: 40px;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap {
    padding: 30px 40px 40px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #fff;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24;
    line-height: 1;
    font-weight: 800;
    color: #0f357a;
    margin-bottom: 20px;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap .checkbox-wrap {
    color: #211d1e;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap .input::-webkit-input-placeholder {
    color: #6f6f6f !important;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap .input:-ms-input-placeholder {
    color: #6f6f6f !important;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap .input::-ms-input-placeholder {
    color: #6f6f6f !important;
}
#two-column-bg-blue.ft-refuel-two-col .right-form-wrap .input::placeholder {
    color: #6f6f6f !important;
}
.ft-content-row .container-fluid .columns.ft-vcentered,
.ft-content-row .container .columns.ft-vcentered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ft-content-row .container-fluid .column > *,
.ft-content-row .container .column > * {
    margin-top: 20px;
    margin-bottom: 0;
}
.ft-content-row .container-fluid .column > :first-child,
.ft-content-row .container .column > :first-child {
    margin-top: 0;
}
.ft-content-row .container-fluid .column .ft-red-separator,
.ft-content-row .container .column .ft-red-separator {
    display: inline-block;
    margin-top: 26px;
}
.ft-content-row .container-fluid .column.ft-padding,
.ft-content-row .container .column.ft-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ft-content-row .container-fluid .column.is-12-desktop,
.ft-content-row .container .column.is-12-desktop {
    width: 100%;
}
.ft-content-row .container-fluid.ft-row-s .column,
.ft-content-row .container.ft-row-s .column {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ft-content-row .container-fluid.ft-row-l .column,
.ft-content-row .container.ft-row-l .column {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media print, screen and (min-width: 640px) {
    .ft-content-row .container-fluid .column.ft-padding,
    .ft-content-row .container .column.ft-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 960px) {
    .ft-content-row .container-fluid .columns.ft-vcentered,
    .ft-content-row .container .columns.ft-vcentered {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ft-content-row .container-fluid .column.has-text-right,
    .ft-content-row .container .column.has-text-right {
        padding-right: 50px;
    }
}
@media screen and (max-width: 959px) {
    .ft-content-row .img-wrapper {
        text-align: center;
    }
}
.ft-employee-catalog .container {
    margin-top: -60px;
}
.ft-employee-catalog .ft-employee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
}
.ft-employee-catalog .ft-employee .ft-left,
.ft-employee-catalog .ft-employee .ft-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}
.ft-employee-catalog .ft-employee .ft-left {
    display: block;
    text-align: right;
}
.ft-employee-catalog .ft-employee .ft-left img {
    border-radius: 50%;
}
.ft-employee-catalog .ft-employee .linkedin-icon {
    position: absolute;
    bottom: 6px;
    right: 8px;
}
.ft-employee-catalog .ft-employee .linkedin-icon img {
    border-radius: 0;
}
.ft-employee-catalog .ft-employee .ft-right {
    margin-left: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ft-employee-catalog p {
    color: #6f6f6f;
}
.ft-employee-catalog hr {
    width: 100%;
    width: calc(100% + 20px);
    height: 2px;
    margin: 15px 0 10px -30px;
}
.ft-employee-catalog h3 {
    margin-top: 0;
    color: #295eaa;
}
.ft-employee-catalog h3 span {
    display: block;
    width: 100%;
    font-weight: 600;
}
@media screen and (min-width: 1220px) {
    .ft-employee-catalog .ft-employee {
        margin-top: 60px;
    }
    .ft-employee-catalog .ft-employee h3 {
        margin-top: 20px;
    }
    .ft-employee-catalog .ft-employee hr {
        margin-top: 35px;
        margin-left: -40px;
    }
}
.ft-contact-form .ft-p-large {
    margin-bottom: 20px;
}
.ft-contact-form .ft-form-wrap {
    padding: 15px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #fff;
}
.ft-contact-form .ft-form-wrap .nf-response-msg {
    margin: 50px 0;
}
.ft-contact-form .ft-form-wrap .nf-error-msg {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    margin-top: -4px;
}
.ft-contact-form .ft-form-wrap .nf-error-field-errors {
    display: none;
}
.ft-contact-form .ft-form-wrap input[type='button'].ft-btn-primary,
.ft-contact-form .ft-form-wrap input[type='submit'].ft-btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -20px;
}
.ft-contact-form .ft-form-wrap .nf-field-element textarea {
    height: 120px;
}
.ft-contact-form .ft-form-wrap .input {
    line-height: 2;
    height: 38px;
}
.ft-contact-form .ft-form-wrap .input::-webkit-input-placeholder {
    color: #6f6f6f;
}
.ft-contact-form .ft-form-wrap .input:-ms-input-placeholder {
    color: #6f6f6f;
}
.ft-contact-form .ft-form-wrap .input::-ms-input-placeholder {
    color: #6f6f6f;
}
.ft-contact-form .ft-form-wrap .input::placeholder {
    color: #6f6f6f;
}
.ft-contact-form .ft-form-wrap .contact-form-content {
    margin-bottom: 20px;
    color: #211d1e;
}
.ft-contact-form .ft-content {
    margin-top: 40px;
}
@media screen and (min-width: 960px) {
    .ft-contact-form .ft-content {
        margin-top: 0;
    }
}
@media screen and (min-width: 1220px) {
    .ft-contact-form .ft-form-wrap {
        padding: 30px 40px 40px;
    }
}
.ft-pricing-tables h3 {
    color: #295eaa;
    margin-bottom: 5px;
}
.ft-pricing-tables .ft-red-separator {
    margin-top: 14px;
}
.ft-pricing-tables .ft-table {
    padding: 14px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.ft-pricing-tables .ft-table .ft-table-container {
    overflow-x: auto;
}
.ft-pricing-tables .ft-table .google-visualization-table {
    width: 98%;
}
.ft-pricing-tables .ft-table .google-visualization-table,
.ft-pricing-tables .ft-table .google-visualization-table > div {
    overflow: inherit !important;
    overflow: initial !important;
}
.ft-pricing-tables .ft-table .google-visualization-table .google-visualization-table-table,
.ft-pricing-tables .ft-table .google-visualization-table > div .google-visualization-table-table {
    font-size: inherit !important;
    font-family: inherit !important;
}
.ft-pricing-tables .ft-table table {
    width: 100%;
    margin: 0 auto 0 5px;
}
.ft-pricing-tables .ft-table table tr {
    padding: 10px 0;
}
.ft-pricing-tables .ft-table table tbody td {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #d8d8d8), color-stop(0, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(#d8d8d8 33%, hsla(0, 0%, 100%, 0) 0);
    background-image: -o-linear-gradient(#d8d8d8 33%, hsla(0, 0%, 100%, 0) 0);
    background-image: linear-gradient(#d8d8d8 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: 100%;
    background-size: 1px 8px;
    background-repeat: repeat-y;
}
.ft-pricing-tables .ft-table table tbody tr:nth-child(2n) {
    background-color: #d8d8d8;
    background-color: hsla(0, 0%, 84.7%, 0.25);
}
.ft-pricing-tables .ft-table table td,
.ft-pricing-tables .ft-table table th {
    text-align: right;
    padding: 6px;
}
.ft-pricing-tables .ft-table:first-child {
    margin-left: 0;
}
@media screen and (min-width: 1220px) {
    .ft-pricing-tables h3 {
        margin-bottom: 15px;
    }
    .ft-pricing-tables .ft-tables {
        margin-top: 34px;
    }
    .ft-pricing-tables .ft-table {
        margin: 0 25px;
    }
    .ft-pricing-tables .ft-table table {
        padding: 25px;
    }
    .ft-pricing-tables .ft-table table td,
    .ft-pricing-tables .ft-table table th {
        padding: 8px 12px;
    }
}
.ft-link-bar {
    height: 200px;
    margin-bottom: 40px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.ft-link-bar .container {
    height: 100%;
    padding-top: 30px;
}
.ft-link-bar .ft-link-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ft-link-bar .ft-link-header * {
    display: inline-block;
    margin-bottom: 0;
}
.ft-link-bar .ft-link-header h1,
.ft-link-bar .ft-link-header h2,
.ft-link-bar .ft-link-header h3,
.ft-link-bar .ft-link-header h4,
.ft-link-bar .ft-link-header h5,
.ft-link-bar .ft-link-header p {
    width: 100%;
}
.ft-link-bar .ft-link-header img {
    margin-right: 10px;
}
.ft-link-bar .ft-btn-primary {
    min-width: 240px;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media print, screen and (min-width: 640px) {
    .ft-link-bar:last-child {
        margin-bottom: 20px;
    }
    .ft-link-bar .ft-link-header {
        padding-right: 100px;
    }
    .ft-link-bar .ft-btn-primary {
        bottom: -32px;
        right: 100px;
    }
}
@media screen and (min-width: 960px) {
    .ft-link-bar {
        height: 230px;
    }
}
.ft-resources-list .ft-resource {
    padding-top: 20px;
    border-top: 1px solid #979797;
    margin: 22px 20% 22px 0;
}
.ft-resources-list .ft-resource:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.ft-resources-list .ft-resource h3 {
    margin-bottom: 4px;
    font-weight: 500;
}
.ft-resources-list .ft-resource p {
    max-width: 700px;
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 0.9375rem;
}
.ft-resources-list .ft-resource a {
    display: block;
    margin: 4px 0;
    font-size: 15px;
    font-size: 0.9375rem;
}
.ft-item-repeater .ft-top-content {
    margin: 20px 0;
}
.ft-item-repeater .ft-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ft-item-repeater .ft-items,
.ft-item-repeater .ft-items .ft-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.ft-item-repeater .ft-items .ft-item {
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ft-item-repeater .ft-items .ft-item .ft-item-h {
    width: 100%;
}
.ft-item-repeater .ft-items .ft-item .ft-item-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ft-item-repeater .ft-items .ft-item .ft-item-cols .ft-item-col {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-top: 20px;
}
.ft-item-repeater .ft-items .ft-item .ft-item-cols .ft-item-col:first-child {
    margin-top: 0;
}
.ft-item-repeater .ft-items .ft-item .ft-item-cols .ft-item-col.ft-col-c,
.ft-item-repeater .ft-items .ft-item .ft-item-cols .ft-item-col.ft-col-i {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
@media print, screen and (min-width: 640px) {
    .ft-item-repeater .ft-items .ft-item {
        width: 100%;
    }
    .ft-item-repeater .ft-items .ft-item .ft-item-cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ft-item-repeater .ft-items .ft-item .ft-item-cols .ft-item-col {
        margin-top: 0;
    }
    .ft-item-repeater .ft-items .ft-item .ft-item-cols .ft-item-col.ft-col-i {
        max-width: 24%;
    }
}
@media screen and (min-width: 960px) {
    .ft-item-repeater .ft-items .ft-item {
        width: 47%;
    }
}
.ft-blog-tiles .ft-blog-wrapper h2 {
    color: #211d1e;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.ft-blog-tiles .ft-blog-wrapper .post-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card {
    min-height: 100%;
    position: relative;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    background-color: #d02628;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card .post-thumb {
    height: 230px;
    width: 100%;
    position: relative;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card .post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card .post-body {
    margin: -45px 15px 0;
    position: relative;
    background: #fff;
    padding: 15px;
    font-size: 15px;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card .post-body h5.post-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card .post-body h5.post-title a {
    color: #211d1e;
    text-decoration: underline;
}
.ft-blog-tiles .ft-blog-wrapper .post-row .post-item .post-card .post-body h5.post-title a:hover {
    color: #d02628;
}
@media print, screen and (min-width: 640px) {
    .ft-blog-tiles .ft-blog-wrapper .post-row .post-item {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 960px) {
    .ft-blog-tiles .ft-blog-wrapper .post-row .post-item {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.3333%;
        max-width: 33.333333%;
        margin-bottom: 0;
    }
}
.ft-resources-icon .resource-heading {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.ft-resources-icon .resource-heading h3 {
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    color: #211d1e;
    margin-bottom: 20px;
}
.ft-resources-icon .ft-resources-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ft-resources-icon .ft-resources-wrapper .resource-item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}
.ft-resources-icon .ft-resources-wrapper .resource-item a {
    min-height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ft-resources-icon .ft-resources-wrapper .resource-item a:hover {
    outline: none;
}
.ft-resources-icon .ft-resources-wrapper .resource-item a * {
    margin-top: 20px;
}
.ft-resources-icon .ft-resources-wrapper .resource-item a .ft-p-med {
    color: inherit;
}
.ft-resources-icon .ft-resources-wrapper .resource-item a img {
    margin-top: 0;
}
@media screen and (max-width: 639px) {
    .ft-resources-icon .resource-item a * {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .ft-resources-icon .resource-item a img {
        margin-top: 0;
    }
}
.ft-faqs h2 {
    color: #0f357a;
    margin: 0 0 50px;
    text-align: center;
}
.ft-faqs .accordion-container {
    position: relative;
    height: auto;
    padding-bottom: 30px;
}
.ft-faqs .accordion-item {
    position: relative;
    width: 100%;
    height: auto;
}
.ft-faqs .accordion-item:last-child > a {
    border-bottom: 1px solid #d8d8d8;
}
.ft-faqs .accordion-item > a {
    border-top: 1px solid #d8d8d8;
    display: block;
    padding: 25px 25px 25px 0;
    text-decoration: none;
    color: #211d1e;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ft-faqs .accordion-item > a h3 {
    font-weight: 500;
}
.ft-faqs .accordion-item > a i {
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 20px;
}
.ft-faqs .accordion-item > a.active,
.ft-faqs .accordion-item > a:hover {
    color: #d02628;
}
.ft-faqs .accordion-item .content {
    display: none;
    padding: 5px 0 20px;
}
@media (max-width: 767px) {
    .ft-faqs h2 {
        margin: 0 0 35px;
    }
    .ft-faqs .accordion-item > a {
        padding: 20px 25px 20px 0;
    }
    .ft-faqs .accordion-item > a h3 {
        font-size: 1.15rem;
    }
    .ft-faqs .accordion-item > a i {
        font-size: 18px;
        top: 32px;
    }
}
.ft-text-image-grid {
    padding: 60px 0 40px;
}
.ft-text-image-grid .text-content {
    max-width: 954px;
    margin: 0 auto 50px;
    text-align: center;
}
.ft-text-image-grid .text-content h2 {
    color: #0f357a;
    margin-bottom: 20px;
}
.ft-text-image-grid .image-grid-slider {
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
.ft-text-image-grid .image-grid-slider .swiper-button-next:after,
.ft-text-image-grid .image-grid-slider .swiper-button-prev:after,
.ft-text-image-grid .image-grid-slider .swiper-rtl .swiper-button-next:after,
.ft-text-image-grid .image-grid-slider .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.ft-text-image-grid .image-grid-slider .swiper-button-next,
.ft-text-image-grid .image-grid-slider .swiper-rtl .swiper-button-prev {
    right: 0;
}
.ft-text-image-grid .image-grid-slider .swiper-button-prev,
.ft-text-image-grid .image-grid-slider .swiper-rtl .swiper-button-next {
    left: 0;
}
.ft-text-image-grid .image-grid-slider .retif-icon-arr-left:before,
.ft-text-image-grid .image-grid-slider .retif-icon-arr-right:before {
    border: 2px solid #0f357a;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    color: #0f357a;
}
.ft-text-image-grid .grid-wrapper .grid-item {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.ft-text-image-grid .grid-wrapper .grid-item .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    margin-bottom: 23px;
}
.ft-text-image-grid .grid-wrapper .grid-item .image img {
    max-height: 100%;
    width: auto;
}
.ft-text-image-grid .grid-wrapper .grid-item h3 {
    color: #0f357a;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
@media print, screen and (min-width: 640px) {
    .ft-text-image-grid .image-grid-slider {
        width: auto;
        height: auto;
        padding: 0;
    }
    .ft-text-image-grid .image-grid-slider .swiper-button-next,
    .ft-text-image-grid .image-grid-slider .swiper-button-prev,
    .ft-text-image-grid .image-grid-slider .swiper-pagination,
    .ft-text-image-grid .image-grid-slider .swiper-rtl .swiper-button-next,
    .ft-text-image-grid .image-grid-slider .swiper-rtl .swiper-button-prev {
        display: none;
    }
    .ft-text-image-grid .grid-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .ft-text-image-grid .grid-wrapper .grid-item {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 33.33%;
        padding: 0 10px;
    }
    .ft-text-image-grid .grid-wrapper .grid-item h3 {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 960px) {
    .ft-text-image-grid {
        padding: 85px 0 60px;
    }
    .ft-text-image-grid .text-content {
        margin: 0 auto 65px;
    }
    .ft-text-image-grid .text-content h2 {
        margin-bottom: 24px;
    }
}
.ft-refuel-two-col.ft-two-col-list-check h2.h2-alt-bold {
    color: #0f357a;
}
.ft-refuel-two-col.ft-two-col-list-check .is-5 {
    border-bottom: 0;
}
.ft-refuel-two-col.ft-two-col-list-check .container.c-override a,
.ft-refuel-two-col.ft-two-col-list-check .container.c-override h2,
.ft-refuel-two-col.ft-two-col-list-check .container.c-override h3,
.ft-refuel-two-col.ft-two-col-list-check .container.c-override h4,
.ft-refuel-two-col.ft-two-col-list-check .container.c-override p,
.ft-refuel-two-col.ft-two-col-list-check .container.c-override span {
    color: inherit !important;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -25px 0;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 25px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item .icon-check {
    margin-bottom: 6px;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item h3 {
    font-weight: 800;
    color: #0f357a;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item a:hover {
    text-decoration: none;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item a:hover h3 {
    text-decoration: underline;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item p {
    font-size: 1rem;
}
.ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 640px) {
    .ft-refuel-two-col.ft-two-col-list-check .column.is-6-desktop {
        padding-left: 80px;
    }
    .ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item {
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
    .ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item .icon-check {
        position: absolute;
        top: 2px;
        left: -6px;
    }
}
@media screen and (min-width: 960px) {
    .ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -25px;
    }
    .ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding: 0 25px;
    }
    .ft-refuel-two-col.ft-two-col-list-check .list-check-wrapper .list-check-item h3 {
        font-size: 1.375rem;
    }
}
@media screen and (max-width: 639px) {
    .ft-refuel-two-col.ft-two-col-list-check .text-content {
        text-align: center;
    }
    .ft-refuel-two-col.ft-two-col-list-check .text-content .h2-alt {
        margin-bottom: 20px;
    }
    .ft-refuel-two-col.ft-two-col-list-check .text-content .ft-red-separator {
        display: none;
    }
}
.ft-collapsable-items {
    margin-top: -30px;
}
.ft-collapsable-items .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ft-collapsable-items .item-header .img-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    cursor: pointer;
}
.ft-collapsable-items .item-header .img-wrap img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.ft-collapsable-items .item-header h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #0f357a;
}
.ft-collapsable-items .item-header .item-header-link:active,
.ft-collapsable-items .item-header .item-header-link:focus,
.ft-collapsable-items .item-header .item-header-link:hover {
    text-decoration: none;
}
.ft-collapsable-items .item-header.ft-collapse .img-wrap img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ft-collapsable-items .item-subheader {
    padding-top: 12px;
    margin-left: 20px;
    display: none;
}
.ft-collapsable-items .item-subheader li {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
@media screen and (min-width: 960px) {
    .ft-collapsable-items .collapse-item {
        margin-top: 30px;
    }
    .ft-collapsable-items .item-header h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .ft-collapsable-items .item-subheader {
        padding-top: 24px;
    }
    .ft-collapsable-items .item-subheader li {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }
}
.ft-module.ft-resources-grid {
    background-color: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-resources-grid .columns {
        --columnGap: 40px;
    }
}
.ft-module.ft-resources-grid h2 {
    color: #0f357a;
    margin-bottom: 55px;
    text-align: center;
}
.ft-module.ft-resources-grid .card-resource-grid {
    color: #211d1e;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}
.ft-module.ft-resources-grid .card-resource-grid:focus,
.ft-module.ft-resources-grid .card-resource-grid:hover {
    color: #211d1e;
    padding: 0 15px;
}
.ft-module.ft-resources-grid .card-resource-grid:focus .card-image img,
.ft-module.ft-resources-grid .card-resource-grid:hover .card-image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.ft-module.ft-resources-grid .card-resource-grid:focus h3,
.ft-module.ft-resources-grid .card-resource-grid:hover h3 {
    color: #d02628;
}
.ft-module.ft-resources-grid .card-resource-grid .card-image {
    margin: 0 -15px;
    height: 155px;
    overflow: hidden;
}
.ft-module.ft-resources-grid .card-resource-grid .card-image img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.ft-module.ft-resources-grid .card-resource-grid .card-content {
    margin-top: -15px;
    background-color: #fff;
    border-bottom: 4px solid #d02628;
    padding: 20px 12px 18px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 5;
}
.ft-module.ft-resources-grid .card-resource-grid h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.ft-module.ft-resources-grid .card-resource-grid p {
    font-size: 14px;
    margin: 0;
}
.ft-module.ft-only-text {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-only-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.ft-module.ft-only-text h2 {
    color: #0f357a;
    text-align: center;
    margin-bottom: 32px;
}
.ft-module.ft-only-text h2.mb-sm {
    margin-bottom: 8px;
}
.ft-module.ft-only-text h2.mb-md {
    margin-bottom: 16px;
}
.ft-module.ft-only-text p:not(:last-child) {
    margin-bottom: 32px;
}
.column-image-content-text h2.text-center {
    text-align: center;
    font-weight: 700;
    margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
    .column-image-content-text h2.text-center {
        margin-bottom: 24px;
    }
}
.column-image-content-text .ft-content {
    max-width: 560px;
}
.column-image-content-text .ft-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 24px;
}
@media print, screen and (min-width: 640px) {
    .column-image-content-text .ft-content h2 {
        line-height: 1.55;
    }
}
.column-image-content-text .ft-content .inc-font-size {
    font-size: 28px;
}
@media screen and (max-width: 959px) {
    .column-image-content-text .ft-content .inc-font-size {
        font-size: 16px;
    }
}
.column-image-content-text .ft-content .cta-link {
    display: inline-block;
    margin-top: 20px;
    color: #0f357a;
    text-decoration: underline;
}
.column-image-content-text .ft-content .cta-link:focus,
.column-image-content-text .ft-content .cta-link:hover {
    color: #295eaa;
}
.column-image-content-text .column img {
    display: block;
    margin: 0 auto;
}
@media print, screen and (min-width: 640px) {
    .column-image-content-text .column img {
        margin-left: 0;
    }
    .column-image-content-text .columns.row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .column-image-content-text .columns.row-reverse img {
        margin-left: auto;
        margin-right: 0;
    }
}
.ft-stats {
    background-color: #0f357a;
}
.ft-stats h2,
.ft-stats h3,
.ft-stats p {
    color: #fff;
}
.ft-stats.ft-bkg-padding {
    padding-top: 37px;
    padding-bottom: 37px;
}
@media screen and (min-width: 960px) {
    .ft-stats .stats-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.ft-stats .stats-item {
    text-align: center;
}
.ft-stats .stats-item:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
    .ft-stats .stats-item:not(:last-child) {
        margin-bottom: 0;
    }
}
.ft-stats .stats-item h3,
.ft-stats .stats-item h3 span {
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
}
@media screen and (min-width: 960px) {
    .ft-stats .stats-item h3,
    .ft-stats .stats-item h3 span {
        font-size: 116px;
    }
}
.ft-stats .stats-item p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}
.ft-features-cards h2 {
    color: #0f357a;
    font-weight: 700;
    text-align: center;
}
.ft-features-cards h2.features-cards-header {
    margin-bottom: 42px;
}
.ft-features-cards .features-cards-row {
    margin-bottom: 30px;
}
.ft-features-cards .features-cards-item {
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    height: 300px;
    padding: 30px 20px;
    position: relative;
}
@media screen and (min-width: 960px) {
    .ft-features-cards .features-cards-item {
        height: 403px;
        padding: 30px 55px;
    }
}
.ft-features-cards .features-cards-item > * {
    position: relative;
    z-index: 5;
}
.ft-features-cards .features-cards-item:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.15%, transparent), color-stop(80.23%, #000));
    background: -webkit-linear-gradient(top, transparent 25.15%, #000 80.23%);
    background: -o-linear-gradient(top, transparent 25.15%, #000 80.23%);
    background: linear-gradient(180deg, transparent 25.15%, #000 80.23%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ft-features-cards .features-cards-item h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
    .ft-features-cards .features-cards-item h3 {
        font-size: 32px;
    }
}
.ft-features-cards .features-cards-item p {
    margin: 0;
}
@media screen and (min-width: 960px) {
    .ft-features-cards .features-cards-item p {
        font-size: 18px;
        line-height: 26px;
    }
}
.ft-benefits {
    background-color: #0f357a;
}
.ft-benefits h2,
.ft-benefits p {
    color: #fff;
}
.ft-benefits h2 {
    line-height: 1.15;
    position: relative;
    padding-bottom: 20px;
}
.ft-benefits h2:before {
    background-color: #d02628;
    content: '';
    width: 110px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ft-benefits .list-check-icon {
    position: relative;
}
.ft-benefits .list-check-icon:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.945 18.037L2.018 12.11 0 14.114l7.945 7.945L25 5.004 22.996 3 7.945 18.037z' fill='%23D02628'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
@media print, screen and (min-width: 640px) {
    .ft-benefits .list-check-icon:before {
        width: 25px;
        height: 25px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-benefits .benefits-row {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 35px;
        column-gap: 35px;
    }
}
.ft-benefits .benefits-list {
    padding-left: 28px;
    position: relative;
}
@media print, screen and (min-width: 640px) {
    .ft-benefits .benefits-list {
        padding-left: 32px;
    }
}
.ft-benefits .benefits-list:not(:last-child) {
    margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
    .ft-benefits .benefits-list:not(:last-child) {
        margin-bottom: 24px;
    }
}
.ft-benefits .benefits-list p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}
@media screen and (min-width: 960px) {
    .ft-benefits .benefits-list p {
        font-size: 24px;
    }
}
.ft-benefits .benefits-and-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ft-benefits .benefits-and-more p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    padding-left: 40px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.ft-benefits .benefits-and-more p:before {
    width: 32px;
    height: 32px;
    top: 3px;
}
@media screen and (min-width: 960px) {
    .ft-benefits .benefits-and-more p {
        font-size: 42px;
        padding-left: 50px;
    }
    .ft-benefits .benefits-and-more p:before {
        width: 42px;
        height: 42px;
    }
}
.ft-benefits .benefits-and-more.active p {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.ft-job-listings h2 {
    color: #0f357a;
    margin-bottom: 42px;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .ft-job-listings h2 {
        margin-bottom: 48px;
    }
}
.ft-job-listings .job-listings-item {
    padding: 16px 24px;
    background: #eee;
}
.ft-job-listings .job-listings-item:not(:last-child) {
    margin-bottom: 8px;
}
.ft-job-listings .job-listings-item .column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media print, screen and (min-width: 640px) {
    .ft-job-listings .job-listings-item .column:last-child {
        display: block;
    }
}
.ft-job-listings .job-listings-item h3 {
    color: #0f357a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}
.ft-job-listings .job-listings-item h3 a {
    color: #0f357a;
}
@media screen and (min-width: 960px) {
    .ft-job-listings .job-listings-item h3 {
        font-size: 24px;
    }
}
.ft-job-listings .job-listings-item h5 {
    color: #585757;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.2px;
    margin: 0;
}
@media screen and (min-width: 960px) {
    .ft-job-listings .job-listings-item h5 {
        font-size: 18px;
        margin-top: 25px;
    }
}
.ft-job-listings .job-listings-item p {
    color: #585757;
    margin: 0;
}
.ft-job-listings .job-listings-item p.date {
    font-size: 14px;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: -0.2px;
}
.ft-job-listings .job-listings-item p.location {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
@media print, screen and (min-width: 640px) {
    .ft-job-listings .job-listings-item p.location {
        margin-top: 7px;
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 960px) {
    .ft-job-listings .job-listings-item p.location {
        font-size: 18px;
    }
}
.ft-job-listings .job-listings-item a.ft-btn-primary {
    font-size: 15px;
    padding: 8px 20px;
    min-width: auto;
    border-radius: 3px;
    width: auto;
}
.ft-video-block {
    position: relative;
}
.ft-video-block h2 {
    color: #0f357a;
    margin-bottom: 24px;
    text-align: center;
}
.ft-video-block .ft-bkg-video-wrap {
    height: 50vw;
    min-height: 50vh;
    max-height: 750px;
    position: relative;
}
.ft-video-block .ft-bkg-video-wrap .video-overlay {
    width: 100%;
    height: 100%;
    background-color: #363636;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
}
.ft-video-block .ft-bkg-video-wrap .video-overlay-checkered {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: repeat;
    position: absolute;
    z-index: 2;
    opacity: 0.01;
}
.ft-video-block .ft-bkg-video-wrap .ft-bkg-video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.ft-video-block .ft-bkg-video-wrap video {
    position: absolute;
    visibility: visible;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.ft-video-block .ft-bkg-video-wrap .sldtext {
    z-index: 2;
}
.ft-video-block .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.ft-video-block .video-wrapper iframe,
.ft-video-block .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ft-video-block #playpause {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
@supports (-ms-ime-align: auto) {
    .ft-video-block .ft-bkg-video-wrap video {
        -o-object-fit: none;
        object-fit: none;
        margin: none;
        position: inherit;
        z-index: 1;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 959px) {
    .ft-video-block .ft-bkg-video-wrap {
        height: 400px;
        min-height: 400px;
        max-height: 600px;
        position: relative;
        height: 50vw;
    }
}
@media screen and (max-width: 639px) {
    .ft-video-block .columns.is-vcentered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.ft-timeline h2 {
    color: #0f357a;
    margin-bottom: 20px;
}
.ft-timeline .ft-content,
.ft-timeline h2 {
    text-align: center;
}
.ft-timeline .timeline-row {
    margin: 70px auto 0;
    padding: 50px 0;
    position: relative;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row {
        width: 900px;
        max-width: 80%;
        padding: 20px 0;
    }
}
.ft-timeline .timeline-row .timeline-item {
    background-color: #fff;
    border: 1px solid #0f357a;
    border-radius: 10px;
    position: relative;
    z-index: 5;
}
.ft-timeline .timeline-row .timeline-item:not(:last-of-type) {
    margin-bottom: 94px;
}
.ft-timeline .timeline-row .timeline-item:nth-last-child(2) {
    margin-bottom: 0;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row .timeline-item {
        width: 50%;
        right: 60px;
    }
    .ft-timeline .timeline-row .timeline-item:not(:last-of-type) {
        margin-bottom: 0;
    }
}
.ft-timeline .timeline-row .timeline-item:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 5;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0f357a;
    right: 0;
    margin: auto;
    left: 0;
    top: -60px;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row .timeline-item:after {
        left: inherit;
        right: -73px;
        top: 16px;
    }
}
.ft-timeline .timeline-row .timeline-item .timeline-content {
    padding: 20px;
}
.ft-timeline .timeline-row .timeline-item .timeline-content h3 {
    color: #0f357a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ft-timeline .timeline-row .timeline-item .year {
    background: #0f357a;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    font-size: 1.625rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.ft-timeline .timeline-row .timeline-item .year:after {
    content: '';
    background: #0f357a;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: auto;
    top: -7px;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row .timeline-item .year:after {
        left: inherit;
        top: 18px;
        right: -7px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row .timeline-item:nth-child(2n) {
        margin-left: auto;
        right: inherit;
        left: 60px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row .timeline-item:nth-child(2n):after {
        right: inherit;
        left: -73px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row .timeline-item:nth-child(2n) .year:after {
        right: inherit;
        left: -5px;
    }
}
.ft-timeline .timeline-row.style_02 .timeline-item {
    border-radius: 0;
    -webkit-box-shadow: 0 -2px 0 #0f357a;
    box-shadow: 0 -2px 0 #0f357a;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item {
        -webkit-box-shadow: 2px 0 0 #0f357a;
        box-shadow: 2px 0 0 #0f357a;
    }
    .ft-timeline .timeline-row.style_02 .timeline-item:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.ft-timeline .timeline-row.style_02 .timeline-item:before {
    content: '';
    background-color: #0f357a;
    width: 2px;
    height: 50px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item:before {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 50px;
        height: 2px;
        left: 100%;
        right: auto;
        bottom: auto;
    }
}
.ft-timeline .timeline-row.style_02 .timeline-item .year {
    position: absolute;
    background: transparent;
    color: #0f357a;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-120px, -50%);
    -ms-transform: translate(-120px, -50%);
    transform: translate(-120px, -50%);
    margin-bottom: -6px;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item .year {
        left: 100%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 100px;
    }
}
.ft-timeline .timeline-row.style_02 .timeline-item .year:after {
    display: none;
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item:nth-child(2n) {
        -webkit-box-shadow: -2px 0 0 #0f357a;
        box-shadow: -2px 0 0 #0f357a;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item:nth-child(2n):before {
        right: 100%;
        left: auto;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item:nth-child(2n):after {
        right: inherit;
        left: -73px;
    }
}
.ft-timeline .timeline-row.style_02 .timeline-item:nth-child(2n) .year {
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item:nth-child(2n) .year {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 100px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-timeline .timeline-row.style_02 .timeline-item:nth-child(2n) .year:after {
        right: inherit;
        left: -5px;
    }
}
.ft-timeline .timeline-row .timeline-anchor {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d8d8d8;
    width: 3px;
    border-radius: 10px;
}
.ft-timeline .timeline-row .timeline-anchor:after,
.ft-timeline .timeline-row .timeline-anchor:before {
    content: '';
    position: absolute;
    left: -5.5px;
    width: 14px;
    height: 14px;
    background-color: #d8d8d8;
    border-radius: 50%;
}
.ft-timeline .timeline-row .timeline-anchor:before {
    top: -7px;
}
.ft-timeline .timeline-row .timeline-anchor:after {
    bottom: -7px;
}
.ft-footer .ft-footer-banner-bar {
    margin: 0;
}
.ft-footer .ft-footer-banner-bar.ft-closed {
    padding: 0;
}
.ft-footer .ft-footer-banner-bar .container a,
.ft-footer .ft-footer-banner-bar .container p {
    font-size: 1rem;
}
.ft-products-facility {
    background-color: #eee;
    padding: 54px 0;
}
@media screen and (min-width: 960px) {
    .ft-products-facility {
        padding: 76px 0;
    }
}
.ft-products-facility h2 {
    color: #0f357a;
    margin-bottom: 48px;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .ft-products-facility .products-facility-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}
.ft-products-facility .products-facility-row .products-facility-item {
    padding: 18px;
    background: #fff;
    border-bottom: 2px solid #4a90e2;
    -webkit-box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    min-height: 120px;
    margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
    .ft-products-facility .products-facility-row .products-facility-item {
        margin-bottom: 0;
        padding: 24px;
    }
    .ft-products-facility .products-facility-row .products-facility-item .col-right {
        margin-left: -5%;
        width: 55%;
    }
}
.ft-products-facility .products-facility-row .products-facility-item .location {
    font-size: 24px;
    color: #0f357a;
}
@media screen and (min-width: 960px) {
    .ft-products-facility .products-facility-row .products-facility-item .location {
        font-size: 28px;
    }
}
.ft-products-facility .products-facility-row .products-facility-item .location .city {
    font-weight: 500;
}
.ft-products-facility .products-facility-row .products-facility-item .location .state {
    font-weight: 300;
}
.ft-products-facility .products-facility-row .products-facility-item .text-item {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
}
.ft-products-facility .products-facility-row .products-facility-item .text-item svg {
    position: absolute;
    left: 0;
    top: 3px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites {
        margin: 80px 0;
    }
}
@media screen and (min-width: 1370px) {
    .ft-module.ft-cardlock-sites .container {
        min-width: 1240px;
    }
}
.ft-module.ft-cardlock-sites h2 {
    color: #0f357a;
    text-align: center;
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid {
    margin-top: 24px;
    padding-top: 32px;
    border-top: 2px solid #6f6f6f;
}
@media print, screen and (min-width: 640px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid {
        display: grid;
        grid-template-columns: 42% 56%;
        gap: 16px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid {
        padding-top: 48px;
        border-top: 5px solid #6f6f6f;
    }
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .left-content {
    -webkit-box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    overflow: hidden;
    height: 100%;
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .left-content h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 1.2307692308;
    color: #fff;
    font-weight: 700;
    background: -webkit-gradient(linear, right top, left top, from(#0f357a), to(#295eaa));
    background: -webkit-linear-gradient(right, #0f357a, #295eaa);
    background: -o-linear-gradient(right, #0f357a 0, #295eaa 100%);
    background: linear-gradient(270deg, #0f357a, #295eaa);
    padding: 20px;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid .left-content h3 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 56px;
        line-height: 1.3333333333;
    }
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .left-content img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content {
    margin-top: 30px;
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 1.2307692308;
    color: #0f357a;
    font-weight: 700;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content h3 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 56px;
        line-height: 1.3333333333;
        border-width: 3px;
        padding-bottom: 10px;
        margin-bottom: 16px;
        max-width: 600px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content {
        row-gap: 48px;
        margin-top: 0;
        padding-left: 30px;
    }
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item {
        margin-bottom: 0;
    }
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item svg {
    position: absolute;
    top: 0;
    left: 0;
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item .street-address {
    color: #0f357a;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item .street-address {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
.ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item .address-2 {
    color: #211d1e;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-cardlock-sites .cardlock-sites-grid .right-content .right-content-item .address-2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}
.ft-primary-contact-information {
    position: relative;
}
@media screen and (min-width: 960px) {
    .ft-primary-contact-information .main-columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 1220px) {
    .ft-primary-contact-information .container {
        width: 1440px;
        max-width: 100%;
    }
}
.ft-primary-contact-information .half-image {
    margin: 0 -15px;
}
.ft-primary-contact-information .half-image iframe,
.ft-primary-contact-information .half-image img {
    display: block;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
@media screen and (min-width: 960px) {
    .ft-primary-contact-information .half-image {
        margin: 0;
        height: 100%;
    }
    .ft-primary-contact-information .half-image iframe,
    .ft-primary-contact-information .half-image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 50%;
        margin-bottom: 0;
        aspect-ratio: unset;
    }
}
.ft-primary-contact-information .contact-info {
    padding: 30px 0;
}
@media screen and (min-width: 960px) {
    .ft-primary-contact-information .contact-info {
        padding: 50px;
    }
}
@media screen and (min-width: 1220px) {
    .ft-primary-contact-information .contact-info {
        padding: 100px 70px;
    }
}
.ft-primary-contact-information .contact-info h2 {
    color: #0f357a;
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
    .ft-primary-contact-information .contact-info h2 {
        margin-bottom: 48px;
    }
}
.ft-primary-contact-information .contact-info .contact-list-item:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
    .ft-primary-contact-information .contact-info .contact-list-item:not(:last-child) {
        margin-bottom: 48px;
    }
}
.ft-primary-contact-information .contact-info .contact-list-item > h3 {
    color: #295eaa;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #6f6f6f;
}
@media print, screen and (min-width: 640px) {
    .ft-primary-contact-information .contact-info .contact-list-item > h3 {
        font-size: 22px;
    }
}
@media screen and (min-width: 960px) {
    .ft-primary-contact-information .contact-info .contact-list-item > h3 {
        font-size: 30px;
    }
}
@media print, screen and (min-width: 640px) {
    .ft-primary-contact-information .contact-info .list-items.two-col {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
    .ft-primary-contact-information .contact-info .list-items.two-col .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}
.ft-primary-contact-information .contact-info .list-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ft-primary-contact-information .contact-info .list-items .item:not(:last-child) {
    margin-bottom: 8px;
}
.ft-primary-contact-information .contact-info .list-items .item .item-icon {
    width: 24px;
    height: 24px;
    padding: 2px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.ft-primary-contact-information .contact-info .list-items .item .item-icon img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ft-primary-contact-information .contact-info .list-items .item .item-text {
    margin-top: 2px;
}
.ft-primary-contact-information .contact-info .list-items .item .item-text a,
.ft-primary-contact-information .contact-info .list-items .item .item-text p {
    color: #6f6f6f;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.ft-primary-contact-information .contact-info .list-items .item .item-text a:hover {
    color: #295eaa;
}
.ft-module.ft-contact-table {
    padding: 56px 0 64px;
}
.ft-module.ft-contact-table .contact-table-header {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-contact-table .contact-table-header {
        margin-bottom: 48px;
    }
}
.ft-module.ft-contact-table .contact-table-header h2 {
    color: #0f357a;
    margin-bottom: 8px;
}
.ft-module.ft-contact-table .contact-table-header .contact-table-subheader {
    max-width: 540px;
    margin: 0 auto;
    color: #6f6f6f;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-contact-table .contact-table-header .contact-table-subheader * {
        font-size: 18px;
    }
}
.ft-module.ft-contact-table .table-container {
    -webkit-box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    border-radius: 8px;
}
.ft-module.ft-contact-table .table-container .table {
    margin-bottom: 0;
    font-size: 15px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-contact-table .table-container .table {
        font-size: 16px;
    }
}
.ft-module.ft-contact-table .table-container .table a {
    color: #211d1e;
}
.ft-module.ft-contact-table .table-container .table a:hover {
    color: #295eaa;
}
.ft-module.ft-contact-table .table-container .table a[href^='mailto:'] {
    font-weight: 500;
}
.ft-module.ft-contact-table .table-container .table td,
.ft-module.ft-contact-table .table-container .table th {
    padding: 12px 16px;
    min-width: 200px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-contact-table .table-container .table td,
    .ft-module.ft-contact-table .table-container .table th {
        min-width: auto;
        width: 25%;
        padding: 18px 20px;
        white-space: nowrap;
    }
}
.ft-module.ft-contact-table .table-container .table td:not(:last-child),
.ft-module.ft-contact-table .table-container .table th:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}
.ft-module.ft-contact-table .table-container .table td {
    color: #211d1e;
}
.ft-module.ft-contact-table .table-container .table th {
    background-color: #0f357a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-contact-table .table-container .table th {
        font-size: 20px;
    }
}
.ft-module.ft-contact-table .table-container .table tr:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
}
.ft-module.ft-contact-table .table-container .table tr:nth-child(2n) {
    background-color: #f2f2f2;
}
.ft-module.ft-facility-contacts {
    padding: 48px 0;
}
.ft-module.ft-facility-contacts .facility-contacts-header {
    text-align: center;
}
.ft-module.ft-facility-contacts .facility-contacts-header h2 {
    margin-bottom: 8px;
}
.ft-module.ft-facility-contacts .contact-list {
    margin-top: 30px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list {
        margin-top: 48px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    box-shadow: 0 4px 12px -4px rgba(22, 34, 51, 0.12), 0 16px 32px rgba(22, 34, 51, 0.16);
    border-radius: 8px;
    overflow: hidden;
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item:not(:last-child) {
        margin-bottom: 56px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header {
    background-color: #295eaa;
    padding: 20px;
}
@media print, screen and (min-width: 640px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header {
        padding: 18px 30px 24px;
    }
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header {
        padding: 18px 56px 24px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header * {
    color: #fff;
}
@media print, screen and (min-width: 640px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header .col-right {
        width: 300px;
        margin-left: auto;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header h3 {
    font-size: 32px;
    font-weight: 500;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header h3 {
        font-size: 56px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header h5 {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header h5 {
        font-size: 32px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header a,
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header p {
    font-size: 15px;
    margin-bottom: 0;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header a,
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header p {
        font-size: 18px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header .list-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-header .list-header-contact a:last-child {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body {
    color: #211d1e;
    padding: 20px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body {
        padding: 72px 70px 52px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body .columns {
    row-gap: 40px;
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body h3 {
    color: #0f357a;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body h3 a {
    color: #0f357a;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body h3 {
        font-size: 32px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body p {
    color: #6f6f6f;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
    .ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body p {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body a {
    color: #6f6f6f;
}
.ft-module.ft-facility-contacts .contact-list .contact-list-item .list-body a:hover {
    color: #295eaa;
}
.ft-white {
    color: #fff;
}
.ft-vcentered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.ft-mobile-only {
    display: none;
}
@media screen and (max-width: 639px) {
    .ft-mobile-only {
        display: block;
    }
}
.ft-main-nav-bkg {
    width: 100%;
    height: 62px;
    margin-top: 62px;
    background-color: #00f;
    background-image: -webkit-gradient(linear, left top, right top, from(#295eaa), to(#0f357a));
    background-image: -webkit-linear-gradient(left, #295eaa, #0f357a);
    background-image: -o-linear-gradient(left, #295eaa 0, #0f357a 100%);
    background-image: linear-gradient(90deg, #295eaa 0, #0f357a);
}
