
.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



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



.button, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    -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-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
}

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

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

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

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

ul {
    list-style: none;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

html {
    background-color: white;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -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: 'SFProDisplay-Medium';
}

h1 {
	 font-family: 'SFProDisplay-Semibold';
}

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

body {
    color: #5c5c5c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

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

a strong {
    color: currentColor;
}

a:hover {
    color: #363636;
}

code {
    background-color: whitesmoke;
    color: #ff3860;
    font-size: initial;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: whitesmoke;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

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

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

small {
    font-size: 0.875em;
}

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

strong {
    color: #363636;
    font-weight: 700;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: whitesmoke;
    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;
}


.is-clearfix::after {
    clear: both;
    content: " ";
    display: table;
}














.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;
}





.button {
    background-color: white;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
}


.button.is-primary {
    background-color: #E64783;
    border-color: transparent;
    color: #fff;
	border-radius: 25px;
}

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

.button.is-warning {
    background-color: #6FCFEB;
    border-color: transparent;
    color: #fff;
}

.button.is-warning:hover, .button.is-warning.is-hovered {
    background-color: #fff;
    border-color: transparent;
    color: #6FCFEB;
}

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

.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
    -webkit-box-shadow: 0 rgba(255, 221, 87, 0.25);
    box-shadow: 0 rgba(255, 221, 87, 0.25);
}

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

.button.is-warning[disabled] {
    background-color: #ffdd57;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


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

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

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

.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
    -webkit-box-shadow: 0 rgba(255, 56, 96, 0.25);
    box-shadow: 0 rgba(255, 56, 96, 0.25);
}

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

.button.is-danger[disabled] {
    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] {
    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:hover, .button.is-danger.is-outlined:focus {
    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] {
    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-primary-2 {
    background-color: #303efa;
    border-color: transparent;
    color: #fff;
}

.button.is-primary-2:hover, .button.is-primary-2.is-hovered {
    background-color: #2432fa;
    border-color: transparent;
    color: #fff;
}

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

.button.is-primary-2:focus:not(:active), .button.is-primary-2.is-focused:not(:active) {
    -webkit-box-shadow: 0 rgba(48, 62, 250, 0.25);
    box-shadow: 0 rgba(48, 62, 250, 0.25);
}

.button.is-primary-2:active, .button.is-primary-2.is-active {
    background-color: #1727f9;
    border-color: transparent;
    color: #fff;
}

.button.is-primary-2[disabled] {
    background-color: #303efa;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-primary-2.is-inverted {
    background-color: #fff;
    color: #303efa;
}

.button.is-primary-2.is-inverted:hover {
    background-color: #f2f2f2;
}

.button.is-primary-2.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #303efa;
}

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

.button.is-primary-2.is-outlined {
    background-color: transparent;
    border-color: #303efa;
    color: #303efa;
}

.button.is-primary-2.is-outlined:hover, .button.is-primary-2.is-outlined:focus {
    background-color: #303efa;
    border-color: #303efa;
    color: #fff;
}

.button.is-primary-2.is-outlined.is-loading::after {
    border-color: transparent transparent #303efa #303efa !important;
}

.button.is-primary-2.is-outlined[disabled] {
    background-color: transparent;
    border-color: #303efa;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #303efa;
}

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

.button.is-primary-2.is-inverted.is-outlined:hover, .button.is-primary-2.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #303efa;
}

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




.container {
    margin: 0 auto;
    position: relative;
}

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

    .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto;
    }
}

@media screen and (max-width: 1279px) {
    .container.is-widescreen {
        max-width: 1152px;
        width: auto;
    }
}

@media screen and (max-width: 1471px) {
    .container.is-fullhd {
        max-width: 1344px;
        width: auto;
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1152px;
        width: 1152px;
    }
}

@media screen and (min-width: 1472px) {
    .container {
        max-width: 1344px;
        width: 1344px;
    }
}

.content li + li {
    margin-top: 0.25em;
}

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

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #232323;
    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;
}



.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;
}


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


.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;
}



.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;
}



.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: whitesmoke;
    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;
}

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

.breadcrumb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1928ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.75em;
}

.breadcrumb a:hover {
    color: #232323;
}

.breadcrumb li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.breadcrumb li.is-active a {
    color: #5c5c5c;
    cursor: default;
    pointer-events: none;
}

.breadcrumb li + li::before {
    color: #A6A6A6;
    content: "\0002f";
}

.breadcrumb ul,
.breadcrumb ol {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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;
}

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

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

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



.breadcrumb.has-arrow-separator li + li::before {
    content: "\02192";
}



.card {
    background-color: white;
    -webkit-box-shadow: 0 2px 3px rgba(166, 166, 166, 0.1), 0 0 0 1px rgba(166, 166, 166, 0.1);
    box-shadow: 0 2px 3px rgba(166, 166, 166, 0.1), 0 0 0 1px rgba(166, 166, 166, 0.1);
    color: #A6A6A6;
    max-width: 100%;
    position: relative;
}

.card-header {
    background-color: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-header-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 400;
    padding: 0.75rem;
}

.card-header-title.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-header-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
}

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

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

.card-footer {
    background-color: none;
    border-top: 1px solid #F0F0F0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-footer-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
    border-right: 1px solid #F0F0F0;
}

.card .media:not(:last-child) {
    margin-bottom: 0.75rem;
}

.dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block;
}

.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto;
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.dropdown-content {
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(166, 166, 166, 0.1), 0 0 0 1px rgba(166, 166, 166, 0.1);
    box-shadow: 0 2px 3px rgba(166, 166, 166, 0.1), 0 0 0 1px rgba(166, 166, 166, 0.1);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.dropdown-item {
    color: #5c5c5c;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    position: relative;
}

a.dropdown-item {
    padding-right: 3rem;
    white-space: nowrap;
}

a.dropdown-item:hover {
    background-color: #F0F0F0;
    color: #000000;
}

a.dropdown-item.is-active {
    background-color: #2231f6;
    color: #fff;
}

.dropdown-divider {
    background-color: #F0F0F0;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
}

.level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.level code {
    border-radius: 4px;
}

.level img {
    display: inline-block;
    vertical-align: top;
}

.level.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.level.is-mobile .level-left + .level-right {
    margin-top: 0;
}

.level.is-mobile .level-item {
    margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 769px), print {
    .level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .level > .level-item:not(.is-narrow) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.level-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.level-item .title,
.level-item .subtitle {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

.level-left,
.level-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
        margin-right: 0.75rem;
    }
}

.level-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .level-left + .level-right {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 769px), print {
    .level-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.level-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
    .level-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}



.menu {
    font-size: 1rem;
	z-index: 10;
}

.menu.is-small {
    font-size: 0.75rem;
}

.menu.is-medium {
    font-size: 1.25rem;
}

.menu.is-large {
    font-size: 1.5rem;
}

.menu-list {
    line-height: 1.25;
}

.menu-list a {
    border-radius: 0;
    color: #363636;
    display: block;
    padding: 0.5em 0.75em;
}

.menu-list a:hover {
    background-color: #F0F0F0;
    color: #000000;
}

.menu-list a.is-active {
    background-color: #2231f6;
    color: #fff;
}

.menu-list li ul {
    border-left: 1px solid #F0F0F0;
    margin: 0.75em;
    padding-left: 0.75em;
}

.menu-label {
    color: #5c5c5c;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.menu-label:not(:first-child) {
    margin-top: 1em;
}

.menu-label:not(:last-child) {
    margin-bottom: 1em;
}




.navbar {
    background-color: white;
    min-height: 3.25rem;
    position: relative;
    z-index: 30;
}

.navbar.is-white {
    background-color: white;
    color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
    color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
    border-color: #0a0a0a;
}

@media screen and (min-width: 1088px) {
    .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a;
    }

    .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a;
    }

    .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a;
    }

    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a;
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #0a0a0a;
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
    color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
    background-color: black;
    color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
    border-color: white;
}

@media screen and (min-width: 1088px) {
    .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
        color: white;
    }

    .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: white;
    }

    .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white;
    }

    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white;
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white;
    }
}

.navbar.is-light {
    background-color: whitesmoke;
    color: #363636;
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
    color: #363636;
}

.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
    border-color: #363636;
}

@media screen and (min-width: 1088px) {
    .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
        color: #363636;
    }

    .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: #363636;
    }

    .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636;
    }

    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: #363636;
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #363636;
    }
}

.navbar.is-dark {
    background-color: #363636;
    color: whitesmoke;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
    color: whitesmoke;
}

.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
    border-color: whitesmoke;
}

@media screen and (min-width: 1088px) {
    .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
        color: whitesmoke;
    }

    .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: whitesmoke;
    }

    .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke;
    }

    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: whitesmoke;
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: whitesmoke;
    }
}

.navbar.is-primary {
    background-color: #2231f6;
    color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
    background-color: #0a1bf5;
    color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #0a1bf5;
        color: #fff;
    }

    .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0a1bf5;
        color: #fff;
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #2231f6;
        color: #fff;
    }
}

.navbar.is-link {
    background-color: #2231f6;
    color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
    background-color: #0a1bf5;
    color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #0a1bf5;
        color: #fff;
    }

    .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0a1bf5;
        color: #fff;
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #2231f6;
        color: #fff;
    }
}

.navbar.is-info {
    background-color: #209cee;
    color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #118fe4;
        color: #fff;
    }

    .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #118fe4;
        color: #fff;
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff;
    }
}

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

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #20bc56;
        color: #fff;
    }

    .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #20bc56;
        color: #fff;
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff;
    }
}

.navbar.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-danger {
    background-color: #ff3860;
    color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #ff1f4b;
        color: #fff;
    }

    .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ff1f4b;
        color: #fff;
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff;
    }
}

.navbar.is-primary-2 {
    background-color: #303efa;
    color: #fff;
}

.navbar.is-primary-2 .navbar-brand > .navbar-item,
.navbar.is-primary-2 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-primary-2 .navbar-brand > a.navbar-item:hover, .navbar.is-primary-2 .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-2 .navbar-brand .navbar-link:hover,
.navbar.is-primary-2 .navbar-brand .navbar-link.is-active {
    background-color: #1727f9;
    color: #fff;
}

.navbar.is-primary-2 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-2 .navbar-start > .navbar-item,
  .navbar.is-primary-2 .navbar-start .navbar-link,
  .navbar.is-primary-2 .navbar-end > .navbar-item,
  .navbar.is-primary-2 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-primary-2 .navbar-start > a.navbar-item:hover, .navbar.is-primary-2 .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-2 .navbar-start .navbar-link:hover,
  .navbar.is-primary-2 .navbar-start .navbar-link.is-active,
  .navbar.is-primary-2 .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-2 .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-2 .navbar-end .navbar-link:hover,
  .navbar.is-primary-2 .navbar-end .navbar-link.is-active {
        background-color: #1727f9;
        color: #fff;
    }

    .navbar.is-primary-2 .navbar-start .navbar-link::after,
  .navbar.is-primary-2 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-primary-2 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-2 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1727f9;
        color: #fff;
    }

    .navbar.is-primary-2 .navbar-dropdown a.navbar-item.is-active {
        background-color: #303efa;
        color: #fff;
    }
}

.navbar.is-primary-3 {
    background-color: #1928ee;
    color: #fff;
}

.navbar.is-primary-3 .navbar-brand > .navbar-item,
.navbar.is-primary-3 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-primary-3 .navbar-brand > a.navbar-item:hover, .navbar.is-primary-3 .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-3 .navbar-brand .navbar-link:hover,
.navbar.is-primary-3 .navbar-brand .navbar-link.is-active {
    background-color: #101fdd;
    color: #fff;
}

.navbar.is-primary-3 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-3 .navbar-start > .navbar-item,
  .navbar.is-primary-3 .navbar-start .navbar-link,
  .navbar.is-primary-3 .navbar-end > .navbar-item,
  .navbar.is-primary-3 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-primary-3 .navbar-start > a.navbar-item:hover, .navbar.is-primary-3 .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-3 .navbar-start .navbar-link:hover,
  .navbar.is-primary-3 .navbar-start .navbar-link.is-active,
  .navbar.is-primary-3 .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-3 .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-3 .navbar-end .navbar-link:hover,
  .navbar.is-primary-3 .navbar-end .navbar-link.is-active {
        background-color: #101fdd;
        color: #fff;
    }

    .navbar.is-primary-3 .navbar-start .navbar-link::after,
  .navbar.is-primary-3 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-primary-3 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-3 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #101fdd;
        color: #fff;
    }

    .navbar.is-primary-3 .navbar-dropdown a.navbar-item.is-active {
        background-color: #1928ee;
        color: #fff;
    }
}

.navbar.is-primary-4 {
    background-color: #313fed;
    color: #fff;
}

.navbar.is-primary-4 .navbar-brand > .navbar-item,
.navbar.is-primary-4 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-primary-4 .navbar-brand > a.navbar-item:hover, .navbar.is-primary-4 .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-4 .navbar-brand .navbar-link:hover,
.navbar.is-primary-4 .navbar-brand .navbar-link.is-active {
    background-color: #1a29eb;
    color: #fff;
}

.navbar.is-primary-4 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-4 .navbar-start > .navbar-item,
  .navbar.is-primary-4 .navbar-start .navbar-link,
  .navbar.is-primary-4 .navbar-end > .navbar-item,
  .navbar.is-primary-4 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-primary-4 .navbar-start > a.navbar-item:hover, .navbar.is-primary-4 .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-4 .navbar-start .navbar-link:hover,
  .navbar.is-primary-4 .navbar-start .navbar-link.is-active,
  .navbar.is-primary-4 .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-4 .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-4 .navbar-end .navbar-link:hover,
  .navbar.is-primary-4 .navbar-end .navbar-link.is-active {
        background-color: #1a29eb;
        color: #fff;
    }

    .navbar.is-primary-4 .navbar-start .navbar-link::after,
  .navbar.is-primary-4 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-primary-4 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-4 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1a29eb;
        color: #fff;
    }

    .navbar.is-primary-4 .navbar-dropdown a.navbar-item.is-active {
        background-color: #313fed;
        color: #fff;
    }
}

.navbar.is-primary-5 {
    background-color: #1727fe;
    color: #fff;
}

.navbar.is-primary-5 .navbar-brand > .navbar-item,
.navbar.is-primary-5 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-primary-5 .navbar-brand > a.navbar-item:hover, .navbar.is-primary-5 .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-5 .navbar-brand .navbar-link:hover,
.navbar.is-primary-5 .navbar-brand .navbar-link.is-active {
    background-color: #0112fa;
    color: #fff;
}

.navbar.is-primary-5 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-5 .navbar-start > .navbar-item,
  .navbar.is-primary-5 .navbar-start .navbar-link,
  .navbar.is-primary-5 .navbar-end > .navbar-item,
  .navbar.is-primary-5 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-primary-5 .navbar-start > a.navbar-item:hover, .navbar.is-primary-5 .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-5 .navbar-start .navbar-link:hover,
  .navbar.is-primary-5 .navbar-start .navbar-link.is-active,
  .navbar.is-primary-5 .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-5 .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-5 .navbar-end .navbar-link:hover,
  .navbar.is-primary-5 .navbar-end .navbar-link.is-active {
        background-color: #0112fa;
        color: #fff;
    }

    .navbar.is-primary-5 .navbar-start .navbar-link::after,
  .navbar.is-primary-5 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-primary-5 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-5 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0112fa;
        color: #fff;
    }

    .navbar.is-primary-5 .navbar-dropdown a.navbar-item.is-active {
        background-color: #1727fe;
        color: #fff;
    }
}

.navbar.is-primary-6 {
    background-color: #F5104E;
    color: #fff;
}

.navbar.is-primary-6 .navbar-brand > .navbar-item,
.navbar.is-primary-6 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-primary-6 .navbar-brand > a.navbar-item:hover, .navbar.is-primary-6 .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-6 .navbar-brand .navbar-link:hover,
.navbar.is-primary-6 .navbar-brand .navbar-link.is-active {
    background-color: #e20944;
    color: #fff;
}

.navbar.is-primary-6 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-6 .navbar-start > .navbar-item,
  .navbar.is-primary-6 .navbar-start .navbar-link,
  .navbar.is-primary-6 .navbar-end > .navbar-item,
  .navbar.is-primary-6 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-primary-6 .navbar-start > a.navbar-item:hover, .navbar.is-primary-6 .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-6 .navbar-start .navbar-link:hover,
  .navbar.is-primary-6 .navbar-start .navbar-link.is-active,
  .navbar.is-primary-6 .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-6 .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-6 .navbar-end .navbar-link:hover,
  .navbar.is-primary-6 .navbar-end .navbar-link.is-active {
        background-color: #e20944;
        color: #fff;
    }

    .navbar.is-primary-6 .navbar-start .navbar-link::after,
  .navbar.is-primary-6 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-primary-6 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-6 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e20944;
        color: #fff;
    }

    .navbar.is-primary-6 .navbar-dropdown a.navbar-item.is-active {
        background-color: #F5104E;
        color: #fff;
    }
}

.navbar.is-primary-7 {
    background-color: #edeefe;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-primary-7 .navbar-brand > .navbar-item,
.navbar.is-primary-7 .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-primary-7 .navbar-brand > a.navbar-item:hover, .navbar.is-primary-7 .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-7 .navbar-brand .navbar-link:hover,
.navbar.is-primary-7 .navbar-brand .navbar-link.is-active {
    background-color: #d5d7fd;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-primary-7 .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-7 .navbar-start > .navbar-item,
  .navbar.is-primary-7 .navbar-start .navbar-link,
  .navbar.is-primary-7 .navbar-end > .navbar-item,
  .navbar.is-primary-7 .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-7 .navbar-start > a.navbar-item:hover, .navbar.is-primary-7 .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-7 .navbar-start .navbar-link:hover,
  .navbar.is-primary-7 .navbar-start .navbar-link.is-active,
  .navbar.is-primary-7 .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-7 .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-7 .navbar-end .navbar-link:hover,
  .navbar.is-primary-7 .navbar-end .navbar-link.is-active {
        background-color: #d5d7fd;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-7 .navbar-start .navbar-link::after,
  .navbar.is-primary-7 .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-7 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-7 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #d5d7fd;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-7 .navbar-dropdown a.navbar-item.is-active {
        background-color: #edeefe;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-primary-light {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-primary-light .navbar-brand > .navbar-item,
.navbar.is-primary-light .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-primary-light .navbar-brand > a.navbar-item:hover, .navbar.is-primary-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary-light .navbar-brand .navbar-link:hover,
.navbar.is-primary-light .navbar-brand .navbar-link.is-active {
    background-color: #ededed;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-primary-light .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-primary-light .navbar-start > .navbar-item,
  .navbar.is-primary-light .navbar-start .navbar-link,
  .navbar.is-primary-light .navbar-end > .navbar-item,
  .navbar.is-primary-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-light .navbar-start > a.navbar-item:hover, .navbar.is-primary-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary-light .navbar-start .navbar-link:hover,
  .navbar.is-primary-light .navbar-start .navbar-link.is-active,
  .navbar.is-primary-light .navbar-end > a.navbar-item:hover,
  .navbar.is-primary-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary-light .navbar-end .navbar-link:hover,
  .navbar.is-primary-light .navbar-end .navbar-link.is-active {
        background-color: #ededed;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-light .navbar-start .navbar-link::after,
  .navbar.is-primary-light .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ededed;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-primary-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #fafafa;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-secondary {
    background-color: #000000;
    color: #fff;
}

.navbar.is-secondary .navbar-brand > .navbar-item,
.navbar.is-secondary .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-secondary .navbar-brand > a.navbar-item:hover, .navbar.is-secondary .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary .navbar-brand .navbar-link:hover,
.navbar.is-secondary .navbar-brand .navbar-link.is-active {
    background-color: black;
    color: #fff;
}

.navbar.is-secondary .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-secondary .navbar-start > .navbar-item,
  .navbar.is-secondary .navbar-start .navbar-link,
  .navbar.is-secondary .navbar-end > .navbar-item,
  .navbar.is-secondary .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-secondary .navbar-start > a.navbar-item:hover, .navbar.is-secondary .navbar-start > a.navbar-item.is-active,
  .navbar.is-secondary .navbar-start .navbar-link:hover,
  .navbar.is-secondary .navbar-start .navbar-link.is-active,
  .navbar.is-secondary .navbar-end > a.navbar-item:hover,
  .navbar.is-secondary .navbar-end > a.navbar-item.is-active,
  .navbar.is-secondary .navbar-end .navbar-link:hover,
  .navbar.is-secondary .navbar-end .navbar-link.is-active {
        background-color: black;
        color: #fff;
    }

    .navbar.is-secondary .navbar-start .navbar-link::after,
  .navbar.is-secondary .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: #fff;
    }

    .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
        background-color: #000000;
        color: #fff;
    }
}

.navbar.is-secondary-2 {
    background-color: #111111;
    color: #fff;
}

.navbar.is-secondary-2 .navbar-brand > .navbar-item,
.navbar.is-secondary-2 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-secondary-2 .navbar-brand > a.navbar-item:hover, .navbar.is-secondary-2 .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary-2 .navbar-brand .navbar-link:hover,
.navbar.is-secondary-2 .navbar-brand .navbar-link.is-active {
    background-color: #040404;
    color: #fff;
}

.navbar.is-secondary-2 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-secondary-2 .navbar-start > .navbar-item,
  .navbar.is-secondary-2 .navbar-start .navbar-link,
  .navbar.is-secondary-2 .navbar-end > .navbar-item,
  .navbar.is-secondary-2 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-secondary-2 .navbar-start > a.navbar-item:hover, .navbar.is-secondary-2 .navbar-start > a.navbar-item.is-active,
  .navbar.is-secondary-2 .navbar-start .navbar-link:hover,
  .navbar.is-secondary-2 .navbar-start .navbar-link.is-active,
  .navbar.is-secondary-2 .navbar-end > a.navbar-item:hover,
  .navbar.is-secondary-2 .navbar-end > a.navbar-item.is-active,
  .navbar.is-secondary-2 .navbar-end .navbar-link:hover,
  .navbar.is-secondary-2 .navbar-end .navbar-link.is-active {
        background-color: #040404;
        color: #fff;
    }

    .navbar.is-secondary-2 .navbar-start .navbar-link::after,
  .navbar.is-secondary-2 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-secondary-2 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-secondary-2 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #040404;
        color: #fff;
    }

    .navbar.is-secondary-2 .navbar-dropdown a.navbar-item.is-active {
        background-color: #111111;
        color: #fff;
    }
}

.navbar.is-secondary-3 {
    background-color: #232323;
    color: #fff;
}

.navbar.is-secondary-3 .navbar-brand > .navbar-item,
.navbar.is-secondary-3 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-secondary-3 .navbar-brand > a.navbar-item:hover, .navbar.is-secondary-3 .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary-3 .navbar-brand .navbar-link:hover,
.navbar.is-secondary-3 .navbar-brand .navbar-link.is-active {
    background-color: #161616;
    color: #fff;
}

.navbar.is-secondary-3 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-secondary-3 .navbar-start > .navbar-item,
  .navbar.is-secondary-3 .navbar-start .navbar-link,
  .navbar.is-secondary-3 .navbar-end > .navbar-item,
  .navbar.is-secondary-3 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-secondary-3 .navbar-start > a.navbar-item:hover, .navbar.is-secondary-3 .navbar-start > a.navbar-item.is-active,
  .navbar.is-secondary-3 .navbar-start .navbar-link:hover,
  .navbar.is-secondary-3 .navbar-start .navbar-link.is-active,
  .navbar.is-secondary-3 .navbar-end > a.navbar-item:hover,
  .navbar.is-secondary-3 .navbar-end > a.navbar-item.is-active,
  .navbar.is-secondary-3 .navbar-end .navbar-link:hover,
  .navbar.is-secondary-3 .navbar-end .navbar-link.is-active {
        background-color: #161616;
        color: #fff;
    }

    .navbar.is-secondary-3 .navbar-start .navbar-link::after,
  .navbar.is-secondary-3 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-secondary-3 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-secondary-3 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #161616;
        color: #fff;
    }

    .navbar.is-secondary-3 .navbar-dropdown a.navbar-item.is-active {
        background-color: #232323;
        color: #fff;
    }
}

.navbar.is-secondary-4 {
    background-color: #363636;
    color: #fff;
}

.navbar.is-secondary-4 .navbar-brand > .navbar-item,
.navbar.is-secondary-4 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-secondary-4 .navbar-brand > a.navbar-item:hover, .navbar.is-secondary-4 .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary-4 .navbar-brand .navbar-link:hover,
.navbar.is-secondary-4 .navbar-brand .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
}

.navbar.is-secondary-4 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-secondary-4 .navbar-start > .navbar-item,
  .navbar.is-secondary-4 .navbar-start .navbar-link,
  .navbar.is-secondary-4 .navbar-end > .navbar-item,
  .navbar.is-secondary-4 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-secondary-4 .navbar-start > a.navbar-item:hover, .navbar.is-secondary-4 .navbar-start > a.navbar-item.is-active,
  .navbar.is-secondary-4 .navbar-start .navbar-link:hover,
  .navbar.is-secondary-4 .navbar-start .navbar-link.is-active,
  .navbar.is-secondary-4 .navbar-end > a.navbar-item:hover,
  .navbar.is-secondary-4 .navbar-end > a.navbar-item.is-active,
  .navbar.is-secondary-4 .navbar-end .navbar-link:hover,
  .navbar.is-secondary-4 .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: #fff;
    }

    .navbar.is-secondary-4 .navbar-start .navbar-link::after,
  .navbar.is-secondary-4 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-secondary-4 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-secondary-4 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff;
    }

    .navbar.is-secondary-4 .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff;
    }
}

.navbar.is-secondary-5 {
    background-color: #5c5c5c;
    color: #fff;
}

.navbar.is-secondary-5 .navbar-brand > .navbar-item,
.navbar.is-secondary-5 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-secondary-5 .navbar-brand > a.navbar-item:hover, .navbar.is-secondary-5 .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary-5 .navbar-brand .navbar-link:hover,
.navbar.is-secondary-5 .navbar-brand .navbar-link.is-active {
    background-color: #4f4f4f;
    color: #fff;
}

.navbar.is-secondary-5 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-secondary-5 .navbar-start > .navbar-item,
  .navbar.is-secondary-5 .navbar-start .navbar-link,
  .navbar.is-secondary-5 .navbar-end > .navbar-item,
  .navbar.is-secondary-5 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-secondary-5 .navbar-start > a.navbar-item:hover, .navbar.is-secondary-5 .navbar-start > a.navbar-item.is-active,
  .navbar.is-secondary-5 .navbar-start .navbar-link:hover,
  .navbar.is-secondary-5 .navbar-start .navbar-link.is-active,
  .navbar.is-secondary-5 .navbar-end > a.navbar-item:hover,
  .navbar.is-secondary-5 .navbar-end > a.navbar-item.is-active,
  .navbar.is-secondary-5 .navbar-end .navbar-link:hover,
  .navbar.is-secondary-5 .navbar-end .navbar-link.is-active {
        background-color: #4f4f4f;
        color: #fff;
    }

    .navbar.is-secondary-5 .navbar-start .navbar-link::after,
  .navbar.is-secondary-5 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-secondary-5 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-secondary-5 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #4f4f4f;
        color: #fff;
    }

    .navbar.is-secondary-5 .navbar-dropdown a.navbar-item.is-active {
        background-color: #5c5c5c;
        color: #fff;
    }
}

.navbar.is-tertiary {
    background-color: #A6A6A6;
    color: #fff;
}

.navbar.is-tertiary .navbar-brand > .navbar-item,
.navbar.is-tertiary .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-tertiary .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary .navbar-brand .navbar-link:hover,
.navbar.is-tertiary .navbar-brand .navbar-link.is-active {
    background-color: #999999;
    color: #fff;
}

.navbar.is-tertiary .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary .navbar-start > .navbar-item,
  .navbar.is-tertiary .navbar-start .navbar-link,
  .navbar.is-tertiary .navbar-end > .navbar-item,
  .navbar.is-tertiary .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-tertiary .navbar-start > a.navbar-item:hover, .navbar.is-tertiary .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary .navbar-start .navbar-link:hover,
  .navbar.is-tertiary .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary .navbar-end .navbar-link:hover,
  .navbar.is-tertiary .navbar-end .navbar-link.is-active {
        background-color: #999999;
        color: #fff;
    }

    .navbar.is-tertiary .navbar-start .navbar-link::after,
  .navbar.is-tertiary .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-tertiary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #999999;
        color: #fff;
    }

    .navbar.is-tertiary .navbar-dropdown a.navbar-item.is-active {
        background-color: #A6A6A6;
        color: #fff;
    }
}

.navbar.is-tertiary-2 {
    background-color: #D8D8D8;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-2 .navbar-brand > .navbar-item,
.navbar.is-tertiary-2 .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-2 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-2 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-2 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-2 .navbar-brand .navbar-link.is-active {
    background-color: #cbcbcb;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-2 .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-2 .navbar-start > .navbar-item,
  .navbar.is-tertiary-2 .navbar-start .navbar-link,
  .navbar.is-tertiary-2 .navbar-end > .navbar-item,
  .navbar.is-tertiary-2 .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-2 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-2 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-2 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-2 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-2 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-2 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-2 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-2 .navbar-end .navbar-link.is-active {
        background-color: #cbcbcb;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-2 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-2 .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-2 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-2 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #cbcbcb;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-2 .navbar-dropdown a.navbar-item.is-active {
        background-color: #D8D8D8;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-tertiary-3 {
    background-color: #D7D6D3;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-3 .navbar-brand > .navbar-item,
.navbar.is-tertiary-3 .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-3 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-3 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-3 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-3 .navbar-brand .navbar-link.is-active {
    background-color: #cbcac6;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-3 .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-3 .navbar-start > .navbar-item,
  .navbar.is-tertiary-3 .navbar-start .navbar-link,
  .navbar.is-tertiary-3 .navbar-end > .navbar-item,
  .navbar.is-tertiary-3 .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-3 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-3 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-3 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-3 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-3 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-3 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-3 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-3 .navbar-end .navbar-link.is-active {
        background-color: #cbcac6;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-3 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-3 .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-3 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-3 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #cbcac6;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-3 .navbar-dropdown a.navbar-item.is-active {
        background-color: #D7D6D3;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-tertiary-4 {
    background-color: #AFAFAF;
    color: #fff;
}

.navbar.is-tertiary-4 .navbar-brand > .navbar-item,
.navbar.is-tertiary-4 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-tertiary-4 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-4 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-4 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-4 .navbar-brand .navbar-link.is-active {
    background-color: #a2a2a2;
    color: #fff;
}

.navbar.is-tertiary-4 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-4 .navbar-start > .navbar-item,
  .navbar.is-tertiary-4 .navbar-start .navbar-link,
  .navbar.is-tertiary-4 .navbar-end > .navbar-item,
  .navbar.is-tertiary-4 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-tertiary-4 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-4 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-4 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-4 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-4 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-4 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-4 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-4 .navbar-end .navbar-link.is-active {
        background-color: #a2a2a2;
        color: #fff;
    }

    .navbar.is-tertiary-4 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-4 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-tertiary-4 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-4 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #a2a2a2;
        color: #fff;
    }

    .navbar.is-tertiary-4 .navbar-dropdown a.navbar-item.is-active {
        background-color: #AFAFAF;
        color: #fff;
    }
}

.navbar.is-tertiary-5 {
    background-color: #EAEAEA;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-5 .navbar-brand > .navbar-item,
.navbar.is-tertiary-5 .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-5 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-5 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-5 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-5 .navbar-brand .navbar-link.is-active {
    background-color: #dddddd;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-5 .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-5 .navbar-start > .navbar-item,
  .navbar.is-tertiary-5 .navbar-start .navbar-link,
  .navbar.is-tertiary-5 .navbar-end > .navbar-item,
  .navbar.is-tertiary-5 .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-5 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-5 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-5 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-5 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-5 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-5 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-5 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-5 .navbar-end .navbar-link.is-active {
        background-color: #dddddd;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-5 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-5 .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-5 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-5 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #dddddd;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-5 .navbar-dropdown a.navbar-item.is-active {
        background-color: #EAEAEA;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-tertiary-6 {
    background-color: #B0B0B0;
    color: #fff;
}

.navbar.is-tertiary-6 .navbar-brand > .navbar-item,
.navbar.is-tertiary-6 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-tertiary-6 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-6 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-6 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-6 .navbar-brand .navbar-link.is-active {
    background-color: #a3a3a3;
    color: #fff;
}

.navbar.is-tertiary-6 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-6 .navbar-start > .navbar-item,
  .navbar.is-tertiary-6 .navbar-start .navbar-link,
  .navbar.is-tertiary-6 .navbar-end > .navbar-item,
  .navbar.is-tertiary-6 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-tertiary-6 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-6 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-6 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-6 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-6 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-6 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-6 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-6 .navbar-end .navbar-link.is-active {
        background-color: #a3a3a3;
        color: #fff;
    }

    .navbar.is-tertiary-6 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-6 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-tertiary-6 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-6 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #a3a3a3;
        color: #fff;
    }

    .navbar.is-tertiary-6 .navbar-dropdown a.navbar-item.is-active {
        background-color: #B0B0B0;
        color: #fff;
    }
}

.navbar.is-tertiary-7 {
    background-color: #969696;
    color: #fff;
}

.navbar.is-tertiary-7 .navbar-brand > .navbar-item,
.navbar.is-tertiary-7 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-tertiary-7 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-7 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-7 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-7 .navbar-brand .navbar-link.is-active {
    background-color: #898989;
    color: #fff;
}

.navbar.is-tertiary-7 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-7 .navbar-start > .navbar-item,
  .navbar.is-tertiary-7 .navbar-start .navbar-link,
  .navbar.is-tertiary-7 .navbar-end > .navbar-item,
  .navbar.is-tertiary-7 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-tertiary-7 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-7 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-7 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-7 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-7 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-7 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-7 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-7 .navbar-end .navbar-link.is-active {
        background-color: #898989;
        color: #fff;
    }

    .navbar.is-tertiary-7 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-7 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-tertiary-7 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-7 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #898989;
        color: #fff;
    }

    .navbar.is-tertiary-7 .navbar-dropdown a.navbar-item.is-active {
        background-color: #969696;
        color: #fff;
    }
}

.navbar.is-tertiary-8 {
    background-color: #999999;
    color: #fff;
}

.navbar.is-tertiary-8 .navbar-brand > .navbar-item,
.navbar.is-tertiary-8 .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-tertiary-8 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-8 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-8 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-8 .navbar-brand .navbar-link.is-active {
    background-color: #8c8c8c;
    color: #fff;
}

.navbar.is-tertiary-8 .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-8 .navbar-start > .navbar-item,
  .navbar.is-tertiary-8 .navbar-start .navbar-link,
  .navbar.is-tertiary-8 .navbar-end > .navbar-item,
  .navbar.is-tertiary-8 .navbar-end .navbar-link {
        color: #fff;
    }

    .navbar.is-tertiary-8 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-8 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-8 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-8 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-8 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-8 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-8 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-8 .navbar-end .navbar-link.is-active {
        background-color: #8c8c8c;
        color: #fff;
    }

    .navbar.is-tertiary-8 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-8 .navbar-end .navbar-link::after {
        border-color: #fff;
    }

    .navbar.is-tertiary-8 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-8 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #8c8c8c;
        color: #fff;
    }

    .navbar.is-tertiary-8 .navbar-dropdown a.navbar-item.is-active {
        background-color: #999999;
        color: #fff;
    }
}

.navbar.is-tertiary-9 {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-9 .navbar-brand > .navbar-item,
.navbar.is-tertiary-9 .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-9 .navbar-brand > a.navbar-item:hover, .navbar.is-tertiary-9 .navbar-brand > a.navbar-item.is-active,
.navbar.is-tertiary-9 .navbar-brand .navbar-link:hover,
.navbar.is-tertiary-9 .navbar-brand .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-tertiary-9 .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
    .navbar.is-tertiary-9 .navbar-start > .navbar-item,
  .navbar.is-tertiary-9 .navbar-start .navbar-link,
  .navbar.is-tertiary-9 .navbar-end > .navbar-item,
  .navbar.is-tertiary-9 .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-9 .navbar-start > a.navbar-item:hover, .navbar.is-tertiary-9 .navbar-start > a.navbar-item.is-active,
  .navbar.is-tertiary-9 .navbar-start .navbar-link:hover,
  .navbar.is-tertiary-9 .navbar-start .navbar-link.is-active,
  .navbar.is-tertiary-9 .navbar-end > a.navbar-item:hover,
  .navbar.is-tertiary-9 .navbar-end > a.navbar-item.is-active,
  .navbar.is-tertiary-9 .navbar-end .navbar-link:hover,
  .navbar.is-tertiary-9 .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-9 .navbar-start .navbar-link::after,
  .navbar.is-tertiary-9 .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-9 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-tertiary-9 .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-tertiary-9 .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar > .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%;
}

.navbar.has-shadow {
    -webkit-box-shadow: 0 2px 0 0 whitesmoke;
    box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
}

.navbar.is-fixed-bottom {
    bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
    -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
    box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
    top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
    padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 3.25rem;
}

.navbar-brand a.navbar-item:hover {
    background-color: transparent;
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
}

.navbar-burger {
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 16px;
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px);
}

.navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
    display: none;
}

.navbar-item,
.navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
    cursor: pointer;
}

a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
    background-color: #fafafa;
    color: #2231f6;
}

.navbar-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.navbar-item img {
    max-height: 1.75rem;
}

.navbar-item.has-dropdown {
    padding: 0;
}

.navbar-item.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #2231f6;
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #2231f6;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #2231f6;
    padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.navbar-link {
    padding-right: 2.5em;
}

.navbar-link::after {
    border-color: #2231f6;
    margin-top: -0.375em;
    right: 1.125em;
}

.navbar-dropdown {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar-divider {
    background-color: whitesmoke;
    border: none;
    display: none;
    height: 2px;
    margin: 0.5rem 0;
}

@media screen and (max-width: 1087px) {
    .navbar > .container {
        display: block;
    }

    .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-link::after {
        display: none;
    }

    .navbar-menu {
        background-color: white;
        -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        padding: 0.5rem 0;
    }

    .navbar-menu.is-active {
        display: block;
    }

    .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0;
    }

    .navbar.is-fixed-bottom-touch.has-shadow {
        -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
        box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
    }

    .navbar.is-fixed-top-touch {
        top: 0;
    }

    .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.25rem);
        overflow: auto;
    }

    html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
        padding-top: 3.25rem;
    }

    html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem;
    }
}

@media screen and (min-width: 1088px) {
    .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar {
        min-height: 3.25rem;
    }

    .navbar.is-spaced {
        padding: 1rem 2rem;
    }

    .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
        border-radius: 4px;
    }

    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
        background-color: transparent !important;
    }

    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
        background-color: transparent !important;
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a;
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #2231f6;
    }

    .navbar-burger {
        display: none;
    }

    .navbar-item,
  .navbar-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-item.has-dropdown {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .navbar-item.has-dropdown-up .navbar-link::after {
        -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
        transform: rotate(135deg) translate(0.25em, -0.25em);
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #dbdbdb;
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
        box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
        top: auto;
    }

    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }

    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .navbar-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto;
    }

    .navbar-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
    }

    .navbar-dropdown {
        background-color: white;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
        box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
        display: none;
        font-size: 0.875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20;
    }

    .navbar-dropdown .navbar-item {
        padding: 0.375rem 1rem;
        white-space: nowrap;
    }

    .navbar-dropdown a.navbar-item {
        padding-right: 3rem;
    }

    .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a;
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #2231f6;
    }

    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
        border-radius: 6px;
        border-top: none;
        -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + (-4px));
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition-duration: 86ms;
        transition-duration: 86ms;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    .navbar-dropdown.is-right {
        left: auto;
        right: 0;
    }

    .navbar-divider {
        display: block;
    }

    .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
        margin-left: -1rem;
    }

    .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
        margin-right: -1rem;
    }

    .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0;
    }

    .navbar.is-fixed-bottom-desktop.has-shadow {
        -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
        box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
    }

    .navbar.is-fixed-top-desktop {
        top: 0;
    }

    html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem;
    }

    html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem;
    }

    html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem;
    }

    html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem;
    }

    a.navbar-item.is-active,
  .navbar-link.is-active {
        color: #0a0a0a;
    }

    a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
        background-color: transparent;
    }

    .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fafafa;
    }
}



.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #F0F0F0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 5px !important;
    color: #B5B5B5 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px !important;
    padding: 0.8em 1.2em;
    vertical-align: top;
}

.tabs a:hover {
    border-bottom-color: #AFAFAF !important;
    color: #5c5c5c !important;
}

.tabs li {
    display: block;
}


.tabs li.is-active a {
    border-bottom-color: #EF8B47 !important;
    color: #EF8B47 !important;
    border-bottom-width: thick!important;
}

.tabs li.is-active a.apl-color {
    border-bottom-color: #87497E !important;
    color: #87497E !important;
    border-bottom-width: thick!important;
}
.tabs li.is-active a.dist-school-color {
    border-bottom-color: #D74739 !important;
    color: #D74739 !important;
    border-bottom-width: thick!important;
}
.tabs li.is-active a.dist-educator-color {
    border-bottom-color: #91A44E !important;
    color: #91A44E !important;
    border-bottom-width: thick!important;
}
.tabs li.is-active a.it-pro-color {
    border-bottom-color: #636569 !important;
    color: #636569 !important;
    border-bottom-width: thick!important;
}

.tabs ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #F0F0F0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    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-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;
    padding-right: 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: 0px 0px 0 0;
}

.tabs.is-boxed a:hover {
    background-color: rgba(240, 240, 240, 0.5);
    border-bottom-color: #F0F0F0 !important;
}

.tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #F0F0F0;
    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-color: #F0F0F0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: 0;
    position: relative;
}

.tabs.is-toggle a:hover {
    background-color: whitesmoke;
    border-color: #F0F0F0 !important;
    z-index: 2;
}

.tabs.is-toggle li + li {
    margin-left: -1px !important;
}

.tabs.is-toggle li:first-child a {
    border-radius: 0px 0 0 0px;
}

.tabs.is-toggle li:last-child a {
    border-radius: 0 0px 0px 0;
}

.tabs.is-toggle li.is-active a {
    background-color: #2231f6;
    border-color: #2231f6 !important;
    color: white !important;
    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;
}



.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.columns:last-child {
    margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
    -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 screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1088px) {
    .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;
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
    --columnGap: 1rem;
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
    --columnGap: 2rem;
}


.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: white;
    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: 1087px) {
    .hero.is-white .navbar-menu {
        background-color: white;
    }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
    color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
}

.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: 0.9;
}

.hero.is-white .tabs a:hover {
    opacity: 1;
}

.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: white;
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
    }
}

.hero.is-black {
    background-color: #0a0a0a;
    color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
    color: inherit;
}

.hero.is-black .title {
    color: white;
}

.hero.is-black .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
    color: white;
}

@media screen and (max-width: 1087px) {
    .hero.is-black .navbar-menu {
        background-color: #0a0a0a;
    }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
    background-color: black;
    color: white;
}

.hero.is-black .tabs a {
    color: white;
    opacity: 0.9;
}

.hero.is-black .tabs a:hover {
    opacity: 1;
}

.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: white;
}

.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: white;
    border-color: white;
    color: #0a0a0a;
}

.hero.is-black.is-bold {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
    }
}

.hero.is-light {
    background-color: whitesmoke;
    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: 1087px) {
    .hero.is-light .navbar-menu {
        background-color: whitesmoke;
    }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
}

.hero.is-light .tabs a {
    color: #363636;
    opacity: 0.9;
}

.hero.is-light .tabs a:hover {
    opacity: 1;
}

.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: whitesmoke;
}

.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    }
}

.hero.is-dark {
    background-color: #363636;
    color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
    color: inherit;
}

.hero.is-dark .title {
    color: whitesmoke;
}

.hero.is-dark .subtitle {
    color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
    color: whitesmoke;
}

@media screen and (max-width: 1087px) {
    .hero.is-dark .navbar-menu {
        background-color: #363636;
    }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
}

.hero.is-dark .tabs a {
    color: whitesmoke;
    opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
    opacity: 1;
}

.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: whitesmoke;
}

.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: whitesmoke;
    border-color: whitesmoke;
    color: #363636;
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
    }
}

.hero.is-primary {
    background-color: #2231f6;
    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: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-primary .navbar-menu {
        background-color: #2231f6;
    }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
    background-color: #0a1bf5;
    color: #fff;
}

.hero.is-primary .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
    opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
    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: #2231f6;
}

.hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #0036e5 0%, #2231f6 71%, #4835fc 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0036e5 0%, #2231f6 71%, #4835fc 100%);
    }
}

.hero.is-link {
    background-color: #2231f6;
    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: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-link .navbar-menu {
        background-color: #2231f6;
    }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
    background-color: #0a1bf5;
    color: #fff;
}

.hero.is-link .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-link .tabs a:hover {
    opacity: 1;
}

.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: #2231f6;
}

.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #0036e5 0%, #2231f6 71%, #4835fc 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0036e5 0%, #2231f6 71%, #4835fc 100%);
    }
}

.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: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-info .navbar-menu {
        background-color: #209cee;
    }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
}

.hero.is-info .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-info .tabs a:hover {
    opacity: 1;
}

.hero.is-info .tabs li.is-active a {
    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: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    }
}

.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: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-success .navbar-menu {
        background-color: #23d160;
    }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
}

.hero.is-success .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-success .tabs a:hover {
    opacity: 1;
}

.hero.is-success .tabs li.is-active a {
    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: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    }
}

.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: 1087px) {
    .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 a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
    background-color: #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 {
    opacity: 1;
}

.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: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    }
}

.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: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-danger .navbar-menu {
        background-color: #ff3860;
    }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
}

.hero.is-danger .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
    opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
    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: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    }
}

.hero.is-primary-2 {
    background-color: #303efa;
    color: #fff;
}

.hero.is-primary-2 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-2 strong {
    color: inherit;
}

.hero.is-primary-2 .title {
    color: #fff;
}

.hero.is-primary-2 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary-2 .subtitle a:not(.button),
.hero.is-primary-2 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-2 .navbar-menu {
        background-color: #303efa;
    }
}

.hero.is-primary-2 .navbar-item,
.hero.is-primary-2 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary-2 a.navbar-item:hover, .hero.is-primary-2 a.navbar-item.is-active,
.hero.is-primary-2 .navbar-link:hover,
.hero.is-primary-2 .navbar-link.is-active {
    background-color: #1727f9;
    color: #fff;
}

.hero.is-primary-2 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-primary-2 .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-2 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-2 .tabs.is-boxed a, .hero.is-primary-2 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-primary-2 .tabs.is-boxed a:hover, .hero.is-primary-2 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-2 .tabs.is-boxed li.is-active a, .hero.is-primary-2 .tabs.is-boxed li.is-active a:hover, .hero.is-primary-2 .tabs.is-toggle li.is-active a, .hero.is-primary-2 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #303efa;
}

.hero.is-primary-2.is-bold {
    background-image: linear-gradient(141deg, #003af7 0%, #303efa 71%, #5745ff 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-2.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #003af7 0%, #303efa 71%, #5745ff 100%);
    }
}

.hero.is-primary-3 {
    background-color: #1928ee;
    color: #fff;
}

.hero.is-primary-3 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-3 strong {
    color: inherit;
}

.hero.is-primary-3 .title {
    color: #fff;
}

.hero.is-primary-3 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary-3 .subtitle a:not(.button),
.hero.is-primary-3 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-3 .navbar-menu {
        background-color: #1928ee;
    }
}

.hero.is-primary-3 .navbar-item,
.hero.is-primary-3 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary-3 a.navbar-item:hover, .hero.is-primary-3 a.navbar-item.is-active,
.hero.is-primary-3 .navbar-link:hover,
.hero.is-primary-3 .navbar-link.is-active {
    background-color: #101fdd;
    color: #fff;
}

.hero.is-primary-3 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-primary-3 .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-3 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-3 .tabs.is-boxed a, .hero.is-primary-3 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-primary-3 .tabs.is-boxed a:hover, .hero.is-primary-3 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-3 .tabs.is-boxed li.is-active a, .hero.is-primary-3 .tabs.is-boxed li.is-active a:hover, .hero.is-primary-3 .tabs.is-toggle li.is-active a, .hero.is-primary-3 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1928ee;
}

.hero.is-primary-3.is-bold {
    background-image: linear-gradient(141deg, #0434d0 0%, #1928ee 71%, #3f2bf5 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-3.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0434d0 0%, #1928ee 71%, #3f2bf5 100%);
    }
}

.hero.is-primary-4 {
    background-color: #313fed;
    color: #fff;
}

.hero.is-primary-4 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-4 strong {
    color: inherit;
}

.hero.is-primary-4 .title {
    color: #fff;
}

.hero.is-primary-4 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary-4 .subtitle a:not(.button),
.hero.is-primary-4 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-4 .navbar-menu {
        background-color: #313fed;
    }
}

.hero.is-primary-4 .navbar-item,
.hero.is-primary-4 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary-4 a.navbar-item:hover, .hero.is-primary-4 a.navbar-item.is-active,
.hero.is-primary-4 .navbar-link:hover,
.hero.is-primary-4 .navbar-link.is-active {
    background-color: #1a29eb;
    color: #fff;
}

.hero.is-primary-4 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-primary-4 .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-4 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-4 .tabs.is-boxed a, .hero.is-primary-4 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-primary-4 .tabs.is-boxed a:hover, .hero.is-primary-4 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-4 .tabs.is-boxed li.is-active a, .hero.is-primary-4 .tabs.is-boxed li.is-active a:hover, .hero.is-primary-4 .tabs.is-toggle li.is-active a, .hero.is-primary-4 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #313fed;
}

.hero.is-primary-4.is-bold {
    background-image: linear-gradient(141deg, #073ce4 0%, #313fed 71%, #5443f4 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-4.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #073ce4 0%, #313fed 71%, #5443f4 100%);
    }
}

.hero.is-primary-5 {
    background-color: #1727fe;
    color: #fff;
}

.hero.is-primary-5 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-5 strong {
    color: inherit;
}

.hero.is-primary-5 .title {
    color: #fff;
}

.hero.is-primary-5 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary-5 .subtitle a:not(.button),
.hero.is-primary-5 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-5 .navbar-menu {
        background-color: #1727fe;
    }
}

.hero.is-primary-5 .navbar-item,
.hero.is-primary-5 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary-5 a.navbar-item:hover, .hero.is-primary-5 a.navbar-item.is-active,
.hero.is-primary-5 .navbar-link:hover,
.hero.is-primary-5 .navbar-link.is-active {
    background-color: #0112fa;
    color: #fff;
}

.hero.is-primary-5 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-primary-5 .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-5 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-5 .tabs.is-boxed a, .hero.is-primary-5 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-primary-5 .tabs.is-boxed a:hover, .hero.is-primary-5 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-5 .tabs.is-boxed li.is-active a, .hero.is-primary-5 .tabs.is-boxed li.is-active a:hover, .hero.is-primary-5 .tabs.is-toggle li.is-active a, .hero.is-primary-5 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1727fe;
}

.hero.is-primary-5.is-bold {
    background-image: linear-gradient(141deg, #0035e2 0%, #1727fe 71%, #4430ff 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-5.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0035e2 0%, #1727fe 71%, #4430ff 100%);
    }
}

.hero.is-primary-6 {
    background-color: #F5104E;
    color: #fff;
}

.hero.is-primary-6 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-6 strong {
    color: inherit;
}

.hero.is-primary-6 .title {
    color: #fff;
}

.hero.is-primary-6 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary-6 .subtitle a:not(.button),
.hero.is-primary-6 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-6 .navbar-menu {
        background-color: #F5104E;
    }
}

.hero.is-primary-6 .navbar-item,
.hero.is-primary-6 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary-6 a.navbar-item:hover, .hero.is-primary-6 a.navbar-item.is-active,
.hero.is-primary-6 .navbar-link:hover,
.hero.is-primary-6 .navbar-link.is-active {
    background-color: #e20944;
    color: #fff;
}

.hero.is-primary-6 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-primary-6 .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-6 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-6 .tabs.is-boxed a, .hero.is-primary-6 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-primary-6 .tabs.is-boxed a:hover, .hero.is-primary-6 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-6 .tabs.is-boxed li.is-active a, .hero.is-primary-6 .tabs.is-boxed li.is-active a:hover, .hero.is-primary-6 .tabs.is-toggle li.is-active a, .hero.is-primary-6 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #F5104E;
}

.hero.is-primary-6.is-bold {
    background-image: linear-gradient(141deg, #d2005c 0%, #F5104E 71%, #fc2339 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-6.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #d2005c 0%, #F5104E 71%, #fc2339 100%);
    }
}

.hero.is-primary-7 {
    background-color: #edeefe;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-7 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-7 strong {
    color: inherit;
}

.hero.is-primary-7 .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-7 .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-primary-7 .subtitle a:not(.button),
.hero.is-primary-7 .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-7 .navbar-menu {
        background-color: #edeefe;
    }
}

.hero.is-primary-7 .navbar-item,
.hero.is-primary-7 .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-7 a.navbar-item:hover, .hero.is-primary-7 a.navbar-item.is-active,
.hero.is-primary-7 .navbar-link:hover,
.hero.is-primary-7 .navbar-link.is-active {
    background-color: #d5d7fd;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-7 .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero.is-primary-7 .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-7 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-7 .tabs.is-boxed a, .hero.is-primary-7 .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-7 .tabs.is-boxed a:hover, .hero.is-primary-7 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-7 .tabs.is-boxed li.is-active a, .hero.is-primary-7 .tabs.is-boxed li.is-active a:hover, .hero.is-primary-7 .tabs.is-toggle li.is-active a, .hero.is-primary-7 .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: #edeefe;
}

.hero.is-primary-7.is-bold {
    background-image: linear-gradient(141deg, #b9c9ff 0%, #edeefe 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-7.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #b9c9ff 0%, #edeefe 71%, white 100%);
    }
}

.hero.is-primary-light {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary-light strong {
    color: inherit;
}

.hero.is-primary-light .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-light .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-primary-light .subtitle a:not(.button),
.hero.is-primary-light .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
    .hero.is-primary-light .navbar-menu {
        background-color: #fafafa;
    }
}

.hero.is-primary-light .navbar-item,
.hero.is-primary-light .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-light a.navbar-item:hover, .hero.is-primary-light a.navbar-item.is-active,
.hero.is-primary-light .navbar-link:hover,
.hero.is-primary-light .navbar-link.is-active {
    background-color: #ededed;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-light .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero.is-primary-light .tabs a:hover {
    opacity: 1;
}

.hero.is-primary-light .tabs li.is-active a {
    opacity: 1;
}

.hero.is-primary-light .tabs.is-boxed a, .hero.is-primary-light .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-primary-light .tabs.is-boxed a:hover, .hero.is-primary-light .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary-light .tabs.is-boxed li.is-active a, .hero.is-primary-light .tabs.is-boxed li.is-active a:hover, .hero.is-primary-light .tabs.is-toggle li.is-active a, .hero.is-primary-light .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #fafafa;
}

.hero.is-primary-light.is-bold {
    background-image: linear-gradient(141deg, #e4ddde 0%, #fafafa 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e4ddde 0%, #fafafa 71%, white 100%);
    }
}

.hero.is-secondary {
    background-color: #000000;
    color: #fff;
}

.hero.is-secondary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-secondary strong {
    color: inherit;
}

.hero.is-secondary .title {
    color: #fff;
}

.hero.is-secondary .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-secondary .subtitle a:not(.button),
.hero.is-secondary .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-secondary .navbar-menu {
        background-color: #000000;
    }
}

.hero.is-secondary .navbar-item,
.hero.is-secondary .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-secondary a.navbar-item:hover, .hero.is-secondary a.navbar-item.is-active,
.hero.is-secondary .navbar-link:hover,
.hero.is-secondary .navbar-link.is-active {
    background-color: black;
    color: #fff;
}

.hero.is-secondary .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-secondary .tabs a:hover {
    opacity: 1;
}

.hero.is-secondary .tabs li.is-active a {
    opacity: 1;
}

.hero.is-secondary .tabs.is-boxed a, .hero.is-secondary .tabs.is-toggle a {
    color: #fff;
}

.hero.is-secondary .tabs.is-boxed a:hover, .hero.is-secondary .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-secondary .tabs.is-boxed li.is-active a, .hero.is-secondary .tabs.is-boxed li.is-active a:hover, .hero.is-secondary .tabs.is-toggle li.is-active a, .hero.is-secondary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
}

.hero.is-secondary.is-bold {
    background-image: linear-gradient(141deg, black 0%, #000000 71%, #0d0d0d 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-secondary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, black 0%, #000000 71%, #0d0d0d 100%);
    }
}

.hero.is-secondary-2 {
    background-color: #111111;
    color: #fff;
}

.hero.is-secondary-2 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-secondary-2 strong {
    color: inherit;
}

.hero.is-secondary-2 .title {
    color: #fff;
}

.hero.is-secondary-2 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-secondary-2 .subtitle a:not(.button),
.hero.is-secondary-2 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-secondary-2 .navbar-menu {
        background-color: #111111;
    }
}

.hero.is-secondary-2 .navbar-item,
.hero.is-secondary-2 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-secondary-2 a.navbar-item:hover, .hero.is-secondary-2 a.navbar-item.is-active,
.hero.is-secondary-2 .navbar-link:hover,
.hero.is-secondary-2 .navbar-link.is-active {
    background-color: #040404;
    color: #fff;
}

.hero.is-secondary-2 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-secondary-2 .tabs a:hover {
    opacity: 1;
}

.hero.is-secondary-2 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-secondary-2 .tabs.is-boxed a, .hero.is-secondary-2 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-secondary-2 .tabs.is-boxed a:hover, .hero.is-secondary-2 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-secondary-2 .tabs.is-boxed li.is-active a, .hero.is-secondary-2 .tabs.is-boxed li.is-active a:hover, .hero.is-secondary-2 .tabs.is-toggle li.is-active a, .hero.is-secondary-2 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111111;
}

.hero.is-secondary-2.is-bold {
    background-image: linear-gradient(141deg, black 0%, #111111 71%, #1f1d1c 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-secondary-2.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, black 0%, #111111 71%, #1f1d1c 100%);
    }
}

.hero.is-secondary-3 {
    background-color: #232323;
    color: #fff;
}

.hero.is-secondary-3 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-secondary-3 strong {
    color: inherit;
}

.hero.is-secondary-3 .title {
    color: #fff;
}

.hero.is-secondary-3 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-secondary-3 .subtitle a:not(.button),
.hero.is-secondary-3 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-secondary-3 .navbar-menu {
        background-color: #232323;
    }
}

.hero.is-secondary-3 .navbar-item,
.hero.is-secondary-3 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-secondary-3 a.navbar-item:hover, .hero.is-secondary-3 a.navbar-item.is-active,
.hero.is-secondary-3 .navbar-link:hover,
.hero.is-secondary-3 .navbar-link.is-active {
    background-color: #161616;
    color: #fff;
}

.hero.is-secondary-3 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-secondary-3 .tabs a:hover {
    opacity: 1;
}

.hero.is-secondary-3 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-secondary-3 .tabs.is-boxed a, .hero.is-secondary-3 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-secondary-3 .tabs.is-boxed a:hover, .hero.is-secondary-3 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-secondary-3 .tabs.is-boxed li.is-active a, .hero.is-secondary-3 .tabs.is-boxed li.is-active a:hover, .hero.is-secondary-3 .tabs.is-toggle li.is-active a, .hero.is-secondary-3 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #232323;
}

.hero.is-secondary-3.is-bold {
    background-image: linear-gradient(141deg, #0a0909 0%, #232323 71%, #322e2d 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-secondary-3.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0a0909 0%, #232323 71%, #322e2d 100%);
    }
}

.hero.is-secondary-4 {
    background-color: #363636;
    color: #fff;
}

.hero.is-secondary-4 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-secondary-4 strong {
    color: inherit;
}

.hero.is-secondary-4 .title {
    color: #fff;
}

.hero.is-secondary-4 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-secondary-4 .subtitle a:not(.button),
.hero.is-secondary-4 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-secondary-4 .navbar-menu {
        background-color: #363636;
    }
}

.hero.is-secondary-4 .navbar-item,
.hero.is-secondary-4 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-secondary-4 a.navbar-item:hover, .hero.is-secondary-4 a.navbar-item.is-active,
.hero.is-secondary-4 .navbar-link:hover,
.hero.is-secondary-4 .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
}

.hero.is-secondary-4 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-secondary-4 .tabs a:hover {
    opacity: 1;
}

.hero.is-secondary-4 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-secondary-4 .tabs.is-boxed a, .hero.is-secondary-4 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-secondary-4 .tabs.is-boxed a:hover, .hero.is-secondary-4 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-secondary-4 .tabs.is-boxed li.is-active a, .hero.is-secondary-4 .tabs.is-boxed li.is-active a:hover, .hero.is-secondary-4 .tabs.is-toggle li.is-active a, .hero.is-secondary-4 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #363636;
}

.hero.is-secondary-4.is-bold {
    background-image: linear-gradient(141deg, #1f1a1b 0%, #363636 71%, #46413f 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-secondary-4.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1f1a1b 0%, #363636 71%, #46413f 100%);
    }
}

.hero.is-secondary-5 {
    background-color: #5c5c5c;
    color: #fff;
}

.hero.is-secondary-5 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-secondary-5 strong {
    color: inherit;
}

.hero.is-secondary-5 .title {
    color: #fff;
}

.hero.is-secondary-5 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-secondary-5 .subtitle a:not(.button),
.hero.is-secondary-5 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-secondary-5 .navbar-menu {
        background-color: #5c5c5c;
    }
}

.hero.is-secondary-5 .navbar-item,
.hero.is-secondary-5 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-secondary-5 a.navbar-item:hover, .hero.is-secondary-5 a.navbar-item.is-active,
.hero.is-secondary-5 .navbar-link:hover,
.hero.is-secondary-5 .navbar-link.is-active {
    background-color: #4f4f4f;
    color: #fff;
}

.hero.is-secondary-5 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-secondary-5 .tabs a:hover {
    opacity: 1;
}

.hero.is-secondary-5 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-secondary-5 .tabs.is-boxed a, .hero.is-secondary-5 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-secondary-5 .tabs.is-boxed a:hover, .hero.is-secondary-5 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-secondary-5 .tabs.is-boxed li.is-active a, .hero.is-secondary-5 .tabs.is-boxed li.is-active a:hover, .hero.is-secondary-5 .tabs.is-toggle li.is-active a, .hero.is-secondary-5 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #5c5c5c;
}

.hero.is-secondary-5.is-bold {
    background-image: linear-gradient(141deg, #493c3e 0%, #5c5c5c 71%, #6e6564 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-secondary-5.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #493c3e 0%, #5c5c5c 71%, #6e6564 100%);
    }
}

.hero.is-tertiary {
    background-color: #A6A6A6;
    color: #fff;
}

.hero.is-tertiary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary strong {
    color: inherit;
}

.hero.is-tertiary .title {
    color: #fff;
}

.hero.is-tertiary .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-tertiary .subtitle a:not(.button),
.hero.is-tertiary .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary .navbar-menu {
        background-color: #A6A6A6;
    }
}

.hero.is-tertiary .navbar-item,
.hero.is-tertiary .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-tertiary a.navbar-item:hover, .hero.is-tertiary a.navbar-item.is-active,
.hero.is-tertiary .navbar-link:hover,
.hero.is-tertiary .navbar-link.is-active {
    background-color: #999999;
    color: #fff;
}

.hero.is-tertiary .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-tertiary .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary .tabs.is-boxed a, .hero.is-tertiary .tabs.is-toggle a {
    color: #fff;
}

.hero.is-tertiary .tabs.is-boxed a:hover, .hero.is-tertiary .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary .tabs.is-boxed li.is-active a, .hero.is-tertiary .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary .tabs.is-toggle li.is-active a, .hero.is-tertiary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #A6A6A6;
}

.hero.is-tertiary.is-bold {
    background-image: linear-gradient(141deg, #988185 0%, #A6A6A6 71%, #b7b0af 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #988185 0%, #A6A6A6 71%, #b7b0af 100%);
    }
}

.hero.is-tertiary-2 {
    background-color: #D8D8D8;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-2 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-2 strong {
    color: inherit;
}

.hero.is-tertiary-2 .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-2 .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-tertiary-2 .subtitle a:not(.button),
.hero.is-tertiary-2 .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-2 .navbar-menu {
        background-color: #D8D8D8;
    }
}

.hero.is-tertiary-2 .navbar-item,
.hero.is-tertiary-2 .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-2 a.navbar-item:hover, .hero.is-tertiary-2 a.navbar-item.is-active,
.hero.is-tertiary-2 .navbar-link:hover,
.hero.is-tertiary-2 .navbar-link.is-active {
    background-color: #cbcbcb;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-2 .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero.is-tertiary-2 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-2 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-2 .tabs.is-boxed a, .hero.is-tertiary-2 .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-2 .tabs.is-boxed a:hover, .hero.is-tertiary-2 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-2 .tabs.is-boxed li.is-active a, .hero.is-tertiary-2 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-2 .tabs.is-toggle li.is-active a, .hero.is-tertiary-2 .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: #D8D8D8;
}

.hero.is-tertiary-2.is-bold {
    background-image: linear-gradient(141deg, #c5b8ba 0%, #D8D8D8 71%, #e6e4e3 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-2.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #c5b8ba 0%, #D8D8D8 71%, #e6e4e3 100%);
    }
}

.hero.is-tertiary-3 {
    background-color: #D7D6D3;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-3 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-3 strong {
    color: inherit;
}

.hero.is-tertiary-3 .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-3 .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-tertiary-3 .subtitle a:not(.button),
.hero.is-tertiary-3 .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-3 .navbar-menu {
        background-color: #D7D6D3;
    }
}

.hero.is-tertiary-3 .navbar-item,
.hero.is-tertiary-3 .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-3 a.navbar-item:hover, .hero.is-tertiary-3 a.navbar-item.is-active,
.hero.is-tertiary-3 .navbar-link:hover,
.hero.is-tertiary-3 .navbar-link.is-active {
    background-color: #cbcac6;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-3 .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero.is-tertiary-3 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-3 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-3 .tabs.is-boxed a, .hero.is-tertiary-3 .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-3 .tabs.is-boxed a:hover, .hero.is-tertiary-3 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-3 .tabs.is-boxed li.is-active a, .hero.is-tertiary-3 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-3 .tabs.is-toggle li.is-active a, .hero.is-tertiary-3 .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: #D7D6D3;
}

.hero.is-tertiary-3.is-bold {
    background-image: linear-gradient(141deg, #c5bdb2 0%, #D7D6D3 71%, #e5e4df 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-3.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #c5bdb2 0%, #D7D6D3 71%, #e5e4df 100%);
    }
}

.hero.is-tertiary-4 {
    background-color: #AFAFAF;
    color: #fff;
}

.hero.is-tertiary-4 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-4 strong {
    color: inherit;
}

.hero.is-tertiary-4 .title {
    color: #fff;
}

.hero.is-tertiary-4 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-tertiary-4 .subtitle a:not(.button),
.hero.is-tertiary-4 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-4 .navbar-menu {
        background-color: #AFAFAF;
    }
}

.hero.is-tertiary-4 .navbar-item,
.hero.is-tertiary-4 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-tertiary-4 a.navbar-item:hover, .hero.is-tertiary-4 a.navbar-item.is-active,
.hero.is-tertiary-4 .navbar-link:hover,
.hero.is-tertiary-4 .navbar-link.is-active {
    background-color: #a2a2a2;
    color: #fff;
}

.hero.is-tertiary-4 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-tertiary-4 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-4 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-4 .tabs.is-boxed a, .hero.is-tertiary-4 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-tertiary-4 .tabs.is-boxed a:hover, .hero.is-tertiary-4 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-4 .tabs.is-boxed li.is-active a, .hero.is-tertiary-4 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-4 .tabs.is-toggle li.is-active a, .hero.is-tertiary-4 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #AFAFAF;
}

.hero.is-tertiary-4.is-bold {
    background-image: linear-gradient(141deg, #a08b8e 0%, #AFAFAF 71%, #bfbab8 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-4.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #a08b8e 0%, #AFAFAF 71%, #bfbab8 100%);
    }
}

.hero.is-tertiary-5 {
    background-color: #EAEAEA;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-5 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-5 strong {
    color: inherit;
}

.hero.is-tertiary-5 .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-5 .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-tertiary-5 .subtitle a:not(.button),
.hero.is-tertiary-5 .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-5 .navbar-menu {
        background-color: #EAEAEA;
    }
}

.hero.is-tertiary-5 .navbar-item,
.hero.is-tertiary-5 .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-5 a.navbar-item:hover, .hero.is-tertiary-5 a.navbar-item.is-active,
.hero.is-tertiary-5 .navbar-link:hover,
.hero.is-tertiary-5 .navbar-link.is-active {
    background-color: #dddddd;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-5 .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero.is-tertiary-5 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-5 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-5 .tabs.is-boxed a, .hero.is-tertiary-5 .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-5 .tabs.is-boxed a:hover, .hero.is-tertiary-5 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-5 .tabs.is-boxed li.is-active a, .hero.is-tertiary-5 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-5 .tabs.is-toggle li.is-active a, .hero.is-tertiary-5 .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: #EAEAEA;
}

.hero.is-tertiary-5.is-bold {
    background-image: linear-gradient(141deg, #d5cccd 0%, #EAEAEA 71%, #f7f6f6 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-5.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #d5cccd 0%, #EAEAEA 71%, #f7f6f6 100%);
    }
}

.hero.is-tertiary-6 {
    background-color: #B0B0B0;
    color: #fff;
}

.hero.is-tertiary-6 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-6 strong {
    color: inherit;
}

.hero.is-tertiary-6 .title {
    color: #fff;
}

.hero.is-tertiary-6 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-tertiary-6 .subtitle a:not(.button),
.hero.is-tertiary-6 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-6 .navbar-menu {
        background-color: #B0B0B0;
    }
}

.hero.is-tertiary-6 .navbar-item,
.hero.is-tertiary-6 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-tertiary-6 a.navbar-item:hover, .hero.is-tertiary-6 a.navbar-item.is-active,
.hero.is-tertiary-6 .navbar-link:hover,
.hero.is-tertiary-6 .navbar-link.is-active {
    background-color: #a3a3a3;
    color: #fff;
}

.hero.is-tertiary-6 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-tertiary-6 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-6 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-6 .tabs.is-boxed a, .hero.is-tertiary-6 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-tertiary-6 .tabs.is-boxed a:hover, .hero.is-tertiary-6 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-6 .tabs.is-boxed li.is-active a, .hero.is-tertiary-6 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-6 .tabs.is-toggle li.is-active a, .hero.is-tertiary-6 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #B0B0B0;
}

.hero.is-tertiary-6.is-bold {
    background-image: linear-gradient(141deg, #a18c90 0%, #B0B0B0 71%, #c0bbb9 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-6.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #a18c90 0%, #B0B0B0 71%, #c0bbb9 100%);
    }
}

.hero.is-tertiary-7 {
    background-color: #969696;
    color: #fff;
}

.hero.is-tertiary-7 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-7 strong {
    color: inherit;
}

.hero.is-tertiary-7 .title {
    color: #fff;
}

.hero.is-tertiary-7 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-tertiary-7 .subtitle a:not(.button),
.hero.is-tertiary-7 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-7 .navbar-menu {
        background-color: #969696;
    }
}

.hero.is-tertiary-7 .navbar-item,
.hero.is-tertiary-7 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-tertiary-7 a.navbar-item:hover, .hero.is-tertiary-7 a.navbar-item.is-active,
.hero.is-tertiary-7 .navbar-link:hover,
.hero.is-tertiary-7 .navbar-link.is-active {
    background-color: #898989;
    color: #fff;
}

.hero.is-tertiary-7 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-tertiary-7 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-7 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-7 .tabs.is-boxed a, .hero.is-tertiary-7 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-tertiary-7 .tabs.is-boxed a:hover, .hero.is-tertiary-7 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-7 .tabs.is-boxed li.is-active a, .hero.is-tertiary-7 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-7 .tabs.is-toggle li.is-active a, .hero.is-tertiary-7 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #969696;
}

.hero.is-tertiary-7.is-bold {
    background-image: linear-gradient(141deg, #897074 0%, #969696 71%, #a7a09e 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-7.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #897074 0%, #969696 71%, #a7a09e 100%);
    }
}

.hero.is-tertiary-8 {
    background-color: #999999;
    color: #fff;
}

.hero.is-tertiary-8 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-8 strong {
    color: inherit;
}

.hero.is-tertiary-8 .title {
    color: #fff;
}

.hero.is-tertiary-8 .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-tertiary-8 .subtitle a:not(.button),
.hero.is-tertiary-8 .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-8 .navbar-menu {
        background-color: #999999;
    }
}

.hero.is-tertiary-8 .navbar-item,
.hero.is-tertiary-8 .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-tertiary-8 a.navbar-item:hover, .hero.is-tertiary-8 a.navbar-item.is-active,
.hero.is-tertiary-8 .navbar-link:hover,
.hero.is-tertiary-8 .navbar-link.is-active {
    background-color: #8c8c8c;
    color: #fff;
}

.hero.is-tertiary-8 .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-tertiary-8 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-8 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-8 .tabs.is-boxed a, .hero.is-tertiary-8 .tabs.is-toggle a {
    color: #fff;
}

.hero.is-tertiary-8 .tabs.is-boxed a:hover, .hero.is-tertiary-8 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-8 .tabs.is-boxed li.is-active a, .hero.is-tertiary-8 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-8 .tabs.is-toggle li.is-active a, .hero.is-tertiary-8 .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #999999;
}

.hero.is-tertiary-8.is-bold {
    background-image: linear-gradient(141deg, #8c7377 0%, #999999 71%, #aaa3a1 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-8.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #8c7377 0%, #999999 71%, #aaa3a1 100%);
    }
}

.hero.is-tertiary-9 {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-9 a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-tertiary-9 strong {
    color: inherit;
}

.hero.is-tertiary-9 .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-9 .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-tertiary-9 .subtitle a:not(.button),
.hero.is-tertiary-9 .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
    .hero.is-tertiary-9 .navbar-menu {
        background-color: #f5f5f5;
    }
}

.hero.is-tertiary-9 .navbar-item,
.hero.is-tertiary-9 .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-9 a.navbar-item:hover, .hero.is-tertiary-9 a.navbar-item.is-active,
.hero.is-tertiary-9 .navbar-link:hover,
.hero.is-tertiary-9 .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-9 .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero.is-tertiary-9 .tabs a:hover {
    opacity: 1;
}

.hero.is-tertiary-9 .tabs li.is-active a {
    opacity: 1;
}

.hero.is-tertiary-9 .tabs.is-boxed a, .hero.is-tertiary-9 .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-tertiary-9 .tabs.is-boxed a:hover, .hero.is-tertiary-9 .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-tertiary-9 .tabs.is-boxed li.is-active a, .hero.is-tertiary-9 .tabs.is-boxed li.is-active a:hover, .hero.is-tertiary-9 .tabs.is-toggle li.is-active a, .hero.is-tertiary-9 .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: #f5f5f5;
}

.hero.is-tertiary-9.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-tertiary-9.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, white 100%);
    }
}

.hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
        padding-bottom: 220px;
        padding-top: 190px;
    }
}

@media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
        padding-bottom: 18rem;
        padding-top: 18rem;
    }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .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: 768px) {
    .hero-video {
        display: none;
    }
}

.hero-buttons {
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .hero-buttons .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 769px), print {
    .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-head,
.hero-foot {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}

.section {
    padding: 5rem 1.5rem;
}

@media screen and (min-width: 1088px) {
    .section.is-medium {
        padding: 9rem 1.5rem;
    }

    .section.is-large {
        padding: 18rem 1.5rem;
    }
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem;
}





@font-face {
    font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}



@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-moon:before {
    content: "\f186";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@charset "UTF-8";

@font-face {
    font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=3.0.0-alpha.3");
  src: url("../fonts/ionicons.eot?v=3.0.0-alpha.3#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=3.0.0-alpha.3") format("woff2"), url("../fonts/ionicons.woff?v=3.0.0-alpha.3") format("woff"), url("../fonts/ionicons.ttf?v=3.0.0-alpha.3") format("truetype"), url("../fonts/ionicons.svg?v=3.0.0-alpha.3#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons, .ion-ios-add:before, .ion-ios-add-circle:before, .ion-ios-add-circle-outline:before, .ion-ios-add-outline:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-alert:before, .ion-ios-alert-outline:before, .ion-ios-american-football:before, .ion-ios-american-football-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-aperture:before, .ion-ios-aperture-outline:before, .ion-ios-apps:before, .ion-ios-apps-outline:before, .ion-ios-appstore:before, .ion-ios-appstore-outline:before, .ion-ios-archive:before, .ion-ios-archive-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-back-outline:before, .ion-ios-arrow-down:before, .ion-ios-arrow-down-outline:before, .ion-ios-arrow-dropdown:before, .ion-ios-arrow-dropdown-circle:before, .ion-ios-arrow-dropdown-circle-outline:before, .ion-ios-arrow-dropdown-outline:before, .ion-ios-arrow-dropleft:before, .ion-ios-arrow-dropleft-circle:before, .ion-ios-arrow-dropleft-circle-outline:before, .ion-ios-arrow-dropleft-outline:before, .ion-ios-arrow-dropright:before, .ion-ios-arrow-dropright-circle:before, .ion-ios-arrow-dropright-circle-outline:before, .ion-ios-arrow-dropright-outline:before, .ion-ios-arrow-dropup:before, .ion-ios-arrow-dropup-circle:before, .ion-ios-arrow-dropup-circle-outline:before, .ion-ios-arrow-dropup-outline:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-forward-outline:before, .ion-ios-arrow-round-back:before, .ion-ios-arrow-round-back-outline:before, .ion-ios-arrow-round-down:before, .ion-ios-arrow-round-down-outline:before, .ion-ios-arrow-round-forward:before, .ion-ios-arrow-round-forward-outline:before, .ion-ios-arrow-round-up:before, .ion-ios-arrow-round-up-outline:before, .ion-ios-arrow-up:before, .ion-ios-arrow-up-outline:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-attach:before, .ion-ios-attach-outline:before, .ion-ios-backspace:before, .ion-ios-backspace-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basket:before, .ion-ios-basket-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-battery-charging:before, .ion-ios-battery-charging-outline:before, .ion-ios-battery-dead:before, .ion-ios-battery-dead-outline:before, .ion-ios-battery-full:before, .ion-ios-battery-full-outline:before, .ion-ios-beaker:before, .ion-ios-beaker-outline:before, .ion-ios-beer:before, .ion-ios-beer-outline:before, .ion-ios-bicycle:before, .ion-ios-bicycle-outline:before, .ion-ios-bluetooth:before, .ion-ios-bluetooth-outline:before, .ion-ios-boat:before, .ion-ios-boat-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bonfire:before, .ion-ios-bonfire-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmark:before, .ion-ios-bookmark-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-bowtie:before, .ion-ios-bowtie-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-brush:before, .ion-ios-brush-outline:before, .ion-ios-bug:before, .ion-ios-bug-outline:before, .ion-ios-build:before, .ion-ios-build-outline:before, .ion-ios-bulb:before, .ion-ios-bulb-outline:before, .ion-ios-bus:before, .ion-ios-bus-outline:before, .ion-ios-cafe:before, .ion-ios-cafe-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-call:before, .ion-ios-call-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-car:before, .ion-ios-car-outline:before, .ion-ios-card:before, .ion-ios-card-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-cash:before, .ion-ios-cash-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubbles:before, .ion-ios-chatbubbles-outline:before, .ion-ios-checkbox:before, .ion-ios-checkbox-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-circle:before, .ion-ios-checkmark-circle-outline:before, .ion-ios-checkmark-outline:before, .ion-ios-clipboard:before, .ion-ios-clipboard-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-circle:before, .ion-ios-close-circle-outline:before, .ion-ios-close-outline:before, .ion-ios-closed-captioning:before, .ion-ios-closed-captioning-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-circle:before, .ion-ios-cloud-circle-outline:before, .ion-ios-cloud-done:before, .ion-ios-cloud-done-outline:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-code:before, .ion-ios-code-download:before, .ion-ios-code-download-outline:before, .ion-ios-code-outline:before, .ion-ios-code-working:before, .ion-ios-code-working-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-fill:before, .ion-ios-color-fill-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-palette:before, .ion-ios-color-palette-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compass:before, .ion-ios-compass-outline:before, .ion-ios-construct:before, .ion-ios-construct-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-contacts:before, .ion-ios-contacts-outline:before, .ion-ios-contract:before, .ion-ios-contract-outline:before, .ion-ios-contrast:before, .ion-ios-contrast-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-create:before, .ion-ios-create-outline:before, .ion-ios-crop:before, .ion-ios-crop-outline:before, .ion-ios-cube:before, .ion-ios-cube-outline:before, .ion-ios-cut:before, .ion-ios-cut-outline:before, .ion-ios-desktop:before, .ion-ios-desktop-outline:before, .ion-ios-disc:before, .ion-ios-disc-outline:before, .ion-ios-document:before, .ion-ios-document-outline:before, .ion-ios-done-all:before, .ion-ios-done-all-outline:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-easel:before, .ion-ios-easel-outline:before, .ion-ios-egg:before, .ion-ios-egg-outline:before, .ion-ios-exit:before, .ion-ios-exit-outline:before, .ion-ios-expand:before, .ion-ios-expand-outline:before, .ion-ios-eye:before, .ion-ios-eye-off:before, .ion-ios-eye-off-outline:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-female:before, .ion-ios-female-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-finger-print:before, .ion-ios-finger-print-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flash:before, .ion-ios-flash-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-open:before, .ion-ios-folder-open-outline:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-funnel:before, .ion-ios-funnel-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-git-branch:before, .ion-ios-git-branch-outline:before, .ion-ios-git-commit:before, .ion-ios-git-commit-outline:before, .ion-ios-git-compare:before, .ion-ios-git-compare-outline:before, .ion-ios-git-merge:before, .ion-ios-git-merge-outline:before, .ion-ios-git-network:before, .ion-ios-git-network-outline:before, .ion-ios-git-pull-request:before, .ion-ios-git-pull-request-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-globe:before, .ion-ios-globe-outline:before, .ion-ios-grid:before, .ion-ios-grid-outline:before, .ion-ios-hammer:before, .ion-ios-hammer-outline:before, .ion-ios-hand:before, .ion-ios-hand-outline:before, .ion-ios-happy:before, .ion-ios-happy-outline:before, .ion-ios-headset:before, .ion-ios-headset-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-buoy:before, .ion-ios-help-buoy-outline:before, .ion-ios-help-circle:before, .ion-ios-help-circle-outline:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-ice-cream:before, .ion-ios-ice-cream-outline:before, .ion-ios-image:before, .ion-ios-image-outline:before, .ion-ios-images:before, .ion-ios-images-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-circle:before, .ion-ios-information-circle-outline:before, .ion-ios-information-outline:before, .ion-ios-ionic:before, .ion-ios-ionic-outline:before, .ion-ios-ionitron:before, .ion-ios-ionitron-outline:before, .ion-ios-jet:before, .ion-ios-jet-outline:before, .ion-ios-key:before, .ion-ios-key-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-laptop:before, .ion-ios-laptop-outline:before, .ion-ios-leaf:before, .ion-ios-leaf-outline:before, .ion-ios-link:before, .ion-ios-link-outline:before, .ion-ios-list:before, .ion-ios-list-box:before, .ion-ios-list-box-outline:before, .ion-ios-list-outline:before, .ion-ios-locate:before, .ion-ios-locate-outline:before, .ion-ios-lock:before, .ion-ios-lock-outline:before, .ion-ios-log-in:before, .ion-ios-log-in-outline:before, .ion-ios-log-out:before, .ion-ios-log-out-outline:before, .ion-ios-magnet:before, .ion-ios-magnet-outline:before, .ion-ios-mail:before, .ion-ios-mail-open:before, .ion-ios-mail-open-outline:before, .ion-ios-mail-outline:before, .ion-ios-male:before, .ion-ios-male-outline:before, .ion-ios-man:before, .ion-ios-man-outline:before, .ion-ios-map:before, .ion-ios-map-outline:before, .ion-ios-medal:before, .ion-ios-medal-outline:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-megaphone:before, .ion-ios-megaphone-outline:before, .ion-ios-menu:before, .ion-ios-menu-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-off-outline:before, .ion-ios-mic-outline:before, .ion-ios-microphone:before, .ion-ios-microphone-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-move:before, .ion-ios-move-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-note-outline:before, .ion-ios-musical-notes:before, .ion-ios-musical-notes-outline:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-no-smoking:before, .ion-ios-no-smoking-outline:before, .ion-ios-notifications:before, .ion-ios-notifications-off:before, .ion-ios-notifications-off-outline:before, .ion-ios-notifications-outline:before, .ion-ios-nuclear:before, .ion-ios-nuclear-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-open:before, .ion-ios-open-outline:before, .ion-ios-options:before, .ion-ios-options-outline:before, .ion-ios-outlet:before, .ion-ios-outlet-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paper-plane:before, .ion-ios-paper-plane-outline:before, .ion-ios-partly-sunny:before, .ion-ios-partly-sunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-add:before, .ion-ios-person-add-outline:before, .ion-ios-person-outline:before, .ion-ios-phone-landscape:before, .ion-ios-phone-landscape-outline:before, .ion-ios-phone-portrait:before, .ion-ios-phone-portrait-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pin:before, .ion-ios-pin-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-pizza:before, .ion-ios-pizza-outline:before, .ion-ios-plane:before, .ion-ios-plane-outline:before, .ion-ios-planet:before, .ion-ios-planet-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-podium:before, .ion-ios-podium-outline:before, .ion-ios-power:before, .ion-ios-power-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-print:before, .ion-ios-print-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-outline:before, .ion-ios-qr-scanner:before, .ion-ios-qr-scanner-outline:before, .ion-ios-quote:before, .ion-ios-quote-outline:before, .ion-ios-radio:before, .ion-ios-radio-button-off:before, .ion-ios-radio-button-off-outline:before, .ion-ios-radio-button-on:before, .ion-ios-radio-button-on-outline:before, .ion-ios-radio-outline:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-circle:before, .ion-ios-refresh-circle-outline:before, .ion-ios-refresh-outline:before, .ion-ios-remove:before, .ion-ios-remove-circle:before, .ion-ios-remove-circle-outline:before, .ion-ios-remove-outline:before, .ion-ios-reorder:before, .ion-ios-reorder-outline:before, .ion-ios-repeat:before, .ion-ios-repeat-outline:before, .ion-ios-resize:before, .ion-ios-resize-outline:before, .ion-ios-restaurant:before, .ion-ios-restaurant-outline:before, .ion-ios-return-left:before, .ion-ios-return-left-outline:before, .ion-ios-return-right:before, .ion-ios-return-right-outline:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-ribbon:before, .ion-ios-ribbon-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-sad:before, .ion-ios-sad-outline:before, .ion-ios-school:before, .ion-ios-school-outline:before, .ion-ios-search:before, .ion-ios-search-outline:before, .ion-ios-send:before, .ion-ios-send-outline:before, .ion-ios-settings:before, .ion-ios-settings-outline:before, .ion-ios-share:before, .ion-ios-share-alt:before, .ion-ios-share-alt-outline:before, .ion-ios-share-outline:before, .ion-ios-shirt:before, .ion-ios-shirt-outline:before, .ion-ios-shuffle:before, .ion-ios-shuffle-outline:before, .ion-ios-skip-backward:before, .ion-ios-skip-backward-outline:before, .ion-ios-skip-forward:before, .ion-ios-skip-forward-outline:before, .ion-ios-snow:before, .ion-ios-snow-outline:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-square:before, .ion-ios-square-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-half-outline:before, .ion-ios-star-outline:before, .ion-ios-stats:before, .ion-ios-stats-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-subway:before, .ion-ios-subway-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-swap:before, .ion-ios-swap-outline:before, .ion-ios-switch:before, .ion-ios-switch-outline:before, .ion-ios-sync:before, .ion-ios-sync-outline:before, .ion-ios-tablet-landscape:before, .ion-ios-tablet-landscape-outline:before, .ion-ios-tablet-portrait:before, .ion-ios-tablet-portrait-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-text:before, .ion-ios-text-outline:before, .ion-ios-thermometer:before, .ion-ios-thermometer-outline:before, .ion-ios-thumbs-down:before, .ion-ios-thumbs-down-outline:before, .ion-ios-thumbs-up:before, .ion-ios-thumbs-up-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-train:before, .ion-ios-train-outline:before, .ion-ios-transgender:before, .ion-ios-transgender-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-trending-down:before, .ion-ios-trending-down-outline:before, .ion-ios-trending-up:before, .ion-ios-trending-up-outline:before, .ion-ios-trophy:before, .ion-ios-trophy-outline:before, .ion-ios-umbrella:before, .ion-ios-umbrella-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlock:before, .ion-ios-unlock-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-down:before, .ion-ios-volume-down-outline:before, .ion-ios-volume-mute:before, .ion-ios-volume-mute-outline:before, .ion-ios-volume-off:before, .ion-ios-volume-off-outline:before, .ion-ios-volume-up:before, .ion-ios-volume-up-outline:before, .ion-ios-walk:before, .ion-ios-walk-outline:before, .ion-ios-warning:before, .ion-ios-warning-outline:before, .ion-ios-watch:before, .ion-ios-watch-outline:before, .ion-ios-water:before, .ion-ios-water-outline:before, .ion-ios-wifi:before, .ion-ios-wifi-outline:before, .ion-ios-wine:before, .ion-ios-wine-outline:before, .ion-ios-woman:before, .ion-ios-woman-outline:before, .ion-logo-android:before, .ion-logo-angular:before, .ion-logo-apple:before, .ion-logo-bitcoin:before, .ion-logo-buffer:before, .ion-logo-chrome:before, .ion-logo-codepen:before, .ion-logo-css3:before, .ion-logo-designernews:before, .ion-logo-dribbble:before, .ion-logo-dropbox:before, .ion-logo-euro:before, .ion-logo-facebook:before, .ion-logo-foursquare:before, .ion-logo-freebsd-devil:before, .ion-logo-github:before, .ion-logo-google:before, .ion-logo-googleplus:before, .ion-logo-hackernews:before, .ion-logo-html5:before, .ion-logo-instagram:before, .ion-logo-javascript:before, .ion-logo-linkedin:before, .ion-logo-markdown:before, .ion-logo-nodejs:before, .ion-logo-octocat:before, .ion-logo-pinterest:before, .ion-logo-playstation:before, .ion-logo-python:before, .ion-logo-reddit:before, .ion-logo-rss:before, .ion-logo-sass:before, .ion-logo-skype:before, .ion-logo-snapchat:before, .ion-logo-steam:before, .ion-logo-tumblr:before, .ion-logo-tux:before, .ion-logo-twitch:before, .ion-logo-twitter:before, .ion-logo-usd:before, .ion-logo-vimeo:before, .ion-logo-whatsapp:before, .ion-logo-windows:before, .ion-logo-wordpress:before, .ion-logo-xbox:before, .ion-logo-yahoo:before, .ion-logo-yen:before, .ion-logo-youtube:before, .ion-md-add:before, .ion-md-add-circle:before, .ion-md-alarm:before, .ion-md-albums:before, .ion-md-alert:before, .ion-md-american-football:before, .ion-md-analytics:before, .ion-md-aperture:before, .ion-md-apps:before, .ion-md-appstore:before, .ion-md-archive:before, .ion-md-arrow-back:before, .ion-md-arrow-down:before, .ion-md-arrow-dropdown:before, .ion-md-arrow-dropdown-circle:before, .ion-md-arrow-dropleft:before, .ion-md-arrow-dropleft-circle:before, .ion-md-arrow-dropright:before, .ion-md-arrow-dropright-circle:before, .ion-md-arrow-dropup:before, .ion-md-arrow-dropup-circle:before, .ion-md-arrow-forward:before, .ion-md-arrow-round-back:before, .ion-md-arrow-round-down:before, .ion-md-arrow-round-forward:before, .ion-md-arrow-round-up:before, .ion-md-arrow-up:before, .ion-md-at:before, .ion-md-attach:before, .ion-md-backspace:before, .ion-md-barcode:before, .ion-md-baseball:before, .ion-md-basket:before, .ion-md-basketball:before, .ion-md-battery-charging:before, .ion-md-battery-dead:before, .ion-md-battery-full:before, .ion-md-beaker:before, .ion-md-beer:before, .ion-md-bicycle:before, .ion-md-bluetooth:before, .ion-md-boat:before, .ion-md-body:before, .ion-md-bonfire:before, .ion-md-book:before, .ion-md-bookmark:before, .ion-md-bookmarks:before, .ion-md-bowtie:before, .ion-md-briefcase:before, .ion-md-browsers:before, .ion-md-brush:before, .ion-md-bug:before, .ion-md-build:before, .ion-md-bulb:before, .ion-md-bus:before, .ion-md-cafe:before, .ion-md-calculator:before, .ion-md-calendar:before, .ion-md-call:before, .ion-md-camera:before, .ion-md-car:before, .ion-md-card:before, .ion-md-cart:before, .ion-md-cash:before, .ion-md-chatboxes:before, .ion-md-chatbubbles:before, .ion-md-checkbox:before, .ion-md-checkbox-outline:before, .ion-md-checkmark:before, .ion-md-checkmark-circle:before, .ion-md-checkmark-circle-outline:before, .ion-md-clipboard:before, .ion-md-clock:before, .ion-md-close:before, .ion-md-close-circle:before, .ion-md-closed-captioning:before, .ion-md-cloud:before, .ion-md-cloud-circle:before, .ion-md-cloud-done:before, .ion-md-cloud-download:before, .ion-md-cloud-outline:before, .ion-md-cloud-upload:before, .ion-md-cloudy:before, .ion-md-cloudy-night:before, .ion-md-code:before, .ion-md-code-download:before, .ion-md-code-working:before, .ion-md-cog:before, .ion-md-color-fill:before, .ion-md-color-filter:before, .ion-md-color-palette:before, .ion-md-color-wand:before, .ion-md-compass:before, .ion-md-construct:before, .ion-md-contact:before, .ion-md-contacts:before, .ion-md-contract:before, .ion-md-contrast:before, .ion-md-copy:before, .ion-md-create:before, .ion-md-crop:before, .ion-md-cube:before, .ion-md-cut:before, .ion-md-desktop:before, .ion-md-disc:before, .ion-md-document:before, .ion-md-done-all:before, .ion-md-download:before, .ion-md-easel:before, .ion-md-egg:before, .ion-md-exit:before, .ion-md-expand:before, .ion-md-eye:before, .ion-md-eye-off:before, .ion-md-fastforward:before, .ion-md-female:before, .ion-md-filing:before, .ion-md-film:before, .ion-md-finger-print:before, .ion-md-flag:before, .ion-md-flame:before, .ion-md-flash:before, .ion-md-flask:before, .ion-md-flower:before, .ion-md-folder:before, .ion-md-folder-open:before, .ion-md-football:before, .ion-md-funnel:before, .ion-md-game-controller-a:before, .ion-md-game-controller-b:before, .ion-md-git-branch:before, .ion-md-git-commit:before, .ion-md-git-compare:before, .ion-md-git-merge:before, .ion-md-git-network:before, .ion-md-git-pull-request:before, .ion-md-glasses:before, .ion-md-globe:before, .ion-md-grid:before, .ion-md-hammer:before, .ion-md-hand:before, .ion-md-happy:before, .ion-md-headset:before, .ion-md-heart:before, .ion-md-heart-outline:before, .ion-md-help:before, .ion-md-help-buoy:before, .ion-md-help-circle:before, .ion-md-home:before, .ion-md-ice-cream:before, .ion-md-image:before, .ion-md-images:before, .ion-md-infinite:before, .ion-md-information:before, .ion-md-information-circle:before, .ion-md-ionic:before, .ion-md-ionitron:before, .ion-md-jet:before, .ion-md-key:before, .ion-md-keypad:before, .ion-md-laptop:before, .ion-md-leaf:before, .ion-md-link:before, .ion-md-list:before, .ion-md-list-box:before, .ion-md-locate:before, .ion-md-lock:before, .ion-md-log-in:before, .ion-md-log-out:before, .ion-md-magnet:before, .ion-md-mail:before, .ion-md-mail-open:before, .ion-md-male:before, .ion-md-man:before, .ion-md-map:before, .ion-md-medal:before, .ion-md-medical:before, .ion-md-medkit:before, .ion-md-megaphone:before, .ion-md-menu:before, .ion-md-mic:before, .ion-md-mic-off:before, .ion-md-microphone:before, .ion-md-moon:before, .ion-md-more:before, .ion-md-move:before, .ion-md-musical-note:before, .ion-md-musical-notes:before, .ion-md-navigate:before, .ion-md-no-smoking:before, .ion-md-notifications:before, .ion-md-notifications-off:before, .ion-md-notifications-outline:before, .ion-md-nuclear:before, .ion-md-nutrition:before, .ion-md-open:before, .ion-md-options:before, .ion-md-outlet:before, .ion-md-paper:before, .ion-md-paper-plane:before, .ion-md-partly-sunny:before, .ion-md-pause:before, .ion-md-paw:before, .ion-md-people:before, .ion-md-person:before, .ion-md-person-add:before, .ion-md-phone-landscape:before, .ion-md-phone-portrait:before, .ion-md-photos:before, .ion-md-pie:before, .ion-md-pin:before, .ion-md-pint:before, .ion-md-pizza:before, .ion-md-plane:before, .ion-md-planet:before, .ion-md-play:before, .ion-md-podium:before, .ion-md-power:before, .ion-md-pricetag:before, .ion-md-pricetags:before, .ion-md-print:before, .ion-md-pulse:before, .ion-md-qr-scanner:before, .ion-md-quote:before, .ion-md-radio:before, .ion-md-radio-button-off:before, .ion-md-radio-button-on:before, .ion-md-rainy:before, .ion-md-recording:before, .ion-md-redo:before, .ion-md-refresh:before, .ion-md-refresh-circle:before, .ion-md-remove:before, .ion-md-remove-circle:before, .ion-md-reorder:before, .ion-md-repeat:before, .ion-md-resize:before, .ion-md-restaurant:before, .ion-md-return-left:before, .ion-md-return-right:before, .ion-md-reverse-camera:before, .ion-md-rewind:before, .ion-md-ribbon:before, .ion-md-rose:before, .ion-md-sad:before, .ion-md-school:before, .ion-md-search:before, .ion-md-send:before, .ion-md-settings:before, .ion-md-share:before, .ion-md-share-alt:before, .ion-md-shirt:before, .ion-md-shuffle:before, .ion-md-skip-backward:before, .ion-md-skip-forward:before, .ion-md-snow:before, .ion-md-speedometer:before, .ion-md-square:before, .ion-md-square-outline:before, .ion-md-star:before, .ion-md-star-half:before, .ion-md-star-outline:before, .ion-md-stats:before, .ion-md-stopwatch:before, .ion-md-subway:before, .ion-md-sunny:before, .ion-md-swap:before, .ion-md-switch:before, .ion-md-sync:before, .ion-md-tablet-landscape:before, .ion-md-tablet-portrait:before, .ion-md-tennisball:before, .ion-md-text:before, .ion-md-thermometer:before, .ion-md-thumbs-down:before, .ion-md-thumbs-up:before, .ion-md-thunderstorm:before, .ion-md-time:before, .ion-md-timer:before, .ion-md-train:before, .ion-md-transgender:before, .ion-md-trash:before, .ion-md-trending-down:before, .ion-md-trending-up:before, .ion-md-trophy:before, .ion-md-umbrella:before, .ion-md-undo:before, .ion-md-unlock:before, .ion-md-videocam:before, .ion-md-volume-down:before, .ion-md-volume-mute:before, .ion-md-volume-off:before, .ion-md-volume-up:before, .ion-md-walk:before, .ion-md-warning:before, .ion-md-watch:before, .ion-md-water:before, .ion-md-wifi:before, .ion-md-wine:before, .ion-md-woman:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}



@font-face {
    font-family: 'simple-line-icons';
    src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
    src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.rtl {
    direction: rtl;
}

@font-face {
    font-family: 'revicons';
  src: url("../fonts/revicons.eot?5510888");
  src: url("../fonts/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../fonts/revicons.woff?5510888") format("woff"), url("../fonts/revicons.ttf?5510888") format("truetype"), url("../fonts/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}


