@charset "UTF-8";
/**
 *		Standards (feel free to add, but don't delete existing!)
 */
/**
 *		Base elements
 */
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

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

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

.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), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before, .modal-close::before {
    height: 2px;
    width: 50%; }
  .delete::after, .modal-close::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

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

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

.button, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  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; }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

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

ul {
  list-style: none; }

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

html {
  box-sizing: border-box; }

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

img,
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;
  text-size-adjust: 100%; }

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

body,
button,
input,
select,
textarea {
  font-family: "Gotham", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

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

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

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

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

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  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; }

table td,
table th {
  text-align: left;
  vertical-align: top; }

table th {
  color: #363636; }

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

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-clipped {
  overflow: hidden !important; }

.is-size-1 {
  font-size: 3rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

.is-size-3 {
  font-size: 2rem !important; }

.is-size-4 {
  font-size: 1.5rem !important; }

.is-size-5 {
  font-size: 1.25rem !important; }

.is-size-6 {
  font-size: 1rem !important; }

.is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

.has-text-centered {
  text-align: center !important; }

.has-text-justified {
  text-align: justify !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.has-text-white {
  color: white !important; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }

.has-background-white {
  background-color: white !important; }

.has-text-black {
  color: #0a0a0a !important; }

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }

.has-background-black {
  background-color: #0a0a0a !important; }

.has-text-light {
  color: whitesmoke !important; }

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }

.has-background-light {
  background-color: whitesmoke !important; }

.has-text-dark {
  color: #363636 !important; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }

.has-background-dark {
  background-color: #363636 !important; }

.has-text-primary {
  color: #ea7500 !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #b75c00 !important; }

.has-background-primary {
  background-color: #ea7500 !important; }

.has-text-link {
  color: #3273dc !important; }

a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important; }

.has-background-link {
  background-color: #3273dc !important; }

.has-text-info {
  color: #209cee !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important; }

.has-background-info {
  background-color: #209cee !important; }

.has-text-success {
  color: #23d160 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important; }

.has-background-success {
  background-color: #23d160 !important; }

.has-text-warning {
  color: #ffdd57 !important; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important; }

.has-background-warning {
  background-color: #ffdd57 !important; }

.has-text-danger {
  color: #ff3860 !important; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important; }

.has-background-danger {
  background-color: #ff3860 !important; }

.has-text-blue-dark {
  color: #184a6d !important; }

a.has-text-blue-dark:hover, a.has-text-blue-dark:focus {
  color: #0f2e43 !important; }

.has-background-blue-dark {
  background-color: #184a6d !important; }

.has-text-blue-header {
  color: #4596d8 !important; }

a.has-text-blue-header:hover, a.has-text-blue-header:focus {
  color: #297dc1 !important; }

.has-background-blue-header {
  background-color: #4596d8 !important; }

.has-text-blue-header-darker {
  color: #245c8b !important; }

a.has-text-blue-header-darker:hover, a.has-text-blue-header-darker:focus {
  color: #1a4162 !important; }

.has-background-blue-header-darker {
  background-color: #245c8b !important; }

.has-text-info-link {
  color: #80b141 !important; }

a.has-text-info-link:hover, a.has-text-info-link:focus {
  color: #658c33 !important; }

.has-background-info-link {
  background-color: #80b141 !important; }

.has-text-blue-button {
  color: #245c8b !important; }

a.has-text-blue-button:hover, a.has-text-blue-button:focus {
  color: #1a4162 !important; }

.has-background-blue-button {
  background-color: #245c8b !important; }

.has-text-orange-button {
  color: #ea7500 !important; }

a.has-text-orange-button:hover, a.has-text-orange-button:focus {
  color: #b75c00 !important; }

.has-background-orange-button {
  background-color: #ea7500 !important; }

.has-text-commercial-blue {
  color: #245c8b !important; }

a.has-text-commercial-blue:hover, a.has-text-commercial-blue:focus {
  color: #1a4162 !important; }

.has-background-commercial-blue {
  background-color: #245c8b !important; }

.has-text-yellowgreen {
  color: #91c63c !important; }

a.has-text-yellowgreen:hover, a.has-text-yellowgreen:focus {
  color: #75a02f !important; }

.has-background-yellowgreen {
  background-color: #91c63c !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-background-grey-darker {
  background-color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-background-grey-lighter {
  background-color: #dbdbdb !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.has-text-inherit {
  color: inherit !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-block {
  display: block !important; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important; } }

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important; } }

.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }

.is-hidden {
  display: none !important; }

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 2.5rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; }

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

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #3273dc;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .button.is-text[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #0a0a0a; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white[disabled] {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover {
        background-color: black; }
      .button.is-white.is-inverted[disabled] {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #0a0a0a;
        color: white; }
      .button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: #040404;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled] {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
        background-color: white;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: #363636; }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: #363636; }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636; }
    .button.is-light[disabled] {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: #363636;
      color: whitesmoke; }
      .button.is-light.is-inverted:hover {
        background-color: #292929; }
      .button.is-light.is-inverted[disabled] {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent #363636 #363636 !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: #363636; }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined[disabled] {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
        background-color: #363636;
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: whitesmoke; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark[disabled] {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: whitesmoke;
      color: #363636; }
      .button.is-dark.is-inverted:hover {
        background-color: #e8e8e8; }
      .button.is-dark.is-inverted[disabled] {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
        background-color: #363636;
        border-color: #363636;
        color: whitesmoke; }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
        background-color: whitesmoke;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
  .button.is-primary {
    background-color: #ea7500;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #dd6f00;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(234, 117, 0, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #d16800;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled] {
      background-color: #ea7500;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #ea7500; }
      .button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ea7500; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #ea7500;
      color: #ea7500; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #ea7500;
        border-color: #ea7500;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #ea7500 #ea7500 !important; }
      .button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ea7500;
        box-shadow: none;
        color: #ea7500; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ea7500; }
      .button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: #276cda;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: #2366d1;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled] {
      background-color: #3273dc;
      border-color: transparent;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #3273dc; }
      .button.is-link.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3273dc; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
        background-color: #3273dc;
        border-color: #3273dc;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #3273dc #3273dc !important; }
      .button.is-link.is-outlined[disabled] {
        background-color: transparent;
        border-color: #3273dc;
        box-shadow: none;
        color: #3273dc; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #3273dc; }
      .button.is-link.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled] {
      background-color: #209cee;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #209cee; }
      .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #209cee;
        border-color: #209cee;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #209cee #209cee !important; }
      .button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #209cee;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #209cee; }
      .button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #20bc56;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled] {
      background-color: #23d160;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #23d160; }
      .button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #23d160; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #23d160;
      color: #23d160; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
        background-color: #23d160;
        border-color: #23d160;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #23d160 #23d160 !important; }
      .button.is-success.is-outlined[disabled] {
        background-color: transparent;
        border-color: #23d160;
        box-shadow: none;
        color: #23d160; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #23d160; }
      .button.is-success.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #ffdb4a;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .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) {
        box-shadow: 0 0 0 0.125em 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;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57; }
      .button.is-warning.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted[disabled] {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #ffdd57; }
    .button.is-warning.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      color: #ffdd57; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
        background-color: #ffdd57;
        border-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #ffdd57 #ffdd57 !important; }
      .button.is-warning.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ffdd57;
        box-shadow: none;
        color: #ffdd57; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffdd57; }
      .button.is-warning.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .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) {
        box-shadow: 0 0 0 0.125em 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;
      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;
        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;
        box-shadow: none;
        color: #ff3860; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ff3860; }
      .button.is-danger.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-blue-dark {
    background-color: #184a6d;
    border-color: transparent;
    color: #fff; }
    .button.is-blue-dark:hover, .button.is-blue-dark.is-hovered {
      background-color: #164363;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-dark:focus, .button.is-blue-dark.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-blue-dark:focus:not(:active), .button.is-blue-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(24, 74, 109, 0.25); }
    .button.is-blue-dark:active, .button.is-blue-dark.is-active {
      background-color: #133c58;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-dark[disabled] {
      background-color: #184a6d;
      border-color: transparent;
      box-shadow: none; }
    .button.is-blue-dark.is-inverted {
      background-color: #fff;
      color: #184a6d; }
      .button.is-blue-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-blue-dark.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #184a6d; }
    .button.is-blue-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-blue-dark.is-outlined {
      background-color: transparent;
      border-color: #184a6d;
      color: #184a6d; }
      .button.is-blue-dark.is-outlined:hover, .button.is-blue-dark.is-outlined:focus {
        background-color: #184a6d;
        border-color: #184a6d;
        color: #fff; }
      .button.is-blue-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #184a6d #184a6d !important; }
      .button.is-blue-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #184a6d;
        box-shadow: none;
        color: #184a6d; }
    .button.is-blue-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-blue-dark.is-inverted.is-outlined:hover, .button.is-blue-dark.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #184a6d; }
      .button.is-blue-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-blue-header {
    background-color: #4596d8;
    border-color: transparent;
    color: #fff; }
    .button.is-blue-header:hover, .button.is-blue-header.is-hovered {
      background-color: #3a90d6;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-header:focus, .button.is-blue-header.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-blue-header:focus:not(:active), .button.is-blue-header.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(69, 150, 216, 0.25); }
    .button.is-blue-header:active, .button.is-blue-header.is-active {
      background-color: #308ad4;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-header[disabled] {
      background-color: #4596d8;
      border-color: transparent;
      box-shadow: none; }
    .button.is-blue-header.is-inverted {
      background-color: #fff;
      color: #4596d8; }
      .button.is-blue-header.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-blue-header.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #4596d8; }
    .button.is-blue-header.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-blue-header.is-outlined {
      background-color: transparent;
      border-color: #4596d8;
      color: #4596d8; }
      .button.is-blue-header.is-outlined:hover, .button.is-blue-header.is-outlined:focus {
        background-color: #4596d8;
        border-color: #4596d8;
        color: #fff; }
      .button.is-blue-header.is-outlined.is-loading::after {
        border-color: transparent transparent #4596d8 #4596d8 !important; }
      .button.is-blue-header.is-outlined[disabled] {
        background-color: transparent;
        border-color: #4596d8;
        box-shadow: none;
        color: #4596d8; }
    .button.is-blue-header.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-blue-header.is-inverted.is-outlined:hover, .button.is-blue-header.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #4596d8; }
      .button.is-blue-header.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-blue-header-darker {
    background-color: #245c8b;
    border-color: transparent;
    color: #fff; }
    .button.is-blue-header-darker:hover, .button.is-blue-header-darker.is-hovered {
      background-color: #215581;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-header-darker:focus, .button.is-blue-header-darker.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-blue-header-darker:focus:not(:active), .button.is-blue-header-darker.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
    .button.is-blue-header-darker:active, .button.is-blue-header-darker.is-active {
      background-color: #1f4f77;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-header-darker[disabled] {
      background-color: #245c8b;
      border-color: transparent;
      box-shadow: none; }
    .button.is-blue-header-darker.is-inverted {
      background-color: #fff;
      color: #245c8b; }
      .button.is-blue-header-darker.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-blue-header-darker.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #245c8b; }
    .button.is-blue-header-darker.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-blue-header-darker.is-outlined {
      background-color: transparent;
      border-color: #245c8b;
      color: #245c8b; }
      .button.is-blue-header-darker.is-outlined:hover, .button.is-blue-header-darker.is-outlined:focus {
        background-color: #245c8b;
        border-color: #245c8b;
        color: #fff; }
      .button.is-blue-header-darker.is-outlined.is-loading::after {
        border-color: transparent transparent #245c8b #245c8b !important; }
      .button.is-blue-header-darker.is-outlined[disabled] {
        background-color: transparent;
        border-color: #245c8b;
        box-shadow: none;
        color: #245c8b; }
    .button.is-blue-header-darker.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-blue-header-darker.is-inverted.is-outlined:hover, .button.is-blue-header-darker.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #245c8b; }
      .button.is-blue-header-darker.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-info-link {
    background-color: #80b141;
    border-color: transparent;
    color: #fff; }
    .button.is-info-link:hover, .button.is-info-link.is-hovered {
      background-color: #79a83e;
      border-color: transparent;
      color: #fff; }
    .button.is-info-link:focus, .button.is-info-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info-link:focus:not(:active), .button.is-info-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(128, 177, 65, 0.25); }
    .button.is-info-link:active, .button.is-info-link.is-active {
      background-color: #739e3a;
      border-color: transparent;
      color: #fff; }
    .button.is-info-link[disabled] {
      background-color: #80b141;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info-link.is-inverted {
      background-color: #fff;
      color: #80b141; }
      .button.is-info-link.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info-link.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #80b141; }
    .button.is-info-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info-link.is-outlined {
      background-color: transparent;
      border-color: #80b141;
      color: #80b141; }
      .button.is-info-link.is-outlined:hover, .button.is-info-link.is-outlined:focus {
        background-color: #80b141;
        border-color: #80b141;
        color: #fff; }
      .button.is-info-link.is-outlined.is-loading::after {
        border-color: transparent transparent #80b141 #80b141 !important; }
      .button.is-info-link.is-outlined[disabled] {
        background-color: transparent;
        border-color: #80b141;
        box-shadow: none;
        color: #80b141; }
    .button.is-info-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info-link.is-inverted.is-outlined:hover, .button.is-info-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #80b141; }
      .button.is-info-link.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-blue-button {
    background-color: #245c8b;
    border-color: transparent;
    color: #fff; }
    .button.is-blue-button:hover, .button.is-blue-button.is-hovered {
      background-color: #215581;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-button:focus, .button.is-blue-button.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-blue-button:focus:not(:active), .button.is-blue-button.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
    .button.is-blue-button:active, .button.is-blue-button.is-active {
      background-color: #1f4f77;
      border-color: transparent;
      color: #fff; }
    .button.is-blue-button[disabled] {
      background-color: #245c8b;
      border-color: transparent;
      box-shadow: none; }
    .button.is-blue-button.is-inverted {
      background-color: #fff;
      color: #245c8b; }
      .button.is-blue-button.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-blue-button.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #245c8b; }
    .button.is-blue-button.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-blue-button.is-outlined {
      background-color: transparent;
      border-color: #245c8b;
      color: #245c8b; }
      .button.is-blue-button.is-outlined:hover, .button.is-blue-button.is-outlined:focus {
        background-color: #245c8b;
        border-color: #245c8b;
        color: #fff; }
      .button.is-blue-button.is-outlined.is-loading::after {
        border-color: transparent transparent #245c8b #245c8b !important; }
      .button.is-blue-button.is-outlined[disabled] {
        background-color: transparent;
        border-color: #245c8b;
        box-shadow: none;
        color: #245c8b; }
    .button.is-blue-button.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-blue-button.is-inverted.is-outlined:hover, .button.is-blue-button.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #245c8b; }
      .button.is-blue-button.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-orange-button {
    background-color: #ea7500;
    border-color: transparent;
    color: #ffffff; }
    .button.is-orange-button:hover, .button.is-orange-button.is-hovered {
      background-color: #dd6f00;
      border-color: transparent;
      color: #ffffff; }
    .button.is-orange-button:focus, .button.is-orange-button.is-focused {
      border-color: transparent;
      color: #ffffff; }
      .button.is-orange-button:focus:not(:active), .button.is-orange-button.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(234, 117, 0, 0.25); }
    .button.is-orange-button:active, .button.is-orange-button.is-active {
      background-color: #d16800;
      border-color: transparent;
      color: #ffffff; }
    .button.is-orange-button[disabled] {
      background-color: #ea7500;
      border-color: transparent;
      box-shadow: none; }
    .button.is-orange-button.is-inverted {
      background-color: #ffffff;
      color: #ea7500; }
      .button.is-orange-button.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-orange-button.is-inverted[disabled] {
        background-color: #ffffff;
        border-color: transparent;
        box-shadow: none;
        color: #ea7500; }
    .button.is-orange-button.is-loading::after {
      border-color: transparent transparent #ffffff #ffffff !important; }
    .button.is-orange-button.is-outlined {
      background-color: transparent;
      border-color: #ea7500;
      color: #ea7500; }
      .button.is-orange-button.is-outlined:hover, .button.is-orange-button.is-outlined:focus {
        background-color: #ea7500;
        border-color: #ea7500;
        color: #ffffff; }
      .button.is-orange-button.is-outlined.is-loading::after {
        border-color: transparent transparent #ea7500 #ea7500 !important; }
      .button.is-orange-button.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ea7500;
        box-shadow: none;
        color: #ea7500; }
    .button.is-orange-button.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff; }
      .button.is-orange-button.is-inverted.is-outlined:hover, .button.is-orange-button.is-inverted.is-outlined:focus {
        background-color: #ffffff;
        color: #ea7500; }
      .button.is-orange-button.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ffffff;
        box-shadow: none;
        color: #ffffff; }
  .button.is-commercial-blue {
    background-color: #245c8b;
    border-color: transparent;
    color: #fff; }
    .button.is-commercial-blue:hover, .button.is-commercial-blue.is-hovered {
      background-color: #215581;
      border-color: transparent;
      color: #fff; }
    .button.is-commercial-blue:focus, .button.is-commercial-blue.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-commercial-blue:focus:not(:active), .button.is-commercial-blue.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
    .button.is-commercial-blue:active, .button.is-commercial-blue.is-active {
      background-color: #1f4f77;
      border-color: transparent;
      color: #fff; }
    .button.is-commercial-blue[disabled] {
      background-color: #245c8b;
      border-color: transparent;
      box-shadow: none; }
    .button.is-commercial-blue.is-inverted {
      background-color: #fff;
      color: #245c8b; }
      .button.is-commercial-blue.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-commercial-blue.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #245c8b; }
    .button.is-commercial-blue.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-commercial-blue.is-outlined {
      background-color: transparent;
      border-color: #245c8b;
      color: #245c8b; }
      .button.is-commercial-blue.is-outlined:hover, .button.is-commercial-blue.is-outlined:focus {
        background-color: #245c8b;
        border-color: #245c8b;
        color: #fff; }
      .button.is-commercial-blue.is-outlined.is-loading::after {
        border-color: transparent transparent #245c8b #245c8b !important; }
      .button.is-commercial-blue.is-outlined[disabled] {
        background-color: transparent;
        border-color: #245c8b;
        box-shadow: none;
        color: #245c8b; }
    .button.is-commercial-blue.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-commercial-blue.is-inverted.is-outlined:hover, .button.is-commercial-blue.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #245c8b; }
      .button.is-commercial-blue.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-yellowgreen {
    background-color: #91c63c;
    border-color: transparent;
    color: #fff; }
    .button.is-yellowgreen:hover, .button.is-yellowgreen.is-hovered {
      background-color: #8abe37;
      border-color: transparent;
      color: #fff; }
    .button.is-yellowgreen:focus, .button.is-yellowgreen.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-yellowgreen:focus:not(:active), .button.is-yellowgreen.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(145, 198, 60, 0.25); }
    .button.is-yellowgreen:active, .button.is-yellowgreen.is-active {
      background-color: #83b435;
      border-color: transparent;
      color: #fff; }
    .button.is-yellowgreen[disabled] {
      background-color: #91c63c;
      border-color: transparent;
      box-shadow: none; }
    .button.is-yellowgreen.is-inverted {
      background-color: #fff;
      color: #91c63c; }
      .button.is-yellowgreen.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-yellowgreen.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #91c63c; }
    .button.is-yellowgreen.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-yellowgreen.is-outlined {
      background-color: transparent;
      border-color: #91c63c;
      color: #91c63c; }
      .button.is-yellowgreen.is-outlined:hover, .button.is-yellowgreen.is-outlined:focus {
        background-color: #91c63c;
        border-color: #91c63c;
        color: #fff; }
      .button.is-yellowgreen.is-outlined.is-loading::after {
        border-color: transparent transparent #91c63c #91c63c !important; }
      .button.is-yellowgreen.is-outlined[disabled] {
        background-color: transparent;
        border-color: #91c63c;
        box-shadow: none;
        color: #91c63c; }
    .button.is-yellowgreen.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-yellowgreen.is-inverted.is-outlined:hover, .button.is-yellowgreen.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #91c63c; }
      .button.is-yellowgreen.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    flex-grow: 1; }
  .buttons.is-centered {
    justify-content: center; }
  .buttons.is-right {
    justify-content: flex-end; }

.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: #363636;
  font-weight: 600;
  line-height: 1.125; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

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

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

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

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ol:not([type]) {
    list-style-type: decimal; }
    .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
    .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
    .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
    .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }

.content dd {
  margin-left: 2em; }

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sup,
.content sub {
  font-size: 75%; }

.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636;
    text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

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

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

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

.input,
.textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .input[disabled],
  .textarea[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    .input[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
  .input[readonly],
  .textarea[readonly] {
    box-shadow: none; }
  .input.is-white,
  .textarea.is-white {
    border-color: white; }
    .input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .input.is-black,
  .textarea.is-black {
    border-color: #0a0a0a; }
    .input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
    .textarea.is-black:focus,
    .textarea.is-black.is-focused,
    .textarea.is-black:active,
    .textarea.is-black.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .input.is-light,
  .textarea.is-light {
    border-color: whitesmoke; }
    .input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
    .textarea.is-light:focus,
    .textarea.is-light.is-focused,
    .textarea.is-light:active,
    .textarea.is-light.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .input.is-dark,
  .textarea.is-dark {
    border-color: #363636; }
    .input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
    .textarea.is-dark:focus,
    .textarea.is-dark.is-focused,
    .textarea.is-dark:active,
    .textarea.is-dark.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .input.is-primary,
  .textarea.is-primary {
    border-color: #ea7500; }
    .input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
    .textarea.is-primary:focus,
    .textarea.is-primary.is-focused,
    .textarea.is-primary:active,
    .textarea.is-primary.is-active {
      box-shadow: 0 0 0 0.125em rgba(234, 117, 0, 0.25); }
  .input.is-link,
  .textarea.is-link {
    border-color: #3273dc; }
    .input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
    .textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .textarea.is-link:active,
    .textarea.is-link.is-active {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .input.is-info,
  .textarea.is-info {
    border-color: #209cee; }
    .input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
    .textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .textarea.is-info:active,
    .textarea.is-info.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .input.is-success,
  .textarea.is-success {
    border-color: #23d160; }
    .input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
    .textarea.is-success:focus,
    .textarea.is-success.is-focused,
    .textarea.is-success:active,
    .textarea.is-success.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  .input.is-warning,
  .textarea.is-warning {
    border-color: #ffdd57; }
    .input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
    .textarea.is-warning:focus,
    .textarea.is-warning.is-focused,
    .textarea.is-warning:active,
    .textarea.is-warning.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  .input.is-danger,
  .textarea.is-danger {
    border-color: #ff3860; }
    .input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
    .textarea.is-danger:focus,
    .textarea.is-danger.is-focused,
    .textarea.is-danger:active,
    .textarea.is-danger.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  .input.is-blue-dark,
  .textarea.is-blue-dark {
    border-color: #184a6d; }
    .input.is-blue-dark:focus, .input.is-blue-dark.is-focused, .input.is-blue-dark:active, .input.is-blue-dark.is-active,
    .textarea.is-blue-dark:focus,
    .textarea.is-blue-dark.is-focused,
    .textarea.is-blue-dark:active,
    .textarea.is-blue-dark.is-active {
      box-shadow: 0 0 0 0.125em rgba(24, 74, 109, 0.25); }
  .input.is-blue-header,
  .textarea.is-blue-header {
    border-color: #4596d8; }
    .input.is-blue-header:focus, .input.is-blue-header.is-focused, .input.is-blue-header:active, .input.is-blue-header.is-active,
    .textarea.is-blue-header:focus,
    .textarea.is-blue-header.is-focused,
    .textarea.is-blue-header:active,
    .textarea.is-blue-header.is-active {
      box-shadow: 0 0 0 0.125em rgba(69, 150, 216, 0.25); }
  .input.is-blue-header-darker,
  .textarea.is-blue-header-darker {
    border-color: #245c8b; }
    .input.is-blue-header-darker:focus, .input.is-blue-header-darker.is-focused, .input.is-blue-header-darker:active, .input.is-blue-header-darker.is-active,
    .textarea.is-blue-header-darker:focus,
    .textarea.is-blue-header-darker.is-focused,
    .textarea.is-blue-header-darker:active,
    .textarea.is-blue-header-darker.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
  .input.is-info-link,
  .textarea.is-info-link {
    border-color: #80b141; }
    .input.is-info-link:focus, .input.is-info-link.is-focused, .input.is-info-link:active, .input.is-info-link.is-active,
    .textarea.is-info-link:focus,
    .textarea.is-info-link.is-focused,
    .textarea.is-info-link:active,
    .textarea.is-info-link.is-active {
      box-shadow: 0 0 0 0.125em rgba(128, 177, 65, 0.25); }
  .input.is-blue-button,
  .textarea.is-blue-button {
    border-color: #245c8b; }
    .input.is-blue-button:focus, .input.is-blue-button.is-focused, .input.is-blue-button:active, .input.is-blue-button.is-active,
    .textarea.is-blue-button:focus,
    .textarea.is-blue-button.is-focused,
    .textarea.is-blue-button:active,
    .textarea.is-blue-button.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
  .input.is-orange-button,
  .textarea.is-orange-button {
    border-color: #ea7500; }
    .input.is-orange-button:focus, .input.is-orange-button.is-focused, .input.is-orange-button:active, .input.is-orange-button.is-active,
    .textarea.is-orange-button:focus,
    .textarea.is-orange-button.is-focused,
    .textarea.is-orange-button:active,
    .textarea.is-orange-button.is-active {
      box-shadow: 0 0 0 0.125em rgba(234, 117, 0, 0.25); }
  .input.is-commercial-blue,
  .textarea.is-commercial-blue {
    border-color: #245c8b; }
    .input.is-commercial-blue:focus, .input.is-commercial-blue.is-focused, .input.is-commercial-blue:active, .input.is-commercial-blue.is-active,
    .textarea.is-commercial-blue:focus,
    .textarea.is-commercial-blue.is-focused,
    .textarea.is-commercial-blue:active,
    .textarea.is-commercial-blue.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
  .input.is-yellowgreen,
  .textarea.is-yellowgreen {
    border-color: #91c63c; }
    .input.is-yellowgreen:focus, .input.is-yellowgreen.is-focused, .input.is-yellowgreen:active, .input.is-yellowgreen.is-active,
    .textarea.is-yellowgreen:focus,
    .textarea.is-yellowgreen.is-focused,
    .textarea.is-yellowgreen:active,
    .textarea.is-yellowgreen.is-active {
      box-shadow: 0 0 0 0.125em rgba(145, 198, 60, 0.25); }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .input.is-medium,
  .textarea.is-medium {
    font-size: 1.25rem; }
  .input.is-large,
  .textarea.is-large {
    font-size: 1.5rem; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

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

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #363636; }
  .checkbox[disabled],
  .radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #3273dc;
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
    .select select[disabled] {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none;
      color: #7a7a7a; }
      .select select[disabled]::-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]::-webkit-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]:-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]:-ms-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-white:not(:hover)::after {
    border-color: white; }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-black select {
    border-color: #0a0a0a; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
  .select.is-light select {
    border-color: whitesmoke; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #ea7500; }
  .select.is-primary select {
    border-color: #ea7500; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #d16800; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(234, 117, 0, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #3273dc; }
  .select.is-link select {
    border-color: #3273dc; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #2366d1; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #209cee; }
  .select.is-info select {
    border-color: #209cee; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #23d160; }
  .select.is-success select {
    border-color: #23d160; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #20bc56; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #ffdd57; }
  .select.is-warning select {
    border-color: #ffdd57; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #ffd83d; }
    .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #ff3860; }
  .select.is-danger select {
    border-color: #ff3860; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ff1f4b; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  .select.is-blue-dark:not(:hover)::after {
    border-color: #184a6d; }
  .select.is-blue-dark select {
    border-color: #184a6d; }
    .select.is-blue-dark select:hover, .select.is-blue-dark select.is-hovered {
      border-color: #133c58; }
    .select.is-blue-dark select:focus, .select.is-blue-dark select.is-focused, .select.is-blue-dark select:active, .select.is-blue-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(24, 74, 109, 0.25); }
  .select.is-blue-header:not(:hover)::after {
    border-color: #4596d8; }
  .select.is-blue-header select {
    border-color: #4596d8; }
    .select.is-blue-header select:hover, .select.is-blue-header select.is-hovered {
      border-color: #308ad4; }
    .select.is-blue-header select:focus, .select.is-blue-header select.is-focused, .select.is-blue-header select:active, .select.is-blue-header select.is-active {
      box-shadow: 0 0 0 0.125em rgba(69, 150, 216, 0.25); }
  .select.is-blue-header-darker:not(:hover)::after {
    border-color: #245c8b; }
  .select.is-blue-header-darker select {
    border-color: #245c8b; }
    .select.is-blue-header-darker select:hover, .select.is-blue-header-darker select.is-hovered {
      border-color: #1f4f77; }
    .select.is-blue-header-darker select:focus, .select.is-blue-header-darker select.is-focused, .select.is-blue-header-darker select:active, .select.is-blue-header-darker select.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
  .select.is-info-link:not(:hover)::after {
    border-color: #80b141; }
  .select.is-info-link select {
    border-color: #80b141; }
    .select.is-info-link select:hover, .select.is-info-link select.is-hovered {
      border-color: #739e3a; }
    .select.is-info-link select:focus, .select.is-info-link select.is-focused, .select.is-info-link select:active, .select.is-info-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(128, 177, 65, 0.25); }
  .select.is-blue-button:not(:hover)::after {
    border-color: #245c8b; }
  .select.is-blue-button select {
    border-color: #245c8b; }
    .select.is-blue-button select:hover, .select.is-blue-button select.is-hovered {
      border-color: #1f4f77; }
    .select.is-blue-button select:focus, .select.is-blue-button select.is-focused, .select.is-blue-button select:active, .select.is-blue-button select.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
  .select.is-orange-button:not(:hover)::after {
    border-color: #ea7500; }
  .select.is-orange-button select {
    border-color: #ea7500; }
    .select.is-orange-button select:hover, .select.is-orange-button select.is-hovered {
      border-color: #d16800; }
    .select.is-orange-button select:focus, .select.is-orange-button select.is-focused, .select.is-orange-button select:active, .select.is-orange-button select.is-active {
      box-shadow: 0 0 0 0.125em rgba(234, 117, 0, 0.25); }
  .select.is-commercial-blue:not(:hover)::after {
    border-color: #245c8b; }
  .select.is-commercial-blue select {
    border-color: #245c8b; }
    .select.is-commercial-blue select:hover, .select.is-commercial-blue select.is-hovered {
      border-color: #1f4f77; }
    .select.is-commercial-blue select:focus, .select.is-commercial-blue select.is-focused, .select.is-commercial-blue select:active, .select.is-commercial-blue select.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 92, 139, 0.25); }
  .select.is-yellowgreen:not(:hover)::after {
    border-color: #91c63c; }
  .select.is-yellowgreen select {
    border-color: #91c63c; }
    .select.is-yellowgreen select:hover, .select.is-yellowgreen select.is-hovered {
      border-color: #83b435; }
    .select.is-yellowgreen select:focus, .select.is-yellowgreen select.is-focused, .select.is-yellowgreen select:active, .select.is-yellowgreen select.is-active {
      box-shadow: 0 0 0 0.125em rgba(145, 198, 60, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #7a7a7a; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #363636; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636; }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: whitesmoke; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-primary .file-cta {
    background-color: #ea7500;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #dd6f00;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(234, 117, 0, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #d16800;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-dark .file-cta {
    background-color: #184a6d;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-dark:hover .file-cta, .file.is-blue-dark.is-hovered .file-cta {
    background-color: #164363;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-dark:focus .file-cta, .file.is-blue-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(24, 74, 109, 0.25);
    color: #fff; }
  .file.is-blue-dark:active .file-cta, .file.is-blue-dark.is-active .file-cta {
    background-color: #133c58;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-header .file-cta {
    background-color: #4596d8;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-header:hover .file-cta, .file.is-blue-header.is-hovered .file-cta {
    background-color: #3a90d6;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-header:focus .file-cta, .file.is-blue-header.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(69, 150, 216, 0.25);
    color: #fff; }
  .file.is-blue-header:active .file-cta, .file.is-blue-header.is-active .file-cta {
    background-color: #308ad4;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-header-darker .file-cta {
    background-color: #245c8b;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-header-darker:hover .file-cta, .file.is-blue-header-darker.is-hovered .file-cta {
    background-color: #215581;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-header-darker:focus .file-cta, .file.is-blue-header-darker.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(36, 92, 139, 0.25);
    color: #fff; }
  .file.is-blue-header-darker:active .file-cta, .file.is-blue-header-darker.is-active .file-cta {
    background-color: #1f4f77;
    border-color: transparent;
    color: #fff; }
  .file.is-info-link .file-cta {
    background-color: #80b141;
    border-color: transparent;
    color: #fff; }
  .file.is-info-link:hover .file-cta, .file.is-info-link.is-hovered .file-cta {
    background-color: #79a83e;
    border-color: transparent;
    color: #fff; }
  .file.is-info-link:focus .file-cta, .file.is-info-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(128, 177, 65, 0.25);
    color: #fff; }
  .file.is-info-link:active .file-cta, .file.is-info-link.is-active .file-cta {
    background-color: #739e3a;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-button .file-cta {
    background-color: #245c8b;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-button:hover .file-cta, .file.is-blue-button.is-hovered .file-cta {
    background-color: #215581;
    border-color: transparent;
    color: #fff; }
  .file.is-blue-button:focus .file-cta, .file.is-blue-button.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(36, 92, 139, 0.25);
    color: #fff; }
  .file.is-blue-button:active .file-cta, .file.is-blue-button.is-active .file-cta {
    background-color: #1f4f77;
    border-color: transparent;
    color: #fff; }
  .file.is-orange-button .file-cta {
    background-color: #ea7500;
    border-color: transparent;
    color: #ffffff; }
  .file.is-orange-button:hover .file-cta, .file.is-orange-button.is-hovered .file-cta {
    background-color: #dd6f00;
    border-color: transparent;
    color: #ffffff; }
  .file.is-orange-button:focus .file-cta, .file.is-orange-button.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(234, 117, 0, 0.25);
    color: #ffffff; }
  .file.is-orange-button:active .file-cta, .file.is-orange-button.is-active .file-cta {
    background-color: #d16800;
    border-color: transparent;
    color: #ffffff; }
  .file.is-commercial-blue .file-cta {
    background-color: #245c8b;
    border-color: transparent;
    color: #fff; }
  .file.is-commercial-blue:hover .file-cta, .file.is-commercial-blue.is-hovered .file-cta {
    background-color: #215581;
    border-color: transparent;
    color: #fff; }
  .file.is-commercial-blue:focus .file-cta, .file.is-commercial-blue.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(36, 92, 139, 0.25);
    color: #fff; }
  .file.is-commercial-blue:active .file-cta, .file.is-commercial-blue.is-active .file-cta {
    background-color: #1f4f77;
    border-color: transparent;
    color: #fff; }
  .file.is-yellowgreen .file-cta {
    background-color: #91c63c;
    border-color: transparent;
    color: #fff; }
  .file.is-yellowgreen:hover .file-cta, .file.is-yellowgreen.is-hovered .file-cta {
    background-color: #8abe37;
    border-color: transparent;
    color: #fff; }
  .file.is-yellowgreen:focus .file-cta, .file.is-yellowgreen.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(145, 198, 60, 0.25);
    color: #fff; }
  .file.is-yellowgreen:active .file-cta, .file.is-yellowgreen.is-active .file-cta {
    background-color: #83b435;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 3px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 3px 3px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 3px 3px 0; }
    .file.is-right .file-name {
      border-radius: 3px 0 0 3px;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

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

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

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

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

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #ea7500; }
  .help.is-link {
    color: #3273dc; }
  .help.is-info {
    color: #209cee; }
  .help.is-success {
    color: #23d160; }
  .help.is-warning {
    color: #ffdd57; }
  .help.is-danger {
    color: #ff3860; }
  .help.is-blue-dark {
    color: #184a6d; }
  .help.is-blue-header {
    color: #4596d8; }
  .help.is-blue-header-darker {
    color: #245c8b; }
  .help.is-info-link {
    color: #80b141; }
  .help.is-blue-button {
    color: #245c8b; }
  .help.is-orange-button {
    color: #ea7500; }
  .help.is-commercial-blue {
    color: #245c8b; }
  .help.is-yellowgreen {
    color: #91c63c; }

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

.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child .button,
  .field.has-addons .control:first-child .input,
  .field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child .button,
  .field.has-addons .control:last-child .input,
  .field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

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

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

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

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

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left; }
  .control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icon .input:focus + .icon {
    color: #7a7a7a; }
  .control.has-icon .input.is-small + .icon {
    font-size: 0.75rem; }
  .control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem; }
  .control.has-icon .input.is-large + .icon {
    font-size: 1.5rem; }
  .control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
  .control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em; }
  .control.has-icon.has-icon-right .icon {
    right: 0; }
  .control.has-icon.has-icon-right .input {
    padding-right: 2.25em; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
  .icon.is-small {
    height: 1rem;
    width: 1rem; }
  .icon.is-medium {
    height: 2rem;
    width: 2rem; }
  .icon.is-large {
    height: 3rem;
    width: 3rem; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }
  .notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong {
    color: currentColor; }
  .notification code,
  .notification pre {
    background: white; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
  .notification.is-white {
    background-color: white;
    color: #0a0a0a; }
  .notification.is-black {
    background-color: #0a0a0a;
    color: white; }
  .notification.is-light {
    background-color: whitesmoke;
    color: #363636; }
  .notification.is-dark {
    background-color: #363636;
    color: whitesmoke; }
  .notification.is-primary {
    background-color: #ea7500;
    color: #fff; }
  .notification.is-link {
    background-color: #3273dc;
    color: #fff; }
  .notification.is-info {
    background-color: #209cee;
    color: #fff; }
  .notification.is-success {
    background-color: #23d160;
    color: #fff; }
  .notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .notification.is-danger {
    background-color: #ff3860;
    color: #fff; }
  .notification.is-blue-dark {
    background-color: #184a6d;
    color: #fff; }
  .notification.is-blue-header {
    background-color: #4596d8;
    color: #fff; }
  .notification.is-blue-header-darker {
    background-color: #245c8b;
    color: #fff; }
  .notification.is-info-link {
    background-color: #80b141;
    color: #fff; }
  .notification.is-blue-button {
    background-color: #245c8b;
    color: #fff; }
  .notification.is-orange-button {
    background-color: #ea7500;
    color: #ffffff; }
  .notification.is-commercial-blue {
    background-color: #245c8b;
    color: #fff; }
  .notification.is-yellowgreen {
    background-color: #91c63c;
    color: #fff; }

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress::-webkit-progress-bar {
    background-color: #dbdbdb; }
  .progress::-webkit-progress-value {
    background-color: #4a4a4a; }
  .progress::-moz-progress-bar {
    background-color: #4a4a4a; }
  .progress::-ms-fill {
    background-color: #4a4a4a;
    border: none; }
  .progress.is-white::-webkit-progress-value {
    background-color: white; }
  .progress.is-white::-moz-progress-bar {
    background-color: white; }
  .progress.is-white::-ms-fill {
    background-color: white; }
  .progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-black::-ms-fill {
    background-color: #0a0a0a; }
  .progress.is-light::-webkit-progress-value {
    background-color: whitesmoke; }
  .progress.is-light::-moz-progress-bar {
    background-color: whitesmoke; }
  .progress.is-light::-ms-fill {
    background-color: whitesmoke; }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-dark::-ms-fill {
    background-color: #363636; }
  .progress.is-primary::-webkit-progress-value {
    background-color: #ea7500; }
  .progress.is-primary::-moz-progress-bar {
    background-color: #ea7500; }
  .progress.is-primary::-ms-fill {
    background-color: #ea7500; }
  .progress.is-link::-webkit-progress-value {
    background-color: #3273dc; }
  .progress.is-link::-moz-progress-bar {
    background-color: #3273dc; }
  .progress.is-link::-ms-fill {
    background-color: #3273dc; }
  .progress.is-info::-webkit-progress-value {
    background-color: #209cee; }
  .progress.is-info::-moz-progress-bar {
    background-color: #209cee; }
  .progress.is-info::-ms-fill {
    background-color: #209cee; }
  .progress.is-success::-webkit-progress-value {
    background-color: #23d160; }
  .progress.is-success::-moz-progress-bar {
    background-color: #23d160; }
  .progress.is-success::-ms-fill {
    background-color: #23d160; }
  .progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57; }
  .progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57; }
  .progress.is-warning::-ms-fill {
    background-color: #ffdd57; }
  .progress.is-danger::-webkit-progress-value {
    background-color: #ff3860; }
  .progress.is-danger::-moz-progress-bar {
    background-color: #ff3860; }
  .progress.is-danger::-ms-fill {
    background-color: #ff3860; }
  .progress.is-blue-dark::-webkit-progress-value {
    background-color: #184a6d; }
  .progress.is-blue-dark::-moz-progress-bar {
    background-color: #184a6d; }
  .progress.is-blue-dark::-ms-fill {
    background-color: #184a6d; }
  .progress.is-blue-header::-webkit-progress-value {
    background-color: #4596d8; }
  .progress.is-blue-header::-moz-progress-bar {
    background-color: #4596d8; }
  .progress.is-blue-header::-ms-fill {
    background-color: #4596d8; }
  .progress.is-blue-header-darker::-webkit-progress-value {
    background-color: #245c8b; }
  .progress.is-blue-header-darker::-moz-progress-bar {
    background-color: #245c8b; }
  .progress.is-blue-header-darker::-ms-fill {
    background-color: #245c8b; }
  .progress.is-info-link::-webkit-progress-value {
    background-color: #80b141; }
  .progress.is-info-link::-moz-progress-bar {
    background-color: #80b141; }
  .progress.is-info-link::-ms-fill {
    background-color: #80b141; }
  .progress.is-blue-button::-webkit-progress-value {
    background-color: #245c8b; }
  .progress.is-blue-button::-moz-progress-bar {
    background-color: #245c8b; }
  .progress.is-blue-button::-ms-fill {
    background-color: #245c8b; }
  .progress.is-orange-button::-webkit-progress-value {
    background-color: #ea7500; }
  .progress.is-orange-button::-moz-progress-bar {
    background-color: #ea7500; }
  .progress.is-orange-button::-ms-fill {
    background-color: #ea7500; }
  .progress.is-commercial-blue::-webkit-progress-value {
    background-color: #245c8b; }
  .progress.is-commercial-blue::-moz-progress-bar {
    background-color: #245c8b; }
  .progress.is-commercial-blue::-ms-fill {
    background-color: #245c8b; }
  .progress.is-yellowgreen::-webkit-progress-value {
    background-color: #91c63c; }
  .progress.is-yellowgreen::-moz-progress-bar {
    background-color: #91c63c; }
  .progress.is-yellowgreen::-ms-fill {
    background-color: #91c63c; }
  .progress.is-small {
    height: 0.75rem; }
  .progress.is-medium {
    height: 1.25rem; }
  .progress.is-large {
    height: 1.5rem; }

.table {
  background-color: white;
  color: #363636; }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-white,
    .table th.is-white {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
    .table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
    .table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #ea7500;
      border-color: #ea7500;
      color: #fff; }
    .table td.is-link,
    .table th.is-link {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff; }
    .table td.is-info,
    .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff; }
    .table td.is-success,
    .table th.is-success {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff; }
    .table td.is-blue-dark,
    .table th.is-blue-dark {
      background-color: #184a6d;
      border-color: #184a6d;
      color: #fff; }
    .table td.is-blue-header,
    .table th.is-blue-header {
      background-color: #4596d8;
      border-color: #4596d8;
      color: #fff; }
    .table td.is-blue-header-darker,
    .table th.is-blue-header-darker {
      background-color: #245c8b;
      border-color: #245c8b;
      color: #fff; }
    .table td.is-info-link,
    .table th.is-info-link {
      background-color: #80b141;
      border-color: #80b141;
      color: #fff; }
    .table td.is-blue-button,
    .table th.is-blue-button {
      background-color: #245c8b;
      border-color: #245c8b;
      color: #fff; }
    .table td.is-orange-button,
    .table th.is-orange-button {
      background-color: #ea7500;
      border-color: #ea7500;
      color: #ffffff; }
    .table td.is-commercial-blue,
    .table th.is-commercial-blue {
      background-color: #245c8b;
      border-color: #245c8b;
      color: #fff; }
    .table td.is-yellowgreen,
    .table th.is-yellowgreen {
      background-color: #91c63c;
      border-color: #91c63c;
      color: #fff; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #ea7500;
      color: #fff; }
      .table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
  .table th {
    color: #363636;
    text-align: left; }
  .table tr.is-selected {
    background-color: #ea7500;
    color: #fff; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .table tfoot td,
  .table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

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

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .tags .tag {
    margin-bottom: 0.5rem; }
    .tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
  .tags:last-child {
    margin-bottom: -0.5rem; }
  .tags:not(:last-child) {
    margin-bottom: 1rem; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .tags.is-centered {
    justify-content: center; }
    .tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  .tags.is-right {
    justify-content: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
    .tags.is-right .tag:not(:last-child) {
      margin-right: 0; }

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 3px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
  .tag:not(body).is-white {
    background-color: white;
    color: #0a0a0a; }
  .tag:not(body).is-black {
    background-color: #0a0a0a;
    color: white; }
  .tag:not(body).is-light {
    background-color: whitesmoke;
    color: #363636; }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: whitesmoke; }
  .tag:not(body).is-primary {
    background-color: #ea7500;
    color: #fff; }
  .tag:not(body).is-link {
    background-color: #3273dc;
    color: #fff; }
  .tag:not(body).is-info {
    background-color: #209cee;
    color: #fff; }
  .tag:not(body).is-success {
    background-color: #23d160;
    color: #fff; }
  .tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff; }
  .tag:not(body).is-blue-dark {
    background-color: #184a6d;
    color: #fff; }
  .tag:not(body).is-blue-header {
    background-color: #4596d8;
    color: #fff; }
  .tag:not(body).is-blue-header-darker {
    background-color: #245c8b;
    color: #fff; }
  .tag:not(body).is-info-link {
    background-color: #80b141;
    color: #fff; }
  .tag:not(body).is-blue-button {
    background-color: #245c8b;
    color: #fff; }
  .tag:not(body).is-orange-button {
    background-color: #ea7500;
    color: #ffffff; }
  .tag:not(body).is-commercial-blue {
    background-color: #245c8b;
    color: #fff; }
  .tag:not(body).is-yellowgreen {
    background-color: #91c63c;
    color: #fff; }
  .tag:not(body).is-medium {
    font-size: 1rem; }
  .tag:not(body).is-large {
    font-size: 1.25rem; }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
  .tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
    .tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
    .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #e8e8e8; }
    .tag:not(body).is-delete:active {
      background-color: #dbdbdb; }
  .tag:not(body).is-rounded {
    border-radius: 290486px; }

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

.title,
.subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: #4596d8;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.125; }
  .title strong {
    color: #4596d8;
    font-weight: 700; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2.5rem; }
  .title.is-3 {
    font-size: 2rem; }
  .title.is-4 {
    font-size: 1.5rem; }
  .title.is-5 {
    font-size: 1.25rem; }
  .title.is-6 {
    font-size: 1rem; }
  .title.is-7 {
    font-size: 0.75rem; }

.subtitle {
  color: #4596d8;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: #4596d8;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4 {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.75rem; }

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

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  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 {
    align-items: center;
    color: #3273dc;
    display: flex;
    justify-content: center;
    padding: 0 0.75em; }
    .breadcrumb a:hover {
      color: #363636; }
  .breadcrumb li {
    align-items: center;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #363636;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #b5b5b5;
      content: "/"; }
  .breadcrumb ul,
  .breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    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 {
    justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.75rem; }
  .breadcrumb.is-medium {
    font-size: 1.25rem; }
  .breadcrumb.is-large {
    font-size: 1.5rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "→"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "•"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "·"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "≻"; }

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

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

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-centered {
    justify-content: center; }

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

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

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

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }

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

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top; }
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }

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

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

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

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%; }
  a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a; }
  a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #3273dc;
    color: #fff; }

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

.level {
  align-items: center;
  justify-content: space-between; }
  .level code {
    border-radius: 3px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1; } }

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center; }
  .level-item .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 {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }

.level-left {
  align-items: center;
  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: flex; } }

.level-right {
  align-items: center;
  justify-content: flex-end; }
  @media screen and (min-width: 769px), print {
    .level-right {
      display: flex; } }

.list {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }

.list-item {
  display: block;
  padding: 0.5em 1em; }
  .list-item:not(a) {
    color: #4a4a4a; }
  .list-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-item:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }
  .list-item.is-active {
    background-color: #3273dc;
    color: #fff; }

a.list-item {
  background-color: whitesmoke;
  cursor: pointer; }

.media {
  align-items: flex-start;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto; } }

.menu {
  font-size: 1rem; }
  .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: 2px;
    color: #4a4a4a;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: whitesmoke;
      color: #363636; }
    .menu-list a.is-active {
      background-color: #3273dc;
      color: #fff; }
  .menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: #7a7a7a;
  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; }

.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline; }
  .message.is-small {
    font-size: 0.75rem; }
  .message.is-medium {
    font-size: 1.25rem; }
  .message.is-large {
    font-size: 1.5rem; }
  .message.is-white {
    background-color: white; }
    .message.is-white .message-header {
      background-color: white;
      color: #0a0a0a; }
    .message.is-white .message-body {
      border-color: white;
      color: #4d4d4d; }
  .message.is-black {
    background-color: #fafafa; }
    .message.is-black .message-header {
      background-color: #0a0a0a;
      color: white; }
    .message.is-black .message-body {
      border-color: #0a0a0a;
      color: #090909; }
  .message.is-light {
    background-color: #fafafa; }
    .message.is-light .message-header {
      background-color: whitesmoke;
      color: #363636; }
    .message.is-light .message-body {
      border-color: whitesmoke;
      color: #505050; }
  .message.is-dark {
    background-color: #fafafa; }
    .message.is-dark .message-header {
      background-color: #363636;
      color: whitesmoke; }
    .message.is-dark .message-body {
      border-color: #363636;
      color: #2a2a2a; }
  .message.is-primary {
    background-color: #fffaf5; }
    .message.is-primary .message-header {
      background-color: #ea7500;
      color: #fff; }
    .message.is-primary .message-body {
      border-color: #ea7500;
      color: #673606; }
  .message.is-link {
    background-color: #f6f9fe; }
    .message.is-link .message-header {
      background-color: #3273dc;
      color: #fff; }
    .message.is-link .message-body {
      border-color: #3273dc;
      color: #22509a; }
  .message.is-info {
    background-color: #f6fbfe; }
    .message.is-info .message-header {
      background-color: #209cee;
      color: #fff; }
    .message.is-info .message-body {
      border-color: #209cee;
      color: #12537e; }
  .message.is-success {
    background-color: #f6fef9; }
    .message.is-success .message-header {
      background-color: #23d160;
      color: #fff; }
    .message.is-success .message-body {
      border-color: #23d160;
      color: #0e301a; }
  .message.is-warning {
    background-color: #fffdf5; }
    .message.is-warning .message-header {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .message.is-warning .message-body {
      border-color: #ffdd57;
      color: #3b3108; }
  .message.is-danger {
    background-color: #fff5f7; }
    .message.is-danger .message-header {
      background-color: #ff3860;
      color: #fff; }
    .message.is-danger .message-body {
      border-color: #ff3860;
      color: #cd0930; }
  .message.is-blue-dark {
    background-color: #f7fafd; }
    .message.is-blue-dark .message-header {
      background-color: #184a6d;
      color: #fff; }
    .message.is-blue-dark .message-body {
      border-color: #184a6d;
      color: #133750; }
  .message.is-blue-header {
    background-color: #f7fafd; }
    .message.is-blue-header .message-header {
      background-color: #4596d8;
      color: #fff; }
    .message.is-blue-header .message-body {
      border-color: #4596d8;
      color: #25577f; }
  .message.is-blue-header-darker {
    background-color: #f7fafd; }
    .message.is-blue-header-darker .message-header {
      background-color: #245c8b;
      color: #fff; }
    .message.is-blue-header-darker .message-body {
      border-color: #245c8b;
      color: #1c4160; }
  .message.is-info-link {
    background-color: #fafcf8; }
    .message.is-info-link .message-header {
      background-color: #80b141;
      color: #fff; }
    .message.is-info-link .message-body {
      border-color: #80b141;
      color: #2f3c1e; }
  .message.is-blue-button {
    background-color: #f7fafd; }
    .message.is-blue-button .message-header {
      background-color: #245c8b;
      color: #fff; }
    .message.is-blue-button .message-body {
      border-color: #245c8b;
      color: #1c4160; }
  .message.is-orange-button {
    background-color: #fffaf5; }
    .message.is-orange-button .message-header {
      background-color: #ea7500;
      color: #ffffff; }
    .message.is-orange-button .message-body {
      border-color: #ea7500;
      color: #673606; }
  .message.is-commercial-blue {
    background-color: #f7fafd; }
    .message.is-commercial-blue .message-header {
      background-color: #245c8b;
      color: #fff; }
    .message.is-commercial-blue .message-body {
      border-color: #245c8b;
      color: #1c4160; }
  .message.is-yellowgreen {
    background-color: #fbfdf7; }
    .message.is-yellowgreen .message-header {
      background-color: #91c63c;
      color: #fff; }
    .message.is-yellowgreen .message-body {
      border-color: #91c63c;
      color: #273116; }

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }
  .message-header .delete {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.75em; }
  .message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.message-body {
  border-color: #dbdbdb;
  border-radius: 3px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em; }
  .message-body code,
  .message-body pre {
    background-color: white; }
  .message-body pre code {
    background-color: transparent; }

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }
  .modal.is-active {
    display: flex; }

.modal-background {
  background-color: rgba(10, 10, 10, 0.86); }

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px), print {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px; } }

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible; }

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative; }

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px; }

.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; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 769px) {
      .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; }
    .navbar.is-black .navbar-burger {
      color: white; }
    @media screen and (min-width: 769px) {
      .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; }
    .navbar.is-light .navbar-burger {
      color: #363636; }
    @media screen and (min-width: 769px) {
      .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; }
    .navbar.is-dark .navbar-burger {
      color: whitesmoke; }
    @media screen and (min-width: 769px) {
      .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: #ea7500;
    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: #d16800;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .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: #d16800;
        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: #d16800;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #ea7500;
        color: #fff; } }
  .navbar.is-link {
    background-color: #3273dc;
    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: #2366d1;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .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: #2366d1;
        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: #2366d1;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #3273dc;
        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; }
    .navbar.is-info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .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; }
    .navbar.is-success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .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); }
    .navbar.is-warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 769px) {
      .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; }
    .navbar.is-danger .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .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-blue-dark {
    background-color: #184a6d;
    color: #fff; }
    .navbar.is-blue-dark .navbar-brand > .navbar-item,
    .navbar.is-blue-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-blue-dark .navbar-brand > a.navbar-item:hover, .navbar.is-blue-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-blue-dark .navbar-brand .navbar-link:hover,
    .navbar.is-blue-dark .navbar-brand .navbar-link.is-active {
      background-color: #133c58;
      color: #fff; }
    .navbar.is-blue-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-blue-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-blue-dark .navbar-start > .navbar-item,
      .navbar.is-blue-dark .navbar-start .navbar-link,
      .navbar.is-blue-dark .navbar-end > .navbar-item,
      .navbar.is-blue-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-blue-dark .navbar-start > a.navbar-item:hover, .navbar.is-blue-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-blue-dark .navbar-start .navbar-link:hover,
      .navbar.is-blue-dark .navbar-start .navbar-link.is-active,
      .navbar.is-blue-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-blue-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-blue-dark .navbar-end .navbar-link:hover,
      .navbar.is-blue-dark .navbar-end .navbar-link.is-active {
        background-color: #133c58;
        color: #fff; }
      .navbar.is-blue-dark .navbar-start .navbar-link::after,
      .navbar.is-blue-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-blue-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-blue-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #133c58;
        color: #fff; }
      .navbar.is-blue-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #184a6d;
        color: #fff; } }
  .navbar.is-blue-header {
    background-color: #4596d8;
    color: #fff; }
    .navbar.is-blue-header .navbar-brand > .navbar-item,
    .navbar.is-blue-header .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-blue-header .navbar-brand > a.navbar-item:hover, .navbar.is-blue-header .navbar-brand > a.navbar-item.is-active,
    .navbar.is-blue-header .navbar-brand .navbar-link:hover,
    .navbar.is-blue-header .navbar-brand .navbar-link.is-active {
      background-color: #308ad4;
      color: #fff; }
    .navbar.is-blue-header .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-blue-header .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-blue-header .navbar-start > .navbar-item,
      .navbar.is-blue-header .navbar-start .navbar-link,
      .navbar.is-blue-header .navbar-end > .navbar-item,
      .navbar.is-blue-header .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-blue-header .navbar-start > a.navbar-item:hover, .navbar.is-blue-header .navbar-start > a.navbar-item.is-active,
      .navbar.is-blue-header .navbar-start .navbar-link:hover,
      .navbar.is-blue-header .navbar-start .navbar-link.is-active,
      .navbar.is-blue-header .navbar-end > a.navbar-item:hover,
      .navbar.is-blue-header .navbar-end > a.navbar-item.is-active,
      .navbar.is-blue-header .navbar-end .navbar-link:hover,
      .navbar.is-blue-header .navbar-end .navbar-link.is-active {
        background-color: #308ad4;
        color: #fff; }
      .navbar.is-blue-header .navbar-start .navbar-link::after,
      .navbar.is-blue-header .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-blue-header .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-blue-header .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #308ad4;
        color: #fff; }
      .navbar.is-blue-header .navbar-dropdown a.navbar-item.is-active {
        background-color: #4596d8;
        color: #fff; } }
  .navbar.is-blue-header-darker {
    background-color: #245c8b;
    color: #fff; }
    .navbar.is-blue-header-darker .navbar-brand > .navbar-item,
    .navbar.is-blue-header-darker .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-blue-header-darker .navbar-brand > a.navbar-item:hover, .navbar.is-blue-header-darker .navbar-brand > a.navbar-item.is-active,
    .navbar.is-blue-header-darker .navbar-brand .navbar-link:hover,
    .navbar.is-blue-header-darker .navbar-brand .navbar-link.is-active {
      background-color: #1f4f77;
      color: #fff; }
    .navbar.is-blue-header-darker .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-blue-header-darker .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-blue-header-darker .navbar-start > .navbar-item,
      .navbar.is-blue-header-darker .navbar-start .navbar-link,
      .navbar.is-blue-header-darker .navbar-end > .navbar-item,
      .navbar.is-blue-header-darker .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-blue-header-darker .navbar-start > a.navbar-item:hover, .navbar.is-blue-header-darker .navbar-start > a.navbar-item.is-active,
      .navbar.is-blue-header-darker .navbar-start .navbar-link:hover,
      .navbar.is-blue-header-darker .navbar-start .navbar-link.is-active,
      .navbar.is-blue-header-darker .navbar-end > a.navbar-item:hover,
      .navbar.is-blue-header-darker .navbar-end > a.navbar-item.is-active,
      .navbar.is-blue-header-darker .navbar-end .navbar-link:hover,
      .navbar.is-blue-header-darker .navbar-end .navbar-link.is-active {
        background-color: #1f4f77;
        color: #fff; }
      .navbar.is-blue-header-darker .navbar-start .navbar-link::after,
      .navbar.is-blue-header-darker .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-blue-header-darker .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-blue-header-darker .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1f4f77;
        color: #fff; }
      .navbar.is-blue-header-darker .navbar-dropdown a.navbar-item.is-active {
        background-color: #245c8b;
        color: #fff; } }
  .navbar.is-info-link {
    background-color: #80b141;
    color: #fff; }
    .navbar.is-info-link .navbar-brand > .navbar-item,
    .navbar.is-info-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info-link .navbar-brand > a.navbar-item:hover, .navbar.is-info-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info-link .navbar-brand .navbar-link:hover,
    .navbar.is-info-link .navbar-brand .navbar-link.is-active {
      background-color: #739e3a;
      color: #fff; }
    .navbar.is-info-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-info-link .navbar-start > .navbar-item,
      .navbar.is-info-link .navbar-start .navbar-link,
      .navbar.is-info-link .navbar-end > .navbar-item,
      .navbar.is-info-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info-link .navbar-start > a.navbar-item:hover, .navbar.is-info-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-info-link .navbar-start .navbar-link:hover,
      .navbar.is-info-link .navbar-start .navbar-link.is-active,
      .navbar.is-info-link .navbar-end > a.navbar-item:hover,
      .navbar.is-info-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-info-link .navbar-end .navbar-link:hover,
      .navbar.is-info-link .navbar-end .navbar-link.is-active {
        background-color: #739e3a;
        color: #fff; }
      .navbar.is-info-link .navbar-start .navbar-link::after,
      .navbar.is-info-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #739e3a;
        color: #fff; }
      .navbar.is-info-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #80b141;
        color: #fff; } }
  .navbar.is-blue-button {
    background-color: #245c8b;
    color: #fff; }
    .navbar.is-blue-button .navbar-brand > .navbar-item,
    .navbar.is-blue-button .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-blue-button .navbar-brand > a.navbar-item:hover, .navbar.is-blue-button .navbar-brand > a.navbar-item.is-active,
    .navbar.is-blue-button .navbar-brand .navbar-link:hover,
    .navbar.is-blue-button .navbar-brand .navbar-link.is-active {
      background-color: #1f4f77;
      color: #fff; }
    .navbar.is-blue-button .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-blue-button .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-blue-button .navbar-start > .navbar-item,
      .navbar.is-blue-button .navbar-start .navbar-link,
      .navbar.is-blue-button .navbar-end > .navbar-item,
      .navbar.is-blue-button .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-blue-button .navbar-start > a.navbar-item:hover, .navbar.is-blue-button .navbar-start > a.navbar-item.is-active,
      .navbar.is-blue-button .navbar-start .navbar-link:hover,
      .navbar.is-blue-button .navbar-start .navbar-link.is-active,
      .navbar.is-blue-button .navbar-end > a.navbar-item:hover,
      .navbar.is-blue-button .navbar-end > a.navbar-item.is-active,
      .navbar.is-blue-button .navbar-end .navbar-link:hover,
      .navbar.is-blue-button .navbar-end .navbar-link.is-active {
        background-color: #1f4f77;
        color: #fff; }
      .navbar.is-blue-button .navbar-start .navbar-link::after,
      .navbar.is-blue-button .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-blue-button .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-blue-button .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1f4f77;
        color: #fff; }
      .navbar.is-blue-button .navbar-dropdown a.navbar-item.is-active {
        background-color: #245c8b;
        color: #fff; } }
  .navbar.is-orange-button {
    background-color: #ea7500;
    color: #ffffff; }
    .navbar.is-orange-button .navbar-brand > .navbar-item,
    .navbar.is-orange-button .navbar-brand .navbar-link {
      color: #ffffff; }
    .navbar.is-orange-button .navbar-brand > a.navbar-item:hover, .navbar.is-orange-button .navbar-brand > a.navbar-item.is-active,
    .navbar.is-orange-button .navbar-brand .navbar-link:hover,
    .navbar.is-orange-button .navbar-brand .navbar-link.is-active {
      background-color: #d16800;
      color: #ffffff; }
    .navbar.is-orange-button .navbar-brand .navbar-link::after {
      border-color: #ffffff; }
    .navbar.is-orange-button .navbar-burger {
      color: #ffffff; }
    @media screen and (min-width: 769px) {
      .navbar.is-orange-button .navbar-start > .navbar-item,
      .navbar.is-orange-button .navbar-start .navbar-link,
      .navbar.is-orange-button .navbar-end > .navbar-item,
      .navbar.is-orange-button .navbar-end .navbar-link {
        color: #ffffff; }
      .navbar.is-orange-button .navbar-start > a.navbar-item:hover, .navbar.is-orange-button .navbar-start > a.navbar-item.is-active,
      .navbar.is-orange-button .navbar-start .navbar-link:hover,
      .navbar.is-orange-button .navbar-start .navbar-link.is-active,
      .navbar.is-orange-button .navbar-end > a.navbar-item:hover,
      .navbar.is-orange-button .navbar-end > a.navbar-item.is-active,
      .navbar.is-orange-button .navbar-end .navbar-link:hover,
      .navbar.is-orange-button .navbar-end .navbar-link.is-active {
        background-color: #d16800;
        color: #ffffff; }
      .navbar.is-orange-button .navbar-start .navbar-link::after,
      .navbar.is-orange-button .navbar-end .navbar-link::after {
        border-color: #ffffff; }
      .navbar.is-orange-button .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-orange-button .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #d16800;
        color: #ffffff; }
      .navbar.is-orange-button .navbar-dropdown a.navbar-item.is-active {
        background-color: #ea7500;
        color: #ffffff; } }
  .navbar.is-commercial-blue {
    background-color: #245c8b;
    color: #fff; }
    .navbar.is-commercial-blue .navbar-brand > .navbar-item,
    .navbar.is-commercial-blue .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-commercial-blue .navbar-brand > a.navbar-item:hover, .navbar.is-commercial-blue .navbar-brand > a.navbar-item.is-active,
    .navbar.is-commercial-blue .navbar-brand .navbar-link:hover,
    .navbar.is-commercial-blue .navbar-brand .navbar-link.is-active {
      background-color: #1f4f77;
      color: #fff; }
    .navbar.is-commercial-blue .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-commercial-blue .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-commercial-blue .navbar-start > .navbar-item,
      .navbar.is-commercial-blue .navbar-start .navbar-link,
      .navbar.is-commercial-blue .navbar-end > .navbar-item,
      .navbar.is-commercial-blue .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-commercial-blue .navbar-start > a.navbar-item:hover, .navbar.is-commercial-blue .navbar-start > a.navbar-item.is-active,
      .navbar.is-commercial-blue .navbar-start .navbar-link:hover,
      .navbar.is-commercial-blue .navbar-start .navbar-link.is-active,
      .navbar.is-commercial-blue .navbar-end > a.navbar-item:hover,
      .navbar.is-commercial-blue .navbar-end > a.navbar-item.is-active,
      .navbar.is-commercial-blue .navbar-end .navbar-link:hover,
      .navbar.is-commercial-blue .navbar-end .navbar-link.is-active {
        background-color: #1f4f77;
        color: #fff; }
      .navbar.is-commercial-blue .navbar-start .navbar-link::after,
      .navbar.is-commercial-blue .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-commercial-blue .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-commercial-blue .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #1f4f77;
        color: #fff; }
      .navbar.is-commercial-blue .navbar-dropdown a.navbar-item.is-active {
        background-color: #245c8b;
        color: #fff; } }
  .navbar.is-yellowgreen {
    background-color: #91c63c;
    color: #fff; }
    .navbar.is-yellowgreen .navbar-brand > .navbar-item,
    .navbar.is-yellowgreen .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-yellowgreen .navbar-brand > a.navbar-item:hover, .navbar.is-yellowgreen .navbar-brand > a.navbar-item.is-active,
    .navbar.is-yellowgreen .navbar-brand .navbar-link:hover,
    .navbar.is-yellowgreen .navbar-brand .navbar-link.is-active {
      background-color: #83b435;
      color: #fff; }
    .navbar.is-yellowgreen .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-yellowgreen .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 769px) {
      .navbar.is-yellowgreen .navbar-start > .navbar-item,
      .navbar.is-yellowgreen .navbar-start .navbar-link,
      .navbar.is-yellowgreen .navbar-end > .navbar-item,
      .navbar.is-yellowgreen .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-yellowgreen .navbar-start > a.navbar-item:hover, .navbar.is-yellowgreen .navbar-start > a.navbar-item.is-active,
      .navbar.is-yellowgreen .navbar-start .navbar-link:hover,
      .navbar.is-yellowgreen .navbar-start .navbar-link.is-active,
      .navbar.is-yellowgreen .navbar-end > a.navbar-item:hover,
      .navbar.is-yellowgreen .navbar-end > a.navbar-item.is-active,
      .navbar.is-yellowgreen .navbar-end .navbar-link:hover,
      .navbar.is-yellowgreen .navbar-end .navbar-link.is-active {
        background-color: #83b435;
        color: #fff; }
      .navbar.is-yellowgreen .navbar-start .navbar-link::after,
      .navbar.is-yellowgreen .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-yellowgreen .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-yellowgreen .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #83b435;
        color: #fff; }
      .navbar.is-yellowgreen .navbar-dropdown a.navbar-item.is-active {
        background-color: #91c63c;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    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 {
      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 {
  align-items: stretch;
  display: flex;
  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 {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #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: #3273dc; }

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #3273dc; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #3273dc;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #3273dc;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #3273dc;
    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: 768px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: white;
    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 {
      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: 769px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 3px; }
    .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: #3273dc; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item {
    display: flex; }
    .navbar-item.has-dropdown {
      align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #dbdbdb;
      border-radius: 6px 6px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(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;
        transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    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: #3273dc; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      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));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(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; } }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.75rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 290486px; }

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #3273dc; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff; }

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }

.pagination-list {
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1; }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1; } }

@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1; }
  .pagination-previous {
    order: 2; }
  .pagination-next {
    order: 3; }
  .pagination {
    justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      order: 1; }
    .pagination.is-centered .pagination-list {
      justify-content: center;
      order: 2; }
    .pagination.is-centered .pagination-next {
      order: 3; }
    .pagination.is-right .pagination-previous {
      order: 1; }
    .pagination.is-right .pagination-next {
      order: 2; }
    .pagination.is-right .pagination-list {
      justify-content: flex-end;
      order: 3; } }

.panel {
  font-size: 1rem; }
  .panel:not(:last-child) {
    margin-bottom: 1.5rem; }

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }
  .panel-heading:first-child,
  .panel-tabs:first-child,
  .panel-block:first-child {
    border-top: 1px solid #dbdbdb; }

.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em; }

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center; }
  .panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 0.5em; }
    .panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636; }

.panel-list a {
  color: #4a4a4a; }
  .panel-list a:hover {
    color: #3273dc; }

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em; }
  .panel-block input[type="checkbox"] {
    margin-right: 0.75em; }
  .panel-block > .control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%; }
  .panel-block.is-wrapped {
    flex-wrap: wrap; }
  .panel-block.is-active {
    border-left-color: #3273dc;
    color: #363636; }
    .panel-block.is-active .panel-icon {
      color: #3273dc; }

a.panel-block,
label.panel-block {
  cursor: pointer; }
  a.panel-block:hover,
  label.panel-block:hover {
    background-color: whitesmoke; }

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em; }
  .panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #3273dc;
      color: #3273dc; }
  .tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      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 {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 3px 0 0 3px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 3px 3px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .hero .navbar {
    background: none; }
  .hero .tabs ul {
    border-bottom: none; }
  .hero.is-white {
    background-color: 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: #ea7500;
    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: #ea7500; } }
    .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: #d16800;
      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: #ea7500; }
    .hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #b73d00 0%, #ea7500 71%, #ffac05 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #b73d00 0%, #ea7500 71%, #ffac05 100%); } }
  .hero.is-link {
    background-color: #3273dc;
    color: #fff; }
    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-link strong {
      color: inherit; }
    .hero.is-link .title {
      color: #fff; }
    .hero.is-link .subtitle {
      color: 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: #3273dc; } }
    .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: #2366d1;
      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: #3273dc; }
    .hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 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-blue-dark {
    background-color: #184a6d;
    color: #fff; }
    .hero.is-blue-dark a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-blue-dark strong {
      color: inherit; }
    .hero.is-blue-dark .title {
      color: #fff; }
    .hero.is-blue-dark .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-blue-dark .subtitle a:not(.button),
      .hero.is-blue-dark .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-blue-dark .navbar-menu {
        background-color: #184a6d; } }
    .hero.is-blue-dark .navbar-item,
    .hero.is-blue-dark .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-blue-dark a.navbar-item:hover, .hero.is-blue-dark a.navbar-item.is-active,
    .hero.is-blue-dark .navbar-link:hover,
    .hero.is-blue-dark .navbar-link.is-active {
      background-color: #133c58;
      color: #fff; }
    .hero.is-blue-dark .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-blue-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-blue-dark .tabs li.is-active a {
      opacity: 1; }
    .hero.is-blue-dark .tabs.is-boxed a, .hero.is-blue-dark .tabs.is-toggle a {
      color: #fff; }
      .hero.is-blue-dark .tabs.is-boxed a:hover, .hero.is-blue-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-blue-dark .tabs.is-boxed li.is-active a, .hero.is-blue-dark .tabs.is-boxed li.is-active a:hover, .hero.is-blue-dark .tabs.is-toggle li.is-active a, .hero.is-blue-dark .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #184a6d; }
    .hero.is-blue-dark.is-bold {
      background-image: linear-gradient(141deg, #0b3847 0%, #184a6d 71%, #194786 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-blue-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #0b3847 0%, #184a6d 71%, #194786 100%); } }
  .hero.is-blue-header {
    background-color: #4596d8;
    color: #fff; }
    .hero.is-blue-header a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-blue-header strong {
      color: inherit; }
    .hero.is-blue-header .title {
      color: #fff; }
    .hero.is-blue-header .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-blue-header .subtitle a:not(.button),
      .hero.is-blue-header .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-blue-header .navbar-menu {
        background-color: #4596d8; } }
    .hero.is-blue-header .navbar-item,
    .hero.is-blue-header .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-blue-header a.navbar-item:hover, .hero.is-blue-header a.navbar-item.is-active,
    .hero.is-blue-header .navbar-link:hover,
    .hero.is-blue-header .navbar-link.is-active {
      background-color: #308ad4;
      color: #fff; }
    .hero.is-blue-header .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-blue-header .tabs a:hover {
        opacity: 1; }
    .hero.is-blue-header .tabs li.is-active a {
      opacity: 1; }
    .hero.is-blue-header .tabs.is-boxed a, .hero.is-blue-header .tabs.is-toggle a {
      color: #fff; }
      .hero.is-blue-header .tabs.is-boxed a:hover, .hero.is-blue-header .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-blue-header .tabs.is-boxed li.is-active a, .hero.is-blue-header .tabs.is-boxed li.is-active a:hover, .hero.is-blue-header .tabs.is-toggle li.is-active a, .hero.is-blue-header .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #4596d8; }
    .hero.is-blue-header.is-bold {
      background-image: linear-gradient(141deg, #1d9bcd 0%, #4596d8 71%, #558be1 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-blue-header.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1d9bcd 0%, #4596d8 71%, #558be1 100%); } }
  .hero.is-blue-header-darker {
    background-color: #245c8b;
    color: #fff; }
    .hero.is-blue-header-darker a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-blue-header-darker strong {
      color: inherit; }
    .hero.is-blue-header-darker .title {
      color: #fff; }
    .hero.is-blue-header-darker .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-blue-header-darker .subtitle a:not(.button),
      .hero.is-blue-header-darker .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-blue-header-darker .navbar-menu {
        background-color: #245c8b; } }
    .hero.is-blue-header-darker .navbar-item,
    .hero.is-blue-header-darker .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-blue-header-darker a.navbar-item:hover, .hero.is-blue-header-darker a.navbar-item.is-active,
    .hero.is-blue-header-darker .navbar-link:hover,
    .hero.is-blue-header-darker .navbar-link.is-active {
      background-color: #1f4f77;
      color: #fff; }
    .hero.is-blue-header-darker .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-blue-header-darker .tabs a:hover {
        opacity: 1; }
    .hero.is-blue-header-darker .tabs li.is-active a {
      opacity: 1; }
    .hero.is-blue-header-darker .tabs.is-boxed a, .hero.is-blue-header-darker .tabs.is-toggle a {
      color: #fff; }
      .hero.is-blue-header-darker .tabs.is-boxed a:hover, .hero.is-blue-header-darker .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-blue-header-darker .tabs.is-boxed li.is-active a, .hero.is-blue-header-darker .tabs.is-boxed li.is-active a:hover, .hero.is-blue-header-darker .tabs.is-toggle li.is-active a, .hero.is-blue-header-darker .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #245c8b; }
    .hero.is-blue-header-darker.is-bold {
      background-image: linear-gradient(141deg, #135069 0%, #245c8b 71%, #2455a4 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-blue-header-darker.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #135069 0%, #245c8b 71%, #2455a4 100%); } }
  .hero.is-info-link {
    background-color: #80b141;
    color: #fff; }
    .hero.is-info-link a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-info-link strong {
      color: inherit; }
    .hero.is-info-link .title {
      color: #fff; }
    .hero.is-info-link .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-info-link .subtitle a:not(.button),
      .hero.is-info-link .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-info-link .navbar-menu {
        background-color: #80b141; } }
    .hero.is-info-link .navbar-item,
    .hero.is-info-link .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-info-link a.navbar-item:hover, .hero.is-info-link a.navbar-item.is-active,
    .hero.is-info-link .navbar-link:hover,
    .hero.is-info-link .navbar-link.is-active {
      background-color: #739e3a;
      color: #fff; }
    .hero.is-info-link .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info-link .tabs a:hover {
        opacity: 1; }
    .hero.is-info-link .tabs li.is-active a {
      opacity: 1; }
    .hero.is-info-link .tabs.is-boxed a, .hero.is-info-link .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info-link .tabs.is-boxed a:hover, .hero.is-info-link .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-info-link .tabs.is-boxed li.is-active a, .hero.is-info-link .tabs.is-boxed li.is-active a:hover, .hero.is-info-link .tabs.is-toggle li.is-active a, .hero.is-info-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #80b141; }
    .hero.is-info-link.is-bold {
      background-image: linear-gradient(141deg, #78952a 0%, #80b141 71%, #79c448 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-info-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #78952a 0%, #80b141 71%, #79c448 100%); } }
  .hero.is-blue-button {
    background-color: #245c8b;
    color: #fff; }
    .hero.is-blue-button a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-blue-button strong {
      color: inherit; }
    .hero.is-blue-button .title {
      color: #fff; }
    .hero.is-blue-button .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-blue-button .subtitle a:not(.button),
      .hero.is-blue-button .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-blue-button .navbar-menu {
        background-color: #245c8b; } }
    .hero.is-blue-button .navbar-item,
    .hero.is-blue-button .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-blue-button a.navbar-item:hover, .hero.is-blue-button a.navbar-item.is-active,
    .hero.is-blue-button .navbar-link:hover,
    .hero.is-blue-button .navbar-link.is-active {
      background-color: #1f4f77;
      color: #fff; }
    .hero.is-blue-button .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-blue-button .tabs a:hover {
        opacity: 1; }
    .hero.is-blue-button .tabs li.is-active a {
      opacity: 1; }
    .hero.is-blue-button .tabs.is-boxed a, .hero.is-blue-button .tabs.is-toggle a {
      color: #fff; }
      .hero.is-blue-button .tabs.is-boxed a:hover, .hero.is-blue-button .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-blue-button .tabs.is-boxed li.is-active a, .hero.is-blue-button .tabs.is-boxed li.is-active a:hover, .hero.is-blue-button .tabs.is-toggle li.is-active a, .hero.is-blue-button .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #245c8b; }
    .hero.is-blue-button.is-bold {
      background-image: linear-gradient(141deg, #135069 0%, #245c8b 71%, #2455a4 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-blue-button.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #135069 0%, #245c8b 71%, #2455a4 100%); } }
  .hero.is-orange-button {
    background-color: #ea7500;
    color: #ffffff; }
    .hero.is-orange-button a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-orange-button strong {
      color: inherit; }
    .hero.is-orange-button .title {
      color: #ffffff; }
    .hero.is-orange-button .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-orange-button .subtitle a:not(.button),
      .hero.is-orange-button .subtitle strong {
        color: #ffffff; }
    @media screen and (max-width: 1087px) {
      .hero.is-orange-button .navbar-menu {
        background-color: #ea7500; } }
    .hero.is-orange-button .navbar-item,
    .hero.is-orange-button .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-orange-button a.navbar-item:hover, .hero.is-orange-button a.navbar-item.is-active,
    .hero.is-orange-button .navbar-link:hover,
    .hero.is-orange-button .navbar-link.is-active {
      background-color: #d16800;
      color: #ffffff; }
    .hero.is-orange-button .tabs a {
      color: #ffffff;
      opacity: 0.9; }
      .hero.is-orange-button .tabs a:hover {
        opacity: 1; }
    .hero.is-orange-button .tabs li.is-active a {
      opacity: 1; }
    .hero.is-orange-button .tabs.is-boxed a, .hero.is-orange-button .tabs.is-toggle a {
      color: #ffffff; }
      .hero.is-orange-button .tabs.is-boxed a:hover, .hero.is-orange-button .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-orange-button .tabs.is-boxed li.is-active a, .hero.is-orange-button .tabs.is-boxed li.is-active a:hover, .hero.is-orange-button .tabs.is-toggle li.is-active a, .hero.is-orange-button .tabs.is-toggle li.is-active a:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #ea7500; }
    .hero.is-orange-button.is-bold {
      background-image: linear-gradient(141deg, #b73d00 0%, #ea7500 71%, #ffac05 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-orange-button.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #b73d00 0%, #ea7500 71%, #ffac05 100%); } }
  .hero.is-commercial-blue {
    background-color: #245c8b;
    color: #fff; }
    .hero.is-commercial-blue a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-commercial-blue strong {
      color: inherit; }
    .hero.is-commercial-blue .title {
      color: #fff; }
    .hero.is-commercial-blue .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-commercial-blue .subtitle a:not(.button),
      .hero.is-commercial-blue .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-commercial-blue .navbar-menu {
        background-color: #245c8b; } }
    .hero.is-commercial-blue .navbar-item,
    .hero.is-commercial-blue .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-commercial-blue a.navbar-item:hover, .hero.is-commercial-blue a.navbar-item.is-active,
    .hero.is-commercial-blue .navbar-link:hover,
    .hero.is-commercial-blue .navbar-link.is-active {
      background-color: #1f4f77;
      color: #fff; }
    .hero.is-commercial-blue .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-commercial-blue .tabs a:hover {
        opacity: 1; }
    .hero.is-commercial-blue .tabs li.is-active a {
      opacity: 1; }
    .hero.is-commercial-blue .tabs.is-boxed a, .hero.is-commercial-blue .tabs.is-toggle a {
      color: #fff; }
      .hero.is-commercial-blue .tabs.is-boxed a:hover, .hero.is-commercial-blue .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-commercial-blue .tabs.is-boxed li.is-active a, .hero.is-commercial-blue .tabs.is-boxed li.is-active a:hover, .hero.is-commercial-blue .tabs.is-toggle li.is-active a, .hero.is-commercial-blue .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #245c8b; }
    .hero.is-commercial-blue.is-bold {
      background-image: linear-gradient(141deg, #135069 0%, #245c8b 71%, #2455a4 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-commercial-blue.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #135069 0%, #245c8b 71%, #2455a4 100%); } }
  .hero.is-yellowgreen {
    background-color: #91c63c;
    color: #fff; }
    .hero.is-yellowgreen a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-yellowgreen strong {
      color: inherit; }
    .hero.is-yellowgreen .title {
      color: #fff; }
    .hero.is-yellowgreen .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-yellowgreen .subtitle a:not(.button),
      .hero.is-yellowgreen .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1087px) {
      .hero.is-yellowgreen .navbar-menu {
        background-color: #91c63c; } }
    .hero.is-yellowgreen .navbar-item,
    .hero.is-yellowgreen .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-yellowgreen a.navbar-item:hover, .hero.is-yellowgreen a.navbar-item.is-active,
    .hero.is-yellowgreen .navbar-link:hover,
    .hero.is-yellowgreen .navbar-link.is-active {
      background-color: #83b435;
      color: #fff; }
    .hero.is-yellowgreen .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-yellowgreen .tabs a:hover {
        opacity: 1; }
    .hero.is-yellowgreen .tabs li.is-active a {
      opacity: 1; }
    .hero.is-yellowgreen .tabs.is-boxed a, .hero.is-yellowgreen .tabs.is-toggle a {
      color: #fff; }
      .hero.is-yellowgreen .tabs.is-boxed a:hover, .hero.is-yellowgreen .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-yellowgreen .tabs.is-boxed li.is-active a, .hero.is-yellowgreen .tabs.is-boxed li.is-active a:hover, .hero.is-yellowgreen .tabs.is-toggle li.is-active a, .hero.is-yellowgreen .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #91c63c; }
    .hero.is-yellowgreen.is-bold {
      background-image: linear-gradient(141deg, #8dab24 0%, #91c63c 71%, #87d14a 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-yellowgreen.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #8dab24 0%, #91c63c 71%, #87d14a 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: 9rem;
      padding-top: 9rem; } }
  @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, .hero.is-fullheight-with-navbar .hero-body {
    align-items: center;
    display: flex; }
    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
      flex-grow: 1;
      flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }
  .hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem); }

.hero-video {
  overflow: hidden; }
  .hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .hero-video.is-transparent {
    opacity: 0.3; }
  @media screen and (max-width: 768px) {
    .hero-video {
      display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .hero-buttons .button {
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .hero-buttons {
      display: flex;
      justify-content: center; }
      .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0; }

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem; }

.section {
  padding: 3rem 0rem; }
  @media screen and (min-width: 1088px) {
    .section.is-medium {
      padding: 9rem 0rem; }
    .section.is-large {
      padding: 18rem 0rem; } }

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem; }

@keyframes ProductHeaderSlideRight {
  0% {
    width: 7.5vw;
    right: 200%; }
  50% {
    width: 7.5vw;
    right: 0%; }
  100% {
    width: 24rem;
    right: 0%; } }

/*!
 * 
Below based on animate.css - https://github.com/daneden/animate.css
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2018 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Also: originally authored by Nick Pettit - https://github.com/nickpettit/glide
*/
.is-animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .is-animated .infinite {
    animation-iteration-count: infinite; }
  .is-animated .hinge {
    animation-duration: 2s; }
  .is-animated .flipOutX,
  .is-animated .flipOutY,
  .is-animated .bounceIn,
  .is-animated .bounceOut {
    animation-duration: .75s; }
  .is-animated .bounce {
    animation-name: bounce;
    transform-origin: center bottom; }
  .is-animated .flash {
    animation-name: flash; }
  .is-animated .pulse {
    animation-name: pulse; }
  .is-animated .rubberBand {
    animation-name: rubberBand; }
  .is-animated .shake {
    animation-name: shake; }
  .is-animated .headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake; }
  .is-animated .swing {
    transform-origin: top center;
    animation-name: swing; }
  .is-animated .tada {
    animation-name: tada; }
  .is-animated .wobble {
    animation-name: wobble; }
  .is-animated .jello {
    animation-name: jello;
    transform-origin: center; }
  .is-animated .bounceInDown {
    animation-name: bounceInDown; }
  .is-animated .bounceInLeft {
    animation-name: bounceInLeft; }
  .is-animated .bounceInRight {
    animation-name: bounceInRight; }
  .is-animated .bounceInUp {
    animation-name: bounceInUp; }
  .is-animated .bounceOut {
    animation-name: bounceOut; }
  .is-animated .bounceOutDown {
    animation-name: bounceOutDown; }
  .is-animated .bounceIn {
    animation-name: bounceIn; }
  .is-animated .rotateOutUpRight {
    animation-name: rotateOutUpRight; }
  .is-animated .hinge {
    animation-name: hinge; }
  .is-animated .jackInTheBox {
    animation-name: jackInTheBox; }
  .is-animated .rollIn {
    animation-name: rollIn; }
  .is-animated .rollOut {
    animation-name: rollOut; }
  .is-animated .rotateIn {
    animation-name: rotateIn; }
  .is-animated .rotateInDownLeft {
    animation-name: rotateInDownLeft; }
  .is-animated .rotateInDownRight {
    animation-name: rotateInDownRight; }
  .is-animated .rotateInUpLeft {
    animation-name: rotateInUpLeft; }
  .is-animated .rotateInUpRight {
    animation-name: rotateInUpRight; }
  .is-animated .rotateOut {
    animation-name: rotateOut; }
  .is-animated .rotateOutDownLeft {
    animation-name: rotateOutDownLeft; }
  .is-animated .rotateOutDownRight {
    animation-name: rotateOutDownRight; }
  .is-animated .rotateOutUpLeft {
    animation-name: rotateOutUpLeft; }
  .is-animated .slideInDown {
    animation-name: slideInDown; }
  .is-animated .slideInLeft {
    animation-name: slideInLeft; }
  .is-animated .slideInRight {
    animation-name: slideInRight; }
  .is-animated .slideInUp {
    animation-name: slideInUp; }
  .is-animated .slideOutDown {
    animation-name: slideOutDown; }
  .is-animated .slideOutLeft {
    animation-name: slideOutLeft; }
  .is-animated .slideOutRight {
    animation-name: slideOutRight; }
  .is-animated .slideOutUp {
    animation-name: slideOutUp; }
  .is-animated .bounceOutLeft {
    animation-name: bounceOutLeft; }
  .is-animated .bounceOutRight {
    animation-name: bounceOutRight; }
  .is-animated .bounceOutUp {
    animation-name: bounceOutUp; }
  .is-animated .fadeOutUpBig {
    animation-name: fadeOutUpBig; }
  .is-animated .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .is-animated .fadeIn {
    animation-name: fadeIn; }
  .is-animated .fadeInDown {
    animation-name: fadeInDown; }
  .is-animated .fadeInDownBig {
    animation-name: fadeInDownBig; }
  .is-animated .fadeInLeft {
    animation-name: fadeInLeft; }
  .is-animated .fadeInLeftBig {
    animation-name: fadeInLeftBig; }
  .is-animated .fadeInRight {
    animation-name: fadeInRight; }
  .is-animated .fadeInRightBig {
    animation-name: fadeInRightBig; }
  .is-animated .fadeInUp {
    animation-name: fadeInUp; }
  .is-animated .fadeInUpBig {
    animation-name: fadeInUpBig; }
  .is-animated .fadeOut {
    animation-name: fadeOut; }
  .is-animated .fadeOutDown {
    animation-name: fadeOutDown; }
  .is-animated .fadeOutDownBig {
    animation-name: fadeOutDownBig; }
  .is-animated .fadeOutLeft {
    animation-name: fadeOutLeft; }
  .is-animated .fadeOutLeftBig {
    animation-name: fadeOutLeftBig; }
  .is-animated .fadeOutRight {
    animation-name: fadeOutRight; }
  .is-animated .fadeOutRightBig {
    animation-name: fadeOutRightBig; }
  .is-animated .fadeOutUp {
    animation-name: fadeOutUp; }
  .is-animated .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX; }
  .is-animated .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY; }
  .is-animated .flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important; }
  .is-animated .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY; }
  .is-animated .lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out; }
  .is-animated .lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in; }
  .is-animated .zoomIn {
    animation-name: zoomIn; }
  .is-animated .zoomInDown {
    animation-name: zoomInDown; }
  .is-animated .zoomInLeft {
    animation-name: zoomInLeft; }
  .is-animated .zoomInRight {
    animation-name: zoomInRight; }
  .is-animated .zoomInUp {
    animation-name: zoomInUp; }
  .is-animated .zoomOut {
    animation-name: zoomOut; }
  .is-animated .zoomOutDown {
    animation-name: zoomOutDown; }
  .is-animated .zoomOutLeft {
    animation-name: zoomOutLeft; }
  .is-animated .zoomOutRight {
    animation-name: zoomOutRight; }
  .is-animated .zoomOutUp {
    animation-name: zoomOutUp; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

/**
 *		element/.class/#id {
 *			@extend %fullcoverage;
 *		}
 */
/**
 *		element/.class/#id {
 *			@extend %center;
 *		}
 */
.site-nav-container .commonNav ul li.search .search_container #nav_search_desktop button svg, .site-nav-container .commonNav ul li #nav_search_mobile button svg, nav.site-nav .site-nav-search-container .site-nav-search button svg, nav.site-nav .is-block-mobile .site-nav-search button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

body.is-commercial {
  position: relative;
  color: #656565;
  font-family: "Gotham", sans-serif;
  line-height: 1.5;
  background-color: #464646;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.page-container {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.07);
  /*Disabled for sticky nav. display:sticky requires parent to not have overflow-x set to hidden.*/
  /*overflow: hidden;*/ }
  @media screen and (min-width: 1280px) {
    .page-container {
      max-width: 1536px; } }
  @media screen and (min-width: 1472px) {
    .page-container {
      max-width: 1728px; } }

.is-vertically-aligned {
  justify-content: center; }

.is-flex-column {
  display: flex;
  flex-flow: column nowrap; }

.is-10rem {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto; }

.is-20rem {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto; }

.is-30rem {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto; }

.is-40rem {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }

.is-50rem {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }

.is-60rem {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto; }

.is-70rem {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto; }

.is-80rem {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }

.is-transparent {
  background-color: transparent !important; }

.is-relative {
  position: relative; }

.is-centered-all {
  display: flex;
  justify-content: center;
  align-items: center; }

.is-flex-start {
  justify-content: flex-start !important; }

.is-no-wrap {
  white-space: nowrap; }

@media screen and (min-width: 769px), print {
  .is-text-two-columns-tablet {
    column-count: 2; } }

.has-text-geothermal-teal {
  color: #55b7be !important; }

a.has-text-geothermal-teal:hover, a.has-text-geothermal-teal:focus {
  color: #3e9ba2 !important; }

.has-background-geothermal-teal {
  background-color: #55b7be !important; }

.has-text-geothermal-green {
  color: #1f5e53 !important; }

a.has-text-geothermal-green:hover, a.has-text-geothermal-green:focus {
  color: #123831 !important; }

.has-background-geothermal-green {
  background-color: #1f5e53 !important; }

.has-text-inherit {
  color: inherit !important; }

.page_content p,
.page_content ol,
.page_content ul {
  margin: 1em 0; }

.page_content input,
.page_content select,
.page_content textarea,
.page_content button {
  transition: .25s all; }

.page_content ol {
  padding-left: 40px; }

strong {
  color: inherit; }

h4 {
  font-weight: bold; }

.why_waterfurnace .button {
  padding: 1rem 1.5rem;
  font-weight: 700;
  height: auto; }

.unitTypes .title {
  color: inherit; }

.compare_bar input {
  font-weight: 700; }

.compare_bar input:not(.button) {
  border: 0;
  cursor: pointer; }

.compare_bar ~ h4 {
  margin-bottom: 1rem; }

.unitComparison button {
  border: 0;
  cursor: pointer; }

.unitTypes label {
  margin: 1rem 0 2rem 0; }

.residential-nav-container .container {
  padding: 0; }

.product_comparison .col label {
  width: 100%;
  margin: 1rem 0 2rem 0; }
  .product_comparison .col label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 1.5rem;
    background: transparent center center no-repeat scroll;
    border: 4px solid #b6d4e5;
    cursor: pointer;
    padding: .6875rem .875rem;
    border-radius: 5px; }
    .product_comparison .col label input:checked {
      background-color: #b6d4e5;
      background-image: url(/assets/svg/checkmark.svg);
      border-color: #b6d4e5; }

.product_comparison .col .type span {
  width: 100%; }

.product_banner .label {
  color: inherit; }

.box.is-equal-height {
  height: 100%; }

.box.has-no-padding {
  padding: 0; }
  .box.has-no-padding .box-content {
    padding: 2.5rem; }

.box.is-outlined {
  border: solid 1px #dbdbdb;
  border-radius: 2px; }

.box p:last-of-type + div {
  margin-top: 2.5rem; }

.buttons.is-small {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.buttons.is-medium {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.buttons.is-large {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.is-styled {
  position: relative; }
  .is-styled label {
    padding-left: .25rem;
    cursor: pointer; }
    .is-styled label::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      left: 0;
      top: .125rem;
      border: 1px solid #dbdbdb;
      border-radius: 2px;
      background-color: #fff;
      transition: background .1s ease-in-out; }
    .is-styled label::after {
      position: absolute;
      width: 1rem;
      height: 1rem;
      left: .125rem;
      top: .125rem;
      font-size: .75rem;
      color: #363636; }
  .is-styled.is-reversed label {
    padding-left: 0;
    padding-right: 1.5rem; }
    .is-styled.is-reversed label::before {
      left: auto;
      right: 0; }
    .is-styled.is-reversed label::after {
      left: auto;
      right: -.125rem;
      top: .1875rem; }
  .is-styled input[type="checkbox"],
  .is-styled input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
    .is-styled input[type="checkbox"]:focus + label::before,
    .is-styled input[type="radio"]:focus + label::before {
      color: #fff;
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
      color: #fff; }
    .is-styled input[type="checkbox"]:checked + label::after,
    .is-styled input[type="radio"]:checked + label::after {
      font-family: "Font Awesome 5 Pro";
      content: "\f00c"; }
    .is-styled input[type="checkbox"]:disabled,
    .is-styled input[type="radio"]:disabled {
      cursor: not-allowed; }
      .is-styled input[type="checkbox"]:disabled + label,
      .is-styled input[type="radio"]:disabled + label {
        opacity: 0.65; }
        .is-styled input[type="checkbox"]:disabled + label::before,
        .is-styled input[type="radio"]:disabled + label::before {
          background-color: whitesmoke;
          cursor: not-allowed; }
  .is-styled.is-circular label::before {
    border-radius: 50%; }
  .is-styled.is-inline {
    display: inline-block;
    font-weight: normal; }
    .is-styled.is-inline + .is-inline {
      margin-right: 10px; }
  .is-styled.is-white input[type="radio"]:checked + label::before,
  .is-styled.is-white input[type="checkbox"]:checked + label::before {
    background-color: white;
    border-color: white; }
  .is-styled.is-white input[type="radio"]:checked + label::after,
  .is-styled.is-white input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-black input[type="radio"]:checked + label::before,
  .is-styled.is-black input[type="checkbox"]:checked + label::before {
    background-color: #0a0a0a;
    border-color: #0a0a0a; }
  .is-styled.is-black input[type="radio"]:checked + label::after,
  .is-styled.is-black input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-light input[type="radio"]:checked + label::before,
  .is-styled.is-light input[type="checkbox"]:checked + label::before {
    background-color: whitesmoke;
    border-color: whitesmoke; }
  .is-styled.is-light input[type="radio"]:checked + label::after,
  .is-styled.is-light input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-dark input[type="radio"]:checked + label::before,
  .is-styled.is-dark input[type="checkbox"]:checked + label::before {
    background-color: #363636;
    border-color: #363636; }
  .is-styled.is-dark input[type="radio"]:checked + label::after,
  .is-styled.is-dark input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-primary input[type="radio"]:checked + label::before,
  .is-styled.is-primary input[type="checkbox"]:checked + label::before {
    background-color: #ea7500;
    border-color: #ea7500; }
  .is-styled.is-primary input[type="radio"]:checked + label::after,
  .is-styled.is-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-link input[type="radio"]:checked + label::before,
  .is-styled.is-link input[type="checkbox"]:checked + label::before {
    background-color: #3273dc;
    border-color: #3273dc; }
  .is-styled.is-link input[type="radio"]:checked + label::after,
  .is-styled.is-link input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-info input[type="radio"]:checked + label::before,
  .is-styled.is-info input[type="checkbox"]:checked + label::before {
    background-color: #209cee;
    border-color: #209cee; }
  .is-styled.is-info input[type="radio"]:checked + label::after,
  .is-styled.is-info input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-success input[type="radio"]:checked + label::before,
  .is-styled.is-success input[type="checkbox"]:checked + label::before {
    background-color: #23d160;
    border-color: #23d160; }
  .is-styled.is-success input[type="radio"]:checked + label::after,
  .is-styled.is-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-warning input[type="radio"]:checked + label::before,
  .is-styled.is-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffdd57;
    border-color: #ffdd57; }
  .is-styled.is-warning input[type="radio"]:checked + label::after,
  .is-styled.is-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-danger input[type="radio"]:checked + label::before,
  .is-styled.is-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff3860;
    border-color: #ff3860; }
  .is-styled.is-danger input[type="radio"]:checked + label::after,
  .is-styled.is-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-blue-dark input[type="radio"]:checked + label::before,
  .is-styled.is-blue-dark input[type="checkbox"]:checked + label::before {
    background-color: #184a6d;
    border-color: #184a6d; }
  .is-styled.is-blue-dark input[type="radio"]:checked + label::after,
  .is-styled.is-blue-dark input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-blue-header input[type="radio"]:checked + label::before,
  .is-styled.is-blue-header input[type="checkbox"]:checked + label::before {
    background-color: #4596d8;
    border-color: #4596d8; }
  .is-styled.is-blue-header input[type="radio"]:checked + label::after,
  .is-styled.is-blue-header input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-blue-header-darker input[type="radio"]:checked + label::before,
  .is-styled.is-blue-header-darker input[type="checkbox"]:checked + label::before {
    background-color: #245c8b;
    border-color: #245c8b; }
  .is-styled.is-blue-header-darker input[type="radio"]:checked + label::after,
  .is-styled.is-blue-header-darker input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-info-link input[type="radio"]:checked + label::before,
  .is-styled.is-info-link input[type="checkbox"]:checked + label::before {
    background-color: #80b141;
    border-color: #80b141; }
  .is-styled.is-info-link input[type="radio"]:checked + label::after,
  .is-styled.is-info-link input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-blue-button input[type="radio"]:checked + label::before,
  .is-styled.is-blue-button input[type="checkbox"]:checked + label::before {
    background-color: #245c8b;
    border-color: #245c8b; }
  .is-styled.is-blue-button input[type="radio"]:checked + label::after,
  .is-styled.is-blue-button input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-orange-button input[type="radio"]:checked + label::before,
  .is-styled.is-orange-button input[type="checkbox"]:checked + label::before {
    background-color: #ea7500;
    border-color: #ea7500; }
  .is-styled.is-orange-button input[type="radio"]:checked + label::after,
  .is-styled.is-orange-button input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-commercial-blue input[type="radio"]:checked + label::before,
  .is-styled.is-commercial-blue input[type="checkbox"]:checked + label::before {
    background-color: #245c8b;
    border-color: #245c8b; }
  .is-styled.is-commercial-blue input[type="radio"]:checked + label::after,
  .is-styled.is-commercial-blue input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .is-styled.is-yellowgreen input[type="radio"]:checked + label::before,
  .is-styled.is-yellowgreen input[type="checkbox"]:checked + label::before {
    background-color: #91c63c;
    border-color: #91c63c; }
  .is-styled.is-yellowgreen input[type="radio"]:checked + label::after,
  .is-styled.is-yellowgreen input[type="checkbox"]:checked + label::after {
    color: #fff; }

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (min-width: 1088px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1279px) {
    .container.is-widescreen {
      max-width: 1100px;
      width: auto; } }
  @media screen and (max-width: 1471px) {
    .container.is-fullhd {
      max-width: 1100px;
      width: auto; } }
  @media screen and (min-width: 1280px) {
    .container {
      max-width: 1100px;
      width: 1152px; } }
  @media screen and (min-width: 1472px) {
    .container {
      max-width: 1100px;
      width: 1344px; } }

.switch[type="checkbox"] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0; }
  .switch[type="checkbox"]:focus + label::before, .switch[type="checkbox"]:focus + label:before, .switch[type="checkbox"]:focus + label::after, .switch[type="checkbox"]:focus + label:after {
    outline: 1px dotted #b5b5b5; }
  .switch[type="checkbox"][disabled] {
    cursor: not-allowed; }
    .switch[type="checkbox"][disabled] + label {
      opacity: 0.5; }
      .switch[type="checkbox"][disabled] + label::before, .switch[type="checkbox"][disabled] + label:before {
        opacity: 0.5; }
      .switch[type="checkbox"][disabled] + label::after, .switch[type="checkbox"][disabled] + label:after {
        opacity: 0.5; }
      .switch[type="checkbox"][disabled] + label:hover {
        cursor: not-allowed; }
  .switch[type="checkbox"] + label {
    position: relative;
    display: initial;
    font-size: 1rem;
    line-height: initial;
    padding-left: 3.5rem;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"] + label::before, .switch[type="checkbox"] + label:before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 3rem;
      height: 1.5rem;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"] + label::after, .switch[type="checkbox"] + label:after {
      display: block;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      width: 1rem;
      height: 1rem;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-rtl + label {
    padding-left: 0;
    padding-right: 3.5rem; }
    .switch[type="checkbox"].is-rtl + label::before, .switch[type="checkbox"].is-rtl + label:before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-rtl + label::after, .switch[type="checkbox"].is-rtl + label:after {
      left: auto;
      right: 0.25rem; }
  .switch[type="checkbox"]:checked + label::before, .switch[type="checkbox"]:checked + label:before {
    background: #ea7500; }
  .switch[type="checkbox"]:checked + label::after {
    left: 1.625rem; }
  .switch[type="checkbox"]:checked.is-rtl + label::after, .switch[type="checkbox"]:checked.is-rtl + label:after {
    left: auto;
    right: 1.625rem; }
  .switch[type="checkbox"].is-outlined + label::before, .switch[type="checkbox"].is-outlined + label:before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-outlined + label::after, .switch[type="checkbox"].is-outlined + label:after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-outlined:checked + label::before, .switch[type="checkbox"].is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ea7500; }
  .switch[type="checkbox"].is-outlined:checked + label::after, .switch[type="checkbox"].is-outlined:checked + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-thin + label::before, .switch[type="checkbox"].is-thin + label:before {
    top: 0.54545rem;
    height: 0.375rem; }
  .switch[type="checkbox"].is-thin + label::after, .switch[type="checkbox"].is-thin + label:after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-rounded + label::before, .switch[type="checkbox"].is-rounded + label:before {
    border-radius: 24px; }
  .switch[type="checkbox"].is-rounded + label::after, .switch[type="checkbox"].is-rounded + label:after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-small + label {
    position: relative;
    display: initial;
    font-size: 0.75rem;
    line-height: initial;
    padding-left: 2.75rem;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"].is-small + label::before, .switch[type="checkbox"].is-small + label:before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 2.25rem;
      height: 1.125rem;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"].is-small + label::after, .switch[type="checkbox"].is-small + label:after {
      display: block;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      width: 0.625rem;
      height: 0.625rem;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-small.is-rtl + label {
    padding-left: 0;
    padding-right: 2.75rem; }
    .switch[type="checkbox"].is-small.is-rtl + label::before, .switch[type="checkbox"].is-small.is-rtl + label:before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-small.is-rtl + label::after, .switch[type="checkbox"].is-small.is-rtl + label:after {
      left: auto;
      right: 0.25rem; }
  .switch[type="checkbox"].is-small:checked + label::before, .switch[type="checkbox"].is-small:checked + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-small:checked + label::after {
    left: 1.25rem; }
  .switch[type="checkbox"].is-small:checked.is-rtl + label::after, .switch[type="checkbox"].is-small:checked.is-rtl + label:after {
    left: auto;
    right: 1.25rem; }
  .switch[type="checkbox"].is-small.is-outlined + label::before, .switch[type="checkbox"].is-small.is-outlined + label:before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-small.is-outlined + label::after, .switch[type="checkbox"].is-small.is-outlined + label:after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-small.is-outlined:checked + label::before, .switch[type="checkbox"].is-small.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ea7500; }
  .switch[type="checkbox"].is-small.is-outlined:checked + label::after, .switch[type="checkbox"].is-small.is-outlined:checked + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-small.is-thin + label::before, .switch[type="checkbox"].is-small.is-thin + label:before {
    top: 0.40909rem;
    height: 0.28125rem; }
  .switch[type="checkbox"].is-small.is-thin + label::after, .switch[type="checkbox"].is-small.is-thin + label:after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-small.is-rounded + label::before, .switch[type="checkbox"].is-small.is-rounded + label:before {
    border-radius: 24px; }
  .switch[type="checkbox"].is-small.is-rounded + label::after, .switch[type="checkbox"].is-small.is-rounded + label:after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-medium + label {
    position: relative;
    display: initial;
    font-size: 1.25rem;
    line-height: initial;
    padding-left: 4.25rem;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"].is-medium + label::before, .switch[type="checkbox"].is-medium + label:before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 3.75rem;
      height: 1.875rem;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"].is-medium + label::after, .switch[type="checkbox"].is-medium + label:after {
      display: block;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      width: 1.375rem;
      height: 1.375rem;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-medium.is-rtl + label {
    padding-left: 0;
    padding-right: 4.25rem; }
    .switch[type="checkbox"].is-medium.is-rtl + label::before, .switch[type="checkbox"].is-medium.is-rtl + label:before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-medium.is-rtl + label::after, .switch[type="checkbox"].is-medium.is-rtl + label:after {
      left: auto;
      right: 0.25rem; }
  .switch[type="checkbox"].is-medium:checked + label::before, .switch[type="checkbox"].is-medium:checked + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-medium:checked + label::after {
    left: 2rem; }
  .switch[type="checkbox"].is-medium:checked.is-rtl + label::after, .switch[type="checkbox"].is-medium:checked.is-rtl + label:after {
    left: auto;
    right: 2rem; }
  .switch[type="checkbox"].is-medium.is-outlined + label::before, .switch[type="checkbox"].is-medium.is-outlined + label:before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-medium.is-outlined + label::after, .switch[type="checkbox"].is-medium.is-outlined + label:after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-medium.is-outlined:checked + label::before, .switch[type="checkbox"].is-medium.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ea7500; }
  .switch[type="checkbox"].is-medium.is-outlined:checked + label::after, .switch[type="checkbox"].is-medium.is-outlined:checked + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-medium.is-thin + label::before, .switch[type="checkbox"].is-medium.is-thin + label:before {
    top: 0.68182rem;
    height: 0.46875rem; }
  .switch[type="checkbox"].is-medium.is-thin + label::after, .switch[type="checkbox"].is-medium.is-thin + label:after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-medium.is-rounded + label::before, .switch[type="checkbox"].is-medium.is-rounded + label:before {
    border-radius: 24px; }
  .switch[type="checkbox"].is-medium.is-rounded + label::after, .switch[type="checkbox"].is-medium.is-rounded + label:after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-large + label {
    position: relative;
    display: initial;
    font-size: 1.5rem;
    line-height: initial;
    padding-left: 5rem;
    padding-top: 0.2rem;
    cursor: pointer; }
    .switch[type="checkbox"].is-large + label::before, .switch[type="checkbox"].is-large + label:before {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 4.5rem;
      height: 2.25rem;
      border: 0.1rem solid transparent;
      border-radius: 3px;
      background: #b5b5b5;
      content: ""; }
    .switch[type="checkbox"].is-large + label::after, .switch[type="checkbox"].is-large + label:after {
      display: block;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      width: 1.75rem;
      height: 1.75rem;
      transform: translate3d(0, 0, 0);
      border-radius: 3px;
      background: white;
      transition: all 0.25s ease-out;
      content: ""; }
  .switch[type="checkbox"].is-large.is-rtl + label {
    padding-left: 0;
    padding-right: 5rem; }
    .switch[type="checkbox"].is-large.is-rtl + label::before, .switch[type="checkbox"].is-large.is-rtl + label:before {
      left: auto;
      right: 0; }
    .switch[type="checkbox"].is-large.is-rtl + label::after, .switch[type="checkbox"].is-large.is-rtl + label:after {
      left: auto;
      right: 0.25rem; }
  .switch[type="checkbox"].is-large:checked + label::before, .switch[type="checkbox"].is-large:checked + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-large:checked + label::after {
    left: 2.375rem; }
  .switch[type="checkbox"].is-large:checked.is-rtl + label::after, .switch[type="checkbox"].is-large:checked.is-rtl + label:after {
    left: auto;
    right: 2.375rem; }
  .switch[type="checkbox"].is-large.is-outlined + label::before, .switch[type="checkbox"].is-large.is-outlined + label:before {
    background-color: transparent;
    border-color: #b5b5b5; }
  .switch[type="checkbox"].is-large.is-outlined + label::after, .switch[type="checkbox"].is-large.is-outlined + label:after {
    background: #b5b5b5; }
  .switch[type="checkbox"].is-large.is-outlined:checked + label::before, .switch[type="checkbox"].is-large.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ea7500; }
  .switch[type="checkbox"].is-large.is-outlined:checked + label::after, .switch[type="checkbox"].is-large.is-outlined:checked + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-large.is-thin + label::before, .switch[type="checkbox"].is-large.is-thin + label:before {
    top: 0.81818rem;
    height: 0.5625rem; }
  .switch[type="checkbox"].is-large.is-thin + label::after, .switch[type="checkbox"].is-large.is-thin + label:after {
    box-shadow: 0px 0px 3px #7a7a7a; }
  .switch[type="checkbox"].is-large.is-rounded + label::before, .switch[type="checkbox"].is-large.is-rounded + label:before {
    border-radius: 24px; }
  .switch[type="checkbox"].is-large.is-rounded + label::after, .switch[type="checkbox"].is-large.is-rounded + label:after {
    border-radius: 50%; }
  .switch[type="checkbox"].is-white:checked + label::before, .switch[type="checkbox"].is-white:checked + label:before {
    background: white; }
  .switch[type="checkbox"].is-white.is-outlined:checked + label::before, .switch[type="checkbox"].is-white.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: white !important; }
  .switch[type="checkbox"].is-white.is-outlined:checked + label::after, .switch[type="checkbox"].is-white.is-outlined:checked + label:after {
    background: white; }
  .switch[type="checkbox"].is-white.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-white.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-white + label::before, .switch[type="checkbox"].is-unchecked-white + label:before {
    background: white; }
  .switch[type="checkbox"].is-unchecked-white.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-white.is-outlined + label:before {
    background-color: transparent;
    border-color: white !important; }
  .switch[type="checkbox"].is-unchecked-white.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-white.is-outlined + label:after {
    background: white; }
  .switch[type="checkbox"].is-black:checked + label::before, .switch[type="checkbox"].is-black:checked + label:before {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-black.is-outlined:checked + label::before, .switch[type="checkbox"].is-black.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #0a0a0a !important; }
  .switch[type="checkbox"].is-black.is-outlined:checked + label::after, .switch[type="checkbox"].is-black.is-outlined:checked + label:after {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-black.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-black.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-black + label::before, .switch[type="checkbox"].is-unchecked-black + label:before {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-unchecked-black.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-black.is-outlined + label:before {
    background-color: transparent;
    border-color: #0a0a0a !important; }
  .switch[type="checkbox"].is-unchecked-black.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-black.is-outlined + label:after {
    background: #0a0a0a; }
  .switch[type="checkbox"].is-light:checked + label::before, .switch[type="checkbox"].is-light:checked + label:before {
    background: whitesmoke; }
  .switch[type="checkbox"].is-light.is-outlined:checked + label::before, .switch[type="checkbox"].is-light.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: whitesmoke !important; }
  .switch[type="checkbox"].is-light.is-outlined:checked + label::after, .switch[type="checkbox"].is-light.is-outlined:checked + label:after {
    background: whitesmoke; }
  .switch[type="checkbox"].is-light.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-light.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-light + label::before, .switch[type="checkbox"].is-unchecked-light + label:before {
    background: whitesmoke; }
  .switch[type="checkbox"].is-unchecked-light.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-light.is-outlined + label:before {
    background-color: transparent;
    border-color: whitesmoke !important; }
  .switch[type="checkbox"].is-unchecked-light.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-light.is-outlined + label:after {
    background: whitesmoke; }
  .switch[type="checkbox"].is-dark:checked + label::before, .switch[type="checkbox"].is-dark:checked + label:before {
    background: #363636; }
  .switch[type="checkbox"].is-dark.is-outlined:checked + label::before, .switch[type="checkbox"].is-dark.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #363636 !important; }
  .switch[type="checkbox"].is-dark.is-outlined:checked + label::after, .switch[type="checkbox"].is-dark.is-outlined:checked + label:after {
    background: #363636; }
  .switch[type="checkbox"].is-dark.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-dark.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-dark + label::before, .switch[type="checkbox"].is-unchecked-dark + label:before {
    background: #363636; }
  .switch[type="checkbox"].is-unchecked-dark.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-dark.is-outlined + label:before {
    background-color: transparent;
    border-color: #363636 !important; }
  .switch[type="checkbox"].is-unchecked-dark.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-dark.is-outlined + label:after {
    background: #363636; }
  .switch[type="checkbox"].is-primary:checked + label::before, .switch[type="checkbox"].is-primary:checked + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-primary.is-outlined:checked + label::before, .switch[type="checkbox"].is-primary.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ea7500 !important; }
  .switch[type="checkbox"].is-primary.is-outlined:checked + label::after, .switch[type="checkbox"].is-primary.is-outlined:checked + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-primary.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-primary.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-primary + label::before, .switch[type="checkbox"].is-unchecked-primary + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-unchecked-primary.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-primary.is-outlined + label:before {
    background-color: transparent;
    border-color: #ea7500 !important; }
  .switch[type="checkbox"].is-unchecked-primary.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-primary.is-outlined + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-link:checked + label::before, .switch[type="checkbox"].is-link:checked + label:before {
    background: #3273dc; }
  .switch[type="checkbox"].is-link.is-outlined:checked + label::before, .switch[type="checkbox"].is-link.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #3273dc !important; }
  .switch[type="checkbox"].is-link.is-outlined:checked + label::after, .switch[type="checkbox"].is-link.is-outlined:checked + label:after {
    background: #3273dc; }
  .switch[type="checkbox"].is-link.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-link.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-link + label::before, .switch[type="checkbox"].is-unchecked-link + label:before {
    background: #3273dc; }
  .switch[type="checkbox"].is-unchecked-link.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-link.is-outlined + label:before {
    background-color: transparent;
    border-color: #3273dc !important; }
  .switch[type="checkbox"].is-unchecked-link.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-link.is-outlined + label:after {
    background: #3273dc; }
  .switch[type="checkbox"].is-info:checked + label::before, .switch[type="checkbox"].is-info:checked + label:before {
    background: #209cee; }
  .switch[type="checkbox"].is-info.is-outlined:checked + label::before, .switch[type="checkbox"].is-info.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #209cee !important; }
  .switch[type="checkbox"].is-info.is-outlined:checked + label::after, .switch[type="checkbox"].is-info.is-outlined:checked + label:after {
    background: #209cee; }
  .switch[type="checkbox"].is-info.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-info.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-info + label::before, .switch[type="checkbox"].is-unchecked-info + label:before {
    background: #209cee; }
  .switch[type="checkbox"].is-unchecked-info.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-info.is-outlined + label:before {
    background-color: transparent;
    border-color: #209cee !important; }
  .switch[type="checkbox"].is-unchecked-info.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-info.is-outlined + label:after {
    background: #209cee; }
  .switch[type="checkbox"].is-success:checked + label::before, .switch[type="checkbox"].is-success:checked + label:before {
    background: #23d160; }
  .switch[type="checkbox"].is-success.is-outlined:checked + label::before, .switch[type="checkbox"].is-success.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #23d160 !important; }
  .switch[type="checkbox"].is-success.is-outlined:checked + label::after, .switch[type="checkbox"].is-success.is-outlined:checked + label:after {
    background: #23d160; }
  .switch[type="checkbox"].is-success.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-success.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-success + label::before, .switch[type="checkbox"].is-unchecked-success + label:before {
    background: #23d160; }
  .switch[type="checkbox"].is-unchecked-success.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-success.is-outlined + label:before {
    background-color: transparent;
    border-color: #23d160 !important; }
  .switch[type="checkbox"].is-unchecked-success.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-success.is-outlined + label:after {
    background: #23d160; }
  .switch[type="checkbox"].is-warning:checked + label::before, .switch[type="checkbox"].is-warning:checked + label:before {
    background: #ffdd57; }
  .switch[type="checkbox"].is-warning.is-outlined:checked + label::before, .switch[type="checkbox"].is-warning.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ffdd57 !important; }
  .switch[type="checkbox"].is-warning.is-outlined:checked + label::after, .switch[type="checkbox"].is-warning.is-outlined:checked + label:after {
    background: #ffdd57; }
  .switch[type="checkbox"].is-warning.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-warning.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-warning + label::before, .switch[type="checkbox"].is-unchecked-warning + label:before {
    background: #ffdd57; }
  .switch[type="checkbox"].is-unchecked-warning.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-warning.is-outlined + label:before {
    background-color: transparent;
    border-color: #ffdd57 !important; }
  .switch[type="checkbox"].is-unchecked-warning.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-warning.is-outlined + label:after {
    background: #ffdd57; }
  .switch[type="checkbox"].is-danger:checked + label::before, .switch[type="checkbox"].is-danger:checked + label:before {
    background: #ff3860; }
  .switch[type="checkbox"].is-danger.is-outlined:checked + label::before, .switch[type="checkbox"].is-danger.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ff3860 !important; }
  .switch[type="checkbox"].is-danger.is-outlined:checked + label::after, .switch[type="checkbox"].is-danger.is-outlined:checked + label:after {
    background: #ff3860; }
  .switch[type="checkbox"].is-danger.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-danger.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-danger + label::before, .switch[type="checkbox"].is-unchecked-danger + label:before {
    background: #ff3860; }
  .switch[type="checkbox"].is-unchecked-danger.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-danger.is-outlined + label:before {
    background-color: transparent;
    border-color: #ff3860 !important; }
  .switch[type="checkbox"].is-unchecked-danger.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-danger.is-outlined + label:after {
    background: #ff3860; }
  .switch[type="checkbox"].is-blue-dark:checked + label::before, .switch[type="checkbox"].is-blue-dark:checked + label:before {
    background: #184a6d; }
  .switch[type="checkbox"].is-blue-dark.is-outlined:checked + label::before, .switch[type="checkbox"].is-blue-dark.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #184a6d !important; }
  .switch[type="checkbox"].is-blue-dark.is-outlined:checked + label::after, .switch[type="checkbox"].is-blue-dark.is-outlined:checked + label:after {
    background: #184a6d; }
  .switch[type="checkbox"].is-blue-dark.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-blue-dark.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-blue-dark + label::before, .switch[type="checkbox"].is-unchecked-blue-dark + label:before {
    background: #184a6d; }
  .switch[type="checkbox"].is-unchecked-blue-dark.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-blue-dark.is-outlined + label:before {
    background-color: transparent;
    border-color: #184a6d !important; }
  .switch[type="checkbox"].is-unchecked-blue-dark.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-blue-dark.is-outlined + label:after {
    background: #184a6d; }
  .switch[type="checkbox"].is-blue-header:checked + label::before, .switch[type="checkbox"].is-blue-header:checked + label:before {
    background: #4596d8; }
  .switch[type="checkbox"].is-blue-header.is-outlined:checked + label::before, .switch[type="checkbox"].is-blue-header.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #4596d8 !important; }
  .switch[type="checkbox"].is-blue-header.is-outlined:checked + label::after, .switch[type="checkbox"].is-blue-header.is-outlined:checked + label:after {
    background: #4596d8; }
  .switch[type="checkbox"].is-blue-header.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-blue-header.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-blue-header + label::before, .switch[type="checkbox"].is-unchecked-blue-header + label:before {
    background: #4596d8; }
  .switch[type="checkbox"].is-unchecked-blue-header.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-blue-header.is-outlined + label:before {
    background-color: transparent;
    border-color: #4596d8 !important; }
  .switch[type="checkbox"].is-unchecked-blue-header.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-blue-header.is-outlined + label:after {
    background: #4596d8; }
  .switch[type="checkbox"].is-blue-header-darker:checked + label::before, .switch[type="checkbox"].is-blue-header-darker:checked + label:before {
    background: #245c8b; }
  .switch[type="checkbox"].is-blue-header-darker.is-outlined:checked + label::before, .switch[type="checkbox"].is-blue-header-darker.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #245c8b !important; }
  .switch[type="checkbox"].is-blue-header-darker.is-outlined:checked + label::after, .switch[type="checkbox"].is-blue-header-darker.is-outlined:checked + label:after {
    background: #245c8b; }
  .switch[type="checkbox"].is-blue-header-darker.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-blue-header-darker.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-blue-header-darker + label::before, .switch[type="checkbox"].is-unchecked-blue-header-darker + label:before {
    background: #245c8b; }
  .switch[type="checkbox"].is-unchecked-blue-header-darker.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-blue-header-darker.is-outlined + label:before {
    background-color: transparent;
    border-color: #245c8b !important; }
  .switch[type="checkbox"].is-unchecked-blue-header-darker.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-blue-header-darker.is-outlined + label:after {
    background: #245c8b; }
  .switch[type="checkbox"].is-info-link:checked + label::before, .switch[type="checkbox"].is-info-link:checked + label:before {
    background: #80b141; }
  .switch[type="checkbox"].is-info-link.is-outlined:checked + label::before, .switch[type="checkbox"].is-info-link.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #80b141 !important; }
  .switch[type="checkbox"].is-info-link.is-outlined:checked + label::after, .switch[type="checkbox"].is-info-link.is-outlined:checked + label:after {
    background: #80b141; }
  .switch[type="checkbox"].is-info-link.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-info-link.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-info-link + label::before, .switch[type="checkbox"].is-unchecked-info-link + label:before {
    background: #80b141; }
  .switch[type="checkbox"].is-unchecked-info-link.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-info-link.is-outlined + label:before {
    background-color: transparent;
    border-color: #80b141 !important; }
  .switch[type="checkbox"].is-unchecked-info-link.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-info-link.is-outlined + label:after {
    background: #80b141; }
  .switch[type="checkbox"].is-blue-button:checked + label::before, .switch[type="checkbox"].is-blue-button:checked + label:before {
    background: #245c8b; }
  .switch[type="checkbox"].is-blue-button.is-outlined:checked + label::before, .switch[type="checkbox"].is-blue-button.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #245c8b !important; }
  .switch[type="checkbox"].is-blue-button.is-outlined:checked + label::after, .switch[type="checkbox"].is-blue-button.is-outlined:checked + label:after {
    background: #245c8b; }
  .switch[type="checkbox"].is-blue-button.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-blue-button.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-blue-button + label::before, .switch[type="checkbox"].is-unchecked-blue-button + label:before {
    background: #245c8b; }
  .switch[type="checkbox"].is-unchecked-blue-button.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-blue-button.is-outlined + label:before {
    background-color: transparent;
    border-color: #245c8b !important; }
  .switch[type="checkbox"].is-unchecked-blue-button.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-blue-button.is-outlined + label:after {
    background: #245c8b; }
  .switch[type="checkbox"].is-orange-button:checked + label::before, .switch[type="checkbox"].is-orange-button:checked + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-orange-button.is-outlined:checked + label::before, .switch[type="checkbox"].is-orange-button.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #ea7500 !important; }
  .switch[type="checkbox"].is-orange-button.is-outlined:checked + label::after, .switch[type="checkbox"].is-orange-button.is-outlined:checked + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-orange-button.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-orange-button.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-orange-button + label::before, .switch[type="checkbox"].is-unchecked-orange-button + label:before {
    background: #ea7500; }
  .switch[type="checkbox"].is-unchecked-orange-button.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-orange-button.is-outlined + label:before {
    background-color: transparent;
    border-color: #ea7500 !important; }
  .switch[type="checkbox"].is-unchecked-orange-button.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-orange-button.is-outlined + label:after {
    background: #ea7500; }
  .switch[type="checkbox"].is-commercial-blue:checked + label::before, .switch[type="checkbox"].is-commercial-blue:checked + label:before {
    background: #245c8b; }
  .switch[type="checkbox"].is-commercial-blue.is-outlined:checked + label::before, .switch[type="checkbox"].is-commercial-blue.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #245c8b !important; }
  .switch[type="checkbox"].is-commercial-blue.is-outlined:checked + label::after, .switch[type="checkbox"].is-commercial-blue.is-outlined:checked + label:after {
    background: #245c8b; }
  .switch[type="checkbox"].is-commercial-blue.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-commercial-blue.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-commercial-blue + label::before, .switch[type="checkbox"].is-unchecked-commercial-blue + label:before {
    background: #245c8b; }
  .switch[type="checkbox"].is-unchecked-commercial-blue.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-commercial-blue.is-outlined + label:before {
    background-color: transparent;
    border-color: #245c8b !important; }
  .switch[type="checkbox"].is-unchecked-commercial-blue.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-commercial-blue.is-outlined + label:after {
    background: #245c8b; }
  .switch[type="checkbox"].is-yellowgreen:checked + label::before, .switch[type="checkbox"].is-yellowgreen:checked + label:before {
    background: #91c63c; }
  .switch[type="checkbox"].is-yellowgreen.is-outlined:checked + label::before, .switch[type="checkbox"].is-yellowgreen.is-outlined:checked + label:before {
    background-color: transparent;
    border-color: #91c63c !important; }
  .switch[type="checkbox"].is-yellowgreen.is-outlined:checked + label::after, .switch[type="checkbox"].is-yellowgreen.is-outlined:checked + label:after {
    background: #91c63c; }
  .switch[type="checkbox"].is-yellowgreen.is-thin.is-outlined + label::after, .switch[type="checkbox"].is-yellowgreen.is-thin.is-outlined + label:after {
    box-shadow: none; }
  .switch[type="checkbox"].is-unchecked-yellowgreen + label::before, .switch[type="checkbox"].is-unchecked-yellowgreen + label:before {
    background: #91c63c; }
  .switch[type="checkbox"].is-unchecked-yellowgreen.is-outlined + label::before, .switch[type="checkbox"].is-unchecked-yellowgreen.is-outlined + label:before {
    background-color: transparent;
    border-color: #91c63c !important; }
  .switch[type="checkbox"].is-unchecked-yellowgreen.is-outlined + label::after, .switch[type="checkbox"].is-unchecked-yellowgreen.is-outlined + label:after {
    background: #91c63c; }

.is-commercial .breadcrumb {
  margin-top: 1rem; }
  .is-commercial .breadcrumb a {
    color: #245c8b; }
    .is-commercial .breadcrumb a:hover {
      color: #3273dc;
      text-decoration: underline; }
  .is-commercial .breadcrumb li.is-active a {
    color: #245c8b;
    font-weight: 600; }
    .is-commercial .breadcrumb li.is-active a:hover {
      color: #3273dc; }

.contactFormContainer .title {
  font-weight: normal;
  max-width: 37.5rem;
  margin: 0 auto; }

.contactForm {
  display: block;
  max-width: 65rem;
  margin: 0 auto;
  padding: 1.5rem; }
  .contactForm .field:not(:last-child) {
    margin-bottom: 0; }

.pac-container:after {
  content: none !important; }

/* Remove once image_text_overlay is fixed */
.image_text_overlay p {
  margin: 1em 0; }

.features {
  padding: 0 0;
  position: relative; }
  .features.alternate .columns:nth-of-type(even) {
    flex-direction: row-reverse; }
  .features.shadow .columns {
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.2) 100%);*/ }
  .features.contain {
    margin: 0 auto; }
    @media screen and (min-width: 769px), print {
      .features.contain .fade.push-left .column {
        padding-right: 2rem;
        color: #ff470f; }
      .features.contain .fade.pull-right .column {
        padding-left: 2rem; }
      .features.contain .push-left .column,
      .features.contain:not(.alternate) .columns > :first-child,
      .features.contain.alternate .columns:nth-of-type(even) > :last-child,
      .features.contain.alternate .columns:nth-of-type(odd) > :first-child {
        padding-left: .75rem; }
      .features.contain .push-right .column,
      .features.contain:not(.alternate) .columns > :last-child:not(.background),
      .features.contain.alternate .columns:nth-of-type(even) > :first-child:not(.background),
      .features.contain.alternate .columns:nth-of-type(odd) > :last-child:not(.background) {
        padding-right: .75rem; } }
    @media screen and (min-width: 65rem) {
      .features.contain .push-left .column,
      .features.contain:not(.alternate) .columns > :first-child:not(.background),
      .features.contain.alternate .columns:nth-of-type(even) > :last-child:not(.background),
      .features.contain.alternate .columns:nth-of-type(odd) > :first-child:not(.background) {
        padding-left: calc((100% / 2) - (65rem / 2) + 1.5rem); }
      .features.contain .push-right .column,
      .features.contain:not(.alternate) .columns > :last-child:not(.background),
      .features.contain.alternate .columns:nth-of-type(even) > :first-child:not(.background),
      .features.contain.alternate .columns:nth-of-type(odd) > :last-child:not(.background) {
        padding-right: calc((100% / 2) - (65rem / 2) + 1.5rem); }
      .features.contain .overlay.push-left .column {
        padding-left: calc((100% / 2) - (65rem / 2) + 1.5rem); }
      .features.contain .overlay.push-right .column {
        padding-right: calc((100% / 2) - (65rem / 2) + 1.5rem); } }
  .features .columns {
    padding: .75rem;
    align-items: center; }
  .features.contain .columns {
    padding: 1.5rem; }
    @media screen and (min-width: 769px), print {
      .features.contain .columns {
        padding: 0 1.5rem; } }
  .features.contain .columns.overlay {
    padding: 0;
    position: relative; }
  .features .column {
    text-align: center; }
    @media screen and (min-width: 769px), print {
      .features .column {
        text-align: left; } }
  .features > header {
    padding-top: 3rem; }
  .features > header,
  .features > header h2 {
    text-align: center;
    color: #4596d8;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .features section {
    padding: 3vw; }
  .features header ~ .columns > .column > header,
  .features .column > header.subtitle {
    color: #4596d8;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .features .column > header {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem; }
    @media screen and (min-width: 769px) and (max-width: 1087px) {
      .features .column > header {
        font-size: 1.5rem; } }
  .features :not(.has-text-white) .column > header {
    color: #4596d8; }
  .features .column > header.title {
    color: #4596d8;
    font-size: 2.5rem;
    font-weight: 400; }
  .features .background {
    position: relative; }
    .features .background img {
      width: 100%; }
  .features .push-left .column,
  .features .push-right .column {
    max-width: 40rem;
    margin: 0 auto;
    padding: 3vw 1.5rem; }
    @media screen and (min-width: 769px), print {
      .features .push-left .column,
      .features .push-right .column {
        padding: 0 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .features .overlay .column {
      position: absolute;
      z-index: 100;
      width: 50%;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      flex-flow: column nowrap; }
    .features .overlay.push-left .column {
      left: 0;
      padding-right: 2.75rem;
      padding-left: 1.5rem; }
    .features .overlay.push-right .column {
      right: 0;
      padding-left: 2.75rem;
      padding-right: 1.5rem; }
    .features .fade .background:after {
      content: '';
      position: absolute;
      width: 100%;
      z-index: 10;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .features .fade.push-left .background:after {
      background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.95) 32%, rgba(255, 255, 255, 0.75) 42%, rgba(255, 255, 255, 0.45) 52%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0) 70%); }
    .features .fade.push-right .background:after {
      background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.95) 32%, rgba(255, 255, 255, 0.75) 42%, rgba(255, 255, 255, 0.45) 52%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0) 70%); } }

.is-features {
  margin: -.75rem; }
  @media screen and (min-width: 769px), print {
    .is-features .is-underlay,
    .is-features .is-underlay-tablet {
      position: absolute;
      z-index: 1;
      height: 100%;
      overflow: hidden; }
      .is-features .is-underlay img,
      .is-features .is-underlay-tablet img {
        height: 100%;
        max-width: none; } }
  @media screen and (min-width: 1088px) {
    .is-features .is-underlay-desktop {
      position: absolute;
      z-index: 1;
      height: 100%;
      overflow: hidden; }
      .is-features .is-underlay-desktop img {
        height: 100%;
        max-width: none; } }
  .is-features .is-feature {
    position: relative;
    margin-top: .75rem;
    margin-left: .75rem;
    margin-right: .75rem; }
    .is-features .is-feature:last-child {
      margin-bottom: .75rem; }
    @media screen and (min-width: 769px), print {
      .is-features .is-feature {
        /* IE11 Flexbug. Min height on is-content needs of display flex on grandparent*/ }
        .is-features .is-feature.is-256by1 {
          min-height: 18.75rem; } }
    @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
      .is-features .is-feature.is-256by1 {
        min-height: calc(18.75rem + 12.5 * (100vw - 48rem) / 32); } }
    @media screen and (min-width: 769px) and (min-width: 80rem), print and (min-width: 80rem) {
      .is-features .is-feature.is-256by1 {
        min-height: 31.25rem; } }
    @media screen and (min-width: 769px), print {
          .is-features .is-feature.is-256by1 .is-content {
            min-height: 18.75rem; } }
      @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
        .is-features .is-feature.is-256by1 .is-content {
          min-height: calc(18.75rem + 12.5 * (100vw - 48rem) / 32); } }
      @media screen and (min-width: 769px) and (min-width: 80rem), print and (min-width: 80rem) {
        .is-features .is-feature.is-256by1 .is-content {
          min-height: 31.25rem; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), print and (-ms-high-contrast: active) {
    .is-features .is-feature {
      display: flex; } }
  .is-features .is-content {
    position: relative;
    z-index: 10; }
    .is-features .is-content > div,
    .is-features .is-content > picture {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      text-align: center;
      max-width: 40rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 769px), print {
        .is-features .is-content > div,
        .is-features .is-content > picture {
          text-align: left;
          max-width: none;
          margin-left: 0;
          margin-right: 0; } }
      @media screen and (min-width: 1088px) {
        .is-features .is-content > div,
        .is-features .is-content > picture {
          /*@include scale(padding-left, 0rem, $content-width, 0rem, $content-width + 1.5rem);
                @include scale(padding-right, 0rem, $content-width, 0rem, $content-width + 1.5rem);*/ } }
    .is-features .is-content > div {
      padding-bottom: 3rem; }
    @media screen and (min-width: 769px), print {
      .is-features .is-content .white-space-on-left {
        padding-left: 1.5rem;
        padding-right: .75rem; } }
  @media screen and (min-width: 769px) and (min-width: 65rem), print and (min-width: 65rem) {
    .is-features .is-content .white-space-on-left {
      padding-left: calc(1.5rem + 6 * (100vw - 65rem) / 15); } }
  @media screen and (min-width: 769px) and (min-width: 80rem), print and (min-width: 80rem) {
    .is-features .is-content .white-space-on-left {
      padding-left: 7.5rem; } }
    @media screen and (min-width: 769px), print {
      .is-features .is-content .white-space-on-right {
        padding-right: 1.5rem;
        padding-left: .75rem; } }
  @media screen and (min-width: 769px) and (min-width: 65rem), print and (min-width: 65rem) {
    .is-features .is-content .white-space-on-right {
      padding-right: calc(1.5rem + 6 * (100vw - 65rem) / 15); } }
  @media screen and (min-width: 769px) and (min-width: 80rem), print and (min-width: 80rem) {
    .is-features .is-content .white-space-on-right {
      padding-right: 7.5rem; } }
    .is-features .is-content header,
    .is-features .is-content header h2 {
      color: #4596d8;
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 1rem; }
      @media screen and (min-width: 769px) and (max-width: 1087px) {
        .is-features .is-content header,
        .is-features .is-content header h2 {
          font-size: 1.5rem; } }
      .is-features .is-content header .title,
      .is-features .is-content header h2 .title {
        color: #4596d8;
        font-size: 2.5rem;
        font-weight: 400; }
    .is-features .is-content picture {
      display: flex;
      justify-content: center;
      align-items: center; }
      .is-features .is-content picture img {
        display: block;
        margin: 0 auto;
        flex-shrink: 0; }
    @media screen and (min-width: 769px), print {
      .is-features .is-content.is-reversed-order {
        flex-flow: row-reverse; } }

.is-commercial-features .is-commercial-feature {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .is-commercial-features .is-commercial-feature.is-gapless {
    margin-top: .75rem;
    margin-bottom: .75rem; }
  .is-commercial-features .is-commercial-feature:nth-of-type(odd) {
    background: linear-gradient(to left, #fcfcfc 0%, #f2f2f2 100%); }
    .is-commercial-features .is-commercial-feature:nth-of-type(odd) figure.column {
      order: 2; }
      .is-commercial-features .is-commercial-feature:nth-of-type(odd) figure.column.is-first {
        order: 0; }
    .is-commercial-features .is-commercial-feature:nth-of-type(odd) div.column {
      order: 1; }
  .is-commercial-features .is-commercial-feature:nth-of-type(even) {
    background: linear-gradient(to right, #fcfcfc 0%, #f2f2f2 100%); }
    .is-commercial-features .is-commercial-feature:nth-of-type(even) figure.column {
      order: 1; }
    .is-commercial-features .is-commercial-feature:nth-of-type(even) div.column {
      order: 2; }
      .is-commercial-features .is-commercial-feature:nth-of-type(even) div.column.is-first {
        order: 0; }
  .is-commercial-features .is-commercial-feature .is-flex.column {
    flex-flow: column nowrap;
    justify-content: center; }
  .is-commercial-features .is-commercial-feature figure.column {
    align-items: center; }
    .is-commercial-features .is-commercial-feature figure.column img {
      max-width: 100%;
      width: auto; }
  .is-commercial-features .is-commercial-feature div.column {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .is-commercial-features .is-commercial-feature div.column:last-of-type {
      padding-bottom: 4rem; }

.is-commercial-features figure.column.is-unit-overlay-bottom-right {
  position: relative; }
  .is-commercial-features figure.column.is-unit-overlay-bottom-right img:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%; }

.is-top-features .is-top-feature-item .title {
  padding-top: 2rem;
  font-size: 1rem; }
  @media (min-width: 20rem) {
    .is-top-features .is-top-feature-item .title {
      font-size: calc(1rem + 1 * (100vw - 20rem) / 28); } }
  @media (min-width: 48rem) {
    .is-top-features .is-top-feature-item .title {
      font-size: 2rem; } }
  @media screen and (min-width: 769px), print {
    .is-top-features .is-top-feature-item .title {
      font-size: 1rem; } }
  @media screen and (min-width: 1088px) {
    .is-top-features .is-top-feature-item .title {
      font-size: 1rem; } }

@media screen and (max-width: 768px) {
  .otherFeatures .column {
    padding-left: 6rem;
    padding-right: 6rem; } }
  @media screen and (max-width: 768px) and (min-width: 48rem) {
    .otherFeatures .column {
      padding-left: calc(6rem + -5.25 * (100vw - 48rem) / -28); } }
  @media screen and (max-width: 768px) and (min-width: 20rem) {
    .otherFeatures .column {
      padding-left: 0.75rem; } }
  @media screen and (max-width: 768px) and (min-width: 48rem) {
    .otherFeatures .column {
      padding-right: calc(6rem + -5.25 * (100vw - 48rem) / -28); } }
  @media screen and (max-width: 768px) and (min-width: 20rem) {
    .otherFeatures .column {
      padding-right: 0.75rem; } }

.otherFeatures .title {
  padding-top: 1rem; }

.flapper {
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  box-sizing: content-box;
  padding: 10px;
  /* SIZE STYLES */
  line-height: 1.17;
  height: 1.05em;
  padding: 5px 0;
  /* XXL 96x128 */
  /* XL 72x96 */
  /* L 54x72 */
  /* M 40x54  */
  /* S 30x40 */
  /* XS 24x30 */
  /* THEME STYLES */
  /* DARK (default) */
  /* LIGHT */
  /* SAVINGS CALC */ }
  .flapper .digit {
    position: relative;
    display: inline-block;
    box-sizing: content-box; }
    .flapper .digit div {
      position: absolute;
      text-align: center;
      box-sizing: content-box; }
    .flapper .digit .top {
      top: 0px;
      left: 0px;
      overflow: hidden; }
    .flapper .digit .bottom {
      bottom: 0px;
      left: 0px;
      overflow: hidden; }
  .flapper .digit,
  .flapper .digit div {
    height: 100%;
    width: .8em;
    font-size: inherit;
    line-height: inherit; }
  .flapper .digit {
    border-radius: .5rem;
    margin: 0 0 0 .3rem; }
    .flapper .digit:first-child {
      margin: 0; }
    .flapper .digit div {
      border-radius: .5rem; }
    .flapper .digit .top {
      clip: rect(0px, auto, 0.5em, 0); }
    .flapper .digit .bottom {
      clip: rect(0.52em, auto, auto, 0); }
  .flapper.XXL {
    font-size: 116px;
    line-height: 123px;
    height: 132px; }
    .flapper.XXL .digit,
    .flapper.XXL .digit div {
      height: 128px;
      width: 96px;
      font-size: inherit;
      line-height: inherit; }
    .flapper.XXL .digit {
      border-radius: 8px;
      margin: 0 0 0 4px; }
      .flapper.XXL .digit:first-child {
        margin: 0; }
      .flapper.XXL .digit div {
        border-radius: 6px; }
      .flapper.XXL .digit .top {
        clip: rect(0px, 96px, 64px, 0px); }
      .flapper.XXL .digit .bottom {
        clip: rect(65px, 96px, 128px, 0px); }
  .flapper.XL {
    font-size: 89px;
    line-height: 92px;
    height: 100px; }
    .flapper.XL .digit,
    .flapper.XL .digit div {
      height: 96px;
      width: 72px;
      font-size: inherit;
      line-height: inherit; }
    .flapper.XL .digit {
      border-radius: 7px;
      margin: 0 0 0 4px; }
      .flapper.XL .digit:first-child {
        margin: 0; }
      .flapper.XL .digit div {
        border-radius: 5px; }
      .flapper.XL .digit .top {
        clip: rect(0px, 72px, 47px, 0px); }
      .flapper.XL .digit .bottom {
        clip: rect(48px, 72px, 96px, 0px); }
  .flapper.L {
    font-size: 66px;
    line-height: 70px;
    height: 76px; }
    .flapper.L .digit,
    .flapper.L .digit div {
      height: 72px;
      width: 54px;
      font-size: inherit;
      line-height: inherit; }
    .flapper.L .digit {
      border-radius: 6px;
      margin: 0 0 0 4px; }
      .flapper.L .digit:first-child {
        margin: 0; }
      .flapper.L .digit div {
        border-radius: 4px; }
      .flapper.L .digit .top {
        clip: rect(0px, 54px, 35px, 0px); }
      .flapper.L .digit .bottom {
        clip: rect(36px, 54px, 72px, 0px); }
  .flapper.M {
    font-size: 51px;
    line-height: 52px;
    height: 58px; }
    .flapper.M .digit,
    .flapper.M .digit div {
      height: 54px;
      width: 40px;
      font-size: inherit;
      line-height: inherit; }
    .flapper.M .digit {
      border-radius: 5px;
      margin: 0 0 0 4px; }
      .flapper.M .digit:first-child {
        margin: 0; }
      .flapper.M .digit div {
        border-radius: 3px; }
      .flapper.M .digit .top {
        clip: rect(0px, 40px, 26px, 0px); }
      .flapper.M .digit .bottom {
        clip: rect(27px, 40px, 54px, 0px); }
  .flapper.S {
    font-size: 36px;
    line-height: 39px;
    height: 44px; }
    .flapper.S .digit,
    .flapper.S .digit div {
      height: 40px;
      width: 30px;
      font-size: inherit;
      line-height: inherit; }
    .flapper.S .digit {
      border-radius: 4px;
      margin: 0 0 0 2px; }
      .flapper.S .digit:first-child {
        margin: 0; }
      .flapper.S .digit div {
        border-radius: 2px; }
      .flapper.S .digit .top {
        clip: rect(0px, 30px, 19px, 0px); }
      .flapper.S .digit .bottom {
        clip: rect(20px, 30px, 40px, 0px); }
  .flapper.XS {
    font-size: 28px;
    line-height: 30px;
    height: 34px; }
    .flapper.XS .digit,
    .flapper.XS .digit div {
      height: 30px;
      width: 24px;
      font-size: inherit;
      line-height: inherit; }
    .flapper.XS .digit {
      border-radius: 3px;
      margin: 0 0 0 2px; }
      .flapper.XS .digit:first-child {
        margin: 0; }
      .flapper.XS .digit div {
        border-radius: 1px; }
      .flapper.XS .digit .top {
        clip: rect(0px, 24px, 14px, 0px); }
      .flapper.XS .digit .bottom {
        clip: rect(15px, 24px, 30px, 0px); }
  .flapper .digit {
    background-color: #222;
    border: 1px solid #333; }
    .flapper .digit div {
      color: #f0f0f0;
      padding: 0px;
      background-color: black; }
  .flapper.light .digit {
    border: 1px solid #ddd;
    background-color: #eee; }
    .flapper.light .digit div {
      color: #222;
      padding: 0px;
      background-color: #f6f6f6; }
  .flapper.savingsCalc .digit {
    border: none;
    background-color: #2c7ab9; }
    .flapper.savingsCalc .digit div {
      color: #ffffff;
      padding: 0px;
      background-color: #4596d8; }

.is-flex-table .flex-table-scroll-bar {
  overflow-x: auto;
  width: 100%; }
  .is-flex-table .flex-table-scroll-bar div {
    min-height: 1px; }

.is-flex-table .flex-table-scroll-container {
  max-width: none;
  overflow-x: auto; }

@media screen and (max-width: 768px) {
  .is-flex-table .flex-table-header-cell:first-of-type {
    display: none; }
  .is-flex-table .flex-table-body {
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center; } }

.is-flex-table form.has-delete-btns .is-top button.delete {
  display: block;
  z-index: 1; }

.is-flex-table form .flex-table-body > div.flex-table-header-cell {
  width: 200px; }

.is-flex-table .flex-table-data > .title {
  display: none; }

.is-flex-table form.has-1-units .flex-table-body {
  width: 400px; }
  .is-flex-table form.has-1-units .flex-table-body > div {
    width: calc(100%/2); }

.is-flex-table form.has-2-units .flex-table-body {
  width: 600px; }
  .is-flex-table form.has-2-units .flex-table-body > div {
    width: calc(100%/3); }

.is-flex-table form.has-3-units .flex-table-body {
  width: 800px; }
  .is-flex-table form.has-3-units .flex-table-body > div {
    width: calc(100%/4); }

.is-flex-table form.has-4-units .flex-table-body {
  width: 1000px; }
  .is-flex-table form.has-4-units .flex-table-body > div {
    width: calc(100%/5); }

.is-flex-table form.has-5-units .flex-table-body {
  width: 1200px; }
  .is-flex-table form.has-5-units .flex-table-body > div {
    width: calc(100%/6); }

.is-flex-table form.has-6-units .flex-table-body {
  width: 1400px; }
  .is-flex-table form.has-6-units .flex-table-body > div {
    width: calc(100%/7); }

.is-flex-table form.has-7-units .flex-table-body {
  width: 1600px; }
  .is-flex-table form.has-7-units .flex-table-body > div {
    width: calc(100%/8); }

.is-flex-table form.has-8-units .flex-table-body {
  width: 1800px; }
  .is-flex-table form.has-8-units .flex-table-body > div {
    width: calc(100%/9); }

.is-flex-table form.has-9-units .flex-table-body {
  width: 2000px; }
  .is-flex-table form.has-9-units .flex-table-body > div {
    width: calc(100%/10); }

.is-flex-table form.has-10-units .flex-table-body {
  width: 2200px; }
  .is-flex-table form.has-10-units .flex-table-body > div {
    width: calc(100%/11); }

.is-flex-table form.has-11-units .flex-table-body {
  width: 2400px; }
  .is-flex-table form.has-11-units .flex-table-body > div {
    width: calc(100%/12); }

.is-flex-table form.has-12-units .flex-table-body {
  width: 2600px; }
  .is-flex-table form.has-12-units .flex-table-body > div {
    width: calc(100%/13); }

.is-flex-table form.has-13-units .flex-table-body {
  width: 2800px; }
  .is-flex-table form.has-13-units .flex-table-body > div {
    width: calc(100%/14); }

.is-flex-table form.has-14-units .flex-table-body {
  width: 3000px; }
  .is-flex-table form.has-14-units .flex-table-body > div {
    width: calc(100%/15); }

.is-flex-table form.has-15-units .flex-table-body {
  width: 3200px; }
  .is-flex-table form.has-15-units .flex-table-body > div {
    width: calc(100%/16); }

.is-flex-table form.has-16-units .flex-table-body {
  width: 3400px; }
  .is-flex-table form.has-16-units .flex-table-body > div {
    width: calc(100%/17); }

.is-flex-table form.has-17-units .flex-table-body {
  width: 3600px; }
  .is-flex-table form.has-17-units .flex-table-body > div {
    width: calc(100%/18); }

.is-flex-table form.has-18-units .flex-table-body {
  width: 3800px; }
  .is-flex-table form.has-18-units .flex-table-body > div {
    width: calc(100%/19); }

.is-flex-table form.has-19-units .flex-table-body {
  width: 4000px; }
  .is-flex-table form.has-19-units .flex-table-body > div {
    width: calc(100%/20); }

.is-flex-table form.has-20-units .flex-table-body {
  width: 4200px; }
  .is-flex-table form.has-20-units .flex-table-body > div {
    width: calc(100%/21); }

.is-flex-table form.has-21-units .flex-table-body {
  width: 4400px; }
  .is-flex-table form.has-21-units .flex-table-body > div {
    width: calc(100%/22); }

.is-flex-table form.has-22-units .flex-table-body {
  width: 4600px; }
  .is-flex-table form.has-22-units .flex-table-body > div {
    width: calc(100%/23); }

@media screen and (max-width: 768px) {
  .is-flex-table .flex-table-header-cell {
    display: none; }
  .is-flex-table .flex-table-data > .title {
    display: block; }
  .is-flex-table form.has-1-units .flex-table-body {
    min-width: 100%;
    width: 200px; }
    .is-flex-table form.has-1-units .flex-table-body > div {
      width: calc(100%/1); }
  .is-flex-table form.has-2-units .flex-table-body {
    min-width: 100%;
    width: 400px; }
    .is-flex-table form.has-2-units .flex-table-body > div {
      width: calc(100%/2); }
  .is-flex-table form.has-3-units .flex-table-body {
    min-width: 100%;
    width: 600px; }
    .is-flex-table form.has-3-units .flex-table-body > div {
      width: calc(100%/3); }
  .is-flex-table form.has-4-units .flex-table-body {
    min-width: 100%;
    width: 800px; }
    .is-flex-table form.has-4-units .flex-table-body > div {
      width: calc(100%/4); }
  .is-flex-table form.has-5-units .flex-table-body {
    min-width: 100%;
    width: 1000px; }
    .is-flex-table form.has-5-units .flex-table-body > div {
      width: calc(100%/5); }
  .is-flex-table form.has-6-units .flex-table-body {
    min-width: 100%;
    width: 1200px; }
    .is-flex-table form.has-6-units .flex-table-body > div {
      width: calc(100%/6); }
  .is-flex-table form.has-7-units .flex-table-body {
    min-width: 100%;
    width: 1400px; }
    .is-flex-table form.has-7-units .flex-table-body > div {
      width: calc(100%/7); }
  .is-flex-table form.has-8-units .flex-table-body {
    min-width: 100%;
    width: 1600px; }
    .is-flex-table form.has-8-units .flex-table-body > div {
      width: calc(100%/8); }
  .is-flex-table form.has-9-units .flex-table-body {
    min-width: 100%;
    width: 1800px; }
    .is-flex-table form.has-9-units .flex-table-body > div {
      width: calc(100%/9); }
  .is-flex-table form.has-10-units .flex-table-body {
    min-width: 100%;
    width: 2000px; }
    .is-flex-table form.has-10-units .flex-table-body > div {
      width: calc(100%/10); }
  .is-flex-table form.has-11-units .flex-table-body {
    min-width: 100%;
    width: 2200px; }
    .is-flex-table form.has-11-units .flex-table-body > div {
      width: calc(100%/11); }
  .is-flex-table form.has-12-units .flex-table-body {
    min-width: 100%;
    width: 2400px; }
    .is-flex-table form.has-12-units .flex-table-body > div {
      width: calc(100%/12); }
  .is-flex-table form.has-13-units .flex-table-body {
    min-width: 100%;
    width: 2600px; }
    .is-flex-table form.has-13-units .flex-table-body > div {
      width: calc(100%/13); }
  .is-flex-table form.has-14-units .flex-table-body {
    min-width: 100%;
    width: 2800px; }
    .is-flex-table form.has-14-units .flex-table-body > div {
      width: calc(100%/14); }
  .is-flex-table form.has-15-units .flex-table-body {
    min-width: 100%;
    width: 3000px; }
    .is-flex-table form.has-15-units .flex-table-body > div {
      width: calc(100%/15); }
  .is-flex-table form.has-16-units .flex-table-body {
    min-width: 100%;
    width: 3200px; }
    .is-flex-table form.has-16-units .flex-table-body > div {
      width: calc(100%/16); }
  .is-flex-table form.has-17-units .flex-table-body {
    min-width: 100%;
    width: 3400px; }
    .is-flex-table form.has-17-units .flex-table-body > div {
      width: calc(100%/17); }
  .is-flex-table form.has-18-units .flex-table-body {
    min-width: 100%;
    width: 3600px; }
    .is-flex-table form.has-18-units .flex-table-body > div {
      width: calc(100%/18); }
  .is-flex-table form.has-19-units .flex-table-body {
    min-width: 100%;
    width: 3800px; }
    .is-flex-table form.has-19-units .flex-table-body > div {
      width: calc(100%/19); }
  .is-flex-table form.has-20-units .flex-table-body {
    min-width: 100%;
    width: 4000px; }
    .is-flex-table form.has-20-units .flex-table-body > div {
      width: calc(100%/20); } }

.is-flex-table .fa-ul {
  text-align: left;
  font-size: .9rem;
  margin-left: 1.2rem; }

.flex-table-scroll-container {
  max-width: 55rem;
  margin: 0 auto; }
  .flex-table-scroll-container .flex-table-footer-note {
    margin-top: 2rem; }
  .flex-table-scroll-container .flex-table-body {
    margin: 0 auto;
    border: solid 1px #dbdbdb; }
    @media screen and (min-width: 769px), print {
      .flex-table-scroll-container .flex-table-body {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-content: center; }
        .flex-table-scroll-container .flex-table-body > div {
          width: 50%; } }
    form:not(.has-1-units) .flex-table-scroll-container .flex-table-body {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-content: center; }
    .flex-table-scroll-container .flex-table-body > div:nth-of-type(odd) {
      background-color: whitesmoke; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+1) {
      order: 11; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+2) {
      order: 21; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+3) {
      order: 31; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+4) {
      order: 41; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+5) {
      order: 51; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+6) {
      order: 61; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+7) {
      order: 71; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+8) {
      order: 81; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+9) {
      order: 91; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+10) {
      order: 101; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+11) {
      order: 111; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+12) {
      order: 121; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+13) {
      order: 131; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+14) {
      order: 141; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+15) {
      order: 151; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+16) {
      order: 161; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+17) {
      order: 171; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+18) {
      order: 181; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+19) {
      order: 191; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+20) {
      order: 201; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+21) {
      order: 211; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+22) {
      order: 221; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+23) {
      order: 231; }
    .flex-table-scroll-container .flex-table-body > :nth-child(24n+24) {
      order: 241; }
    .flex-table-scroll-container .flex-table-body .is-flex {
      align-items: flex-start; }
      .flex-table-scroll-container .flex-table-body .is-flex label {
        flex: 0 0 3.5rem; }
      .flex-table-scroll-container .flex-table-body .is-flex div {
        flex: 1 0 0; }
    .flex-table-scroll-container .flex-table-body .flex-table-data:first-of-type {
      position: relative;
      padding-top: 1rem; }
      .flex-table-scroll-container .flex-table-body .flex-table-data:first-of-type span {
        font-weight: 700; }
      @media screen and (max-width: 768px) {
        .flex-table-scroll-container .flex-table-body .flex-table-data:first-of-type ~ div {
          padding: .75rem; } }
    .flex-table-scroll-container .flex-table-body .is-top button.delete {
      display: none; }
    .flex-table-scroll-container .flex-table-body > div {
      padding: 1.5rem; }
    .flex-table-scroll-container .flex-table-body > div:empty {
      padding: 0; }
  .flex-table-scroll-container .traneXref {
    color: #f04d22;
    font-weight: 600; }
  .flex-table-scroll-container .is-top > div > a:last-of-type {
    display: none; }
  .flex-table-scroll-container .is-unit-literature {
    margin-top: 1rem; }
  .is-unit-comparison .flex-table-scroll-container .is-top > div > a:last-of-type {
    display: block; }
  .is-unit-comparison .flex-table-scroll-container .is-unit-literature {
    display: none; }

.highlights {
  padding: 3rem 0 0;
  /*@media (min-width: 50em) {
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
            max-width: 65rem;
            padding: 0 1.5rem 5rem;
        }

        &.benefit_blurbs {
            padding: 3rem 1.5rem;

            @media (min-width: 50em) {
                padding: 5rem 1.5rem;
            }
        }*/ }
  .highlights.columns {
    padding: 3rem 1.5rem;
    justify-content: center;
    max-width: 65rem;
    margin: 0 auto; }
  .highlights article {
    text-align: center;
    margin: 0 0 3rem;
    /*&:last-of-type {
            margin-bottom: 3rem;
        }*/
    /*@media (min-width: 50em) {
            flex: 1;
            margin-bottom: 0;
            text-align: left;

            &:not(:last-of-type) {
                margin-right: 2.75rem;
            }

            a {
                text-align:left;
            }
        }*/ }
    @media screen and (min-width: 769px), print {
      .highlights article {
        text-align: left;
        max-width: calc(65rem / 3); } }
    .highlights article img {
      border-radius: 6px;
      display: block;
      height: auto;
      margin: 0 auto 1rem;
      max-width: 20rem;
      width: 100%; }
    .highlights article figure {
      display: block;
      height: auto;
      margin: 0 auto 1rem;
      max-width: 20rem;
      width: 100%; }
    .highlights article header {
      color: #4596d8;
      font-size: 2rem;
      font-weight: 400; }
    .highlights article p {
      max-width: 40rem;
      margin: 1rem auto 0 auto; }

.image.has-zoom {
  overflow: hidden; }
  .image.has-zoom img {
    transform: scale(1) translateZ(0);
    transition: linear .3s; }
  .image.has-zoom:hover img {
    transform: scale(1.03) translateZ(0); }

.pricing-table {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between; }
  .pricing-table.is-comparative .pricing-package {
    border-radius: initial;
    margin: 0; }
    .pricing-table.is-comparative .pricing-package:not(:last-child) {
      border-right: none; }
    .pricing-table.is-comparative .pricing-package:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pricing-table.is-comparative .pricing-package:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .pricing-table.is-comparative .pricing-package.is-active {
      border: 0.1rem solid whitesmoke;
      border-radius: 3px; }
  .pricing-table .is-labels .package-item {
    font-weight: 700; }
  .pricing-table .pricing-package {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background-color: white;
    border: 0.1rem solid whitesmoke;
    border-radius: 3px;
    list-style-type: none;
    transition: 0.25s;
    margin: 0.5em; }
    .pricing-table .pricing-package .package-header {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-color: white;
      padding: 0.75em;
      align-content: center;
      text-align: center; }
      .pricing-table .pricing-package .package-header .title {
        font-size: 1.25rem;
        font-weight: 700; }
      .pricing-table .pricing-package .package-header .subtitle {
        font-size: 0.75rem;
        font-weight: 500; }
    .pricing-table .pricing-package .package-item {
      background: whitesmoke;
      border-bottom: 0.1rem solid white;
      padding: 0.75em;
      align-content: center;
      text-align: center;
      font-size: 1rem;
      color: #7a7a7a; }
    .pricing-table .pricing-package .package-price {
      background-color: rgba(128, 177, 65, 0.2);
      color: #80b141;
      font-weight: 700;
      padding: 0.75em;
      align-content: center;
      text-align: center; }
      .pricing-table .pricing-package .package-price .package-price-amount {
        font-size: 2rem;
        font-weight: 700; }
        .pricing-table .pricing-package .package-price .package-price-amount .package-price-currency {
          vertical-align: super;
          font-size: 1.5rem !important;
          font-weight: 700 !important;
          margin-right: 0.25rem; }
    .pricing-table .pricing-package .package-footer {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      padding: 0.75em;
      align-content: center;
      text-align: center;
      margin-top: auto; }
    .pricing-table .pricing-package.is-active {
      box-shadow: 0 8px 12px 0 rgba(122, 122, 122, 0.2);
      transform: scale(1.05);
      /*            .package-price {
                .package-price-amount {
                    color: $primary;
                }
            }
*/ }
      .pricing-table .pricing-package.is-active .package-footer .button {
        background-color: #ea7500;
        border-color: transparent;
        color: #fff; }
        .pricing-table .pricing-package.is-active .package-footer .button:hover, .pricing-table .pricing-package.is-active .package-footer .button.is-hovered {
          background-color: #dd6f00;
          border-color: transparent;
          color: #fff; }
        .pricing-table .pricing-package.is-active .package-footer .button:focus, .pricing-table .pricing-package.is-active .package-footer .button.is-focused {
          border-color: transparent;
          box-shadow: 0 0 0.5em rgba(234, 117, 0, 0.25);
          color: #fff; }
        .pricing-table .pricing-package.is-active .package-footer .button:active, .pricing-table .pricing-package.is-active .package-footer .button.is-active {
          background-color: #d16800;
          border-color: transparent;
          color: #fff; }
        .pricing-table .pricing-package.is-active .package-footer .button[disabled] {
          background-color: #ea7500;
          border-color: transparent; }
    .pricing-table .pricing-package.is-white .package-price .package-price-amount {
      color: white; }
    .pricing-table .pricing-package.is-white .package-footer .button {
      background-color: white;
      border-color: transparent;
      color: #0a0a0a; }
      .pricing-table .pricing-package.is-white .package-footer .button:hover, .pricing-table .pricing-package.is-white .package-footer .button.is-hovered {
        background-color: #f9f9f9;
        border-color: transparent;
        color: #0a0a0a; }
      .pricing-table .pricing-package.is-white .package-footer .button:focus, .pricing-table .pricing-package.is-white .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
        color: #0a0a0a; }
      .pricing-table .pricing-package.is-white .package-footer .button:active, .pricing-table .pricing-package.is-white .package-footer .button.is-active {
        background-color: #f2f2f2;
        border-color: transparent;
        color: #0a0a0a; }
      .pricing-table .pricing-package.is-white .package-footer .button[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-black .package-price .package-price-amount {
      color: #0a0a0a; }
    .pricing-table .pricing-package.is-black .package-footer .button {
      background-color: #0a0a0a;
      border-color: transparent;
      color: white; }
      .pricing-table .pricing-package.is-black .package-footer .button:hover, .pricing-table .pricing-package.is-black .package-footer .button.is-hovered {
        background-color: #040404;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-package.is-black .package-footer .button:focus, .pricing-table .pricing-package.is-black .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
        color: white; }
      .pricing-table .pricing-package.is-black .package-footer .button:active, .pricing-table .pricing-package.is-black .package-footer .button.is-active {
        background-color: black;
        border-color: transparent;
        color: white; }
      .pricing-table .pricing-package.is-black .package-footer .button[disabled] {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-light .package-price .package-price-amount {
      color: whitesmoke; }
    .pricing-table .pricing-package.is-light .package-footer .button {
      background-color: whitesmoke;
      border-color: transparent;
      color: #363636; }
      .pricing-table .pricing-package.is-light .package-footer .button:hover, .pricing-table .pricing-package.is-light .package-footer .button.is-hovered {
        background-color: #eeeeee;
        border-color: transparent;
        color: #363636; }
      .pricing-table .pricing-package.is-light .package-footer .button:focus, .pricing-table .pricing-package.is-light .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
        color: #363636; }
      .pricing-table .pricing-package.is-light .package-footer .button:active, .pricing-table .pricing-package.is-light .package-footer .button.is-active {
        background-color: #e8e8e8;
        border-color: transparent;
        color: #363636; }
      .pricing-table .pricing-package.is-light .package-footer .button[disabled] {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-dark .package-price .package-price-amount {
      color: #363636; }
    .pricing-table .pricing-package.is-dark .package-footer .button {
      background-color: #363636;
      border-color: transparent;
      color: whitesmoke; }
      .pricing-table .pricing-package.is-dark .package-footer .button:hover, .pricing-table .pricing-package.is-dark .package-footer .button.is-hovered {
        background-color: #2f2f2f;
        border-color: transparent;
        color: whitesmoke; }
      .pricing-table .pricing-package.is-dark .package-footer .button:focus, .pricing-table .pricing-package.is-dark .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
        color: whitesmoke; }
      .pricing-table .pricing-package.is-dark .package-footer .button:active, .pricing-table .pricing-package.is-dark .package-footer .button.is-active {
        background-color: #292929;
        border-color: transparent;
        color: whitesmoke; }
      .pricing-table .pricing-package.is-dark .package-footer .button[disabled] {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-primary .package-price .package-price-amount {
      color: #ea7500; }
    .pricing-table .pricing-package.is-primary .package-footer .button {
      background-color: #ea7500;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-primary .package-footer .button:hover, .pricing-table .pricing-package.is-primary .package-footer .button.is-hovered {
        background-color: #dd6f00;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-primary .package-footer .button:focus, .pricing-table .pricing-package.is-primary .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(234, 117, 0, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-primary .package-footer .button:active, .pricing-table .pricing-package.is-primary .package-footer .button.is-active {
        background-color: #d16800;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-primary .package-footer .button[disabled] {
        background-color: #ea7500;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-link .package-price .package-price-amount {
      color: #3273dc; }
    .pricing-table .pricing-package.is-link .package-footer .button {
      background-color: #3273dc;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-link .package-footer .button:hover, .pricing-table .pricing-package.is-link .package-footer .button.is-hovered {
        background-color: #276cda;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-link .package-footer .button:focus, .pricing-table .pricing-package.is-link .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-link .package-footer .button:active, .pricing-table .pricing-package.is-link .package-footer .button.is-active {
        background-color: #2366d1;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-link .package-footer .button[disabled] {
        background-color: #3273dc;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-info .package-price .package-price-amount {
      color: #209cee; }
    .pricing-table .pricing-package.is-info .package-footer .button {
      background-color: #209cee;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-info .package-footer .button:hover, .pricing-table .pricing-package.is-info .package-footer .button.is-hovered {
        background-color: #1496ed;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-info .package-footer .button:focus, .pricing-table .pricing-package.is-info .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-info .package-footer .button:active, .pricing-table .pricing-package.is-info .package-footer .button.is-active {
        background-color: #118fe4;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-info .package-footer .button[disabled] {
        background-color: #209cee;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-success .package-price .package-price-amount {
      color: #23d160; }
    .pricing-table .pricing-package.is-success .package-footer .button {
      background-color: #23d160;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-success .package-footer .button:hover, .pricing-table .pricing-package.is-success .package-footer .button.is-hovered {
        background-color: #22c65b;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-success .package-footer .button:focus, .pricing-table .pricing-package.is-success .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-success .package-footer .button:active, .pricing-table .pricing-package.is-success .package-footer .button.is-active {
        background-color: #20bc56;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-success .package-footer .button[disabled] {
        background-color: #23d160;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-warning .package-price .package-price-amount {
      color: #ffdd57; }
    .pricing-table .pricing-package.is-warning .package-footer .button {
      background-color: #ffdd57;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-package.is-warning .package-footer .button:hover, .pricing-table .pricing-package.is-warning .package-footer .button.is-hovered {
        background-color: #ffdb4a;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-package.is-warning .package-footer .button:focus, .pricing-table .pricing-package.is-warning .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-package.is-warning .package-footer .button:active, .pricing-table .pricing-package.is-warning .package-footer .button.is-active {
        background-color: #ffd83d;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .pricing-table .pricing-package.is-warning .package-footer .button[disabled] {
        background-color: #ffdd57;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-danger .package-price .package-price-amount {
      color: #ff3860; }
    .pricing-table .pricing-package.is-danger .package-footer .button {
      background-color: #ff3860;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-danger .package-footer .button:hover, .pricing-table .pricing-package.is-danger .package-footer .button.is-hovered {
        background-color: #ff2b56;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-danger .package-footer .button:focus, .pricing-table .pricing-package.is-danger .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-danger .package-footer .button:active, .pricing-table .pricing-package.is-danger .package-footer .button.is-active {
        background-color: #ff1f4b;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-danger .package-footer .button[disabled] {
        background-color: #ff3860;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-blue-dark .package-price .package-price-amount {
      color: #184a6d; }
    .pricing-table .pricing-package.is-blue-dark .package-footer .button {
      background-color: #184a6d;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-blue-dark .package-footer .button:hover, .pricing-table .pricing-package.is-blue-dark .package-footer .button.is-hovered {
        background-color: #164363;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-dark .package-footer .button:focus, .pricing-table .pricing-package.is-blue-dark .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(24, 74, 109, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-blue-dark .package-footer .button:active, .pricing-table .pricing-package.is-blue-dark .package-footer .button.is-active {
        background-color: #133c58;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-dark .package-footer .button[disabled] {
        background-color: #184a6d;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-blue-header .package-price .package-price-amount {
      color: #4596d8; }
    .pricing-table .pricing-package.is-blue-header .package-footer .button {
      background-color: #4596d8;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-blue-header .package-footer .button:hover, .pricing-table .pricing-package.is-blue-header .package-footer .button.is-hovered {
        background-color: #3a90d6;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-header .package-footer .button:focus, .pricing-table .pricing-package.is-blue-header .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(69, 150, 216, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-blue-header .package-footer .button:active, .pricing-table .pricing-package.is-blue-header .package-footer .button.is-active {
        background-color: #308ad4;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-header .package-footer .button[disabled] {
        background-color: #4596d8;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-blue-header-darker .package-price .package-price-amount {
      color: #245c8b; }
    .pricing-table .pricing-package.is-blue-header-darker .package-footer .button {
      background-color: #245c8b;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-blue-header-darker .package-footer .button:hover, .pricing-table .pricing-package.is-blue-header-darker .package-footer .button.is-hovered {
        background-color: #215581;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-header-darker .package-footer .button:focus, .pricing-table .pricing-package.is-blue-header-darker .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(36, 92, 139, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-blue-header-darker .package-footer .button:active, .pricing-table .pricing-package.is-blue-header-darker .package-footer .button.is-active {
        background-color: #1f4f77;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-header-darker .package-footer .button[disabled] {
        background-color: #245c8b;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-info-link .package-price .package-price-amount {
      color: #80b141; }
    .pricing-table .pricing-package.is-info-link .package-footer .button {
      background-color: #80b141;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-info-link .package-footer .button:hover, .pricing-table .pricing-package.is-info-link .package-footer .button.is-hovered {
        background-color: #79a83e;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-info-link .package-footer .button:focus, .pricing-table .pricing-package.is-info-link .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(128, 177, 65, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-info-link .package-footer .button:active, .pricing-table .pricing-package.is-info-link .package-footer .button.is-active {
        background-color: #739e3a;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-info-link .package-footer .button[disabled] {
        background-color: #80b141;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-blue-button .package-price .package-price-amount {
      color: #245c8b; }
    .pricing-table .pricing-package.is-blue-button .package-footer .button {
      background-color: #245c8b;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-blue-button .package-footer .button:hover, .pricing-table .pricing-package.is-blue-button .package-footer .button.is-hovered {
        background-color: #215581;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-button .package-footer .button:focus, .pricing-table .pricing-package.is-blue-button .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(36, 92, 139, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-blue-button .package-footer .button:active, .pricing-table .pricing-package.is-blue-button .package-footer .button.is-active {
        background-color: #1f4f77;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-blue-button .package-footer .button[disabled] {
        background-color: #245c8b;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-orange-button .package-price .package-price-amount {
      color: #ea7500; }
    .pricing-table .pricing-package.is-orange-button .package-footer .button {
      background-color: #ea7500;
      border-color: transparent;
      color: #ffffff; }
      .pricing-table .pricing-package.is-orange-button .package-footer .button:hover, .pricing-table .pricing-package.is-orange-button .package-footer .button.is-hovered {
        background-color: #dd6f00;
        border-color: transparent;
        color: #ffffff; }
      .pricing-table .pricing-package.is-orange-button .package-footer .button:focus, .pricing-table .pricing-package.is-orange-button .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(234, 117, 0, 0.25);
        color: #ffffff; }
      .pricing-table .pricing-package.is-orange-button .package-footer .button:active, .pricing-table .pricing-package.is-orange-button .package-footer .button.is-active {
        background-color: #d16800;
        border-color: transparent;
        color: #ffffff; }
      .pricing-table .pricing-package.is-orange-button .package-footer .button[disabled] {
        background-color: #ea7500;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-commercial-blue .package-price .package-price-amount {
      color: #245c8b; }
    .pricing-table .pricing-package.is-commercial-blue .package-footer .button {
      background-color: #245c8b;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-commercial-blue .package-footer .button:hover, .pricing-table .pricing-package.is-commercial-blue .package-footer .button.is-hovered {
        background-color: #215581;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-commercial-blue .package-footer .button:focus, .pricing-table .pricing-package.is-commercial-blue .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(36, 92, 139, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-commercial-blue .package-footer .button:active, .pricing-table .pricing-package.is-commercial-blue .package-footer .button.is-active {
        background-color: #1f4f77;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-commercial-blue .package-footer .button[disabled] {
        background-color: #245c8b;
        border-color: transparent;
        box-shadow: none; }
    .pricing-table .pricing-package.is-yellowgreen .package-price .package-price-amount {
      color: #91c63c; }
    .pricing-table .pricing-package.is-yellowgreen .package-footer .button {
      background-color: #91c63c;
      border-color: transparent;
      color: #fff; }
      .pricing-table .pricing-package.is-yellowgreen .package-footer .button:hover, .pricing-table .pricing-package.is-yellowgreen .package-footer .button.is-hovered {
        background-color: #8abe37;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-yellowgreen .package-footer .button:focus, .pricing-table .pricing-package.is-yellowgreen .package-footer .button.is-focused {
        border-color: transparent;
        box-shadow: 0 0 0.5em rgba(145, 198, 60, 0.25);
        color: #fff; }
      .pricing-table .pricing-package.is-yellowgreen .package-footer .button:active, .pricing-table .pricing-package.is-yellowgreen .package-footer .button.is-active {
        background-color: #83b435;
        border-color: transparent;
        color: #fff; }
      .pricing-table .pricing-package.is-yellowgreen .package-footer .button[disabled] {
        background-color: #91c63c;
        border-color: transparent;
        box-shadow: none; }

@media screen and (min-width: 769px), print {
  .pricing-table.is-comparative {
    margin: 0.5rem; }
    .pricing-table.is-comparative.is-labels {
      display: none; }
    .pricing-table.is-comparative .package-item::before {
      content: attr("data-label"); }
  .pricing-table.is-horizontal .pricing-package {
    display: flex;
    flex-direction: row;
    flex-basis: 100%; }
    .pricing-table.is-horizontal .pricing-package .package-header {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .pricing-table.is-horizontal .pricing-package .package-price {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center; }
    .pricing-table.is-horizontal .pricing-package .package-items {
      width: 100%;
      background-color: whitesmoke;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 0.1rem; }
    .pricing-table.is-horizontal .pricing-package .package-footer {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: auto; } }

@media screen and (max-width: 768px) {
  .pricing-table.is-comparative .pricing-package {
    margin: 0.5rem; }
    .pricing-table.is-comparative .pricing-package.is-package-first-mobile {
      order: -1; }
    .pricing-table.is-comparative .pricing-package.is-labels {
      display: none; }
    .pricing-table.is-comparative .pricing-package .package-item::before {
      content: attr(data-label);
      display: block;
      font-weight: 600;
      font-size: 0.75rem;
      color: #b5b5b5; } }

.is-quick-links {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: 0.5rem;
  margin-bottom: -1rem; }
  .is-quick-links > h3.title {
    font-weight: 400;
    color: #656565; }
  .is-quick-links .is-quick-link {
    position: relative;
    z-index: 1;
    padding: .25rem 0; }
    .is-quick-links .is-quick-link .is-overlay a {
      display: block; }
      .is-quick-links .is-quick-link .is-overlay a > div {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        height: 50%; }
        .is-landing-commercial .is-quick-links .is-quick-link .is-overlay a > div {
          height: 40%; }
    .is-quick-links .is-quick-link .is-background {
      overflow: hidden; }
    .is-quick-links .is-quick-link .is-background img,
    .is-quick-links .is-quick-link .is-overlay {
      transition: transform linear .3s;
      transform: translateZ(0); }
    .is-quick-links .is-quick-link:hover > .is-background img,
    .is-quick-links .is-quick-link:hover > .is-overlay {
      transform: scale(1.03) translateZ(0); }
    .is-quick-links .is-quick-link .title,
    .is-quick-links .is-quick-link .subtitle {
      align-self: center;
      text-align: center;
      color: #fff;
      width: 100%; }
    .is-quick-links .is-quick-link .title {
      padding: 0 .5rem;
      font-weight: 700;
      font-size: 1.5rem; }
      @media (min-width: 20rem) {
        .is-quick-links .is-quick-link .title {
          font-size: calc(1.5rem + 1 * (100vw - 20rem) / 28); } }
      @media (min-width: 48rem) {
        .is-quick-links .is-quick-link .title {
          font-size: 2.5rem; } }
      @media screen and (min-width: 769px), print {
        .is-quick-links .is-quick-link .title {
          max-width: 195px; }
          .is-landing-commercial .is-quick-links .is-quick-link .title {
            max-width: 100%; } }
    .is-quick-links .is-quick-link .subtitle {
      padding: .25rem .5rem;
      font-weight: 600;
      font-size: 0.9rem; }
      @media (min-width: 20rem) {
        .is-quick-links .is-quick-link .subtitle {
          font-size: calc(0.9rem + 0.85 * (100vw - 20rem) / 28); } }
      @media (min-width: 48rem) {
        .is-quick-links .is-quick-link .subtitle {
          font-size: 1.75rem; } }
    .is-quick-links .is-quick-link .is-background {
      padding-top: 56.25%; }
      .is-quick-links .is-quick-link .is-background img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
  @media screen and (min-width: 769px), print {
    .is-quick-links .is-quick-link {
      padding: .25rem; }
      .is-quick-links .is-quick-link .is-overlay a > div {
        justify-content: center; }
      .is-quick-links .is-quick-link .is-background.is-square-tablet {
        padding-top: 100%; }
      .is-quick-links .is-quick-link .title {
        padding-top: 0.75rem;
        font-size: 1rem; } }
    @media screen and (min-width: 769px) and (min-width: 20rem), print and (min-width: 20rem) {
      .is-quick-links .is-quick-link .title {
        padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 28); } }
    @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
      .is-quick-links .is-quick-link .title {
        padding-top: 1rem; } }
    @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
      .is-quick-links .is-quick-link .title {
        font-size: calc(1rem + 0.4 * (100vw - 48rem) / 16); } }
    @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
      .is-quick-links .is-quick-link .title {
        font-size: 1.4rem; } }
  @media screen and (min-width: 769px), print {
      .is-quick-links .is-quick-link .subtitle {
        font-size: 0.9rem; } }
    @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
      .is-quick-links .is-quick-link .subtitle {
        font-size: calc(0.9rem + 0.1 * (100vw - 48rem) / 16); } }
    @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
      .is-quick-links .is-quick-link .subtitle {
        font-size: 1rem; } }
  @media screen and (min-width: 1088px) {
    .is-quick-links .is-quick-link .title {
      font-size: 1.2rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .is-quick-links .is-quick-link .title {
      font-size: calc(1.2rem + 0.55 * (100vw - 64rem) / 16); } }
  @media screen and (min-width: 1088px) and (min-width: 80rem) {
    .is-quick-links .is-quick-link .title {
      font-size: 1.75rem; } }

.is-recommended-list h3 {
  padding-bottom: 2rem; }

.is-recommended-list .is-recommended-item a {
  position: relative;
  transition: box-shadow, transform;
  transition-duration: .5s;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background-color: #f6f7f9;
  padding: .75rem; }
  .is-recommended-list .is-recommended-item a::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    content: attr(data-text);
    padding: .5rem;
    z-index: 1;
    font-size: 1.5rem;
    background-color: rgba(36, 92, 139, 0.3); }

.is-recommended-list .is-recommended-item:hover a {
  transform: scale(1.03);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }
  .is-recommended-list .is-recommended-item:hover a::before {
    opacity: 1; }

.is-recommended-list .is-recommended-item .title {
  color: #323232; }

.is-recommended-list .is-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(36, 92, 139, 0.3);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity, transform;
  transition-duration: .25s;
  color: #fff;
  opacity: 0;
  margin: .75rem;
  transform: perspective(1px) translateZ(0); }

.is-commercial .is-site-footer {
  background-color: #383838; }

.is-site-footer {
  position: relative;
  padding-top: 2.25rem;
  background-color: #585a5f;
  color: #fff;
  text-align: center;
  margin-top: .75rem; }
  @media screen and (min-width: 769px), print {
    .is-site-footer {
      text-align: left; } }
  .is-site-footer .column {
    padding-bottom: 2rem; }
  .is-site-footer .title.is-6 {
    color: #fff; }
    .is-site-footer .title.is-6 a {
      color: #fff; }
      .is-site-footer .title.is-6 a:hover {
        color: #fff; }
  .is-site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .is-site-footer li {
    margin-bottom: .125rem; }
    .is-site-footer li a {
      display: inline-block;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.2;
      text-decoration: none;
      transition: .25s all; }
      .is-site-footer li a:hover {
        color: #fff; }
  .is-site-footer .social {
    margin-bottom: 1rem;
    white-space: nowrap; }
    .is-site-footer .social a {
      margin-right: .25rem;
      display: inline-block; }
      .is-site-footer .social a svg {
        max-width: 100%;
        max-height: 100%; }
        .is-site-footer .social a svg path {
          fill: #fff; }

.site-nav-container {
  box-shadow: 0 1rem 2rem -2rem #000;
  position: sticky;
  top: 0;
  background-color: #fff;
  margin: 0 auto;
  z-index: 6000; }
  @media screen and (max-width: 768px) {
    .site-nav-container .container {
      padding-left: 0;
      padding-right: 0; } }
  .site-nav-container .site-nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .site-nav-container .site-nav-trigger:checked ~ nav.site-nav {
      display: flex;
      max-height: 100%;
      border-bottom: 1px solid #8a8a8a; }
      .site-nav-container .site-nav-trigger:checked ~ nav.site-nav > li {
        max-height: 4rem; }
      @media screen and (min-width: 769px), print {
        .site-nav-container .site-nav-trigger:checked ~ nav.site-nav {
          border-bottom: none; } }
    .site-nav-container .site-nav-trigger:checked ~ label[for="site-nav-trigger"] span {
      background-color: #184a6d; }
      .site-nav-container .site-nav-trigger:checked ~ label[for="site-nav-trigger"] span:nth-child(1) {
        top: 40%;
        width: 0%;
        left: 50%; }
      .site-nav-container .site-nav-trigger:checked ~ label[for="site-nav-trigger"] span:nth-child(2) {
        transform: rotate(45deg); }
      .site-nav-container .site-nav-trigger:checked ~ label[for="site-nav-trigger"] span:nth-child(3) {
        transform: rotate(-45deg); }
      .site-nav-container .site-nav-trigger:checked ~ label[for="site-nav-trigger"] span:nth-child(4) {
        top: 40%;
        width: 0%;
        left: 50%; }
  .site-nav-container input.menuToggle {
    display: none; }
  .site-nav-container label[for="site-nav-trigger"] {
    flex: 0 1 auto;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 1.25rem 1.5rem 1.25rem 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }
    @media screen and (min-width: 769px), print {
      .site-nav-container label[for="site-nav-trigger"] {
        display: none; } }
    .site-nav-container label[for="site-nav-trigger"] span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #8a8a8a;
      border-radius: 2.5px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .site-nav-container label[for="site-nav-trigger"] span:nth-child(1) {
        top: 0px; }
      .site-nav-container label[for="site-nav-trigger"] span:nth-child(2), .site-nav-container label[for="site-nav-trigger"] span:nth-child(3) {
        top: 40%; }
      .site-nav-container label[for="site-nav-trigger"] span:nth-child(4) {
        top: 80%; }
  .site-nav-container .site-nav-menus {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%; }
    @media screen and (min-width: 769px), print {
      .site-nav-container .site-nav-menus {
        width: auto;
        flex: 1 0 0px; } }
  .site-nav-container .waterfurnace-site-logo {
    position: absolute;
    top: 0;
    flex: 0 1 auto;
    display: inline-block;
    height: 40px;
    z-index: 1;
    margin: .75rem 0 .75rem 1.5rem;
    padding: 0; }
    @media screen and (min-width: 769px), print {
      .site-nav-container .waterfurnace-site-logo {
        position: static;
        height: 50px;
        margin: 1rem 0 1rem 1.5rem; } }
    .site-nav-container .waterfurnace-site-logo svg {
      display: block;
      height: 100%; }
  .site-nav-container .calculator,
  .site-nav-container .dealer {
    display: inline-flex;
    align-items: center;
    padding-right: 1.5rem;
    padding-left: 0;
    text-decoration: none; }
    .site-nav-container .calculator svg,
    .site-nav-container .dealer svg {
      display: block;
      width: 1.25rem;
      height: 1.25rem; }
    .site-nav-container .calculator span,
    .site-nav-container .dealer span {
      display: none;
      padding-left: .5rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 32rem) {
        .site-nav-container .calculator span,
        .site-nav-container .dealer span {
          display: inline; } }
  .site-nav-container a {
    padding: .25rem .75rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: .25s all; }
    .site-nav-container a:hover {
      color: #184a6d; }
    .site-nav-container a.is-curved-button {
      color: #fff;
      text-transform: none;
      background-color: #a8adb5; }
      .site-nav-container a.is-curved-button:hover {
        color: #184a6d; }
        .site-nav-container a.is-curved-button:hover svg path {
          fill: #184a6d; }
      .site-nav-container a.is-curved-button svg {
        position: relative;
        top: .0625rem;
        width: .625rem;
        height: .625rem;
        margin-right: -.25rem;
        margin-left: .125rem;
        transform: rotate(-90deg); }
        .site-nav-container a.is-curved-button svg path {
          fill: #fff;
          transition: .25s all; }
    .site-nav-container a.has-left-curve {
      margin-right: 1px;
      border-bottom-left-radius: .375rem; }
    .site-nav-container a.has-right-curve {
      border-bottom-right-radius: .375rem; }
  .site-nav-container .nav-utility-links {
    display: flex;
    flex-flow: row nowrap;
    color: #777777;
    font-size: .75rem;
    font-weight: 700; }
    @media screen and (min-width: 769px), print {
      .site-nav-container .nav-utility-links {
        flex: 1 0 100%;
        justify-content: flex-end;
        margin-right: 1.5rem; } }
  .site-nav-container .nav-site-section {
    text-transform: uppercase;
    position: relative; }
    .site-nav-container .nav-site-section div {
      display: inline-block;
      width: 125px;
      height: 1rem;
      margin-right: .75rem;
      position: relative; }
    .site-nav-container .nav-site-section #siteSectionToggle {
      display: none; }
    .site-nav-container .nav-site-section div:hover li:not(:first-child) {
      max-height: 1.625rem; }
    .site-nav-container .nav-site-section div:hover li:first-child::after {
      transform: rotate(-90deg); }
    .site-nav-container .nav-site-section div:hover ul {
      background-color: #f2f4f5; }
    .site-nav-container .nav-site-section ul {
      display: inline-block;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: 1; }
      .site-nav-container .nav-site-section ul li:first-child::after {
        content: "\f054";
        font: normal normal 400 .75rem/1 "Font Awesome 5 Pro";
        display: inline-block;
        transition: all .25s;
        transform: rotate(90deg); }
    .site-nav-container .nav-site-section li {
      position: relative;
      padding: 0 .5rem; }
      .site-nav-container .nav-site-section li label,
      .site-nav-container .nav-site-section li a {
        display: inline-block;
        padding: 0;
        margin: .25rem .75rem;
        color: #8a8a8a; }
        .site-nav-container .nav-site-section li label:hover,
        .site-nav-container .nav-site-section li a:hover {
          color: #184a6d; }
      .site-nav-container .nav-site-section li:not(:first-child) {
        overflow: hidden;
        transition: max-height ease-in-out .25s;
        max-height: 0; }
  .site-nav-container .commonNav {
    clear: both;
    display: none;
    width: 100vw;
    background-color: #fff;
    border-top: 1px solid #8a8a8a;
    transform: translateX(-1.5rem); }
    @media screen and (max-width: 768px) {
      .site-nav-container .commonNav {
        margin-top: 85px;
        background-color: #f3f4f6;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        background-color: #f3f4f6;
        flex: 0 1 100%;
        position: absolute;
        left: -200%;
        top: 0;
        z-index: 1; }
        .site-nav-container .commonNav > ul {
          display: block;
          margin: 0 auto;
          width: 100%;
          background-color: #f3f4f6; }
        .site-nav-container .commonNav a {
          display: block;
          width: 100%; }
        .site-nav-container .commonNav a {
          font-weight: 700;
          color: #8a8a8a;
          font-size: .875rem;
          text-decoration: none;
          line-height: 2;
          padding: .25rem 2rem;
          transition: padding .3s linear;
          overflow: hidden; }
        .site-nav-container .commonNav li.indent a {
          padding-left: 4rem; }
        .site-nav-container .commonNav > ul.nav-level-1 > li > a {
          text-transform: uppercase; }
        .site-nav-container .commonNav ul.nav-level-2 a::after {
          color: #8a8a8a; }
        .site-nav-container .commonNav ul.nav-level-2 {
          background-color: #67a9d9; }
          .site-nav-container .commonNav ul.nav-level-2 a {
            color: #fff;
            padding: .5rem 2rem; }
        .site-nav-container .commonNav li.indent ul.nav-level-2 a {
          padding-left: 4rem; }
        .site-nav-container .commonNav ul.nav-level-2 a::after {
          color: #fff; }
        .site-nav-container .commonNav ul.nav-level-3 a {
          color: #fff;
          padding: .25rem 2rem .25rem 4rem; }
        .site-nav-container .commonNav li.indent ul.nav-level-3 a {
          padding: .25rem 2rem .25rem 4rem; }
        .site-nav-container .commonNav a:hover {
          color: #184a6d; }
          .site-nav-container .commonNav a:hover:after {
            color: #184a6d; }
        .site-nav-container .commonNav li ul {
          max-height: 0;
          overflow: hidden;
          transition: max-height .3s ease-in-out; }
        .site-nav-container .commonNav li:hover > ul {
          max-height: 700px;
          transition: max-height .3s ease-in-out; }
        .site-nav-container .commonNav li a span::after {
          content: "\f054";
          font: normal normal 400 .75rem/1 "Font Awesome 5 Pro";
          position: relative;
          text-align: right;
          float: right;
          line-height: 2; }
        .site-nav-container .commonNav li:hover > a span::after {
          content: "\f078"; }
        .site-nav-container .commonNav li.nav-level-1 > a, .site-nav-container .commonNav #lowerNav {
          border-bottom: solid 1px #8a8a8a; }
        .site-nav-container .commonNav > ul {
          border-bottom: solid 1px #8a8a8a; } }
    @media screen and (min-width: 769px), print {
      .site-nav-container .commonNav {
        position: absolute;
        right: .75rem;
        bottom: 0;
        display: flex !important;
        width: 100%;
        background-color: transparent;
        border-top: 0;
        transform: translateX(0);
        flex-flow: row nowrap;
        justify-content: flex-end;
        transition: margin ease-in-out .2s; } }
  @media screen and (min-width: 769px) and (min-width: 769px), print {
    .site-nav-container .commonNav .section {
      display: none; } }
    @media screen and (min-width: 769px), print {
        .site-nav-container .commonNav .indent {
          padding-left: 1rem; }
        .site-nav-container .commonNav > ul {
          flex: 1 0 auto;
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-end; }
          .site-nav-container .commonNav > ul > li {
            flex: 0 1 auto;
            text-align: right;
            font-size: .75rem; }
            .site-nav-container .commonNav > ul > li > :hover > a {
              color: #184a6b; }
              .site-nav-container .commonNav > ul > li > :hover > a > ::before {
                content: none; }
            .site-nav-container .commonNav > ul > li > a {
              text-transform: uppercase; }
        .site-nav-container .commonNav li {
          display: inline-block; }
          .site-nav-container .commonNav li:hover > nav > ul {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-around; }
            .site-nav-container .commonNav li:hover > nav > ul > li {
              flex: 1 1; }
          .site-nav-container .commonNav li:hover ul.nav-level-2 {
            display: block; }
            .site-nav-container .commonNav li:hover ul.nav-level-2.vertical {
              padding: .5rem 0rem;
              animation: navMenuShowVert .3s ease-in-out;
              display: flex;
              flex-flow: column nowrap;
              justify-content: space-around; }
              .site-nav-container .commonNav li:hover ul.nav-level-2.vertical > li > a {
                padding: .5rem 1rem; }
            .site-nav-container .commonNav li:hover ul.nav-level-2:not(.vertical) {
              animation: navMenuShow .3s ease-in-out; }
            .site-nav-container .commonNav li:hover ul.nav-level-2 > li {
              padding: 0;
              text-align: left; }
              .site-nav-container .commonNav li:hover ul.nav-level-2 > li > a {
                padding: 1rem 1.5rem;
                position: relative; }
          .site-nav-container .commonNav li:hover > ul.nav-level-3 {
            position: absolute;
            top: 100%;
            right: 0;
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
            width: 100%;
            animation: navMenuShowVert .3s ease-in-out; }
          .site-nav-container .commonNav li:not(:hover) ul {
            display: none; }
          .site-nav-container .commonNav li a {
            display: inline-block;
            font-size: .85rem;
            color: #fff;
            font-weight: 600;
            text-decoration: none;
            position: relative; }
        .site-nav-container .commonNav ul.nav-level-1 > li > a {
          color: #8a8a8a;
          text-transform: uppercase;
          padding: 1rem; }
        .site-nav-container .commonNav ul.nav-level-1 li.collapsable:hover > a::before {
          content: "\f0c8";
          transform: rotate(45deg);
          font: normal normal 400 .875rem/1 "Font Awesome 5 Pro";
          position: absolute;
          top: calc(100% - 7px);
          z-index: 1;
          left: 50%;
          color: #fff; }
        .site-nav-container .commonNav ul.nav-level-2 {
          position: absolute;
          top: 100%;
          background-color: rgba(89, 152, 201, 0.95);
          right: 0; }
          .site-nav-container .commonNav ul.nav-level-2.vertical {
            right: auto; }
          .site-nav-container .commonNav ul.nav-level-2 > li {
            padding: .25rem .5rem;
            flex: 1 0 auto; }
            .site-nav-container .commonNav ul.nav-level-2 > li:hover > a::before {
              color: #184a6b; }
            .site-nav-container .commonNav ul.nav-level-2 > li > a {
              padding: .5rem 0;
              position: relative; }
            .site-nav-container .commonNav ul.nav-level-2 > li a:hover {
              color: #184a6b; }
          .site-nav-container .commonNav ul.nav-level-2 li a {
            color: #fff; }
          .site-nav-container .commonNav ul.nav-level-2 li:hover ul.nav-level-3 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-flow: row wrap;
            padding: 1rem 0rem; }
            .site-nav-container .commonNav ul.nav-level-2 li:hover ul.nav-level-3 > li {
              flex: 0 1 50%;
              padding: 0;
              text-align: left; }
          .site-nav-container .commonNav ul.nav-level-2 > ul {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-around; }
        .site-nav-container .commonNav ul.nav-level-3 {
          background-color: rgba(89, 152, 201, 0.95);
          width: 200px;
          top: 100%;
          border-top: solid 1px #184a6b; }
          .site-nav-container .commonNav ul.nav-level-3 > li > a {
            padding: .5rem 2rem; } }
    .site-nav-container .commonNav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-nav-container .commonNav ul li.search {
        display: none; }
        .site-nav-container .commonNav ul li.search svg {
          display: none; }
          @media screen and (min-width: 769px), print {
            .site-nav-container .commonNav ul li.search svg {
              display: block; } }
          .site-nav-container .commonNav ul li.search svg path {
            fill: #8a8a8a;
            transition: .25s all; }
        .site-nav-container .commonNav ul li.search:hover path {
          fill: #184a6d; }
        @media screen and (min-width: 769px), print {
          .site-nav-container .commonNav ul li.search {
            display: inline-block; }
            .site-nav-container .commonNav ul li.search span {
              display: none; } }
        .site-nav-container .commonNav ul li.search .search_container {
          position: absolute;
          top: 100%;
          right: 0;
          display: none; }
          .site-nav-container .commonNav ul li.search .search_container #nav_search_desktop {
            display: flex;
            width: 20rem;
            padding: 0; }
            .site-nav-container .commonNav ul li.search .search_container #nav_search_desktop input {
              flex: 1 1 auto;
              height: 3.125rem;
              line-height: 1.75rem;
              border: 0;
              border-top: 1px solid #e5e5e5;
              border-radius: 0; }
            .site-nav-container .commonNav ul li.search .search_container #nav_search_desktop button {
              position: relative;
              min-width: 3.25rem;
              width: 3.25rem;
              padding: 0;
              border-radius: 0;
              background-color: #5998c9; }
              .site-nav-container .commonNav ul li.search .search_container #nav_search_desktop button svg {
                width: 1rem;
                height: 1rem; }
                .site-nav-container .commonNav ul li.search .search_container #nav_search_desktop button svg path {
                  fill: #fff; }
      .site-nav-container .commonNav ul li #nav_search_mobile {
        display: flex;
        padding: 0; }
        .site-nav-container .commonNav ul li #nav_search_mobile input {
          flex: 1 1 auto;
          height: 3.125rem;
          line-height: 1.75;
          border: 0;
          border-radius: 0; }
        .site-nav-container .commonNav ul li #nav_search_mobile button {
          position: relative;
          min-width: 3.25rem;
          width: 3.25rem;
          padding: 0;
          background-color: #5998c9;
          border-radius: 0; }
          .site-nav-container .commonNav ul li #nav_search_mobile button svg {
            width: 1rem;
            height: 1rem; }
            .site-nav-container .commonNav ul li #nav_search_mobile button svg path {
              fill: #fff; }
      @media screen and (min-width: 769px), print {
        .site-nav-container .commonNav ul li {
          display: inline-block;
          border-bottom: 0; }
          .site-nav-container .commonNav ul li.mobile {
            display: none; } }

.navUnits > li:nth-child(1) {
  order: 1; }

.navUnits > li:nth-child(2) {
  order: 2; }

.navUnits > li:nth-child(3) {
  order: 3; }

.navUnits > li:nth-child(4) {
  order: 4; }

.navUnits > li:nth-child(5) {
  order: 5; }

.navUnits > li:nth-child(6) {
  order: 6; }

.navUnits > li:nth-child(7) {
  order: 1; }

.navUnits > li:nth-child(8) {
  order: 2; }

.navUnits > li:nth-child(9) {
  order: 3; }

.navUnits > li:nth-child(10) {
  order: 4; }

.navUnits > li:nth-child(11) {
  order: 5; }

.navAccessories > li:nth-child(3n+1) {
  order: 1; }

.navAccessories > li:nth-child(3n+2) {
  order: 2; }

.navAccessories > li:nth-child(3n+3) {
  order: 3; }

nav.site-nav {
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    nav.site-nav {
      flex: 0 1 100%;
      flex-flow: column nowrap;
      justify-content: flex-start;
      background-color: #f2f4f5;
      max-height: 0;
      overflow: hidden;
      transition: max-height ease-in-out .25s; }
      nav.site-nav > ul {
        display: block; }
      nav.site-nav li > input.menuToggle:checked ~ ul {
        max-height: 100%;
        transition: max-height .3s ease-in-out; }
      nav.site-nav li ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out; }
      nav.site-nav ul.nav-level-1 a {
        padding-left: 1.5rem;
        margin-right: 3.5rem; }
      nav.site-nav ul.nav-level-1 li {
        border-top: solid 1px #8a8a8a; }
      nav.site-nav ul.nav-level-1 > li > label.menuToggle {
        clip: auto; }
      nav.site-nav ul.nav-level-2 a {
        padding-left: 2.5rem;
        margin-right: 3.5rem; }
      nav.site-nav ul.nav-level-2 li {
        border-top: solid 1px #8a8a8a; }
      nav.site-nav ul.nav-level-2 > li > label.menuToggle {
        clip: auto; }
      nav.site-nav ul.nav-level-3 {
        background-color: #5998c9; }
        nav.site-nav ul.nav-level-3 > li > label.menuToggle {
          clip: auto; }
        nav.site-nav ul.nav-level-3 label {
          color: #fff; }
        nav.site-nav ul.nav-level-3 li {
          border-top: solid 1px white; }
        nav.site-nav ul.nav-level-3 .nav-res-prod li {
          background: rgba(255, 255, 255, 0.2);
          padding-left: 1.5rem; }
        nav.site-nav ul.nav-level-3 a {
          color: #fff;
          padding-left: 3.5rem; }
          nav.site-nav ul.nav-level-3 a::after {
            color: #fff; }
      nav.site-nav ul.nav-level-4 a {
        text-transform: none;
        padding-left: 4.5rem; }
      nav.site-nav a {
        position: relative;
        display: block;
        padding-top: .25rem;
        padding-bottom: .25rem;
        overflow: hidden;
        color: #8a8a8a;
        font-size: .875rem;
        font-weight: 700;
        line-height: 2;
        text-decoration: none;
        text-transform: uppercase;
        transition: padding .3s linear; }
        nav.site-nav a a:hover {
          color: #184a6d; }
      nav.site-nav li {
        position: relative;
        transform: translateZ(1000px);
        transform-style: preserve-3d; }
      nav.site-nav label.menuToggle {
        font: normal normal 400 .75rem/1 "Font Awesome 5 Pro";
        position: absolute;
        text-align: right;
        right: 1rem;
        line-height: 2;
        transform: rotate3d(0, 0, 1, -135deg);
        transition: transform linear .25s;
        z-index: 1;
        clip: rect(0, 0, 0, 0);
        height: 36px;
        width: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem; }
      nav.site-nav input.menuToggle:checked ~ label {
        transform: rotateZ(0deg); }
      nav.site-nav input.menuToggle:checked ~ ul > li > label.menuToggle {
        clip: auto; } }
  @media screen and (min-width: 769px), print {
    nav.site-nav {
      display: flex !important;
      flex-flow: row nowrap;
      justify-content: flex-end;
      align-items: flex-end;
      transition: margin ease-in-out .2s;
      flex: 1 0 auto;
      margin-right: 1.5rem; }
      nav.site-nav .menuToggle {
        display: none; }
      nav.site-nav a {
        display: inline-block;
        font-weight: 600;
        font-size: .85rem;
        text-transform: uppercase;
        padding: 1rem .75rem;
        color: #8a8a8a; }
        nav.site-nav a:hover {
          color: #184a6d; }
      nav.site-nav .nav-level-1 li {
        display: inline-block; }
      nav.site-nav .nav-level-2 {
        flex: 1 0 auto;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end; }
        nav.site-nav .nav-level-2 > li {
          flex: 0 1 auto;
          text-align: right; }
          nav.site-nav .nav-level-2 > li > a {
            color: #8a8a8a; }
          nav.site-nav .nav-level-2 > li:hover > a {
            color: #184a6d; } }
      @media screen and (min-width: 769px) and (min-width: 769px), print {
        nav.site-nav .nav-level-2 > li:hover ul.is-inline-menu {
          display: flex;
          flex-flow: column wrap;
          max-height: 620px; } }
  @media screen and (min-width: 769px), print {
        nav.site-nav .nav-level-2 ul {
          display: none; } }
    @media screen and (min-width: 769px) and (min-width: 769px), print {
      nav.site-nav .nav-level-2 a {
        color: #fff; }
        nav.site-nav .nav-level-2 a:hover {
          color: #184a6d; } }
  @media screen and (min-width: 769px), print {
      nav.site-nav .nav-level-3 {
        position: absolute;
        top: 100%;
        right: 1.5rem;
        animation: navMenuShow .3s ease-in-out;
        background-color: rgba(89, 152, 201, 0.95);
        color: #fff; }
        nav.site-nav .nav-level-3.vertical {
          right: auto;
          padding: .5rem 0rem;
          animation: navMenuShowVert .3s ease-in-out;
          flex-flow: column nowrap;
          justify-content: space-around; }
          nav.site-nav .nav-level-3.vertical > li > a {
            padding: .5rem 1rem; } }
    @media screen and (min-width: 769px) and (min-width: 769px), print {
      nav.site-nav .nav-level-3.is-inline-menu {
        display: none;
        flex: none;
        padding: 1rem;
        columns: 250px 2;
        width: 600px; }
        nav.site-nav .nav-level-3.is-inline-menu li {
          width: 100%; }
        nav.site-nav .nav-level-3.is-inline-menu a {
          padding: .5rem; }
        nav.site-nav .nav-level-3.is-inline-menu ul.nav-level-4 {
          display: inline-block; }
          nav.site-nav .nav-level-3.is-inline-menu ul.nav-level-4.nav-res-prod li a {
            padding: .25rem .5rem; }
          nav.site-nav .nav-level-3.is-inline-menu ul.nav-level-4.nav-res-prod li + a {
            margin-top: .5rem; }
          nav.site-nav .nav-level-3.is-inline-menu ul.nav-level-4.nav-res-prod > a {
            padding-bottom: 0;
            cursor: inherit; }
          nav.site-nav .nav-level-3.is-inline-menu ul.nav-level-4 a {
            text-transform: none;
            font-weight: 400;
            margin-left: 1rem; }
      nav.site-nav .nav-level-3.products-menu > li {
        padding: 0 0 1.5rem 0rem;
        width: 50%; }
        nav.site-nav .nav-level-3.products-menu > li:last-of-type {
          padding-bottom: 0; }
        nav.site-nav .nav-level-3.products-menu > li > a::after {
          content: "\f054";
          font: normal normal 400 .75rem/1 "Font Awesome 5 Pro";
          display: inline-block;
          padding-left: .5rem; } }
  @media screen and (min-width: 769px), print {
        nav.site-nav .nav-level-3 > li {
          flex: 1 0 auto;
          text-align: left; }
          nav.site-nav .nav-level-3 > li > a {
            padding: 1rem 1.5rem; } }
      @media screen and (min-width: 769px) and (min-width: 769px), print {
        nav.site-nav .nav-level-3 > li {
          padding: 0; }
          nav.site-nav .nav-level-3 > li.is-inline-menu {
            flex-flow: column wrap; } }
  @media screen and (min-width: 769px), print {
        nav.site-nav .nav-level-3 li:hover ul.nav-level-4 {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-flow: row wrap;
          padding: 1rem inherit; }
          nav.site-nav .nav-level-3 li:hover ul.nav-level-4 > li {
            flex: 0 1 50%;
            padding: 0;
            text-align: left; } }
      @media screen and (min-width: 769px) and (min-width: 769px), print {
        nav.site-nav .nav-level-3 li:hover ul.nav-level-4 {
          flex: none;
          display: inline-block; }
          nav.site-nav .nav-level-3 li:hover ul.nav-level-4 a {
            padding: .5rem;
            text-transform: none;
            font-weight: 400; } }
  @media screen and (min-width: 769px), print {
        nav.site-nav .nav-level-3:not(.is-inline-menu) .nav-level-4 {
          position: absolute;
          top: 100%;
          right: 0;
          flex-flow: row wrap;
          justify-content: space-around;
          width: 100%;
          animation: navMenuShowVert .3s ease-in-out;
          background-color: rgba(89, 152, 201, 0.95);
          width: 100%;
          border-top: solid 1px #184a6d; }
          nav.site-nav .nav-level-3:not(.is-inline-menu) .nav-level-4 > li > a {
            padding: .5rem 2rem; }
      nav.site-nav li {
        display: block; }
        nav.site-nav li:hover ul {
          display: none; }
        nav.site-nav li:hover > ul {
          display: flex;
          z-index: 10000; } }
  @media screen and (min-width: 769px), print {
    nav.site-nav .site-nav-search svg {
      display: block; } }
  nav.site-nav .site-nav-search svg path {
    fill: #8a8a8a;
    transition: .25s all; }
  nav.site-nav .site-nav-search svg:hover path {
    fill: #184a6d; }
  nav.site-nav .site-nav-search-container:hover div {
    max-height: 3.5rem;
    transition: max-height ease-in-out .25s; }
  nav.site-nav .site-nav-search-container svg path {
    fill: #8a8a8a; }
  nav.site-nav .site-nav-search-container svg:hover path {
    fill: #184a6d; }
  nav.site-nav .site-nav-search-container a {
    position: relative;
    bottom: -0.125rem;
    padding-right: 0; }
    nav.site-nav .site-nav-search-container a span {
      display: none; }
  nav.site-nav .site-nav-search-container div {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 1.5rem;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    transition: max-height ease-in-out .25s 3s; }
  nav.site-nav .site-nav-search-container .site-nav-search {
    display: flex;
    width: 20rem;
    padding: 0;
    border: solid 1px #8a8a8a; }
    nav.site-nav .site-nav-search-container .site-nav-search input {
      flex: 1 1 auto;
      height: 3.125rem;
      line-height: 1.75rem;
      border: 0;
      border-radius: 0;
      padding-left: 1rem;
      color: #8a8a8a; }
    nav.site-nav .site-nav-search-container .site-nav-search button {
      position: relative;
      min-width: 3.25rem;
      width: 3.25rem;
      padding: 0;
      border-radius: 0;
      background-color: #5998c9; }
      nav.site-nav .site-nav-search-container .site-nav-search button svg {
        width: 1rem;
        height: 1rem; }
        nav.site-nav .site-nav-search-container .site-nav-search button svg path {
          fill: #fff; }
  nav.site-nav .is-block-mobile .site-nav-search {
    display: flex;
    padding: 0;
    width: 100%;
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a; }
    nav.site-nav .is-block-mobile .site-nav-search input {
      flex: 1 1 auto;
      border: 0;
      border-radius: 0;
      font-size: .875rem;
      padding: .25rem 1.5rem;
      line-height: 2;
      color: #8a8a8a; }
    nav.site-nav .is-block-mobile .site-nav-search button {
      position: relative;
      min-width: 3.25rem;
      width: 3.25rem;
      padding: 0;
      background-color: #5998c9;
      border-radius: 0;
      border: none; }
      nav.site-nav .is-block-mobile .site-nav-search button svg {
        width: 1rem;
        height: 1rem; }
        nav.site-nav .is-block-mobile .site-nav-search button svg path {
          fill: #fff; }

.is-banner-slider {
  margin: -3px; }
  .is-banner-slider .bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none; }
    @media screen and (min-width: 769px), print {
      .is-banner-slider .bx-wrapper {
        margin-bottom: .25rem; } }
    .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager {
      z-index: 100; }
      @media screen and (min-width: 769px), print {
        .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager {
          bottom: 1rem; } }
      .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: .5rem;
        height: .5rem;
        background-color: #9c9c9c; }
        @media screen and (min-width: 769px), print {
          .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager a {
            background-color: #fff; } }
        .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .is-banner-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
          background-color: #ea7500; }
    .is-banner-slider .bx-wrapper .bx-controls-direction a {
      width: 2rem;
      height: 2.5rem;
      margin-top: -1.25rem;
      background: transparent url(/assets/images/slider-arrow.png) center/100% no-repeat scroll !important;
      top: calc(100vw * 1240 / 2560 / 2);
      transition: initial; }
      @media screen and (min-width: 769px), print {
        .is-banner-slider .bx-wrapper .bx-controls-direction a {
          width: 3rem;
          height: 3.75rem;
          margin-top: -1.875rem;
          top: 50%; } }
      @media screen and (min-width: 1088px) {
        .is-banner-slider .bx-wrapper .bx-controls-direction a {
          width: 4rem;
          height: 5rem;
          margin-top: -2.5rem; } }
      .is-banner-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        transform: rotate(180deg); }
  .is-banner-slider .is-slider-item {
    position: relative; }
  .is-banner-slider .slider-overlay {
    color: #535353 !important;
    text-align: center; }
    @media screen and (min-width: 769px), print {
      .is-banner-slider .slider-overlay {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; } }
    .is-banner-slider .slider-overlay.is-right-half .contain,
    .is-banner-slider .slider-overlay.is-right-half .columns,
    .is-banner-slider .slider-overlay.is-right-half .column,
    .is-banner-slider .slider-overlay.is-right-half .is-flex-column, .is-banner-slider .slider-overlay.is-left-half .contain,
    .is-banner-slider .slider-overlay.is-left-half .columns,
    .is-banner-slider .slider-overlay.is-left-half .column,
    .is-banner-slider .slider-overlay.is-left-half .is-flex-column {
      height: 100%; }
    .is-banner-slider .slider-overlay.is-right-half .column p, .is-banner-slider .slider-overlay.is-left-half .column p {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      @media screen and (min-width: 769px), print {
        .is-banner-slider .slider-overlay.is-right-half .column p, .is-banner-slider .slider-overlay.is-left-half .column p {
          padding-left: 3rem;
          padding-right: 3rem; } }
      @media screen and (min-width: 1088px) {
        .is-banner-slider .slider-overlay.is-right-half .column p, .is-banner-slider .slider-overlay.is-left-half .column p {
          padding-left: 5rem;
          padding-right: 5rem; } }
      @media screen and (min-width: 1280px) {
        .is-banner-slider .slider-overlay.is-right-half .column p, .is-banner-slider .slider-overlay.is-left-half .column p {
          padding-left: 10rem;
          padding-right: 10rem; } }
    .is-banner-slider .slider-overlay.is-right-half .column {
      margin-left: 50%; }
    .is-banner-slider .slider-overlay.is-top-half .contain, .is-banner-slider .slider-overlay.is-bottom-half .contain {
      height: 50%; }
    .is-banner-slider .slider-overlay.is-top-half .is-flex, .is-banner-slider .slider-overlay.is-bottom-half .is-flex {
      height: 100%; }
    .is-banner-slider .slider-overlay.is-bottom-half {
      margin-top: 50%; }
    .is-banner-slider .slider-overlay p {
      font-weight: 400;
      font-size: 1.125rem;
      margin-bottom: 2em; }
  .is-banner-slider ul {
    list-style: none;
    width: 100% !important;
    margin: 0;
    padding: 0; }
    .is-banner-slider ul li {
      width: 100% !important; }

/*
    .bx-viewport li:nth-of-type(1) .text {
        @include for-tablet-portrait-only {
            text-shadow: 0px 0px 8px rgba(255,255,255,.5);
        }
    }

    .bx-viewport li:nth-of-type(5) .text {
        @include for-tablet-portrait-up {
            text-shadow: 0px 0px 8px rgba(0,0,0,0.7);
        }

        @include for-desktop-up {
            text-shadow: none;
        }
    }
    */
/*.bx-wrapper {
        margin-bottom: 5rem !important;

        @include tablet {
            margin-bottom: 0 !important;
        }

        > .bx-controls {
            .bx-pager.bx-default-pager {
                z-index: 100;

                @include tablet {
                    bottom: 2.25vw;
                }

                @media (min-width: 80em) {
                    bottom: 2rem;
                }

                a {
                    width: .5rem;
                    height: .5rem;
                    background-color: $color_dusty_gray;

                    @media (min-width: 45em) {
                        background-color: $color_white;
                    }

                    &:hover,
                    &.active,
                    &:focus {
                        background-color: $color_mango_tango;
                    }
                }
            }

            .bx-controls-direction a {
                width: 4.03125rem;
                height: 5.0625rem;
                margin-top: -2.53125rem;
                background: transparent url(/assets/images/slider-arrow.png) center / 100% no-repeat scroll !important;
                top: 8.4375rem;
                transition: initial;

                &.bx-prev {
                    transform: rotate(180deg);
                }

                @include tablet {
                    top: 50%;
                }
            }
        }
    }
}*/
.textlink {
  display: block;
  font-weight: 600;
  margin: 1rem 0 0;
  text-decoration: none; }
  .textlink:after {
    transform: rotate(-90deg);
    background: transparent url(/assets/svg/chevron-down-apple.svg) center/contain no-repeat scroll;
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    height: .75rem;
    margin-left: .5rem;
    width: .75rem; }
  .textlink.is-info {
    color: #80b141; }

.is-unit-select {
  position: relative; }
  .is-unit-select:hover {
    background-color: rgba(36, 92, 139, 0.2); }
  .is-unit-select div.checkbox {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    margin: 1rem;
    white-space: nowrap; }
  .is-unit-select a.is-block {
    margin-bottom: .75rem; }

.unit-select-container {
  overflow-x: scroll; }
  @media screen and (max-width: 768px) {
    .unit-select-container {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .unit-select-container .column:first-of-type {
        padding-left: 1.5rem; }
      .unit-select-container .column:last-of-type {
        padding-right: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .unit-select-container {
      flex-wrap: wrap;
      overflow-x: auto; } }

.video {
  padding: 2rem 0; }
  .video > div {
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.columns.is-variable.is-centered {
  margin-left: auto;
  margin-right: auto; }

.hero-body {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.section.has-no-padding {
  padding: 0; }

.section.has-no-padding-top {
  padding-top: 0; }

.section.has-no-padding-bottom {
  padding-bottom: 0; }

.section.is-small {
  padding: 2rem; }

.section.is-small-top {
  padding-top: 2rem; }

.section.is-small-bottom {
  padding-bottom: 2rem; }

*:focus {
  outline: none; }

.is-commercial .button {
  font-weight: 600; }

.is-commercial.is-full-screen {
  max-width: none; }

@media screen and (min-width: 769px), print {
  .is-commercial .is-envision2-nxw-chiller .is-product-header img {
    border-bottom: solid 10px #7699cb; }
  .is-commercial .is-envision2-compact .is-product-header img {
    border-bottom: solid 10px #baaf95; }
  .is-commercial .is-envision-30-ton .is-product-header img {
    border-bottom: solid 10px #e4c47e; }
  .is-commercial .is-envision-console .is-product-header img {
    border-bottom: solid 10px #245c8b; }
  .is-commercial .is-envision-low-sill-console .is-product-header img {
    border-bottom: solid 10px #daae6a; }
  .is-commercial .is-envision-xl .is-product-header img {
    border-bottom: solid 10px #fbebba; }
  .is-commercial .is-envision-ndw-dual-hydronic .is-product-header img {
    border-bottom: solid 10px #245c8b; }
  .is-commercial .is-versatec-rooftop .is-product-header img {
    border-bottom: solid 10px #4c7d51; }
  .is-commercial .is-versatec-doas .is-product-header img {
    border-bottom: solid 10px #f15623; }
  .is-commercial .is-versatec-compact .is-product-header img {
    border-bottom: solid 10px #9e9c68; }
  .is-commercial .is-versatec-ultra-nsw-single-hydronic .is-product-header img {
    border-bottom: solid 10px #245c8b; }
  .is-commercial .is-versatec-ultra .is-product-header img {
    border-bottom: solid 10px #cbbe8d; }
  .is-commercial .is-versatec-variable-speed .is-product-header img {
    border-bottom: solid 10px #e07a4d; }
  .is-commercial .is-versatec-xl .is-product-header img {
    border-bottom: solid 10px #e4c47e; }
  .is-commercial .is-wc-modular-chiller .is-product-header img {
    border-bottom: solid 10px #639d9b; }
  .is-commercial .is-wc-variable-speed-dual-screw .is-product-header img {
    border-bottom: solid 10px #233d1b; }
  .is-commercial .is-wc-hybrex-chiller .is-product-header img {
    border-bottom: solid 10px #639d9b; } }

@media screen and (max-width: 768px) {
  .is-commercial .is-envision2-nxw-chiller .unit-efficiencies {
    background-color: #7699cb; }
    .is-commercial .is-envision2-nxw-chiller .unit-efficiencies:before {
      background-color: #7699cb; }
  .is-commercial .is-envision2-compact .unit-efficiencies {
    background-color: #baaf95; }
    .is-commercial .is-envision2-compact .unit-efficiencies:before {
      background-color: #baaf95; }
  .is-commercial .is-envision-30-ton .unit-efficiencies {
    background-color: #e4c47e; }
    .is-commercial .is-envision-30-ton .unit-efficiencies:before {
      background-color: #e4c47e; }
  .is-commercial .is-envision-console .unit-efficiencies {
    background-color: #245c8b; }
    .is-commercial .is-envision-console .unit-efficiencies:before {
      background-color: #245c8b; }
  .is-commercial .is-envision-low-sill-console .unit-efficiencies {
    background-color: #daae6a; }
    .is-commercial .is-envision-low-sill-console .unit-efficiencies:before {
      background-color: #daae6a; }
  .is-commercial .is-envision-xl .unit-efficiencies {
    background-color: #fbebba; }
    .is-commercial .is-envision-xl .unit-efficiencies:before {
      background-color: #fbebba; }
  .is-commercial .is-envision-ndw-dual-hydronic .unit-efficiencies {
    background-color: #245c8b; }
    .is-commercial .is-envision-ndw-dual-hydronic .unit-efficiencies:before {
      background-color: #245c8b; }
  .is-commercial .is-versatec-rooftop .unit-efficiencies {
    background-color: #4c7d51; }
    .is-commercial .is-versatec-rooftop .unit-efficiencies:before {
      background-color: #4c7d51; }
  .is-commercial .is-versatec-doas .unit-efficiencies {
    background-color: #f15623; }
    .is-commercial .is-versatec-doas .unit-efficiencies:before {
      background-color: #f15623; }
  .is-commercial .is-versatec-compact .unit-efficiencies {
    background-color: #9e9c68; }
    .is-commercial .is-versatec-compact .unit-efficiencies:before {
      background-color: #9e9c68; }
  .is-commercial .is-versatec-ultra-nsw-single-hydronic .unit-efficiencies {
    background-color: #245c8b; }
    .is-commercial .is-versatec-ultra-nsw-single-hydronic .unit-efficiencies:before {
      background-color: #245c8b; }
  .is-commercial .is-versatec-ultra .unit-efficiencies {
    background-color: #cbbe8d; }
    .is-commercial .is-versatec-ultra .unit-efficiencies:before {
      background-color: #cbbe8d; }
  .is-commercial .is-versatec-variable-speed .unit-efficiencies {
    background-color: #e07a4d; }
    .is-commercial .is-versatec-variable-speed .unit-efficiencies:before {
      background-color: #e07a4d; }
  .is-commercial .is-versatec-xl .unit-efficiencies {
    background-color: #e4c47e; }
    .is-commercial .is-versatec-xl .unit-efficiencies:before {
      background-color: #e4c47e; }
  .is-commercial .is-wc-modular-chiller .unit-efficiencies {
    background-color: #639d9b; }
    .is-commercial .is-wc-modular-chiller .unit-efficiencies:before {
      background-color: #639d9b; }
  .is-commercial .is-wc-variable-speed-dual-screw .unit-efficiencies {
    background-color: #233d1b; }
    .is-commercial .is-wc-variable-speed-dual-screw .unit-efficiencies:before {
      background-color: #233d1b; }
  .is-commercial .is-wc-hybrex-chiller .unit-efficiencies {
    background-color: #639d9b; }
    .is-commercial .is-wc-hybrex-chiller .unit-efficiencies:before {
      background-color: #639d9b; } }

.is-commercial .is-envision2-nxw-chiller .is-top-feature-item img {
  border-bottom: solid 10px #7699cb; }

.is-commercial .is-envision2-nxw-chiller .unit-efficiencies {
  background-color: #7699cb; }
  .is-commercial .is-envision2-nxw-chiller .unit-efficiencies:before {
    background-color: #7699cb; }

.is-commercial .is-envision2-compact .is-top-feature-item img {
  border-bottom: solid 10px #baaf95; }

.is-commercial .is-envision2-compact .unit-efficiencies {
  background-color: #baaf95; }
  .is-commercial .is-envision2-compact .unit-efficiencies:before {
    background-color: #baaf95; }

.is-commercial .is-envision-30-ton .is-top-feature-item img {
  border-bottom: solid 10px #e4c47e; }

.is-commercial .is-envision-30-ton .unit-efficiencies {
  background-color: #e4c47e; }
  .is-commercial .is-envision-30-ton .unit-efficiencies:before {
    background-color: #e4c47e; }

.is-commercial .is-envision-console .is-top-feature-item img {
  border-bottom: solid 10px #245c8b; }

.is-commercial .is-envision-console .unit-efficiencies {
  background-color: #245c8b; }
  .is-commercial .is-envision-console .unit-efficiencies:before {
    background-color: #245c8b; }

.is-commercial .is-envision-low-sill-console .is-top-feature-item img {
  border-bottom: solid 10px #daae6a; }

.is-commercial .is-envision-low-sill-console .unit-efficiencies {
  background-color: #daae6a; }
  .is-commercial .is-envision-low-sill-console .unit-efficiencies:before {
    background-color: #daae6a; }

.is-commercial .is-envision-xl .is-top-feature-item img {
  border-bottom: solid 10px #fbebba; }

.is-commercial .is-envision-xl .unit-efficiencies {
  background-color: #fbebba; }
  .is-commercial .is-envision-xl .unit-efficiencies:before {
    background-color: #fbebba; }

.is-commercial .is-envision-ndw-dual-hydronic .is-top-feature-item img {
  border-bottom: solid 10px #245c8b; }

.is-commercial .is-envision-ndw-dual-hydronic .unit-efficiencies {
  background-color: #245c8b; }
  .is-commercial .is-envision-ndw-dual-hydronic .unit-efficiencies:before {
    background-color: #245c8b; }

.is-commercial .is-versatec-rooftop .is-top-feature-item img {
  border-bottom: solid 10px #4c7d51; }

.is-commercial .is-versatec-rooftop .unit-efficiencies {
  background-color: #4c7d51; }
  .is-commercial .is-versatec-rooftop .unit-efficiencies:before {
    background-color: #4c7d51; }

.is-commercial .is-versatec-doas .is-top-feature-item img {
  border-bottom: solid 10px #f15623; }

.is-commercial .is-versatec-doas .unit-efficiencies {
  background-color: #f15623; }
  .is-commercial .is-versatec-doas .unit-efficiencies:before {
    background-color: #f15623; }

.is-commercial .is-versatec-compact .is-top-feature-item img {
  border-bottom: solid 10px #9e9c68; }

.is-commercial .is-versatec-compact .unit-efficiencies {
  background-color: #9e9c68; }
  .is-commercial .is-versatec-compact .unit-efficiencies:before {
    background-color: #9e9c68; }

.is-commercial .is-versatec-ultra-nsw-single-hydronic .is-top-feature-item img {
  border-bottom: solid 10px #245c8b; }

.is-commercial .is-versatec-ultra-nsw-single-hydronic .unit-efficiencies {
  background-color: #245c8b; }
  .is-commercial .is-versatec-ultra-nsw-single-hydronic .unit-efficiencies:before {
    background-color: #245c8b; }

.is-commercial .is-versatec-ultra .is-top-feature-item img {
  border-bottom: solid 10px #cbbe8d; }

.is-commercial .is-versatec-ultra .unit-efficiencies {
  background-color: #cbbe8d; }
  .is-commercial .is-versatec-ultra .unit-efficiencies:before {
    background-color: #cbbe8d; }

.is-commercial .is-versatec-variable-speed .is-top-feature-item img {
  border-bottom: solid 10px #e07a4d; }

.is-commercial .is-versatec-variable-speed .unit-efficiencies {
  background-color: #e07a4d; }
  .is-commercial .is-versatec-variable-speed .unit-efficiencies:before {
    background-color: #e07a4d; }

.is-commercial .is-versatec-xl .is-top-feature-item img {
  border-bottom: solid 10px #e4c47e; }

.is-commercial .is-versatec-xl .unit-efficiencies {
  background-color: #e4c47e; }
  .is-commercial .is-versatec-xl .unit-efficiencies:before {
    background-color: #e4c47e; }

.is-commercial .is-wc-modular-chiller .is-top-feature-item img {
  border-bottom: solid 10px #639d9b; }

.is-commercial .is-wc-modular-chiller .unit-efficiencies {
  background-color: #639d9b; }
  .is-commercial .is-wc-modular-chiller .unit-efficiencies:before {
    background-color: #639d9b; }

.is-commercial .is-wc-variable-speed-dual-screw .is-top-feature-item img {
  border-bottom: solid 10px #233d1b; }

.is-commercial .is-wc-variable-speed-dual-screw .unit-efficiencies {
  background-color: #233d1b; }
  .is-commercial .is-wc-variable-speed-dual-screw .unit-efficiencies:before {
    background-color: #233d1b; }

.is-commercial .is-wc-hybrex-chiller .is-top-feature-item img {
  border-bottom: solid 10px #639d9b; }

.is-commercial .is-wc-hybrex-chiller .unit-efficiencies {
  background-color: #639d9b; }
  .is-commercial .is-wc-hybrex-chiller .unit-efficiencies:before {
    background-color: #639d9b; }

.is-commercial .title,
.is-commercial .subtitle {
  word-break: break-word; }
  .is-commercial .title em,
  .is-commercial .title span,
  .is-commercial .subtitle em,
  .is-commercial .subtitle span {
    font-weight: inherit; }
  .is-commercial .title sub,
  .is-commercial .subtitle sub {
    font-size: 0.75em; }
  .is-commercial .title sup,
  .is-commercial .subtitle sup {
    font-size: 0.75em; }
  .is-commercial .title .tag,
  .is-commercial .subtitle .tag {
    vertical-align: middle; }

.is-commercial .title {
  color: #245c8b;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.125; }
  .is-commercial .title strong {
    color: #245c8b;
    font-weight: 700; }
  .is-commercial .title + .highlight {
    margin-top: -0.75rem; }
  .is-commercial .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .is-commercial .title.is-1 {
    font-size: 3rem; }
  .is-commercial .title.is-2 {
    font-size: 2.5rem; }
  .is-commercial .title.is-3 {
    font-size: 2rem; }
  .is-commercial .title.is-4 {
    font-size: 1.5rem; }
  .is-commercial .title.is-5 {
    font-size: 1.25rem; }
  .is-commercial .title.is-6 {
    font-size: 1rem; }
  .is-commercial .title.is-7 {
    font-size: 0.75rem; }

.is-commercial .subtitle {
  color: #484848;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25; }
  .is-commercial .subtitle strong {
    color: #484848;
    font-weight: 600; }
  .is-commercial .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .is-commercial .subtitle.is-1 {
    font-size: 3rem; }
  .is-commercial .subtitle.is-2 {
    font-size: 2.5rem; }
  .is-commercial .subtitle.is-3 {
    font-size: 2rem; }
  .is-commercial .subtitle.is-4 {
    font-size: 1.5rem; }
  .is-commercial .subtitle.is-5 {
    font-size: 1.25rem; }
  .is-commercial .subtitle.is-6 {
    font-size: 1rem; }
  .is-commercial .subtitle.is-7 {
    font-size: 0.75rem; }

.is-commercial .title a {
  color: #245c8b; }
  .is-commercial .title a:hover {
    color: #3273dc;
    text-decoration: underline; }

.is-commercial .section.is-product-cta {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.is-commercial .section.is-commercial-features + .section.is-product-cta {
  margin-top: -3.75rem; }

.is-commercial .has-support-overlay {
  position: relative; }
  .is-commercial .has-support-overlay .is-support-overlay {
    position: relative;
    width: 100%;
    max-width: 60rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -23vw; }
    @media screen and (min-width: 60rem) {
      .is-commercial .has-support-overlay .is-support-overlay {
        margin-top: -15rem; } }
  .is-commercial .has-support-overlay .is-support-design-overlay {
    position: relative;
    width: 100%;
    max-width: 40rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -27vw; }
    @media screen and (min-width: 48rem) {
      .is-commercial .has-support-overlay .is-support-design-overlay {
        margin-top: -10rem; } }
  @media screen and (min-width: 48rem) and (min-width: 48rem) {
    .is-commercial .has-support-overlay .is-support-design-overlay {
      margin-top: calc(-10rem + -5 * (100vw - 48rem) / 44); } }
  @media screen and (min-width: 48rem) and (min-width: 92rem) {
    .is-commercial .has-support-overlay .is-support-design-overlay {
      margin-top: -15rem; } }
  .is-commercial .has-support-overlay .is-support-training-overlay {
    position: relative;
    width: 100%;
    max-width: 60rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -23vw; }
    @media screen and (min-width: 48rem) {
      .is-commercial .has-support-overlay .is-support-training-overlay {
        margin-top: -8rem; } }
  @media screen and (min-width: 48rem) and (min-width: 48rem) {
    .is-commercial .has-support-overlay .is-support-training-overlay {
      margin-top: calc(-8rem + -6 * (100vw - 48rem) / 44); } }
  @media screen and (min-width: 48rem) and (min-width: 92rem) {
    .is-commercial .has-support-overlay .is-support-training-overlay {
      margin-top: -14rem; } }

.is-commercial .has-quick-ship-overlay {
  position: relative; }
  .is-commercial .has-quick-ship-overlay .is-quick-ship-overlay {
    position: relative;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25%;
    max-width: 30rem; }
    @media screen and (min-width: 769px), print {
      .is-commercial .has-quick-ship-overlay .is-quick-ship-overlay {
        max-width: 35rem;
        margin-top: -12%; } }

.is-commercial .has-tax-credit-overlay {
  position: relative; }
  .is-commercial .has-tax-credit-overlay .is-tax-credit-overlay {
    position: relative;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -9rem;
    max-width: 23rem; }

.is-commercial .has-control-board-overlay {
  position: relative; }
  .is-commercial .has-control-board-overlay .is-control-board-overlay {
    position: relative;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25%;
    max-width: 23rem; }
    @media screen and (min-width: 769px), print {
      .is-commercial .has-control-board-overlay .is-control-board-overlay {
        max-width: 23rem;
        margin-top: -10%; } }

.is-commercial .is-controls-overview .box {
  padding: .75rem; }

.is-commercial .is-controls-lit .column {
  margin-bottom: 2rem; }

.is-commercial a.has-text-info-link {
  margin-top: 1.5rem;
  text-decoration: none; }
  .is-commercial a.has-text-info-link:after {
    content: '';
    position: relative;
    top: 1px;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin-left: .5rem;
    background: transparent url(/assets/svg/chevron-down-apple.svg) center/contain no-repeat scroll;
    transform: rotate(-90deg); }

.is-commercial .is-commercial-button {
  background-color: #245c8b;
  color: #fff; }
  .is-commercial .is-commercial-button:hover {
    background-color: #3273dc; }

.is-commercial .commercial-products-overview .svg div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center; }

.is-commercial .commercial-products-overview .svg svg {
  width: 66%;
  padding: 1.5rem; }

.is-commercial .is-quick-ship-nomenclature {
  margin-top: 3rem; }
  .is-commercial .is-quick-ship-nomenclature .is-nomenclature {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    cursor: pointer; }
    @media (min-width: 20rem) {
      .is-commercial .is-quick-ship-nomenclature .is-nomenclature {
        padding-left: calc(0rem + 1.5 * (100vw - 20rem) / 28); } }
    @media (min-width: 48rem) {
      .is-commercial .is-quick-ship-nomenclature .is-nomenclature {
        padding-left: 1.5rem; } }
    @media (min-width: 20rem) {
      .is-commercial .is-quick-ship-nomenclature .is-nomenclature {
        padding-right: calc(0rem + 1.5 * (100vw - 20rem) / 28); } }
    @media (min-width: 48rem) {
      .is-commercial .is-quick-ship-nomenclature .is-nomenclature {
        padding-right: 1.5rem; } }
    .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
      font-size: 1rem;
      display: inline-block;
      padding-left: 0rem;
      padding-right: 0rem;
      padding-top: 0rem;
      padding-bottom: 0rem;
      border: solid 1px #dbdbdb;
      border-left: none;
      font-family: "Lucida Console", Monaco, monospace; }
      @media (min-width: 20rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-left: calc(0rem + 0.3125 * (100vw - 20rem) / 28); } }
      @media (min-width: 48rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-left: 0.3125rem; } }
      @media (min-width: 20rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-right: calc(0rem + 0.3125 * (100vw - 20rem) / 28); } }
      @media (min-width: 48rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-right: 0.3125rem; } }
      @media (min-width: 20rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-top: calc(0rem + 0.625 * (100vw - 20rem) / 28); } }
      @media (min-width: 48rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-top: 0.625rem; } }
      @media (min-width: 20rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-bottom: calc(0rem + 0.625 * (100vw - 20rem) / 28); } }
      @media (min-width: 48rem) {
        .is-commercial .is-quick-ship-nomenclature .is-nomenclature span {
          padding-bottom: 0.625rem; } }
      .is-commercial .is-quick-ship-nomenclature .is-nomenclature span:first-child {
        border-left: solid 1px #dbdbdb; }
  .is-commercial .is-quick-ship-nomenclature .is-nom-pos-desc-container {
    padding: .75rem; }
  .is-commercial .is-quick-ship-nomenclature .is-nom-pos-desc {
    padding: .75rem; }
  .is-commercial .is-quick-ship-nomenclature .field:not(:last-child) {
    margin-bottom: 0; }
  .is-commercial .is-quick-ship-nomenclature .is-hovered {
    background-color: #dbdbdb; }
  .is-commercial .is-quick-ship-nomenclature .is-styled label:hover {
    background-color: rgba(36, 92, 139, 0.5);
    color: #fff; }
  .is-commercial .is-quick-ship-nomenclature .control.is-inline-block input {
    display: none; }
    .is-commercial .is-quick-ship-nomenclature .control.is-inline-block input:checked ~ label {
      background-color: #ea7500;
      color: #fff; }
  .is-commercial .is-quick-ship-nomenclature .control.is-inline-block label {
    padding: .125rem; }
    .is-commercial .is-quick-ship-nomenclature .control.is-inline-block label:hover {
      background-color: rgba(36, 92, 139, 0.5);
      color: #fff; }

.is-commercial .is-controls-overview .columns:nth-of-type(1) {
  margin-bottom: 7.25rem; }

.is-commercial .is-controls-overview .columns:nth-of-type(2) {
  margin-bottom: 4.25rem; }

.is-commercial .is-discovery-btn {
  margin-top: 2rem; }

.is-commercial #wiring-lookup-notification-container ul {
  list-style: none; }

.is-commercial .support-software-logos figure {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.is-commercial .support-software-logos svg {
  width: 100%;
  max-width: 55%;
  margin: 1rem; }
  @media screen and (min-width: 769px), print {
    .is-commercial .support-software-logos svg {
      align-content: flex-start; } }

.is-commercial .support-training-aurora {
  padding-top: 2rem; }

.is-commercial .made-in-midwest {
  max-width: 25rem;
  width: 100%;
  padding: 3rem; }

.is-commercial .training-schedule-wrapper {
  overflow-x: auto; }

.is-commercial .training-schedule {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }
  .is-commercial .training-schedule th {
    font-weight: 700;
    text-decoration: underline; }
  .is-commercial .training-schedule th, .is-commercial .training-schedule td {
    padding: .25rem 1rem;
    white-space: nowrap; }

.is-landing-commercial {
  overflow-x: clip; }

.is-corporate .is-landing {
  margin-bottom: .25rem;
  overflow-x: clip; }
  .is-corporate .is-landing .distribution-channels {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-top: -0.25rem; }
    .is-corporate .is-landing .distribution-channels:last-child {
      margin-bottom: -0.25rem; }
    .is-corporate .is-landing .distribution-channels .title {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 30%;
      width: 100%;
      position: absolute;
      color: #fff;
      transition: color linear .25s;
      z-index: 10;
      font-weight: 400;
      padding: 0 1.5rem; }
    .is-corporate .is-landing .distribution-channels .is-overlay {
      margin: 0 .25rem;
      padding: 30% 1rem 0;
      top: 100%;
      transition: top linear .3s;
      background-color: rgba(69, 150, 216, 0.7);
      z-index: 1; }
    .is-corporate .is-landing .distribution-channels .column {
      position: relative;
      padding: 0 .25rem; }
      .is-corporate .is-landing .distribution-channels .column:hover .title {
        color: #fff; }
      .is-corporate .is-landing .distribution-channels .column:hover .is-overlay {
        top: 0; }
      .is-corporate .is-landing .distribution-channels .column:hover h1 {
        color: #fff; }
    .is-corporate .is-landing .distribution-channels figure {
      position: relative;
      padding-top: 75%; }
    .is-corporate .is-landing .distribution-channels img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .is-corporate .is-landing .distribution-channels p {
      color: #ffffff;
      margin: 1rem auto;
      max-width: 300px; }
      @media screen and (min-width: 769px), print {
        .is-corporate .is-landing .distribution-channels p {
          max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .is-corporate .is-landing .distribution-channels .column {
        padding: 3px 0; }
        .is-corporate .is-landing .distribution-channels .column .title {
          color: #fff; }
        .is-corporate .is-landing .distribution-channels .column .is-overlay {
          top: 0;
          margin: 3px 0; }
        .is-corporate .is-landing .distribution-channels .column h1 {
          color: #fff; } }
    @media screen and (min-width: 769px), print {
      .is-corporate .is-landing .distribution-channels .is-overlay {
        top: 100%; }
      .is-corporate .is-landing .distribution-channels .title {
        color: #4596d8;
        height: 20%; }
      .is-corporate .is-landing .distribution-channels figure {
        padding-top: 134%; } }
  .is-corporate .is-landing .button:hover {
    animation: pulse 1s; }

.is-commercial-features figure.column.is-unit-overlay-bottom-right.is-usage-detail img:last-of-type {
  width: 75%;
  right: -5rem;
  bottom: 1rem; }

.is-landing-top-features .image.svg > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: flex-end; }

.is-landing-top-features .image.svg svg {
  width: 100%;
  padding: 1.5rem; }

.is-landing-top-features .column div, .is-landing-top-features .column p {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.is-reliable-renewable-logo {
  width: 60%; }
  @media screen and (max-width: 768px) {
    .is-reliable-renewable-logo {
      margin-left: auto;
      margin-right: auto; } }

.ez-advertising-hand-chart {
  position: absolute;
  left: -100vw;
  right: 0; }
  @media screen and (max-width: 768px) {
    .ez-advertising-hand-chart {
      top: calc(100vw - (585/816.8 * 100vw) - 1.5rem); } }
  @media screen and (min-width: 769px), print {
    .ez-advertising-hand-chart {
      bottom: 0;
      left: 0; } }
  .ez-advertising-hand-chart svg {
    display: block; }

.is-literature-cover {
  padding: 3px;
  border: solid 1px #b5b5b5; }

.is-com-locator .input-section h1, .is-com-locator .input-section p, .is-com-locator .input-section .field {
  padding: .5rem 1.5rem; }

.is-com-locator .is-sidebar {
  flex: 0 1 100%;
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  min-height: 75vh; }
  @media screen and (min-width: 769px), print {
    .is-com-locator .is-sidebar {
      max-height: 75vh; } }

.is-com-locator #map {
  height: 100%;
  width: 100%; }

.is-com-locator .detail-list-wrapper {
  flex-flow: column nowrap;
  flex-grow: 1;
  padding: 1.5rem;
  overflow: auto; }
  .is-com-locator .detail-list-wrapper h2 {
    border-bottom: solid 1px #c3c3c3;
    padding: .75rem 0; }
  .is-com-locator .detail-list-wrapper .locator-detail-list {
    overflow: auto;
    animation: flashNew 3s;
    flex: 0 1 100%;
    line-height: 1; }
    .is-com-locator .detail-list-wrapper .locator-detail-list:not(:empty) {
      border-bottom: solid 1px #c3c3c3; }
    .is-com-locator .detail-list-wrapper .locator-detail-list:after {
      content: "";
      display: table;
      clear: both; }
    .is-com-locator .detail-list-wrapper .locator-detail-list li {
      padding: .75rem; }
      .is-com-locator .detail-list-wrapper .locator-detail-list li.selected {
        background-color: rgba(0, 0, 0, 0.05); }
      .is-com-locator .detail-list-wrapper .locator-detail-list li:hover {
        background-color: rgba(0, 0, 0, 0.025); }
      .is-com-locator .detail-list-wrapper .locator-detail-list li + li {
        border-top: solid 1px #efefef; }
    .is-com-locator .detail-list-wrapper .locator-detail-list .name {
      font-weight: bold; }
    .is-com-locator .detail-list-wrapper .locator-detail-list .territory {
      display: block;
      padding: .5rem 0 .25rem; }
    .is-com-locator .detail-list-wrapper .locator-detail-list .phone {
      display: block;
      padding: .25rem 0; }
    .is-com-locator .detail-list-wrapper .locator-detail-list .address {
      display: block;
      padding: .25rem 0; }
    .is-com-locator .detail-list-wrapper .locator-detail-list a {
      text-decoration: none; }

@keyframes flashNew {
  0% {
    background: #ccc; }
  100% {
    background: none; } }

.is-com-locator #map h3 {
  font-size: .8rem;
  min-width: 250px; }

.is-com-locator #map img.gp {
  float: right;
  clear: right;
  display: none; }

.is-com-locator #map p {
  margin: 0; }

.is-com-locator #map a {
  text-decoration: none; }

.is-com-locator .field-staff-wrapper {
  margin-top: auto; }

.is-com-locator .field-staff-container .fieldStaff {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: .75rem; }
  .is-com-locator .field-staff-container .fieldStaff span:nth-child(1) {
    flex: 0 1 auto; }
    .is-com-locator .field-staff-container .fieldStaff span:nth-child(1) a {
      text-decoration: none;
      font-weight: 700; }
  .is-com-locator .field-staff-container .fieldStaff span:nth-child(2) {
    display: none; }
  .is-com-locator .field-staff-container .fieldStaff span:nth-child(3) {
    flex: 0 1 auto;
    margin-left: auto; }

.is-product-navbar {
  border-bottom: 1px solid #dbdbdb; }
  @media screen and (max-width: 768px) {
    .is-product-navbar .container {
      padding: 0; } }
  .is-product-navbar .field.is-grouped {
    margin-bottom: 0;
    align-items: center; }
  .is-product-navbar a:hover, .is-product-navbar a.is-active {
    color: #4596d8; }
  .is-product-navbar label {
    cursor: pointer; }
    .is-product-navbar label:hover {
      text-decoration: underline;
      color: #3273dc; }
  @media screen and (max-width: 768px) {
    .is-product-navbar label,
    .is-product-navbar a {
      border-top: 1px solid #dbdbdb; } }

.is-product-header {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px), print {
    .is-product-header {
      display: flex; } }
  .is-product-header .is-overlay {
    position: relative;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 769px), print {
      .is-product-header .is-overlay {
        flex: 1 1 100%;
        min-width: 100%;
        width: 100%;
        max-width: 100%; } }
    .is-product-header .is-overlay img {
      width: 100%; }
  @media screen and (max-width: 1087px) {
    .is-product-header .container {
      width: 100%; } }
  .is-product-header .unit-efficiencies {
    width: 250px; }
    .is-product-header .unit-efficiencies > div {
      opacity: 0;
      animation: .5s ease .25s normal forwards 1 fadeIn;
      z-index: 10;
      position: relative; }
  .is-product-header .unit-details {
    position: relative;
    left: 0;
    text-align: center;
    z-index: 2; }
    @media screen and (min-width: 769px), print {
      .is-product-header .unit-details {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        flex-flow: column nowrap;
        justify-content: center;
        text-align: left; } }
  .is-product-header .ahri-cert {
    margin: 10px auto;
    z-index: 1;
    text-align: center; }
    .is-product-header .ahri-cert svg {
      width: 125px; }
    @media screen and (min-width: 769px), print {
      .is-product-header .ahri-cert {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 1.5rem;
        margin: 0;
        text-align: right; } }
  .is-product-header .h1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #245c8b;
    line-height: 1.2; }
    @media screen and (min-width: 769px), print {
      .is-product-header .h1 {
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #fff; } }
    .is-product-header .h1 .unit-name {
      display: block;
      margin-bottom: .5rem;
      font-style: italic;
      font-weight: 700;
      font-size: 1.5rem; }
      @media (min-width: 20rem) {
        .is-product-header .h1 .unit-name {
          font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 20); } }
      @media (min-width: 40rem) {
        .is-product-header .h1 .unit-name {
          font-size: 2rem; } }
    .is-product-header .h1 unit-nomenclature {
      display: block;
      font-weight: 500;
      font-size: 1rem; }
      @media (min-width: 20rem) {
        .is-product-header .h1 unit-nomenclature {
          font-size: calc(1rem + 0.5 * (100vw - 20rem) / 20); } }
      @media (min-width: 40rem) {
        .is-product-header .h1 unit-nomenclature {
          font-size: 1.5rem; } }
    .is-product-header .h1 .unit-capacity {
      display: block;
      font-weight: 500;
      font-size: 1rem; }
      @media (min-width: 20rem) {
        .is-product-header .h1 .unit-capacity {
          font-size: calc(1rem + 0.5 * (100vw - 20rem) / 20); } }
      @media (min-width: 40rem) {
        .is-product-header .h1 .unit-capacity {
          font-size: 1.5rem; } }
    .is-product-header .h1 .unit-name,
    .is-product-header .h1 .unit-capacity {
      display: block; }
  .is-product-header .unit-efficiencies {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15vw);
    margin-left: -7.5vw;
    padding: 1rem;
    color: #fff; }
    @media screen and (min-width: 769px), print {
      .is-product-header .unit-efficiencies {
        display: inline-flex;
        justify-content: flex-start;
        width: auto;
        margin: 0;
        padding: 1rem; } }
    .is-product-header .unit-efficiencies div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 .5rem; }
      .is-product-header .unit-efficiencies div .efficiency-up-to {
        font-weight: 600;
        font-size: .75rem;
        white-space: nowrap;
        text-transform: uppercase; }
      .is-product-header .unit-efficiencies div .efficiency-value {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1; }
      .is-product-header .unit-efficiencies div .efficiency-type {
        font-weight: 600;
        font-size: .75rem;
        white-space: nowrap; }
  @media screen and (min-width: 769px), print {
    .is-product-header.text_left .text {
      align-items: flex-start; }
      .is-product-header.text_left .text .details {
        padding-right: 2rem; } }

#product-features,
#product-specifications {
  position: relative;
  z-index: 0;
  opacity: 0;
  max-height: 0;
  transition: all .25s ease-in-out 0s;
  overflow-x: hidden; }
  #product-features .box,
  #product-specifications .box {
    margin: 2rem auto;
    max-width: 59rem; }

.product-navbar-toggle {
  display: none; }
  .product-navbar-toggle[value="features"]:checked ~ #product-features {
    max-height: 100%;
    opacity: 1; }
  .product-navbar-toggle[value="features"]:checked ~ .is-product-navbar label[for=product-navbar-features] {
    color: #4596d8; }
    .product-navbar-toggle[value="features"]:checked ~ .is-product-navbar label[for=product-navbar-features]:hover {
      text-decoration: none;
      cursor: default; }
    .is-commercial .product-navbar-toggle[value="features"]:checked ~ .is-product-navbar label[for=product-navbar-features] {
      color: #245c8b; }
  .product-navbar-toggle[value="specifications"]:checked ~ #product-specifications {
    max-height: 100%;
    opacity: 1; }
  .product-navbar-toggle[value="specifications"]:checked ~ .is-product-navbar label[for=product-navbar-specifications] {
    color: #4596d8; }
    .product-navbar-toggle[value="specifications"]:checked ~ .is-product-navbar label[for=product-navbar-specifications]:hover {
      text-decoration: none;
      cursor: default; }
    .is-commercial .product-navbar-toggle[value="specifications"]:checked ~ .is-product-navbar label[for=product-navbar-specifications] {
      color: #245c8b; }

@media (min-width: 38em) {
  .productAnchorBar {
    border-bottom: 1px solid #dbdbdb; } }

.productAnchorBar .contain {
  max-width: 64rem;
  margin: 0 auto; }
  @media (min-width: 38em) {
    .productAnchorBar .contain {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 1.5rem 0 .5rem; } }
  .productAnchorBar .contain a {
    display: block;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 3rem;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb; }
    @media (min-width: 38em) {
      .productAnchorBar .contain a {
        display: inline-block;
        padding: 0 1rem;
        line-height: 4.0625rem;
        border-bottom: 0; }
        .productAnchorBar .contain a.where_to_buy {
          color: #fff;
          font-size: .875rem;
          line-height: 2.25rem;
          background-color: #ea7500;
          border-radius: 4px; }
          .productAnchorBar .contain a.where_to_buy:hover {
            color: #fff;
            background-color: #b75c00; } }
    .productAnchorBar .contain a:hover, .productAnchorBar .contain a.active {
      color: #4596d8; }

div[data-anchor=specifications],
div[data-anchor=accessories] {
  display: none; }

.product_features {
  max-width: 64rem;
  margin: 6rem auto; }
  .product_features > header {
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    color: #323232;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 20em) {
      .product_features > header {
        font-size: calc(1.5rem + 0.5 * (100vw - 20em) / 20); } }
    @media (min-width: 40em) {
      .product_features > header {
        font-size: 2rem; } }
  .product_features .col3 .col {
    padding: 0 2rem;
    text-align: center; }
    @media (min-width: 36rem) {
      .product_features .col3 .col {
        text-align: left; } }
    .product_features .col3 .col img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .product_features .col3 .col header {
      color: #323232;
      font-size: 1.4375rem; }
    .product_features .col3 .col p {
      font-size: .875rem; }
      .product_features .col3 .col p:first-of-type {
        margin-top: .875rem; }

.product_specs {
  padding: 3rem 0; }
  @media (min-width: 43.75rem) {
    .product_specs {
      padding: 5.625rem 0 0; } }
  .product_specs ul.specs_grid {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 43.75rem) {
      .product_specs ul.specs_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media (min-width: 43.75rem) {
      .product_specs ul.specs_grid li {
        width: 50%; } }
    .product_specs ul.specs_grid li:nth-child(2n) .specs_title,
    .product_specs ul.specs_grid li:nth-child(2n) .specs_data {
      border: none; }
      @media (min-width: 43.75rem) {
        .product_specs ul.specs_grid li:nth-child(2n) .specs_title p,
        .product_specs ul.specs_grid li:nth-child(2n) .specs_data p {
          margin: 0 auto 0 0; } }
    .product_specs ul.specs_grid li:nth-last-child(-n+2) .specs_data {
      min-height: 12rem; }
    .product_specs ul.specs_grid li .specs_title {
      background: #f4f4f4;
      font-size: 1.25rem;
      font-weight: 600; }
      @media (min-width: 43.75rem) {
        .product_specs ul.specs_grid li .specs_title {
          align-items: center;
          display: flex;
          min-height: 5rem; } }
      .product_specs ul.specs_grid li .specs_title p {
        margin: 0;
        padding: 0.5rem 1.5rem; }
        @media (min-width: 43.75rem) {
          .product_specs ul.specs_grid li .specs_title p {
            margin: 0 0 0 auto;
            max-width: 25rem;
            width: 100%; } }
    @media (min-width: 43.75rem) {
      .product_specs ul.specs_grid li .specs_data {
        align-items: center;
        display: flex;
        border-right: 1px solid #c0c0c0;
        min-height: 8rem; } }
    .product_specs ul.specs_grid li .specs_data p {
      margin: 0;
      max-width: 23.5rem;
      padding: 2rem 1.5rem; }
      @media (min-width: 43.75rem) {
        .product_specs ul.specs_grid li .specs_data p {
          margin: 0 0 0 auto;
          max-width: 25rem;
          width: 100%; } }
      .product_specs ul.specs_grid li .specs_data p a {
        color: #4596d8;
        font-weight: 600;
        text-decoration: none; }

.is-product-cta.has-top-border {
  border-top: 1px solid #dbdbdb; }

.is-product-cta a {
  flex: 1;
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #656565; }
  .is-product-cta a .image {
    margin: 1rem auto; }
    .is-product-cta a .image svg {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .is-product-cta a header {
    color: #323232;
    font-size: 1.4375rem; }
  .is-product-cta a p {
    margin: 0 auto; }
    @media screen and (min-width: 769px), print {
      .is-product-cta a p {
        max-width: 18rem; } }

.unitTypeDesc input[type=radio] {
  display: none; }

.unitTypeDesc .unitTypes {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: space-around;
  background-color: #fff;
  padding: 0 1vw;
  max-width: 40rem;
  margin: 0 auto 0; }
  @media screen and (min-width: 1088px) {
    .unitTypeDesc .unitTypes {
      align-items: stretch;
      max-width: 1040px;
      margin: 0 auto 5rem; } }
  .unitTypeDesc .unitTypes > label {
    width: 23%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: solid 1.5px #dbdbdb;
    padding: 2rem 1rem 2rem 1rem;
    transition: border 300ms, opacity 300ms; }
    @media screen and (min-width: 769px), print {
      .unitTypeDesc .unitTypes > label {
        padding: 1rem; } }
    .unitTypeDesc .unitTypes > label:hover.allinone, .unitTypeDesc .unitTypes > label.active.allinone {
      border-color: #6ab04b; }
    .unitTypeDesc .unitTypes > label:hover.hydronic, .unitTypeDesc .unitTypes > label.active.hydronic {
      border-color: #43bde5; }
    .unitTypeDesc .unitTypes > label:hover.split, .unitTypeDesc .unitTypes > label.active.split {
      border-color: #6567ac; }
    .unitTypeDesc .unitTypes > label:hover.combo, .unitTypeDesc .unitTypes > label.active.combo {
      border-color: #c77b32; }
    .unitTypeDesc .unitTypes > label svg {
      width: 2rem;
      height: 2rem; }
      @media (min-width: 20em) {
        .unitTypeDesc .unitTypes > label svg {
          width: calc(2rem + 0.875 * (100vw - 20em) / 14); } }
      @media (min-width: 34em) {
        .unitTypeDesc .unitTypes > label svg {
          width: 2.875rem; } }
      @media (min-width: 20em) {
        .unitTypeDesc .unitTypes > label svg {
          height: calc(2rem + 0.875 * (100vw - 20em) / 14); } }
      @media (min-width: 34em) {
        .unitTypeDesc .unitTypes > label svg {
          height: 2.875rem; } }
    .unitTypeDesc .unitTypes > label .title {
      display: block;
      margin-top: 1rem;
      margin-bottom: .5rem;
      font-weight: 700;
      font-size: 0.75rem; }
      @media (min-width: 20em) {
        .unitTypeDesc .unitTypes > label .title {
          font-size: calc(0.75rem + 0.375 * (100vw - 20em) / 14); } }
      @media (min-width: 34em) {
        .unitTypeDesc .unitTypes > label .title {
          font-size: 1.125rem; } }
    .unitTypeDesc .unitTypes > label > .desc {
      display: none;
      margin-bottom: 0; }
      @media screen and (min-width: 1088px) {
        .unitTypeDesc .unitTypes > label > .desc {
          display: block; } }

.unitTypeDesc .unitTypes + .centered_copy {
  padding: 0 1.5rem; }
  @media screen and (min-width: 1088px) {
    .unitTypeDesc .unitTypes + .centered_copy {
      display: none; } }
  .unitTypeDesc .unitTypes + .centered_copy .unitTypeDescWrapper {
    position: relative;
    overflow-x: hidden; }
  .unitTypeDesc .unitTypes + .centered_copy .unitTypeDescWrapper2 {
    position: relative;
    display: flex; }
    .unitTypeDesc .unitTypes + .centered_copy .unitTypeDescWrapper2 div {
      flex: 0 0 100%;
      padding: 1rem 1.5rem; }

.unitTypeDesc #unitTypeAllInOne:checked ~ .unitTypes label.allinone {
  border-color: #6ab04b; }

.unitTypeDesc #unitTypeHydronic:checked ~ .unitTypes label.hydronic {
  border-color: #43bde5; }

.unitTypeDesc #unitTypeSplit:checked ~ .unitTypes label.split {
  border-color: #6567ac; }

.unitTypeDesc #unitTypeCombo:checked ~ .unitTypes label.combo {
  border-color: #c77b32; }

.unitTypeDesc #unitTypeAllInOne:checked ~ .centered_copy .unitTypeDescWrapper2 {
  left: 0;
  transition: left ease-in-out .25s; }

.unitTypeDesc #unitTypeHydronic:checked ~ .centered_copy .unitTypeDescWrapper2 {
  left: -100%;
  transition: left ease-in-out .25s; }

.unitTypeDesc #unitTypeSplit:checked ~ .centered_copy .unitTypeDescWrapper2 {
  left: -200%;
  transition: left ease-in-out .25s; }

.unitTypeDesc #unitTypeCombo:checked ~ .centered_copy .unitTypeDescWrapper2 {
  left: -300%;
  transition: left ease-in-out .25s; }

.compare_bar {
  border-bottom: 0px solid #dbdbdb;
  background-color: #f2f4f5;
  margin-bottom: 5rem; }
  .compare_bar .contain {
    max-width: 67rem;
    margin: 0 auto;
    padding: 2.25rem 1.5rem;
    text-align: center; }
    @media screen and (min-width: 769px), print {
      .compare_bar .contain {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .compare_bar .contain span {
      display: block;
      margin-bottom: .5rem;
      color: #acacac; }
      @media screen and (min-width: 769px), print {
        .compare_bar .contain span {
          margin-bottom: 0;
          text-align: right; } }
    .compare_bar .contain input[type=submit] {
      float: none; }
      .compare_bar .contain input[type=submit]:not(.button) {
        padding: .375rem 1.5rem;
        color: #4596d8;
        font-weight: 700;
        font-size: 1.0625rem;
        text-decoration: none;
        background: none; }
      .compare_bar .contain input[type=submit].button {
        padding: .375rem 1.5rem; }

.product_comparison {
  max-width: 67rem;
  margin: 0 auto 5rem auto;
  padding: 0 1.5rem; }
  .product_comparison .col {
    padding: 0 1.5rem 3rem 1.5rem;
    text-align: left;
    transition: .25s all;
    overflow: hidden; }
    .product_comparison .col figure {
      padding-bottom: 115%;
      position: relative; }
      .product_comparison .col figure a {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%; }
    .product_comparison .col label {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      font-size: .6875rem; }
      .product_comparison .col label span {
        flex: 0 1 auto;
        margin-bottom: 0;
        padding-right: .75rem;
        text-align: right; }
      .product_comparison .col label input {
        flex: 0 0 auto; }
    .product_comparison .col a {
      display: block;
      margin-top: 1rem;
      color: #4596d8;
      font-weight: 700;
      font-size: 1.25rem;
      text-decoration: none; }
      .product_comparison .col a span {
        font-weight: 400; }
    .product_comparison .col .type, .product_comparison .col .efficiency {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      font-size: 0.9rem;
      font-weight: 600; }
      .product_comparison .col .type svg, .product_comparison .col .efficiency svg {
        width: 2rem;
        height: 2rem;
        margin-right: .5rem; }
    .product_comparison .col .type {
      min-height: 3em; }
    .product_comparison .col .type span span {
      white-space: nowrap; }
    .product_comparison .col p {
      font-size: .85rem;
      min-height: 120px; }
      @media screen and (min-width: 769px), print {
        .product_comparison .col p {
          min-height: 0; } }
    .product_comparison .col.allinone .type {
      color: #6ab04b; }
    .product_comparison .col.hydronic .type {
      color: #43bde5; }
    .product_comparison .col.split .type {
      color: #6567ac; }
    .product_comparison .col.combo .type {
      color: #c77b32; }

@media screen and (max-width: 768px) {
  .product_comparison {
    width: 100%;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: none !important;
    display: inline-block;
    padding: 0;
    margin-bottom: 1.5rem; }
    .product_comparison::-webkit-scrollbar {
      width: 1em; }
    .product_comparison::-webkit-scrollbar-track {
      -webkit-box-shadow: transparent; }
    .product_comparison::-webkit-scrollbar-thumb {
      background-color: transparent;
      outline: none; }
    .product_comparison .col {
      width: 250px !important;
      max-width: none !important;
      margin-bottom: 0;
      margin-right: 1.5rem;
      padding-bottom: 0;
      flex: none !important;
      white-space: normal;
      display: inline-block !important;
      padding: 1.5rem;
      margin-top: 2rem; }
      .product_comparison .col label {
        margin-bottom: 1rem !important; }
      .product_comparison .col .specs {
        margin-top: 0;
        display: block; }
        .product_comparison .col .specs svg {
          margin-right: 5px;
          position: relative;
          top: 7px; } }

@media screen and (min-width: 769px), print {
  .product_banner .text .details {
    width: 250px; }
  /* ANIMATION */
  .product_banner .text .details > div {
    opacity: 0;
    animation: .5s ease 0s normal forwards 1 FadeIn;
    animation-delay: 2.5s;
    z-index: 10;
    position: relative; }
  .details {
    background-color: transparent !important; }
    .details.all_in_one:before {
      background-color: #6ab04b !important; }
    .details.combo:before {
      background-color: #c77b32 !important; }
    .details.hydronic:before {
      background-color: #43bde5 !important; }
    .details.split:before {
      background-color: #6567ac !important; }
    .details:before {
      animation: 1s ease 0s normal forwards 1 SlideRight;
      animation-delay: 2s;
      right: 200%; } }

.litpage {
  margin-bottom: 6rem; }
  .litpage .columns {
    max-width: 65rem;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .litpage .columns .column p,
      .litpage .columns .column ul {
        max-width: 10rem;
        margin: 0 auto; } }
  .litpage h1 {
    color: #4596d8;
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 10rem 0 4rem 0;
    text-align: center; }
  .litpage img {
    width: 75%;
    margin-bottom: 1rem; }
  .litpage strong {
    color: #656565; }
  @media screen and (max-width: 768px) {
    .litpage img {
      width: 65%;
      margin: 0 auto 1rem auto; } }

.has-header-overlay {
  position: relative; }
  .has-header-overlay .is-header-overlay {
    position: relative;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18%;
    max-width: 38rem; }
    @media screen and (min-width: 769px), print {
      .has-header-overlay .is-header-overlay {
        max-width: 42rem;
        margin-top: -14%; } }

.qlMakeTheSwitch .title,
.qlMakeTheSwitch .subtitle {
  color: #184a6d; }

.qlReliableRenewable {
  background: url("/assets/images/quick-links/reliable-renewable-768.jpg") no-repeat center center/cover; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .qlReliableRenewable {
      background-image: url("/assets/images/quick-links/reliable-renewable-1536.jpg"); } }
  @media screen and (min-width: 769px), print {
    .qlReliableRenewable {
      background-image: url("/assets/images/quick-links/reliable-renewable-400.jpg"); } }
  @media screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5), print and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 769px) and (min-resolution: 1.5dppx), print and (min-resolution: 1.5dppx) {
    .qlReliableRenewable {
      background-image: url("/assets/images/quick-links/reliable-renewable-800.jpg"); } }

.qlSavingsCalc > figure {
  background-color: #3a3c3f; }

.qlSavingsCalc .titleWrapper {
  display: flex;
  align-content: center;
  align-items: center;
  height: 50%; }

.qlSavingsCalc .savingsCalcFlapper {
  text-align: center;
  font-size: 3rem; }
  @media (min-width: 20rem) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: calc(3rem + 4 * (100vw - 20rem) / 28); } }
  @media (min-width: 48rem) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: 7rem; } }
  @media screen and (min-width: 769px), print {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: 2.5rem; } }
  @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: calc(2.5rem + 0.5 * (100vw - 48rem) / 16); } }
  @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: 3rem; } }
  @media screen and (min-width: 1088px) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: calc(2.5rem + 0.5 * (100vw - 64rem) / 44); } }
  @media screen and (min-width: 1088px) and (min-width: 108rem) {
    .qlSavingsCalc .savingsCalcFlapper {
      font-size: 3rem; } }

.qlSavingsCalc a {
  height: 100%; }
  .qlSavingsCalc a > div {
    height: 100% !important;
    justify-content: flex-start !important; }

.qlSavingsCalc p {
  font-size: 0.6rem;
  color: #dbdbdb;
  margin: 0 auto;
  padding: 0 .5rem; }
  @media (min-width: 20rem) {
    .qlSavingsCalc p {
      font-size: calc(0.6rem + 0.4 * (100vw - 20rem) / 28); } }
  @media (min-width: 48rem) {
    .qlSavingsCalc p {
      font-size: 1rem; } }
  @media screen and (min-width: 769px), print {
    .qlSavingsCalc p {
      padding: 0;
      font-size: 0.5rem; } }
  @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
    .qlSavingsCalc p {
      font-size: calc(0.5rem + 0.1 * (100vw - 48rem) / 16); } }
  @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
    .qlSavingsCalc p {
      font-size: 0.6rem; } }
  @media screen and (min-width: 1088px) {
    .qlSavingsCalc p {
      padding: 0;
      font-size: 0.5rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .qlSavingsCalc p {
      font-size: calc(0.5rem + 0.1 * (100vw - 64rem) / 16); } }
  @media screen and (min-width: 1088px) and (min-width: 80rem) {
    .qlSavingsCalc p {
      font-size: 0.6rem; } }

@media screen and (min-width: 769px), print {
  .qlSavingsCalc .title {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto; } }

.qlSymphony a {
  height: 100%; }
  .qlSymphony a > div {
    height: 33%; }
    @media screen and (min-width: 769px), print {
      .qlSymphony a > div {
        height: 45%; } }

.qlSymphony .title svg {
  height: 2rem; }
  @media (min-width: 20rem) {
    .qlSymphony .title svg {
      height: calc(2rem + 1 * (100vw - 20rem) / 28); } }
  @media (min-width: 48rem) {
    .qlSymphony .title svg {
      height: 3rem; } }
  @media screen and (min-width: 769px), print {
    .qlSymphony .title svg {
      height: 1.5625rem; } }
  @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
    .qlSymphony .title svg {
      height: calc(1.5625rem + 0.4375 * (100vw - 48rem) / 16); } }
  @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
    .qlSymphony .title svg {
      height: 2rem; } }
  @media screen and (min-width: 1088px) {
    .qlSymphony .title svg {
      height: 1.5625rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .qlSymphony .title svg {
      height: calc(1.5625rem + 0.4375 * (100vw - 64rem) / 16); } }
  @media screen and (min-width: 1088px) and (min-width: 80rem) {
    .qlSymphony .title svg {
      height: 2rem; } }

.qlSymphony .subtitle {
  color: #656565; }

.qlComProdLine a {
  height: 100%; }
  .qlComProdLine a > div {
    height: 50%; }

.qlQuickShip a {
  height: 100%; }
  .qlQuickShip a > div {
    height: 50%; }

@media screen and (min-width: 769px), print {
  .qlQuickShip .title1 {
    max-width: 6rem; } }
  @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
    .qlQuickShip .title1 {
      max-width: calc(6rem + 2 * (100vw - 48rem) / 16); } }
  @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
    .qlQuickShip .title1 {
      max-width: 8rem; } }

@media screen and (min-width: 1088px) {
  .qlQuickShip .title1 {
    max-width: 7rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .qlQuickShip .title1 {
      max-width: calc(7rem + 13 * (100vw - 64rem) / 16); } }
  @media screen and (min-width: 1088px) and (min-width: 80rem) {
    .qlQuickShip .title1 {
      max-width: 20rem; } }

.qlCommercialMarketEducation a {
  height: 100%; }
  .qlCommercialMarketEducation a > div {
    height: 50%; }

@media screen and (min-width: 769px), print {
  .qlCommercialMarketEducation .title1 {
    max-width: 6rem; } }
  @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
    .qlCommercialMarketEducation .title1 {
      max-width: calc(6rem + 2 * (100vw - 48rem) / 16); } }
  @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
    .qlCommercialMarketEducation .title1 {
      max-width: 8rem; } }

@media screen and (min-width: 1088px) {
  .qlCommercialMarketEducation .title1 {
    max-width: 7rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .qlCommercialMarketEducation .title1 {
      max-width: calc(7rem + 13 * (100vw - 64rem) / 16); } }
  @media screen and (min-width: 1088px) and (min-width: 80rem) {
    .qlCommercialMarketEducation .title1 {
      max-width: 20rem; } }

.qlCommercialControls a {
  height: 100%; }
  .qlCommercialControls a > div {
    height: 50%; }

@media screen and (min-width: 769px), print {
  .qlCommercialControls .title1 {
    max-width: 6rem; } }
  @media screen and (min-width: 769px) and (min-width: 48rem), print and (min-width: 48rem) {
    .qlCommercialControls .title1 {
      max-width: calc(6rem + 2 * (100vw - 48rem) / 16); } }
  @media screen and (min-width: 769px) and (min-width: 64rem), print and (min-width: 64rem) {
    .qlCommercialControls .title1 {
      max-width: 8rem; } }

@media screen and (min-width: 1088px) {
  .qlCommercialControls .title1 {
    max-width: 7rem; } }
  @media screen and (min-width: 1088px) and (min-width: 64rem) {
    .qlCommercialControls .title1 {
      max-width: calc(7rem + 13 * (100vw - 64rem) / 16); } }
  @media screen and (min-width: 1088px) and (min-width: 80rem) {
    .qlCommercialControls .title1 {
      max-width: 20rem; } }

.qlHowGeoWorks a {
  height: 100%; }

@media screen and (min-width: 769px), print {
  .qlHowGeoWorks .title {
    max-width: 210px; }
  .qlHowGeoWorks .subtitle {
    max-width: 12rem; } }

.qlTaxCredits a {
  height: 100%; }

.qlCareerDay a {
  height: 100%; }

@media screen and (min-width: 769px), print {
  .qlCareerDay .title {
    max-width: 80%; } }

.qlSwitchToGeo a {
  height: 100%; }

.qlSwitchToGeo .title,
.qlSwitchToGeo .subtitle {
  color: #184a6d; }

@media screen and (min-width: 769px), print {
  .qlSwitchToGeo .title {
    max-width: 11rem;
    color: #184a6d; }
  .qlSwitchToGeo .subtitle {
    max-width: 11rem;
    color: #184a6d; } }

.qlPromo a {
  height: 100%; }

@media screen and (min-width: 769px), print {
  .qlPromo .is-overlay div .title {
    max-width: 215px; }
  .qlPromo .is-overlay div .subtitle {
    max-width: 175px; } }

@media screen and (max-width: 768px) {
  .sliderCommercialProdLine .slider-overlay,
  .sliderPackagedRooftop .slider-overlay {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media screen and (min-width: 769px), print {
  .sliderCommercialProdLine .title,
  .sliderPackagedRooftop .title {
    color: white; }
  .sliderCommercialProdLine p,
  .sliderPackagedRooftop p {
    color: #b5b5b5; } }

.sliderCommercialProdLine .content,
.sliderPackagedRooftop .content {
  padding: 0 4rem; }

@media screen and (max-width: 768px) {
  .sliderCommercialMarkets .slider-overlay {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media screen and (min-width: 769px), print {
  .sliderCommercialMarkets .title {
    color: #4a4a4a; }
  .sliderCommercialMarkets p {
    color: #4a4a4a; } }

.sliderCommercialMarkets .content {
  padding: 0 4rem; }

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/images/bxslider/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/images/bxslider/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/assets/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/assets/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/assets/images/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/assets/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/assets/images/fancybox/fancybox_sprite-2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/assets/images/fancybox/fancybox_loading-2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.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 {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.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-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.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-slash:before {
  content: "\f377"; }

.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-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-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-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.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-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.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-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.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-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.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-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.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-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.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-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.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-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.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-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.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-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.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-receiving:before {
  content: "\f47c"; }

.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-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.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-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.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:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.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-lips:before {
  content: "\f600"; }

.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:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.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-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.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-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.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-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.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-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.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-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.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-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.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-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.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-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.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-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.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-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.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-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.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-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.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-chart:before {
  content: "\f6a3"; }

.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-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.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-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/font-awesome-5.5.0/webfonts/fa-regular-400.eot");
  src: url("/assets/fonts/font-awesome-5.5.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/font-awesome-5.5.0/webfonts/fa-regular-400.woff2") format("woff2"), url("/assets/fonts/font-awesome-5.5.0/webfonts/fa-regular-400.woff") format("woff"), url("/assets/fonts/font-awesome-5.5.0/webfonts/fa-regular-400.ttf") format("truetype"), url("/assets/fonts/font-awesome-5.5.0/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*# sourceMappingURL=waterfurnace.css.map */
