<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  height: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box !important;
}

body {
  --wp--preset--color--black: #fff000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flow &gt; .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow &gt; .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow &gt; .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained &gt; .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained &gt; .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained &gt; .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  &gt; :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained &gt; .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex &gt; * {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
body .is-layout-grid &gt; * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-mamat-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.fivefive-widget-heading .fivefive-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-text-editor {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-text-editor.fivefive-drop-cap-view-stacked .fivefive-drop-cap {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-text-editor.fivefive-drop-cap-view-framed .fivefive-drop-cap,
.fivefive-widget-text-editor.fivefive-drop-cap-view-default .fivefive-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.fivefive-widget-button .fivefive-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-divider {
  --divider-color: var(--e-global-color-secondary);
}
.fivefive-widget-divider .fivefive-divider__text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-divider.fivefive-view-stacked .fivefive-icon {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-divider.fivefive-view-framed .fivefive-icon,
.fivefive-widget-divider.fivefive-view-default .fivefive-icon {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.fivefive-widget-divider.fivefive-view-framed .fivefive-icon,
.fivefive-widget-divider.fivefive-view-default .fivefive-icon svg {
  fill: var(--e-global-color-secondary);
}
.fivefive-widget-image-box .fivefive-image-box-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-image-box .fivefive-image-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-icon.fivefive-view-stacked .fivefive-icon {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-icon.fivefive-view-framed .fivefive-icon,
.fivefive-widget-icon.fivefive-view-default .fivefive-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.fivefive-widget-icon.fivefive-view-framed .fivefive-icon,
.fivefive-widget-icon.fivefive-view-default .fivefive-icon svg {
  fill: var(--e-global-color-primary);
}
.fivefive-widget-icon-box.fivefive-view-stacked .fivefive-icon {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-icon-box.fivefive-view-framed .fivefive-icon,
.fivefive-widget-icon-box.fivefive-view-default .fivefive-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.fivefive-widget-icon-box .fivefive-icon-box-title {
  color: var(--e-global-color-primary);
}
.fivefive-widget-icon-box .fivefive-icon-box-title,
.fivefive-widget-icon-box .fivefive-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-icon-box .fivefive-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-star-rating .fivefive-star-rating__title {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-image-gallery .gallery-item .gallery-caption {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-icon-list .fivefive-icon-list-item:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.fivefive-widget-icon-list .fivefive-icon-list-icon i {
  color: var(--e-global-color-primary);
}
.fivefive-widget-icon-list .fivefive-icon-list-icon svg {
  fill: var(--e-global-color-primary);
}
.fivefive-widget-icon-list .fivefive-icon-list-text {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-icon-list .fivefive-icon-list-item &gt; .fivefive-icon-list-text,
.fivefive-widget-icon-list .fivefive-icon-list-item &gt; a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-counter .fivefive-counter-number-wrapper {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-counter .fivefive-counter-title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-progress .fivefive-progress-wrapper .fivefive-progress-bar {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-progress .fivefive-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-testimonial .fivefive-testimonial-contentent {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-testimonial .fivefive-testimonial-name {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-testimonial .fivefive-testimonial-job {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-tabs .fivefive-tab-title,
.fivefive-widget-tabs .fivefive-tab-title a {
  color: var(--e-global-color-primary);
}
.fivefive-widget-tabs .fivefive-tab-title.fivefive-active,
.fivefive-widget-tabs .fivefive-tab-title.fivefive-active a {
  color: var(--e-global-color-accent);
}
.fivefive-widget-tabs .fivefive-tab-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-tabs .fivefive-tab-contentent {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-accordion .fivefive-accordion-icon,
.fivefive-widget-accordion .fivefive-accordion-title {
  color: var(--e-global-color-primary);
}
.fivefive-widget-accordion .fivefive-accordion-icon svg {
  fill: var(--e-global-color-primary);
}
.fivefive-widget-accordion .fivefive-active .fivefive-accordion-icon,
.fivefive-widget-accordion .fivefive-active .fivefive-accordion-title {
  color: var(--e-global-color-accent);
}
.fivefive-widget-accordion .fivefive-active .fivefive-accordion-icon svg {
  fill: var(--e-global-color-accent);
}
.fivefive-widget-accordion .fivefive-accordion-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-accordion .fivefive-tab-contentent {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-toggle .fivefive-toggle-title,
.fivefive-widget-toggle .fivefive-toggle-icon {
  color: var(--e-global-color-primary);
}
.fivefive-widget-toggle .fivefive-toggle-icon svg {
  fill: var(--e-global-color-primary);
}
.fivefive-widget-toggle .fivefive-tab-title.fivefive-active a,
.fivefive-widget-toggle .fivefive-tab-title.fivefive-active .fivefive-toggle-icon {
  color: var(--e-global-color-accent);
}
.fivefive-widget-toggle .fivefive-toggle-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-toggle .fivefive-tab-contentent {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-alert .fivefive-alert-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-alert .fivefive-alert-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-auth-links .jet-auth-links__login .jet-auth-links__item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.fivefive-widget-jet-auth-links .jet-auth-links__login .jet-auth-links__prefix {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-auth-links .jet-auth-links__logout .jet-auth-links__item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.fivefive-widget-jet-auth-links .jet-auth-links__logout .jet-auth-links__prefix {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-auth-links .jet-auth-links__register .jet-auth-links__item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.fivefive-widget-jet-auth-links .jet-auth-links__register .jet-auth-links__prefix {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-auth-links .jet-auth-links__registered .jet-auth-links__item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.fivefive-widget-jet-auth-links
  .jet-auth-links__registered
  .jet-auth-links__prefix {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-hamburger-panel .jet-hamburger-panel__toggle {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-hamburger-panel .jet-hamburger-panel__toggle:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-hamburger-panel .jet-hamburger-panel__toggle-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-hamburger-panel
  .jet-hamburger-panel__toggle:hover
  .jet-hamburger-panel__toggle-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-logo .jet-logo__text {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-posts-navigation .nav-links .nav-previous a {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-blog-posts-navigation .nav-links .nav-next a {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-blog-posts-navigation .nav-links .nav-previous a,
.fivefive-widget-jet-blog-posts-navigation .nav-links .nav-next a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-posts-pagination
  .navigation.pagination
  .nav-links
  a.page-numbers {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-blog-posts-pagination
  .navigation.pagination
  .nav-links
  span.page-numbers.current {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-blog-posts-pagination
  .navigation.pagination
  .nav-links
  .page-numbers {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing .jet-smart-listing__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__filter
  &gt; .jet-smart-listing__filter-item
  &gt; a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing .jet-smart-listing__filter-hidden-items a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .post-title-featured,
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__featured-box-link {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .post-excerpt-featured,
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  a
  .post-excerpt-featured {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__meta {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__more {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__more {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__more:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__terms-link {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__terms-link {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__featured
  .jet-smart-listing__terms-link:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .post-title-simple
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .post-excerpt-simple {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__meta {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__meta
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__more {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__more {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__more:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__terms-link {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__terms-link {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-listing
  .jet-smart-listing__post
  .jet-smart-listing__terms-link:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing .jet-smart-listing__arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing .jet-smart-listing__arrow:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-listing .jet-title-fields__item-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-listing .jet-contentent-fields__item-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles .jet-smart-tiles__box-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles
  .layout-2-1-2
  &gt; div:nth-child(3)
  .jet-smart-tiles__box-title,
.fivefive-widget-jet-blog-smart-tiles
  .layout-1-1-2-h
  &gt; div:nth-child(1)
  .jet-smart-tiles__box-title,
.fivefive-widget-jet-blog-smart-tiles
  .layout-1-1-2-v
  &gt; div:nth-child(1)
  .jet-smart-tiles__box-title,
.fivefive-widget-jet-blog-smart-tiles
  .layout-1-2
  &gt; div:nth-child(1)
  .jet-smart-tiles__box-title,
.fivefive-widget-jet-blog-smart-tiles
  .layout-1-2-2
  &gt; div:nth-child(1)
  .jet-smart-tiles__box-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles .jet-smart-tiles__box-excerpt {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles .jet-smart-tiles__meta {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-tiles .jet-blog-arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-tiles .jet-blog-arrow:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-smart-tiles .jet-title-fields__item-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-smart-tiles .jet-contentent-fields__item-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-text-ticker .jet-text-ticker__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-text-ticker .jet-text-ticker__date {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-text-ticker .jet-text-ticker__post-author {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-text-ticker .jet-text-ticker__post-date {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-text-ticker .jet-text-ticker__item-typed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-text-ticker .jet-blog-arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-text-ticker .jet-blog-arrow:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__canvas {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__items {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__heading {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__counter {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__item-title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__item-duration {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-blog-video-playlist .jet-blog-playlist__item-index {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title,
.fivefive-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title a,
.fivefive-widget-jet-carousel .jet-banner__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text,
.fivefive-widget-jet-carousel .jet-banner__text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-carousel .jet-banner__text {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-carousel .jet-carousel__content .jet-carousel__item-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-carousel .jet-carousel .jet-arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-carousel .jet-carousel .jet-arrow:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-carousel .jet-carousel .jet-slick-dots li span {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-carousel .jet-carousel .jet-slick-dots li span:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-carousel .jet-carousel .jet-slick-dots li.slick-active span {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-carousel .jet-carousel__fraction-navigation span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-map .jet-map-pin__link {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__front {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-animated-box .jet-animated-box__back {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-animated-box .jet-animated-box__title--front {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__title--back {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__subtitle--front {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__subtitle--back {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__description--front {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__description--back {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-animated-box .jet-animated-box__button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-animated-box .jet-animated-box__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-animated-text .jet-animated-text__before-text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-animated-text .jet-animated-text__animated-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-jet-animated-text .jet-animated-text__animated-text-item:after {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-animated-text .jet-animated-text__after-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-banner .jet-banner__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-banner .jet-banner__text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-brands .brands-list .brands-list__item-name {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-brands .brands-list .brands-list__item-desc {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-button .jet-button__plane-normal {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-button .jet-button__plane-hover {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-button .jet-button__state-normal .jet-button__label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-button .jet-button__state-hover .jet-button__label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-circle-progress .circle-counter .circle-val {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-circle-progress .circle-counter .circle-counter__title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-circle-progress .circle-counter .circle-counter__subtitle {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-jet-countdown-timer .jet-countdown-timer__item {
  border-color: var(--e-global-color-text);
}
.fivefive-widget-jet-countdown-timer .jet-countdown-timer__item-label {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-countdown-timer .jet-countdown-timer__item-value {
  color: var(--e-global-color-primary);
}
.fivefive-widget-jet-countdown-timer .jet-countdown-timer__digit {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-download-button .jet-download__label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-download-button .jet-download__sub-label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-download-button .jet-download:hover .jet-download__label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-download-button .jet-download:hover .jet-download__sub-label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-dropbar .jet-dropbar__button-text {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-dropbar .jet-dropbar__content {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-headline .jet-headline__first .jet-headline__label {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-headline .jet-headline__second .jet-headline__label {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-jet-horizontal-timeline .jet-hor-timeline-item__card-btn {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-image-comparison .jx-left .jx-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-image-comparison .jx-left .jx-label {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-image-comparison .jx-right .jx-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-image-comparison .jx-right .jx-label {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-image-comparison .jx-slider .jx-contentroller {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-image-comparison .jx-slider:hover .jx-contentroller {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-image-comparison .jet-arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-image-comparison .jet-arrow:hover {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-image-comparison .jet-slick-dots li span {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-image-comparison .jet-slick-dots li span:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-image-comparison .jet-slick-dots li.slick-active span {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-images-layout .jet-images-layout__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-images-layout .jet-images-layout__desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-instagram-gallery .jet-instagram-gallery__content:before {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-instagram-gallery .jet-instagram-gallery__caption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-instagram-gallery .jet-instagram-gallery__meta-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__filter-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__filter-item:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__filter-item.active {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__category {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-portfolio .jet-portfolio__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-portfolio .jet-portfolio__view-more-button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-portfolio .jet-portfolio__view-more-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-posts .jet-posts .entry-title a {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-posts .jet-posts .entry-title a:hover {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-posts .jet-posts .entry-title,
.fivefive-widget-jet-posts .jet-posts .entry-title a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-posts .jet-posts .post-meta {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-posts .jet-posts .entry-excerpt {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-posts .jet-posts .jet-more {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-posts .jet-more {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-posts .jet-posts .jet-more:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-posts .jet-posts__terms-link {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-posts .jet-posts .jet-posts__terms-link {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-posts .jet-posts__terms-link:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-posts .jet-arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-posts .jet-arrow:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-carousel .jet-slick-dots li span {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-posts .jet-carousel .jet-slick-dots li span:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-posts .jet-carousel .jet-slick-dots li.slick-active span {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-posts .jet-title-fields__item-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-posts .jet-contentent-fields__item-label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-price-list .jet-price-list .price-list__item-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-price-list .jet-price-list .price-list__item-price {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-price-list .jet-price-list .price-list__item-desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table {
  border-color: var(--e-global-color-text);
}
.fivefive-widget-jet-pricing-table .pricing-table__title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table__subtitle {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-pricing-table .pricing-table__subtitle {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table__icon-box &gt; * {
  color: var(--e-global-color-primary);
}
.fivefive-widget-jet-pricing-table .pricing-table__icon-box &gt; * svg {
  fill: var(--e-global-color-primary);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-prefix {
  color: var(--e-global-color-primary);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-prefix {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-val {
  color: var(--e-global-color-primary);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-val {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-suffix {
  color: var(--e-global-color-primary);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-suffix {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table__price-desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-feature {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-feature.item-included {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-pricing-table .pricing-feature.item-included .item-bullet {
  color: var(--e-global-color-accent);
}
.fivefive-widget-jet-pricing-table .pricing-feature.item-excluded {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-pricing-table .pricing-feature.item-excluded .item-bullet {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-pricing-table .pricing-feature:before {
  border-top-color: var(--e-global-color-text);
}
.fivefive-widget-jet-pricing-table .pricing-table__action {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table__action .pricing-table-button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-pricing-table .pricing-table__action .pricing-table-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-pricing-table .pricing-table .tippy-box {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-progress-bar .jet-progress-bar__title-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-progress-bar .jet-progress-bar__percent {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-scroll-navigation .jet-scroll-navigation__label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-scroll-navigation
  .jet-scroll-navigation__item
  .jet-scroll-navigation__dot {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-scroll-navigation
  .jet-scroll-navigation__item.invert
  .jet-scroll-navigation__dot {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-scroll-navigation
  .jet-scroll-navigation__item:hover
  .jet-scroll-navigation__dot {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-scroll-navigation
  .jet-scroll-navigation__item.active
  .jet-scroll-navigation__dot {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-services .jet-services__title-text {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.fivefive-widget-jet-services .jet-services__desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-services .jet-services__button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-services .jet-services__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-slider .jet-slider .slider-pro .jet-slider__item {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-slider .jet-slider .sp-image-content:after {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-slider .jet-slider__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-slider .jet-slider__subtitle {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-slider .jet-slider__desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-slider .jet-slider__button--primary {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-slider .jet-slider__button--primary {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-slider .jet-slider__button--secondary {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-slider .jet-slider__button--secondary {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-slider .jet-slider .sp-buttons .sp-button:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-slider .jet-slider .sp-buttons .sp-button.sp-selected-button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-slider .jet-slider .sp-thumbnail-content:before {
  border-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-slider .jet-slider .sp-thumbnail-content:hover:before {
  border-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-slider
  .jet-slider
  .sp-thumbnail-content.sp-selected-thumbnail:before {
  border-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-slider .jet-slider__fraction-pagination span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-subscribe-form .jet-subscribe-form__input {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-subscribe-form .jet-subscribe-form__input:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-subscribe-form .jet-subscribe-form__submit {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-subscribe-form .jet-subscribe-form__submit {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-subscribe-form
  .jet-subscribe-form--response-success
  .jet-subscribe-form__message
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-subscribe-form
  .jet-subscribe-form--response-error
  .jet-subscribe-form__message
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-team-member
  .jet-team-member__name
  .jet-team-member__name-first {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-team-member
  .jet-team-member__name
  .jet-team-member__name-last {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-team-member .jet-team-member__position {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-team-member .jet-team-member__desc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-team-member .jet-team-member__button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-team-member .jet-team-member__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-testimonials .jet-testimonials__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-testimonials .jet-testimonials__comment {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-testimonials .jet-testimonials__name {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-testimonials .jet-testimonials__name a:hover {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-testimonials .jet-testimonials__position {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-testimonials .jet-testimonials__date {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-testimonials .jet-testimonials__instance .jet-arrow {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-testimonials .jet-testimonials__instance .jet-arrow:hover {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-testimonials
  .jet-testimonials__instance
  .jet-slick-dots
  li
  span {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-testimonials
  .jet-testimonials__instance
  .jet-slick-dots
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-testimonials
  .jet-testimonials__instance
  .jet-slick-dots
  li.slick-active
  span {
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-timeline .jet-timeline-item .timeline-item__meta-contentent {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-timeline .jet-timeline-item .timeline-item__card-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-timeline .jet-timeline-item .timeline-item__card-desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-timeline .timeline-item__card-btn {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.fivefive-widget-jet-timeline
  .timeline-item__point-contentent.timeline-item__point-contentent--text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a {
  background-color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a
  .jet-custom-item-label.top-level-label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a
  .jet-custom-item-desc.top-level-desc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  .jet-custom-nav__item
  &gt; a {
  background-color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  .jet-custom-nav__item
  &gt; a
  .jet-menu-link-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  .jet-custom-nav__item
  &gt; a
  .jet-custom-item-desc.sub-level-desc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a
  .jet-menu-icon:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  a
  .jet-menu-icon:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item.hover-state
  &gt; a
  .jet-menu-icon:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  .jet-custom-nav__item.hover-state
  &gt; a
  .jet-menu-icon:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a
  .jet-menu-badge
  .jet-menu-badge__inner {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  a
  .jet-menu-badge
  .jet-menu-badge__inner {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a
  .jet-menu-badge
  .jet-menu-badge__inner,
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  a
  .jet-menu-badge
  .jet-menu-badge__inner {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; a
  .jet-dropdown-arrow:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  a
  .jet-dropdown-arrow:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item.hover-state
  &gt; a
  .jet-dropdown-arrow:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-custom-menu
  &gt; .fivefive-widget-content
  &gt; div
  &gt; .jet-custom-nav
  &gt; .jet-custom-nav__item
  &gt; .jet-custom-nav__sub
  .jet-custom-nav__item.hover-state
  &gt; a
  .jet-dropdown-arrow:before {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-popup-action-button .jet-popup-action-button__text {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-popup-action-button
  .jet-popup-action-button__instance:hover
  .jet-popup-action-button__text {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-accordion
  &gt; .fivefive-widget-content
  &gt; .jet-accordion
  &gt; .jet-accordion__inner
  &gt; .jet-toggle
  &gt; .jet-toggle__control
  .jet-toggle__label-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-accordion
  &gt; .fivefive-widget-content
  &gt; .jet-accordion
  &gt; .jet-accordion__inner
  &gt; .jet-toggle
  &gt; .jet-toggle__control:hover
  .jet-toggle__label-text {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-accordion
  &gt; .fivefive-widget-content
  &gt; .jet-accordion
  &gt; .jet-accordion__inner
  &gt; .jet-toggle
  &gt; .jet-toggle__control:hover
  .jet-toggle__label-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-accordion
  &gt; .fivefive-widget-content
  &gt; .jet-accordion
  &gt; .jet-accordion__inner
  &gt; .jet-toggle.active-toggle
  &gt; .jet-toggle__control
  .jet-toggle__label-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-image-accordion .jet-image-accordion__title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-image-accordion .jet-image-accordion__desc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fivefive-widget-jet-image-accordion .jet-image-accordion__button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-image-accordion .jet-image-accordion__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-tabs
  &gt; .fivefive-widget-content
  &gt; .jet-tabs
  &gt; .jet-tabs__control-wrapper
  &gt; .jet-tabs__control
  .jet-tabs__label-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-tabs
  &gt; .fivefive-widget-content
  &gt; .jet-tabs
  &gt; .jet-tabs__control-wrapper
  &gt; .jet-tabs__control
  .jet-tabs__label-icon {
  color: var(--e-global-color-text);
}
.fivefive-widget-jet-tabs
  &gt; .fivefive-widget-content
  &gt; .jet-tabs
  &gt; .jet-tabs__control-wrapper
  &gt; .jet-tabs__control:hover
  .jet-tabs__label-text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-tabs
  &gt; .fivefive-widget-content
  &gt; .jet-tabs
  &gt; .jet-tabs__control-wrapper
  &gt; .jet-tabs__control:hover
  .jet-tabs__label-icon {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-tabs
  &gt; .fivefive-widget-content
  &gt; .jet-tabs
  &gt; .jet-tabs__control-wrapper
  &gt; .jet-tabs__control.active-tab
  .jet-tabs__label-text {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-tabs
  &gt; .fivefive-widget-content
  &gt; .jet-tabs
  &gt; .jet-tabs__control-wrapper
  &gt; .jet-tabs__control.active-tab
  .jet-tabs__label-icon {
  color: var(--e-global-color-primary);
}
.fivefive-widget-jet-hotspots .jet-hotspots__item-inner .jet-hotspots__item-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-hotspots .jet-hotspots .tippy-box .tippy-contentent {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-unfold .jet-unfold__content {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-unfold .jet-unfold-state .jet-unfold__content {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-unfold .jet-unfold__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fivefive-widget-jet-unfold .jet-unfold__button {
  background-color: var(--e-global-color-primary);
}
.fivefive-widget-jet-view-more .jet-view-more__button .jet-view-more__label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__icon {
  color: var(--e-global-color-secondary);
}
.fivefive-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__label {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fivefive-widget-text-path {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.headering__pper {
  max-width: 1400px !important;
}

.jogosing__pper-content {
  flex-direction: column;
}

.jogosing__pper-content .title {
  font-size: 50px;
  font-weight: bold;

  text-align: center;
  color: #fff;
  margin-bottom: 5px !important;

  margin-top: 15px !important;
}

h2.jogosing__pper-content .title {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.jogosing__pper-content .text {
  text-align: justify;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.header-card__mobile-trigger-open.acitve {
  display: none;
}

.nav__mobile {
  display: none;
}

body,
.jogosing__container {
  background-color: #161719 !important;
  /* background-image: url(../images/bg_pattern_tile.png) !important; */
}

.fivefive-column.fivefive-col-50 {
  margin-bottom: 40px;
  width: 100%;
}

.jogosing__image {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
}

.jogosing__pper-content a {
  width: 100%;
}

.fivefive-1544 .fivefive-mamat.fivefive-mamat-9671ebd {
  width: 20% !important;
}

.battan-lnk {
  display: block;
  gap: 5px;
  text-align: center;
  background-color: #fcce3b;
  white-space: nowrap;
  display: flex;
  border-radius: 10px;

  padding: 10px 25px;
  align-items: center;
  justify-content: center;

  font-size: 25px !important;
  font-weight: 700 !important;
  color: #000;
}

.battan-lnk:hover {
  color: #fff
}

.battan-lnk svg {
  width: 20px;
  fill: #000;

  transition: all 0.14s ease-out;
}

.battan-lnk:hover svg {
  fill: #fff;
}

.headering__btn {
  background-color: #fcce3b;
  border-radius: 10px;
  color: #000;
  width: 100px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.14s ease-out;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headering__btn:hover {
  color: #fff;
}

.headering__btn:nth-child(2) {
  background-color: transparent;
  color: #fcce3b;
  transition: all 0.14s ease-out;

  border: 2px solid #fcce3b;
}

.headering__btn:nth-child(2):hover {
  color: #fff;
}

.fivefive-1544
  .fivefive-mamat.fivefive-mamat-44cfda5
  .nav-item-link-top
  .header-card-link-text {
  font-size: 20px !important;
}

.battan-wrap-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
  gap: 25px;
}

.jogosing__content-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ol {
  margin: 0 !important;
  margin-bottom: 1px !important;

  display: flex;
  flex-direction: column;
  gap: 1px;
}

ol li {
  margin-left: 25px !important;
  padding-left: 10px;
}

ol li a {
  font-size: 30px;
  color: #fff !important;
}

ol li::marker {
  font-size: 22px;
  color: #fff !important;
}

.jogosing__header-block h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.fivefive-forth.fivefive-forth-boxed &gt; .fivefive-content {
  display: flex;
  align-items: center;
}

.headering__button-content {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.jogosing__image-content {
  position: relative;
  width: 100%;
}

.battan-img-block {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.battan-lnk--big {
  font-size: 35px !important;
}

.imgs__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 25px;
}

.imgs__block-img {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

.jogosing__content {
  display: flex;
  gap: 50px;
}

.fivefive-1544
  .fivefive-mamat.fivefive-mamat-e5efef1
  .fivefive-image-box-wrapper
  .fivefive-image-box-img {
  width: 100% !important;
}

.jogosing__image--login {
  width: 500px !important;
  max-width: none;
}

.jogosing__block-list {
  width: 100%;
}

.imgs__block-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgs__block-wrapper {
  position: relative;
  cursor: pointer;
}

.imgs__block-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 20px;

  display: none;
}

.battan--small {
  font-size: 15px !important;
}

.imgs-hover {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.imgs__block-wrapper:hover .imgs-hover {
  visibility: visible;
}
.imgs__block-wrapper:hover.imgs__block-wrapper::before {
  display: block;
}

.jogosing__header-block h3 {
  color: #fff;
}

.battan-no-margin {
  margin: 0;
}

.fivefive-1544 .fivefive-mamat.fivefive-mamat-e5efef1 .fivefive-image-box-img img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.av__text-block {
  width: 100%;
}

.jogosing__block-text {
  width: 100%;
}

.jogosing__header-contentent-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.jogosing__block-text {
  width: 100%;
}

.jogosing__image--small-margin-bottom {
  margin-bottom: 10px !important;
}

.fivefive-image-box-img {
  display: flex;
  align-items: center;
}

.jogosing__header-shadow {
  box-shadow: 10px 0px 13px 7px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.list-title {
  margin-top: 15px !important;
}

table {
  margin-top: 20px !important;
  width: 100%;
}

table th {
  background: #fff !important;
}

tr {
  display: flex;
  width: 100%;
}

td {
  background: #0f0f0f !important;
  color: #fff;
  font-size: 21px !important;

  border: 1px solid #fff;
  text-align: center !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

ul {
  margin: 0 !important;

  margin-bottom: 15px !important;
}

.jogosing__pper-content .title.title-small-top {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.jogosing__pper-content h1.title {
  margin-top: 120px !important;
}

.fivefive-1544 .fivefive-mamat.fivefive-mamat-d3dd561 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.elementor img {
  width: 100%;
}

.header-card .nav-item-link.nav-item-link-top {
  justify-content: space-between;
}

.header-card__mobile-trigger-close {
  display: none;
}

.jogosing__item .text {
  margin: 1px 0 !important;
}

.entry-contentent li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .fivefive-forth .fivefive-content {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1000px) {
  .jogosing__content {
    flex-direction: column;
  }

  .jogosing__image--login {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .jogosing__header-block h3 {
    font-size: 28px;
  }

  .battan-lnk svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .header-card .nav-item-link.nav-item-link-top {
    border-bottom: 1px solid #fcce3b;
  }

  .jogosing__header-contentent-block {
    display: flex;
    width: 55% !important;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
  }

  .fivefive-forth.fivefive-forth-boxed &gt; .fivefive-content {
    gap: 15px;
    justify-content: space-between;
  }

  .fivefive-1544 .fivefive-mamat.fivefive-mamat-e5efef1 .fivefive-image-box-img img {
    width: 60% !important;
  }

  .battan-img-block {
    left: 2%;
  }

  .battan-wrap-3 {
    margin: 10px 0;
  }

  .jogosing__pper-content .text {
    margin: 0;
    margin-bottom: 10px;
  }

  .battan-lnk {
    font-size: 16px !important;
  }

  .battan-lnk--big {
    font-size: 14px !important;
    padding: 10px 15px;
  }

  ol li a {
    font-size: 22px;
  }

  h2.jogosing__pper-content .title,
  .jogosing__pper-content .title {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .fivefive-image-box-img {
    justify-content: center;
  }

  .jogosing__pper-content .text {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .jogosing__image {
    margin-bottom: 15px !important;
  }

  .fivefive-1544 .fivefive-mamat.fivefive-mamat-9671ebd {
    width: 75% !important;
  }

  .elementor img {
    width: 70% !important;
  }
}

@media (max-width: 550px) {
  .headering__btn {
    text-transform: capitalize;
  }

  h2.jogosing__pper-content .title,
  .jogosing__pper-content .title {
    font-size: 30px !important;
  }

  .fivefive-image-box-img {
    justify-content: center;
  }

  td {
    font-size: 15px !important;
  }

  .header-card-wrap
    .header-card__mobile-trigger.header-card-mobile-trigger-align-center {
    margin: 0 !important;
  }

  .headering__button-content {
    margin: 0;
    gap: 10px;
  }

  .battan-wrap-3 {
    display: flex;
  }

  .battan-wrap-doble .battan-lnk {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .jet-blocks-icon svg {
    width: 75% !important;
    height: 75% !important;
  }

  .jogosing__header-contentent-block {
    justify-content: flex-end;
    gap: 1px;
  }

  .jogosing__pper-content h1.title {
    margin-top: 80px !important;
  }

  .fivefive-1544 .fivefive-mamat.fivefive-mamat-e5efef1 .fivefive-image-box-img img,
  .fivefive-widget-image-box .fivefive-image-box-wrapper {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headering__btn {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .fivefive-1544 .fivefive-mamat.fivefive-mamat-9671ebd {
    width: 100% !important;
  }

  .fivefive-forth.fivefive-forth-boxed &gt; .fivefive-content {
    gap: 3px;
  }

  .jogosing__pper-content .text {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .battan-lnk {
    white-space: wrap;
  }
}
</pre></body></html>