img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
  }
  :root {
    --calypso: #00a4bd;
    --calypso-medium: #7fd1de;
    --calypso-light: #e5f5f8;
    --lorax: #ff7a59;
    --olaf: #ffffff;
    --heffalump: #425b76;
    --marigold-light: #fef8f0;
    --marigold-medium: #fae0b5;
    --obsidian: #33475b;
    --battleship: #cbd6e2;
    --koala: #eaf0f6;
    --button-tertiary-light-text: #506e9;
    --gypsum: #f5f8fa;
    --slinky: #516f90;
    --calypso-dark: #0091ae;
    --flint: #99acc2;
  }
  .hs-create-new-embed-item.hs-create-new-embed-item {
    font-family: "Lexend Deca", Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.15s ease-out;
    color: var(--calypso-dark) !important;
  }
  .hs-create-new-embed-item.hs-create-new-embed-item:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .hs-embed-link.hs-embed-link.hs-embed-link {
    color: var(--calypso-dark) !important;
    font-weight: 600;
    text-decoration: none;
  }
  .hs-embed-link.hs-embed-link.hs-embed-link:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .hs-content-embed-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: background-color 0.1s ease-in-out;
  }
  .hs-content-embed-overlay > .hs-button-wrapper {
    opacity: 0;
    transition: opacity 0.1s;
  }
  .hs-content-embed-overlay:hover {
    cursor: pointer;
    border: 3px solid var(--calypso-medium);
    background-color: rgba(127, 209, 222, 0.25);
  }
  .hs-content-embed-overlay:hover > .hs-button-wrapper {
    opacity: 1;
  }
  .hs-min-height-radio-group.hs-min-height-radio-group.hs-min-height-radio-group
    .components-radio-control__option {
    margin-bottom: 8px;
  }
  :is(
      .hs-min-height-radio-group.hs-min-height-radio-group.hs-min-height-radio-group
        .components-radio-control__option
    )
    label {
    margin-top: -1px;
    vertical-align: middle;
    font-size: 13px;
  }
  :is(
      .hs-min-height-radio-group.hs-min-height-radio-group.hs-min-height-radio-group
        .components-radio-control__option
    )
    input[type="radio"] {
    transform: scale(0.9);
  }
  img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
  }
  :root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);
  }
  @media (min-resolution: 192dpi) {
    :root {
      --wp-admin-border-width-focus: 1.5px;
    }
  }
  :root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  html :where(.has-border-color) {
    border-style: solid;
  }
  html :where([style*="border-top-color"]) {
    border-top-style: solid;
  }
  html :where([style*="border-right-color"]) {
    border-right-style: solid;
  }
  html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
  }
  html :where([style*="border-left-color"]) {
    border-left-style: solid;
  }
  html :where([style*="border-width"]) {
    border-style: solid;
  }
  html :where([style*="border-top-width"]) {
    border-top-style: solid;
  }
  html :where([style*="border-right-width"]) {
    border-right-style: solid;
  }
  html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
  }
  html :where([style*="border-left-width"]) {
    border-left-style: solid;
  }
  html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
  }
  :where(figure) {
    margin: 0 0 1em;
  }
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(
      --wp-admin--admin-bar--height,
      0px
    );
  }
  @media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
      --wp-admin--admin-bar--position-offset: 0px;
    }
  }
  .geot-flag {
    width: 25px;
    height: 15px;
    background: var(--wpr-bg-c3cf5c03-ff43-45d9-9b75-3ae794c79436) no-repeat;
    margin-right: 5px;
    margin-top: 1px;
    float: left;
  }
  .geot-ajax.geot_menu_item {
    display: none;
  }
  .selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
  }
  .selectize-dropdown-header-close:hover {
    color: #000;
  }
  .selectize-control {
    position: relative;
  }
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
  }
  .selectize-control.single .selectize-input.input-active,
  .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
  }
  .selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px;
  }
  .selectize-input.full {
    background-color: #fff;
  }
  .selectize-input.disabled,
  .selectize-input.disabled * {
    cursor: default !important;
  }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
  }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb;
  }
  .selectize-control.multi .selectize-input > div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d;
  }
  .selectize-control.multi .selectize-input.disabled > div,
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa;
  }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .selectize-input > input::-ms-clear {
    display: none;
  }
  .selectize-input > input:focus {
    outline: 0 !important;
  }
  .selectize-input::after {
    content: " ";
    display: block;
    clear: left;
  }
  .selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
  }
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .selectize-dropdown .optgroup-header,
  .selectize-dropdown [data-selectable] {
    padding: 5px 8px;
  }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0;
  }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
  }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
  }
  .selectize-dropdown .active.create {
    color: #495c68;
  }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
  }
  .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
  }
  .selectize-control.single .selectize-input,
  .selectize-control.single .selectize-input input {
    cursor: pointer;
  }
  .selectize-control.single .selectize-input.input-active,
  .selectize-control.single .selectize-input.input-active input {
    cursor: text;
  }
  .selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: grey transparent transparent;
  }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent grey;
  }
  .selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
  }
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
  }
  .selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
  }
  .selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px;
  }
  .selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .selectize-control.multi .selectize-input.disabled [data-value],
  .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6;
  }
  .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: 0 0;
  }
  .selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(
      linear,
      0 0,
      0 100%,
      from(#1da7ee),
      to(#178ee9)
    );
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2),
      inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  }
  .selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(
      linear,
      0 0,
      0 100%,
      from(#008fd8),
      to(#0075cf)
    );
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
  }
  .selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(
      linear,
      0 0,
      0 100%,
      from(#fefefe),
      to(#f2f2f2)
    );
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
  }
  .selectize-control.single .selectize-input,
  .selectize-dropdown.single {
    border-color: #b8b8b8;
  }
  .selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: 700;
    font-size: 0.85em;
  }
  .selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0;
  }
  .selectize-dropdown .optgroup:first-child {
    border-top: 0;
  }
  @font-face {
    font-family: gpgt-bold;
    src: url("../fonts/useanyfont/630gpgt-bold.woff2") format("woff2"),
      url("../fonts/useanyfont/630gpgt-bold.woff") format("woff");
    font-display: swap;
  }
  .gpgt-bold {
    font-family: gpgt-bold !important;
  }
  @font-face {
    font-family: gpgt-reg;
    src: url("../fonts/useanyfont/2046gpgt-reg.woff2") format("woff2"),
      url("../fonts/useanyfont/2046gpgt-reg.woff") format("woff");
    font-display: swap;
  }
  .gpgt-bold,
  h1 {
    font-family: gpgt-bold !important;
  }
  .tag,
  h2,
  h3,
  h5 {
    font-family: gpgt-reg !important;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: 0;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:after,
  .slick-track:before {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: var(--wpr-bg-d8657c2b-d9a2-4c5a-ac98-c4aea1724ed5) center center
      no-repeat #fff;
  }
  .slick-next,
  .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
  }
  .slick-next:focus,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
  }
  .slick-next:focus:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-prev:hover:before {
    opacity: 1;
  }
  .slick-next.slick-disabled:before,
  .slick-prev.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-next:before,
  .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir="rtl"] .slick-prev:before {
    content: "→";
  }
  .slick-next {
    right: -25px;
  }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
  }
  .slick-next:before {
    content: "→";
  }
  [dir="rtl"] .slick-next:before {
    content: "←";
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
  }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  body {
    margin: 0;
  }
  footer,
  header,
  main,
  menu,
  nav,
  section {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  progress {
    vertical-align: baseline;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline-width: 0;
  }
  strong {
    font-weight: inherit;
    font-weight: bolder;
  }
  img {
    border-style: none;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
  }
  optgroup {
    font-weight: 700;
  }
  button,
  input,
  select {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    cursor: pointer;
  }
  [disabled] {
    cursor: default;
  }
  [type="reset"],
  [type="submit"],
  button,
  html [type="button"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button:-moz-focusring,
  input:-moz-focusring {
    outline: ButtonText dotted 1px;
  }
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
  }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  *,
  :after,
  :before,
  html {
    box-sizing: border-box;
  }
  html {
    -webkit-tap-highlight-color: transparent;
    background-attachment: fixed;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
  }
  hr {
    border-width: 0;
    border-top: 1px solid;
    margin: 15px 0;
    opacity: 0.1;
  }
  img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
  pre {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    overflow-x: auto;
    padding: 20px;
    width: 100%;
  }
  p:empty {
    display: none;
  }
  a,
  button,
  input {
    touch-action: manipulation;
  }
  embed,
  iframe,
  object {
    max-width: 100%;
  }
  .col {
    margin: 0;
    padding: 15px;
    position: relative;
    width: 100%;
  }
  .col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
  }
  @media screen and (max-width: 849px) {
    .col {
      padding-bottom: 30px;
    }
  }
  .align-equal > .col {
    display: flex;
  }
  .align-center {
    justify-content: center !important;
  }
  .small-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .small-12,
  .small-columns-1 .flickity-slider > .col,
  .small-columns-1 > .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .small-columns-2 .flickity-slider > .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .small-columns-3 .flickity-slider > .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-columns-4 .flickity-slider > .col {
    flex-basis: 25%;
    max-width: 25%;
  }
  .small-columns-5 .flickity-slider > .col {
    flex-basis: 20%;
    max-width: 20%;
  }
  .small-columns-6 .flickity-slider > .col {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-columns-7 .flickity-slider > .col {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .small-columns-8 .flickity-slider > .col {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  @media screen and (min-width: 550px) {
    .medium-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
    .medium-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .medium-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .medium-columns-1 .flickity-slider > .col,
    .medium-columns-1 > .col {
      flex-basis: 100%;
      max-width: 100%;
    }
    .medium-columns-2 .flickity-slider > .col,
    .medium-columns-2 > .col {
      flex-basis: 50%;
      max-width: 50%;
    }
    .medium-columns-3 .flickity-slider > .col {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .medium-columns-4 .flickity-slider > .col {
      flex-basis: 25%;
      max-width: 25%;
    }
    .medium-columns-5 .flickity-slider > .col {
      flex-basis: 20%;
      max-width: 20%;
    }
    .medium-columns-6 .flickity-slider > .col {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .medium-columns-7 .flickity-slider > .col {
      flex-basis: 14.2857142857%;
      max-width: 14.2857142857%;
    }
    .medium-columns-8 .flickity-slider > .col {
      flex-basis: 12.5%;
      max-width: 12.5%;
    }
  }
  @media screen and (min-width: 850px) {
    .col:first-child .col-inner {
      margin-left: auto;
      margin-right: 0;
    }
    .col + .col .col-inner {
      margin-left: 0;
      margin-right: auto;
    }
    .large-3 {
      flex-basis: 25%;
      max-width: 25%;
    }
    .large-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .large-12,
    .large-columns-1 .flickity-slider > .col,
    .large-columns-1 > .col {
      flex-basis: 100%;
      max-width: 100%;
    }
    .large-columns-2 .flickity-slider > .col {
      flex-basis: 50%;
      max-width: 50%;
    }
    .large-columns-3 .flickity-slider > .col,
    .large-columns-3 > .col {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .large-columns-4 .flickity-slider > .col {
      flex-basis: 25%;
      max-width: 25%;
    }
    .large-columns-5 .flickity-slider > .col {
      flex-basis: 20%;
      max-width: 20%;
    }
    .large-columns-6 .flickity-slider > .col {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .large-columns-7 .flickity-slider > .col {
      flex-basis: 14.2857142857%;
      max-width: 14.2857142857%;
    }
    .large-columns-8 .flickity-slider > .col {
      flex-basis: 12.5%;
      max-width: 12.5%;
    }
  }
  .container,
  .row {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container,
  .row {
    max-width: 1080px;
  }
  .row.row-collapse {
    max-width: 1050px;
  }
  .row.row-small {
    max-width: 1065px;
  }
  .flex-row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .text-center .flex-row {
    justify-content: center;
  }
  .header .flex-row {
    height: 100%;
  }
  .flex-col {
    max-height: 100%;
  }
  .flex-grow {
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    flex: 1;
  }
  .flex-center {
    margin: 0 auto;
  }
  .flex-left {
    margin-right: auto;
  }
  .flex-right {
    margin-left: auto;
  }
  .grid-col .flickity-slider > .img,
  .grid-col .slider:not(.flickity-enabled) {
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .grid-col .flickity-viewport {
    height: 100% !important;
  }
  @media (-ms-high-contrast: none) {
    .slider-nav-circle .flickity-prev-next-button svg {
      height: 36px !important;
    }
    .nav > li > a > i {
      top: -1px;
    }
  }
  .gallery,
  .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .row > div:not(.col):not([class^="col-"]):not([class*=" col-"]) {
    width: 100% !important;
  }
  .container .row:not(.row-collapse),
  .lightbox-content .row:not(.row-collapse),
  .row .gallery,
  .row .row:not(.row-collapse) {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .row .container {
    padding-left: 0;
    padding-right: 0;
  }
  .banner + .row:not(.row-collapse),
  .banner-grid-wrapper + .row:not(.row-collapse),
  .section + .row:not(.row-collapse),
  .slider-wrapper + .row:not(.row-collapse) {
    margin-top: 30px;
  }
  .row-full-width {
    max-width: 100% !important;
  }
  .row-collapse {
    padding: 0;
  }
  .row-collapse > .col,
  .row-collapse > .flickity-viewport > .flickity-slider > .col {
    padding: 0 !important;
  }
  .row-collapse > .col .container {
    max-width: 100%;
  }
  .container .row-small:not(.row-collapse),
  .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    margin-bottom: 0;
    padding: 0 9.8px 19.6px;
  }
  .container .row-xsmall:not(.row-collapse),
  .row .row-xsmall:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -2px;
    margin-right: -2px;
  }
  .row-xsmall > .flickity-viewport > .flickity-slider > .col {
    margin-bottom: 0;
    padding: 0 2px 3px;
  }
  @media screen and (min-width: 850px) {
    .container .row-large:not(.row-collapse),
    .row .row-large:not(.row-collapse) {
      margin-bottom: 0;
      margin-left: -30px;
      margin-right: -30px;
    }
    .row-large > .flickity-viewport > .flickity-slider > .col {
      margin-bottom: 0;
      padding: 0 30px 30px;
    }
  }
  .section {
    align-items: center;
    display: flex;
    flex-flow: row;
    min-height: auto;
    padding: 30px 0;
    position: relative;
    width: 100%;
  }
  .section.dark {
    background-color: #666;
  }
  .section-bg {
    overflow: hidden;
  }
  .section-bg,
  .section-content {
    width: 100%;
  }
  .section-content {
    z-index: 1;
  }
  .container .section,
  .row .section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-bg :is(img, picture, video) {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nav-dropdown {
    background-color: #fff;
    color: #777;
    display: block;
    left: 0;
    margin: 0;
    max-height: 70vh !important;
    min-width: 260px;
    opacity: 0;
    overflow-y: auto;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden;
    z-index: 9;
  }
  .dark.nav-dropdown {
    color: #f1f1f1;
  }
  .nav-dropdown:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top;
  }
  .nav-dropdown li ul {
    margin: 0;
    padding: 0;
  }
  .nav-dropdown > li.html {
    min-width: 260px;
  }
  .no-js li.has-dropdown:hover > .nav-dropdown,
  li.current-dropdown > .nav-dropdown {
    left: -15px;
    max-height: inherit;
    opacity: 1;
    visibility: visible;
  }
  .nav-right li.current-dropdown:last-child > .nav-dropdown,
  .nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    left: auto;
    right: -15px;
  }
  .nav-dropdown > li > a {
    display: block;
    line-height: 1.3;
    padding: 10px 20px;
    width: auto;
  }
  .nav-dropdown > li:last-child:not(.nav-dropdown-col) > a {
    border-bottom: 0 !important;
  }
  .nav-dropdown .menu-item-has-children > a,
  .nav-dropdown .title > a {
    color: #000;
    font-size: 0.8em;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .nav-dropdown.nav-dropdown-default > li > a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-dropdown-default {
    padding: 20px;
  }
  .menu-item-has-block .nav-dropdown {
    padding: 0;
  }
  .menu-item-has-block
    .nav-dropdown
    .col-inner
    ul:not(.nav.nav-vertical)
    li:not(.tab):not([class^="bullet-"]) {
    display: list-item;
    margin-left: 1.3em !important;
  }
  li.current-dropdown > .nav-dropdown-full,
  li.has-dropdown:hover > .nav-dropdown-full {
    display: flex;
    flex-wrap: wrap;
    left: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 1150px !important;
    position: fixed;
    right: auto;
    transform: translateX(-50%);
    transition: opacity 0.3s !important;
    width: 100%;
  }
  .nav-dropdown-has-arrow li.has-dropdown:after,
  .nav-dropdown-has-arrow li.has-dropdown:before {
    border: solid transparent;
    bottom: -2px;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10;
  }
  .nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #fff;
    border-width: 8px;
    margin-left: -8px;
  }
  .nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 11px;
    margin-left: -11px;
    z-index: -999;
  }
  .nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:after,
  .nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:before,
  .nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:after,
  .nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:before,
  .nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:after,
  .nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:before {
    display: none;
  }
  .nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  }
  .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #ddd;
  }
  .nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd;
  }
  .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
  .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 1;
    transition: opacity 0.25s;
  }
  .nav p {
    margin: 0;
    padding-bottom: 0;
  }
  .nav,
  .nav ul:not(.nav-dropdown) {
    margin: 0;
    padding: 0;
  }
  .nav > li > a.button,
  .nav > li > button {
    margin-bottom: 0;
  }
  .nav {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .nav,
  .nav > li {
    position: relative;
  }
  .nav > li {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
    padding: 0;
    transition: background-color 0.3s;
  }
  .nav > li > a {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .html .nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav-small .nav > li > a,
  .nav.nav-small > li > a {
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
  }
  .nav-small.nav > li.html {
    font-size: 0.75em;
  }
  .nav-center {
    justify-content: center;
  }
  .nav-left {
    justify-content: flex-start;
  }
  .nav-right {
    justify-content: flex-end;
  }
  @media (max-width: 849px) {
    .medium-nav-center {
      justify-content: center;
    }
  }
  .nav-dropdown > li > a,
  .nav > li > a {
    color: hsla(0, 0%, 40%, 0.85);
    transition: all 0.2s;
  }
  .nav-dropdown > li > a {
    display: block;
  }
  .nav-dropdown li.active > a,
  .nav-dropdown > li > a:hover,
  .nav > li.active > a,
  .nav > li > a.active,
  .nav > li > a:hover {
    color: hsla(0, 0%, 7%, 0.85);
  }
  .nav li:first-child {
    margin-left: 0 !important;
  }
  .nav li:last-child {
    margin-right: 0 !important;
  }
  .nav-uppercase > li > a {
    font-weight: bolder;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  li.html .row,
  li.html form,
  li.html input,
  li.html select {
    margin: 0;
  }
  li.html > .button {
    margin-bottom: 0;
  }
  .off-canvas .mobile-sidebar-slide {
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .off-canvas .mobile-sidebar-slide .sidebar-menu {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    transform: translateX(0);
    transition: transform 0.3s;
    will-change: transform;
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header),
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header) {
    border-top: 1px solid #ececec;
    margin-bottom: 0;
    margin-top: 0;
    transition: background-color 0.3s;
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    color: hsla(0, 0%, 40%, 0.85);
    font-size: 0.8em;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    text-transform: uppercase;
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header).active,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header):hover,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header).active,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header):hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > .sub-menu,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > ul.children,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > .sub-menu,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > ul.children {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 200%;
    opacity: 1;
    overflow: visible;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 20px;
    position: fixed;
    top: 0;
    transform: none;
    width: 100%;
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > .sub-menu
    > li,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > ul.children
    > li,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > .sub-menu
    > li,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > ul.children
    > li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > .sub-menu.is-current-slide,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > ul.children.is-current-slide,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > .sub-menu.is-current-slide,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > ul.children.is-current-slide {
    display: block;
  }
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > .sub-menu.is-current-parent,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > ul.children.is-current-parent,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > .sub-menu.is-current-parent,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > ul.children.is-current-parent {
    overflow-y: hidden;
    padding-right: 100%;
    width: 200%;
  }
  .nav-slide {
    -webkit-overflow-scrolling: auto;
    height: 100%;
    overflow: visible;
    overflow-y: auto;
    padding-top: 20px;
  }
  .nav-slide .active > .toggle {
    transform: none;
  }
  .nav-slide > li {
    flex-shrink: 0;
  }
  .nav-slide-header .toggle {
    margin-left: 0 !important;
    padding-left: 5px;
    position: relative !important;
    text-align: left;
    top: 0 !important;
    width: 100%;
  }
  .nav-slide-header .toggle i {
    font-size: 1.4em;
    margin-right: 2px;
  }
  .text-center .nav-slide-header .toggle {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
  }
  .nav:hover > li:not(:hover) > a:before {
    opacity: 0;
  }
  .tabbed-content {
    display: flex;
    flex-flow: row wrap;
  }
  .tabbed-content .nav,
  .tabbed-content .tab-panels {
    width: 100%;
  }
  .tab-panels {
    padding-top: 1em;
  }
  .tab-panels .entry-content {
    padding: 0;
  }
  .tab-panels .panel:not(.active) {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
  }
  .tab-panels .panel.active {
    display: block !important;
  }
  @media (min-width: 850px) {
    .nav-divided > li {
      margin: 0 0.7em;
    }
    .nav-divided > li + li > a:after {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      content: "";
      height: 15px;
      left: -1em;
      margin-top: -7px;
      position: absolute;
      top: 50%;
      width: 1px;
    }
    .tabbed-content .nav-vertical {
      padding-top: 0;
      width: 25%;
    }
    .nav-vertical + .tab-panels {
      border-left: 1px solid #ddd;
      flex: 1;
      margin-top: 0 !important;
      padding: 0 30px 30px;
    }
  }
  .sidebar-menu-tabs__tab {
    background-color: rgba(0, 0, 0, 0.02);
    flex: 1 0 50%;
    list-style-type: none;
    max-width: 50%;
    text-align: center;
  }
  .sidebar-menu-tabs__tab.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .sidebar-menu-tabs.nav > li {
    margin: 0;
  }
  .sidebar-menu-tabs.nav > li > a {
    display: flex;
    padding: 15px 10px;
  }
  .toggle {
    box-shadow: none !important;
    color: currentColor;
    height: auto;
    line-height: 1;
    margin: 0 5px 0 0;
    opacity: 0.6;
    padding: 0;
    width: 45px;
  }
  .toggle i {
    font-size: 1.8em;
    transition: all 0.3s;
  }
  .toggle:focus {
    color: currentColor;
  }
  .toggle:hover {
    cursor: pointer;
    opacity: 1;
  }
  .active > .toggle {
    transform: rotate(-180deg);
  }
  .active > ul.children,
  .active > ul.sub-menu:not(.nav-dropdown) {
    display: block !important;
  }
  .widget .toggle {
    margin: 0 0 0 5px;
    min-height: 1em;
    width: 1em;
  }
  .widget .toggle i {
    font-size: 1.2em;
    top: 1px;
  }
  .nav.nav-vertical {
    flex-flow: column;
  }
  .nav.nav-vertical li {
    list-style: none;
    margin: 0;
    width: 100%;
  }
  .nav-vertical li li {
    font-size: 1em;
    padding-left: 0.5em;
  }
  .nav-vertical > li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }
  .nav-vertical > li ul {
    width: 100%;
  }
  .nav-vertical li li.menu-item-has-children {
    margin-bottom: 1em;
  }
  .nav-vertical li li.menu-item-has-children:not(:first-child) {
    margin-top: 1em;
  }
  .nav-vertical > li > a,
  .nav-vertical > li > ul > li a {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: auto;
  }
  .nav-vertical li li.menu-item-has-children > a {
    color: #000;
    font-size: 0.8em;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .nav-vertical > li.html {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .nav-vertical > li > ul li a {
    color: #666;
    transition: color 0.2s;
  }
  .nav-vertical > li > ul li a:hover {
    color: #111;
    opacity: 1;
  }
  .nav-vertical > li > ul {
    margin: 0 0 2em;
    padding-left: 1em;
  }
  .nav .children {
    left: -99999px;
    opacity: 0;
    position: fixed;
    transform: translateX(-10px);
    transition: background-color 0.6s, transform 0.3s, opacity 0.3s;
  }
  @media (prefers-reduced-motion) {
    .toggle {
      transition: none;
    }
    .nav .children {
      opacity: 1;
      transform: none;
    }
  }
  .nav:not(.nav-slide) .active > .children {
    left: auto;
    opacity: 1;
    padding-bottom: 30px;
    position: inherit;
    transform: translateX(0);
  }
  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-sidebar.nav-vertical > li + li {
    border-top: 1px solid #ececec;
  }
  .dark .nav-sidebar.nav-vertical > li + li {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .nav-vertical > li + li {
    border-top: 1px solid #ececec;
  }
  .text-center .toggle {
    margin-left: -35px;
  }
  .text-center .nav-vertical li {
    border: 0;
  }
  .text-center .nav-vertical li li,
  .text-center.nav-vertical li li {
    padding-left: 0;
  }
  .nav-vertical .social-icons {
    display: block;
    width: 100%;
  }
  .header-vertical-menu__opener {
    align-items: center;
    background-color: var(--fs-color-primary);
    display: flex;
    flex-direction: row;
    font-size: 0.9em;
    font-weight: 600;
    height: 50px;
    justify-content: space-between;
    padding: 12px 15px;
    width: 250px;
  }
  .header-vertical-menu__opener .icon-menu {
    font-size: 1.7em;
    margin-right: 10px;
  }
  .header-vertical-menu__fly-out {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 9;
  }
  .header-vertical-menu__fly-out .nav-top-link {
    font-size: 0.9em;
    order: 1;
  }
  .header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
    left: 100% !important;
    top: 0;
  }
  .header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
    min-height: 100%;
  }
  .header-vertical-menu__fly-out--open {
    opacity: 1;
    visibility: visible;
  }
  .sticky-hide-on-scroll--active .header-vertical-menu__fly-out,
  .stuck .header-vertical-menu__fly-out {
    opacity: 0;
    visibility: hidden;
  }
  .header-wrapper:not(.stuck) .header-vertical-menu__fly-out {
    transition: opacity 0.25s, visibility 0.25s;
  }
  .row-collapse .badge-circle {
    margin-left: 15px;
  }
  .banner {
    background-color: var(--fs-color-primary);
    min-height: 30px;
    position: relative;
    width: 100%;
  }
  .dark .banner a {
    color: #fff;
  }
  .box {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .box > a {
    display: block;
    width: 100%;
  }
  .box a {
    display: inline-block;
  }
  .box,
  .box-image,
  .box-text {
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  }
  .box-image > a,
  .box-image > div > a {
    display: block;
  }
  .box-image > a:focus-visible,
  .box-image > div > a:focus-visible {
    outline-offset: -2px;
  }
  .box-text {
    font-size: 0.9em;
    padding-bottom: 1.4em;
    padding-top: 0.7em;
    position: relative;
    width: 100%;
  }
  @media (max-width: 549px) {
    .box-text {
      font-size: 85%;
    }
  }
  .box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .box-image[style*="-radius"] {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  }
  .box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: 0.97em;
    font-weight: bolder;
    letter-spacing: 0.03em;
    line-height: 2.4em;
    margin-right: 0.5em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0.25rem 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
      opacity 0.3s, color 0.3s;
    vertical-align: middle;
  }
  .button span {
    display: inline-block;
    line-height: 1.6;
  }
  .button.is-outline {
    line-height: 2.19em;
  }
  .nav > li > a.button,
  .nav > li > a.button:hover {
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav > li > a.button:hover {
    color: #fff;
  }
  .button,
  input[type="button"].button,
  input[type="reset"].button,
  input[type="submit"],
  input[type="submit"].button {
    background-color: var(--fs-color-primary);
    border-color: rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  .button.is-outline,
  input[type="button"].is-outline,
  input[type="reset"].is-outline,
  input[type="submit"].is-outline {
    background-color: transparent;
    border: 2px solid;
  }
  .button:hover,
  .dark .button.is-form:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
    outline: 0;
  }
  .is-form,
  button.is-form,
  button[type="submit"].is-form,
  input[type="button"].is-form,
  input[type="reset"].is-form,
  input[type="submit"].is-form {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    text-transform: none;
  }
  .button.is-form:hover {
    background-color: #f1f1f1;
    color: #000;
  }
  .dark .button,
  .dark input[type="button"],
  .dark input[type="reset"],
  .dark input[type="submit"] {
    color: #fff;
  }
  .dark .button.is-form,
  .dark input[type="button"].is-form,
  .dark input[type="reset"].is-form,
  .dark input[type="submit"].is-form {
    color: #000;
  }
  .is-outline {
    color: silver;
  }
  .is-outline:hover {
    box-shadow: none !important;
  }
  .primary,
  input[type="submit"],
  input[type="submit"].button {
    background-color: var(--fs-color-primary);
  }
  .primary.is-outline {
    color: var(--fs-color-primary);
  }
  .is-outline:hover,
  .primary.is-outline:hover {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #fff;
  }
  .success {
    background-color: var(--fs-color-success);
  }
  .success.is-outline {
    color: var(--fs-color-success);
  }
  .success.is-outline:hover {
    background-color: var(--fs-color-success);
    border-color: var(--fs-color-success);
    color: #fff;
  }
  .button.alt,
  .secondary {
    background-color: var(--fs-color-secondary);
  }
  .secondary.is-outline {
    color: var(--fs-color-secondary);
  }
  .secondary.is-outline:hover {
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    color: #fff;
  }
  a.primary:not(.button),
  a.secondary:not(.button) {
    background-color: transparent;
  }
  .text-center .button:first-of-type {
    margin-left: 0 !important;
  }
  .text-center .button:last-of-type {
    margin-right: 0 !important;
  }
  .button.disabled,
  .button[disabled],
  button.disabled,
  button[disabled] {
    opacity: 0.6;
  }
  .scroll-for-more {
    margin-left: 0 !important;
  }
  .scroll-for-more:not(:hover) {
    opacity: 0.7;
  }
  .flex-col .button,
  .flex-col button,
  .flex-col input {
    margin-bottom: 0;
  }
  code {
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 0.9em;
    margin: 0 0.2rem;
    padding: 0.2rem 0.5rem;
  }
  pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
  }
  .dark code {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000;
  }
  .is-divider {
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
  }
  .widget .is-divider {
    margin-top: 0.66em;
  }
  .dark .is-divider {
    background-color: hsla(0, 0%, 100%, 0.3);
  }
  form {
    margin-bottom: 0;
  }
  .select-resize-ghost,
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #333;
    font-size: 0.97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 0.75em;
    transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
    vertical-align: middle;
    width: 100%;
  }
  @media (max-width: 849px) {
    .select-resize-ghost,
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="text"],
    input[type="url"],
    select,
    textarea {
      font-size: 1rem;
    }
  }
  input:hover,
  select:hover,
  textarea:hover {
    box-shadow: inset 0 -1.8em 1em 0 transparent;
  }
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="url"],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  textarea {
    min-height: 120px;
    padding-top: 0.7em;
  }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  select:focus,
  textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    color: #333;
    opacity: 1 !important;
    outline: 0;
  }
  label,
  legend {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 0.4em;
  }
  legend {
    border-bottom: 1px solid #f1f1f1;
    font-size: 1em;
    font-weight: 700;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
  }
  fieldset {
    border-width: 0;
    padding: 0;
  }
  input[type="checkbox"],
  input[type="radio"] {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
  }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline;
  }
  .select-resize-ghost,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-radius: 0;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
    display: block;
    padding-right: 1.4em;
  }
  .select-resize-ghost {
    display: inline-block;
    opacity: 0;
    position: absolute;
    width: auto;
  }
  select.resize-select {
    width: 55px;
  }
  @media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    select::-ms-expand {
      display: none;
    }
    select:focus::-ms-value {
      background: 0 0;
      color: currentColor;
    }
  }
  .icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative;
  }
  .flickity-slider > .icon-box,
  .slider > .icon-box {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .icon-box-img img,
  .icon-box-img svg {
    padding-top: 0.2em;
    width: 100%;
  }
  .icon-box-img svg {
    fill: currentColor;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
  }
  .icon-box-img svg path {
    fill: currentColor;
  }
  .icon-box:hover .has-icon-bg i,
  .icon-box:hover .has-icon-bg svg,
  .icon-box:hover .has-icon-bg svg path {
    fill: #fff;
  }
  .has-icon-bg .icon {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .has-icon-bg .icon .icon-inner {
    border: 2px solid;
    border-radius: 100%;
    color: var(--fs-color-primary);
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 100%;
  }
  .icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: currentColor;
  }
  .has-icon-bg .icon i,
  .has-icon-bg .icon img,
  .has-icon-bg .icon svg {
    left: 0;
    margin: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
  }
  .icon-box-left .has-icon-bg .icon {
    position: absolute;
    width: 100%;
  }
  .icon-box-left {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .icon-box-left .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
  }
  .icon-box-left .icon-box-text {
    flex: 1 1 0px;
  }
  .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 1em;
  }
  .links > li > a:before,
  i[class*=" icon-"],
  i[class^="icon-"] {
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
  }
  .button i,
  button i {
    top: -1.5px;
    vertical-align: middle;
  }
  a.remove {
    border: 2px solid;
    border-radius: 100%;
    color: #ccc;
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    height: 24px;
    line-height: 19px !important;
    text-align: center;
    width: 24px;
  }
  a.icon:not(.button),
  button.icon:not(.button) {
    font-family: sans-serif;
    font-size: 1.2em;
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .header a.icon:not(.button) {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
  .header .nav-small a.icon:not(.button) {
    font-size: 1em;
  }
  .button.icon {
    display: inline-block;
    margin-left: 0.12em;
    margin-right: 0.12em;
    min-width: 2.5em;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  .button.icon i {
    font-size: 1.2em;
  }
  .button.icon i + span {
    padding-right: 0.5em;
  }
  .button.icon.is-small {
    border-width: 1px;
  }
  .button.icon.is-small i {
    top: -1px;
  }
  .button.icon.round {
    padding-left: 0;
    padding-right: 0;
  }
  .button.icon.round > span {
    margin: 0 8px;
  }
  .button.icon.round > span + i {
    margin-left: -4px;
  }
  .button.icon.round > i {
    margin: 0 8px;
  }
  .button.icon.round > i + span {
    margin-left: -4px;
  }
  .button.icon.round > i:only-child {
    margin: 0;
  }
  .nav > li > a > i {
    font-size: 20px;
    transition: color 0.3s;
    vertical-align: middle;
  }
  .nav > li > a > i + span {
    margin-left: 5px;
  }
  .nav > li > a > span + i {
    margin-left: 5px;
  }
  .nav-small > li > a > i {
    font-size: 1em;
  }
  .nav > li > a > i.icon-search {
    font-size: 1.2em;
  }
  .nav > li > a > i.icon-menu {
    font-size: 1.9em;
  }
  .nav > li.has-icon > a > i {
    min-width: 1em;
  }
  .nav-vertical > li > a > i {
    font-size: 16px;
    opacity: 0.6;
  }
  .button:not(.icon) > i {
    margin-left: -0.15em;
    margin-right: 0.4em;
  }
  .button:not(.icon) > span + i {
    margin-left: 0.4em;
    margin-right: -0.15em;
  }
  .has-dropdown .icon-angle-down {
    font-size: 16px;
    margin-left: 0.2em;
    opacity: 0.6;
  }
  img {
    opacity: 1;
    transition: opacity 1s;
  }
  .col-inner > .img:not(:last-child),
  .col > .img:not(:last-child) {
    margin-bottom: 1em;
  }
  .img,
  .img .img-inner {
    position: relative;
  }
  .img .img-inner {
    overflow: hidden;
  }
  .img,
  .img img {
    width: 100%;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.15);
    height: 100%;
    left: -1px;
    pointer-events: none;
    right: -1px;
    top: 0;
    transition: transform 0.3s, opacity 0.6s;
  }
  .overlay {
    bottom: 0;
    position: absolute;
  }
  .lazy-load {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .image-cover {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  .image-cover img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .mfp-bg {
    background: #0b0b0b;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 0.25s;
    width: 100%;
    z-index: 1042;
  }
  .mfp-bg.mfp-ready {
    opacity: 0.6;
  }
  .mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: 0 !important;
    position: fixed;
    z-index: 1043;
  }
  .mfp-container,
  .mfp-wrap {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .mfp-container {
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    text-align: center;
  }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .mfp-image-holder {
    padding: 40px 6.66%;
  }
  .mfp-content {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
    position: relative;
    text-align: left;
    transform: translateY(-30px);
    transition: transform 0.5s, opacity 0.3s;
    vertical-align: middle;
    z-index: 1045;
  }
  .mfp-content-inner {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0);
  }
  .mfp-ready.mfp-removing .mfp-content {
    opacity: 0;
  }
  .mfp-ajax-holder .mfp-content,
  .mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%;
  }
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
  }
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  .mfp-arrow,
  .mfp-close,
  .mfp-counter,
  .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .mfp-hide {
    display: none !important;
  }
  .mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
  }
  .mfp-s-error .mfp-content,
  .mfp-s-ready .mfp-preloader {
    display: none;
  }
  .mfp-close {
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial, monospace;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    min-height: 0;
    mix-blend-mode: difference;
    opacity: 0;
    outline: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: opacity 0.6s, transform 0.3s;
    transition-delay: 0.15s;
    width: 40px;
    z-index: 1046;
  }
  .mfp-close svg {
    pointer-events: none;
  }
  .mfp-content .mfp-close {
    position: absolute;
  }
  .mfp-ready .mfp-close {
    opacity: 0.6;
  }
  .mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mfp-arrow {
    color: #fff;
    height: 50px;
    margin: 0;
    mix-blend-mode: difference;
    opacity: 0.6;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 1046;
  }
  .mfp-arrow i {
    font-size: 42px !important;
    pointer-events: none;
  }
  .mfp-arrow:hover {
    opacity: 1;
  }
  .mfp-arrow:active {
    top: 50.1%;
  }
  .mfp-arrow-left {
    left: 0;
    transform: translateX(100%);
  }
  .mfp-arrow-right {
    right: 0;
    transform: translateX(-100%);
  }
  .mfp-ready .mfp-arrow-left,
  .mfp-ready .mfp-arrow-right {
    transform: translateX(0);
  }
  .mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  .mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
  }
  .mfp-iframe-scaler iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  img.mfp-img {
    margin: 0 auto;
  }
  img.mfp-img {
    backface-visibility: hidden;
    display: block;
    height: auto;
    max-height: calc(100vh - 80px);
    max-width: 100%;
    padding: 0 0 40px;
    width: auto;
  }
  .mfp-figure,
  img.mfp-img {
    line-height: 0;
  }
  .mfp-figure figure {
    margin: 0;
  }
  .mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    font-size: 11px;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
  }
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }
  .loading-spin,
  .processing {
    position: relative;
  }
  .loading-spin,
  .processing:before {
    animation: 0.6s linear infinite spin;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid var(--fs-color-primary);
    border-radius: 50%;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    content: "";
    font-size: 10px;
    height: 30px;
    margin: 0 auto;
    opacity: 0.8;
    pointer-events: none;
    text-indent: -9999em;
    width: 30px;
  }
  .box-image.processing:before,
  .dark .loading-spin,
  .dark .processing:before,
  .dark.loading-spin,
  .dark.processing:before {
    border: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-left-color: #fff !important;
  }
  .box-image.processing:after {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
  }
  .loading-spin.centered,
  .processing:before {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    z-index: 99;
  }
  .loading-spin {
    border-radius: 50%;
    height: 30px;
    width: 30px;
  }
  .button.loading {
    color: hsla(0, 0%, 100%, 0.05);
    opacity: 1 !important;
    pointer-events: none !important;
    position: relative;
  }
  .button.loading:after {
    animation: 0.5s linear infinite spin;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .is-outline .button.loading:after {
    border-color: var(--fs-color-primary);
  }
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .off-canvas .mfp-content {
    -ms-scrollbar-base-color: #000;
    -ms-scrollbar-arrow-color: #000;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .off-canvas .nav-vertical > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .off-canvas .nav-vertical li li > a {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    -webkit-overflow-scrolling: touch;
    background-color: hsla(0, 0%, 100%, 0.95);
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(calc(var(--drawer-width) * -1));
    transition: transform 0.2s;
    width: var(--drawer-width);
  }
  .off-canvas-left.dark .mfp-content,
  .off-canvas-right.dark .mfp-content {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .off-canvas-right .mfp-content {
    left: auto;
    right: 0;
    transform: translateX(var(--drawer-width));
  }
  .off-canvas-center .nav-vertical > li > a,
  .off-canvas-center .nav-vertical > li > ul > li a {
    justify-content: center;
  }
  .off-canvas-center .nav-vertical > li > a {
    font-size: 1.5em;
  }
  .off-canvas-center .mfp-container {
    padding: 0;
  }
  .off-canvas-center .mfp-content {
    -webkit-overflow-scrolling: touch;
    max-width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 50px;
  }
  .off-canvas-center .mfp-content .searchform {
    margin: 0 auto;
    max-width: 260px;
  }
  .off-canvas-center.mfp-bg.mfp-ready {
    opacity: 0.85;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li {
    border: 0;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li .toggle {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .off-canvas.mfp-removing .mfp-content {
    opacity: 0 !important;
  }
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    opacity: 1;
    transform: translate(0);
  }
  .off-canvas .sidebar-menu {
    padding: 30px 0;
  }
  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    padding-left: 20px;
  }
  .off-canvas:not(.off-canvas-center) li.html {
    padding: 20px;
  }
  @media (prefers-reduced-motion) {
    .mfp-bg,
    .mfp-close,
    .mfp-content {
      transition: opacity 0.3s;
    }
    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
      transition: opacity 0.2s;
    }
  }
  .stack {
    --stack-gap: 0;
    display: flex;
  }
  .stack > .text > :first-child {
    margin-top: 0;
  }
  .stack > .text > :last-child {
    margin-bottom: 0;
  }
  .stack-row {
    flex-direction: row;
  }
  .stack-row > * {
    margin: 0 !important;
  }
  .stack-row > * ~ * {
    margin-left: var(--stack-gap) !important;
  }
  .stack-col {
    flex-direction: column;
  }
  .stack-col > * {
    margin: 0 !important;
  }
  .stack-col > * ~ * {
    margin-top: var(--stack-gap) !important;
  }
  .items-stretch {
    align-items: stretch;
  }
  .items-center {
    align-items: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  @media (max-width: 549px) {
    .sm\:stack-col {
      flex-direction: column;
    }
    .sm\:stack-col > * {
      margin: 0 !important;
    }
    .sm\:stack-col > * ~ * {
      margin-top: var(--stack-gap) !important;
    }
    .sm\:items-start {
      align-items: flex-start;
    }
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }
  table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
  }
  label {
    color: #222;
  }
  .table {
    display: table;
  }
  .slider-wrapper {
    position: relative;
  }
  .flickity-slider > .img,
  .slider-wrapper:last-child,
  .slider > .img {
    margin-bottom: 0;
  }
  .slider {
    position: relative;
    scrollbar-width: none;
  }
  .slider-full .flickity-slider > .col {
    padding: 0 !important;
  }
  .slider-load-first:not(.flickity-enabled) {
    max-height: 500px;
  }
  .slider-load-first:not(.flickity-enabled) > div {
    opacity: 0;
  }
  .slider:not(.flickity-enabled) {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
  }
  .slider::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
  }
  .row.row-slider:not(.flickity-enabled) {
    display: block;
  }
  .slider:not(.flickity-enabled) > * {
    display: inline-block !important;
    vertical-align: top;
    white-space: normal !important;
  }
  .slider:not(.flickity-enabled) > a,
  .slider > a,
  .slider > a > img,
  .slider > div:not(.col),
  .slider > img,
  .slider > p {
    width: 100%;
  }
  .flickity-slider > a,
  .flickity-slider > a > img,
  .flickity-slider > div:not(.col),
  .flickity-slider > figure,
  .flickity-slider > img,
  .flickity-slider > p {
    margin: 0;
    padding: 0;
    transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s;
    width: 100% !important;
  }
  .flickity-slider > .row:not(.is-selected) {
    opacity: 0;
  }
  .flickity-enabled {
    display: block;
    position: relative;
  }
  .flickity-enabled:focus {
    outline: 0;
  }
  .flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .slider-has-parallax .bg {
    transition: opacity 0.3s !important;
  }
  .is-dragging .flickity-viewport .flickity-slider {
    pointer-events: none;
  }
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab;
  }
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
  }
  .flickity-prev-next-button {
    background-color: transparent;
    border: none;
    bottom: 40%;
    color: #111;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s;
    width: 36px;
  }
  .flickity-prev-next-button.next {
    right: 2%;
    transform: translateX(-20%);
  }
  .flickity-prev-next-button.previous {
    left: 2%;
    transform: translateX(20%);
  }
  .slider-show-nav .flickity-prev-next-button,
  .slider:hover .flickity-prev-next-button {
    opacity: 0.7;
    transform: translateX(0) !important;
  }
  .slider .flickity-prev-next-button:hover {
    box-shadow: none;
    opacity: 1;
  }
  .slider .flickity-prev-next-button:hover .arrow,
  .slider .flickity-prev-next-button:hover svg {
    fill: var(--fs-color-primary);
  }
  @media (min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
      left: 100%;
      right: auto;
    }
    .slider-nav-outside .flickity-prev-next-button.previous {
      left: auto;
      right: 100%;
    }
    .show-for-medium {
      display: none !important;
    }
  }
  .flickity-prev-next-button:disabled,
  button.flickity-prev-next-button[disabled] {
    background: 0 0 !important;
    box-shadow: none !important;
    cursor: auto;
    opacity: 0 !important;
    pointer-events: none;
  }
  .flickity-prev-next-button svg {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    padding: 20%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    width: 100%;
  }
  .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -10%;
  }
  .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -40px;
  }
  .flickity-prev-next-button .arrow,
  .flickity-prev-next-button svg {
    fill: currentColor;
    border-color: currentColor;
    transition: all 0.3s;
  }
  .flickity-prev-next-button.no-svg {
    color: #111;
    font-size: 26px;
  }
  .slider-no-arrows .flickity-prev-next-button {
    display: none !important;
  }
  .slider-type-fade .flickity-slider {
    transform: none !important;
  }
  .slider-type-fade .flickity-slider > * {
    left: 0 !important;
    opacity: 0;
    z-index: 1;
  }
  .slider-type-fade .flickity-slider > .is-selected {
    opacity: 1;
    z-index: 2;
  }
  .slider-type-fade .flickity-page-dots,
  .slider-type-fade .flickity-prev-next-button {
    z-index: 3;
  }
  @media screen and (min-width: 850px) {
    .slider-type-fade.product-gallery-stacked .flickity-slider > * {
      opacity: unset;
    }
  }
  @media (prefers-reduced-motion) {
    .flickity-prev-next-button.next,
    .flickity-prev-next-button.previous {
      transform: none !important;
    }
  }
  .flickity-page-dots {
    bottom: 15px;
    left: 20%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20%;
    text-align: center;
  }
  .row-slider .flickity-page-dots {
    bottom: -10px;
  }
  .flickity-rtl .flickity-page-dots {
    direction: rtl;
  }
  .flickity-page-dots .dot {
    border: 3px solid #111;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: 0.4;
    transition: opacity 0.3s;
    width: 12px;
  }
  .nav-dots-small .flickity-page-dots .dot,
  .row-slider .flickity-page-dots .dot {
    background-color: #111;
    border: 0;
    height: 10px;
    opacity: 0.2;
    width: 10px;
  }
  .flickity-page-dots .dot:hover {
    opacity: 0.7;
  }
  .flickity-page-dots .dot:first-child:last-child {
    display: none;
  }
  .flickity-page-dots .dot.is-selected {
    background-color: #111;
    opacity: 1 !important;
  }
  .slider-nav-dots-dashes .flickity-page-dots .dot {
    border-radius: 0;
    height: 4px;
    margin: 0;
    width: 40px;
  }
  .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    border-radius: 0;
    height: 4px;
    width: 40px;
  }
  .slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #111;
  }
  .slider-nav-dots-square .flickity-page-dots .dot {
    border-radius: 0;
  }
  .slider-nav-circle .flickity-prev-next-button .arrow,
  .slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid;
    border-radius: 100%;
  }
  .slider-nav-circle .flickity-prev-next-button:hover .arrow,
  .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
  }
  .slider-nav-reveal .flickity-prev-next-button,
  .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    margin: 0 !important;
    top: -2px;
    width: 30px;
  }
  .dark .slider-nav-reveal .flickity-prev-next-button {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 99px;
    color: #fff;
  }
  .slider-nav-reveal .flickity-prev-next-button.next {
    left: auto !important;
    right: -1px !important;
    transform: translateX(10%);
  }
  .slider-nav-reveal .flickity-prev-next-button.previous {
    left: -1px !important;
    right: auto !important;
    transform: translateX(-10%);
  }
  .slider-nav-light .flickity-prev-next-button {
    color: #fff;
  }
  .slider-nav-light .flickity-prev-next-button .arrow,
  .slider-nav-light .flickity-prev-next-button svg {
    fill: #fff;
  }
  .slider-nav-light .flickity-page-dots .dot {
    border-color: #fff;
  }
  .slider-nav-light .flickity-page-dots .dot.is-selected,
  .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #fff;
  }
  .slider-style-container .flickity-slider > *,
  .slider-style-focus .flickity-slider > *,
  .slider-style-shadow .flickity-slider > * {
    margin: 0 auto;
    max-width: 1080px;
  }
  .slider-style-container:not(.flickity-enabled) .ux_banner,
  .slider-style-focus:not(.flickity-enabled) .ux_banner,
  .slider-style-shadow:not(.flickity-enabled) .ux_banner {
    opacity: 0 !important;
  }
  .slider-style-container .flickity-slider > :not(.is-selected),
  .slider-style-focus .flickity-slider > :not(.is-selected),
  .slider-style-shadow .flickity-slider > :not(.is-selected) {
    opacity: 0.5;
  }
  .slider-style-shadow .flickity-slider > :before {
    background-image: var(--wpr-bg-77be516b-0774-4de6-834b-f52d59c434d3);
    background-size: 100% 100%;
    bottom: -6px;
    content: "";
    height: 100px;
    left: -10%;
    position: absolute;
    right: -10%;
    z-index: -2;
  }
  .slider-style-shadow .flickity-slider > :not(.is-selected) {
    opacity: 1;
    transform: scale(0.9);
    z-index: -1;
  }
  .slider-style-shadow .flickity-slider > :not(.is-selected):before {
    height: 200px;
    opacity: 0.5;
  }
  .slider-style-shadow .flickity-slider > .is-selected {
    transform: scale(0.95);
  }
  .slider-style-focus .flickity-page-dots {
    bottom: 6px;
  }
  .slider-style-focus .flickity-slider > * {
    max-width: 1050px;
  }
  .slider-style-focus .flickity-slider > :not(.is-selected) {
    transform: scale(0.93);
  }
  @media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
      display: none;
    }
    .row-slider .flickity-prev-next-button {
      background-color: transparent !important;
      box-shadow: none !important;
      opacity: 0.8;
      transform: translateX(0) !important;
      width: 20px !important;
    }
    .row-slider .flickity-prev-next-button svg {
      border: 0 !important;
      padding: 3px !important;
    }
    .flickity-page-dots {
      pointer-events: none;
    }
    .flickity-slider .banner-layers {
      overflow: hidden;
    }
  }
  a {
    color: var(--fs-experimental-link-color);
    text-decoration: none;
  }
  .button:focus:not(:focus-visible),
  a:focus:not(:focus-visible),
  button:focus:not(:focus-visible),
  input:focus:not(:focus-visible) {
    outline: 0;
  }
  .button:focus-visible,
  a:focus-visible,
  button:focus-visible,
  input:focus-visible {
    outline: currentColor solid 2px;
    outline-offset: 2px;
  }
  a.plain {
    color: currentColor;
    transition: color 0.3s, opacity 0.3s, transform 0.3s;
  }
  .nav-dark a.plain:hover {
    opacity: 0.7;
  }
  a.remove:hover,
  a:hover {
    color: var(--fs-experimental-link-color-hover);
  }
  .primary:focus-visible,
  .submit-button:focus-visible,
  button[type="submit"]:focus-visible {
    outline-color: var(--fs-color-primary);
  }
  .secondary:focus-visible {
    outline-color: var(--fs-color-secondary);
  }
  .alt:focus-visible {
    outline-color: var(--fs-color-secondary);
  }
  .dark .widget a,
  .dark a {
    color: currentColor;
  }
  .dark .widget a:hover,
  .dark a:hover {
    color: #fff;
  }
  ul.links {
    font-size: 0.85em;
    margin: 5px 0;
  }
  ul.links li {
    display: inline-block;
    margin: 0 0.4em;
  }
  ul.links li a {
    color: currentColor;
  }
  ul.links li:before {
    display: inline-block;
    font-family: fl-icons;
    margin-right: 5px;
  }
  ul.links li:first-child {
    margin-left: 0;
  }
  ul.links li:last-child {
    margin-right: 0;
  }
  ul {
    list-style: disc;
  }
  ul {
    margin-top: 0;
    padding: 0;
  }
  ul ul {
    margin: 1.5em 0 1.5em 3em;
  }
  li {
    margin-bottom: 0.6em;
  }
  dl dd,
  dl dt {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  dl dd p,
  dl dt p {
    margin: 0;
    padding: 0;
  }
  dl {
    font-size: 0.85em;
    opacity: 0.8;
    text-transform: uppercase;
  }
  .col-inner ul li,
  .entry-content ul li {
    margin-left: 1.3em;
  }
  .col-inner ul li.tab,
  .entry-content ul li.tab {
    margin-left: 0;
  }
  .button,
  button,
  fieldset,
  input,
  select,
  textarea {
    margin-bottom: 1em;
  }
  dl,
  form,
  p,
  pre,
  ul {
    margin-bottom: 1.3em;
  }
  form p {
    margin-bottom: 0.5em;
  }
  body {
    line-height: 1.6;
  }
  h1,
  h2,
  h3,
  h5 {
    color: #555;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
  }
  h1 {
    font-size: 1.7em;
  }
  .h2,
  h1,
  h2 {
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1em;
  }
  h3 label {
    display: inline-block;
    margin-right: 10px;
  }
  p {
    margin-top: 0;
  }
  h1 > span,
  h2 > span,
  h3 > span,
  h5 > span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .uppercase {
    letter-spacing: 0.05em;
    line-height: 1.05;
    text-transform: uppercase;
  }
  .is-normal {
    font-weight: 400;
  }
  .uppercase {
    line-height: 1.2;
    text-transform: uppercase;
  }
  .is-large {
    font-size: 1.15em;
  }
  .is-small,
  .is-small.button {
    font-size: 0.8em;
  }
  .box-text a:not(.button),
  .box-text h1,
  .box-text h2,
  .box-text h3,
  .box-text h5 {
    line-height: 1.3;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
  }
  .box-text p {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
  }
  .box-text .button {
    margin-top: 1em;
  }
  .banner .button {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .banner .is-divider,
  .banner .text-center .is-divider {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .banner h1 {
    font-size: 3.5em;
  }
  .banner h2 {
    font-size: 2.9em;
  }
  .banner h3 {
    font-size: 2em;
  }
  .banner h1,
  .banner h2,
  .banner h3 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    padding: 0;
  }
  .banner h5,
  .banner p {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0;
  }
  .nav > li > a {
    font-size: 0.8em;
  }
  .nav > li.html {
    font-size: 0.85em;
  }
  span.count-up {
    opacity: 0;
    transition: opacity 2s;
  }
  span.count-up.active {
    opacity: 1;
  }
  .clear:after,
  .clearfix:after,
  .container:after,
  .row:after {
    clear: both;
    content: "";
    display: table;
  }
  @media (max-width: 549px) {
    h1 {
      font-size: 1.4em;
    }
    h2 {
      font-size: 1.2em;
    }
    h3 {
      font-size: 1em;
    }
    .is-large {
      font-size: 1em;
    }
    .hide-for-small {
      display: none !important;
    }
    .small-text-center {
      float: none !important;
      text-align: center !important;
      width: 100% !important;
    }
  }
  @media (max-width: 849px) {
    body.body-scroll-lock--active .mfp-wrap {
      overflow: auto;
      position: fixed !important;
    }
    .hide-for-medium {
      display: none !important;
    }
    .medium-text-center .pull-left {
      float: none;
    }
    .medium-text-center {
      float: none !important;
      text-align: center !important;
      width: 100% !important;
    }
  }
  .expand,
  .full-width {
    display: block;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .pull-left {
    margin-left: 0 !important;
  }
  .mb {
    margin-bottom: 30px;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mb:last-child {
    margin-bottom: 0;
  }
  .pb-half {
    padding-bottom: 15px;
  }
  .pt-half {
    padding-top: 15px;
  }
  .last-reset :last-child {
    margin-bottom: 0;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-center .is-divider,
  .text-center > div,
  .text-center > div > div {
    margin-left: auto;
    margin-right: auto;
  }
  .text-center .pull-left {
    float: none;
  }
  .text-left .is-divider {
    margin-left: 0;
    margin-right: auto;
  }
  .relative {
    position: relative !important;
  }
  .absolute {
    position: absolute !important;
  }
  .fixed {
    position: fixed !important;
    z-index: 12;
  }
  .top {
    top: 0;
  }
  .right {
    right: 0;
  }
  .left {
    left: 0;
  }
  .bottom,
  .fill {
    bottom: 0;
  }
  .fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  .pull-left {
    float: left;
  }
  .round {
    border-radius: 5px;
  }
  .bt {
    border-top: 1px solid #ececec;
  }
  .bb {
    border-bottom: 1px solid #ececec;
  }
  .bl {
    border-left: 1px solid #ececec;
  }
  .br {
    border-right: 1px solid #ececec;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .z-1 {
    z-index: 21;
  }
  .z-top {
    z-index: 9995;
  }
  .inline {
    display: inline;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline-block {
    display: inline-block;
  }
  img.inline {
    display: inline-block !important;
  }
  .op-8 {
    opacity: 0.8;
  }
  .no-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
  }
  .no-scrollbar::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
  }
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .screen-reader-text:focus {
    clip: auto !important;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  @media (prefers-reduced-motion: no-preference) {
    .slider [data-animate],
    [data-animate] {
      animation-fill-mode: forwards;
      -webkit-backface-visibility: hidden;
      opacity: 0 !important;
      transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
      will-change: filter, transform, opacity;
    }
    .slider [data-animate]:not([data-animate-transform]),
    [data-animate]:not([data-animate-transform]) {
      transform: none !important;
    }
    .slider [data-animate]:not([data-animate-transition]),
    [data-animate]:not([data-animate-transition]) {
      transition: none !important;
    }
    .slider .is-selected [data-animated="true"],
    [data-animated="true"] {
      animation-delay: 0.1s;
      opacity: 1 !important;
      transform: translateZ(0) scale(1);
    }
    .flickity-slider > :not(.is-selected) [data-animated="true"] {
      transition: transform 0.7s, opacity 0.3s !important;
    }
    .slider [data-animate="none"],
    [data-animate="none"] {
      opacity: 1 !important;
    }
    [data-animated="false"] {
      transition: none !important;
    }
    [data-animate]:hover {
      transition-delay: 0s !important;
    }
    .mfp-ready .nav-anim > li {
      opacity: 1;
      transform: none;
    }
    .col + .col [data-animate],
    [data-animate] + [data-animate] {
      transition-delay: 0.2s;
    }
    .col + .col + .col [data-animate],
    [data-animate] + [data-animate] + [data-animate] {
      transition-delay: 0.4s;
    }
    .col + .col + .col + .col [data-animate],
    [data-animate] + [data-animate] + [data-animate] + [data-animate] {
      transition-delay: 0.6s;
    }
    .col + .col + .col + .col + .col [data-animate],
    [data-animate]
      + [data-animate]
      + [data-animate]
      + [data-animate]
      + [data-animate] {
      transition-delay: 0.8s;
    }
    .col + .col + .col + .col + .col + .col [data-animate] {
      transition-delay: 0.9s;
    }
    .col + .col + .col + .col + .col + .col + .col [data-animate] {
      transition-delay: 1s;
    }
    .slider-type-fade .flickity-slider > :not(.is-selected) [data-animate] {
      opacity: 0 !important;
      transition: none !important;
    }
  }
  a.hotspot {
    background-color: #000;
    border-radius: 99px;
    color: #fff;
    display: block;
    font-weight: bolder;
    height: 1.5em;
    line-height: 1.5em;
    opacity: 0.8;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
    width: 1.5em;
  }
  a.hotspot i {
    font-size: 0.8em;
  }
  a.hotspot:hover {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 1;
  }
  .has-hover .bg,
  .has-hover [class*="image-"] img {
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  }
  .tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
  }
  .tooltipster-box {
    flex: 1 1 auto;
  }
  .tooltipster-content {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 8px 10px;
  }
  .tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
  }
  .tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
  }
  .tooltipster-fade.tooltipster-show {
    opacity: 1;
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-box {
    background: var(--tooltip-bg-color);
    border: 2px solid var(--tooltip-bg-color);
    border-radius: 4px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-left .tooltipster-box {
    margin-right: 8px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-right .tooltipster-box {
    margin-left: 8px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-content {
    color: var(--tooltip-color);
    padding: 6px 8px;
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-bottom .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    top: 0;
    width: 16px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-left .tooltipster-arrow {
    height: 16px;
    margin-top: -8px;
    right: 0;
    top: 0;
    width: 8px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-right .tooltipster-arrow {
    height: 16px;
    left: 0;
    margin-top: -8px;
    top: 0;
    width: 8px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 8px;
    margin-left: -8px;
    width: 16px;
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-arrow-background,
  .tooltipster-sidetip.tooltipster-default .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-arrow-background {
    border: 8px solid transparent;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-bottom
    .tooltipster-arrow-background {
    border-bottom-color: var(--tooltip-bg-color);
    left: 0;
    top: 3px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-left
    .tooltipster-arrow-background {
    border-left-color: var(--tooltip-bg-color);
    left: -3px;
    top: 0;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-right
    .tooltipster-arrow-background {
    border-right-color: var(--tooltip-bg-color);
    left: 3px;
    top: 0;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-top
    .tooltipster-arrow-background {
    border-top-color: var(--tooltip-bg-color);
    left: 0;
    top: -3px;
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-arrow-border {
    border: 8px solid transparent;
    left: 0;
    top: 0;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-bottom
    .tooltipster-arrow-border {
    border-bottom-color: var(--tooltip-bg-color);
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-left
    .tooltipster-arrow-border {
    border-left-color: var(--tooltip-bg-color);
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-right
    .tooltipster-arrow-border {
    border-right-color: var(--tooltip-bg-color);
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-top
    .tooltipster-arrow-border {
    border-top-color: var(--tooltip-bg-color);
  }
  .tooltipster-sidetip.tooltipster-default .tooltipster-arrow-uncropped {
    position: relative;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-bottom
    .tooltipster-arrow-uncropped {
    top: -8px;
  }
  .tooltipster-sidetip.tooltipster-default.tooltipster-right
    .tooltipster-arrow-uncropped {
    left: -8px;
  }
  .dark,
  .dark p {
    color: #f1f1f1;
  }
  .dark h1,
  .dark h2,
  .dark h3,
  .dark h5,
  .dark label {
    color: #fff;
  }
  .dark .nav-vertical li li.menu-item-has-children > a,
  .dark .nav-vertical > li > ul li a,
  .dark .nav > li.html,
  .dark .nav > li > a,
  .nav-dark .is-outline,
  .nav-dark .nav > li > a,
  .nav-dark .nav > li > button,
  .nav-dropdown.dark > li > a {
    color: hsl(0deg 0% 100%);
  }
  .dark .nav > li.active > a,
  .dark .nav > li > a.active,
  .dark .nav > li > a:hover,
  .nav-dark .nav > li.active > a,
  .nav-dark .nav > li > a.active,
  .nav-dark .nav > li > a:hover,
  .nav-dark a.plain:hover,
  .nav-dropdown.dark > li > a:hover {
    color: #fff;
  }
  .nav-dark .nav-divided > li + li > a:after,
  .nav-dropdown.dark > li > a {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .dark .nav-vertical li li.menu-item-has-children > a,
  .nav-dark .nav-vertical li li.menu-item-has-children > a,
  .nav-dark .nav > li.html {
    color: #fff;
  }
  .nav-dark span.amount {
    color: currentColor;
  }
  :root {
    --flatsome-scroll-padding-top: calc(
      var(--flatsome--header--sticky-height, 0px) +
        var(--wp-admin--admin-bar--height, 0px)
    );
  }
  html {
    overflow-x: hidden;
    scroll-padding-top: var(--flatsome-scroll-padding-top);
  }
  @supports (overflow: clip) {
    body {
      overflow-x: clip;
    }
  }
  #main,
  #wrapper {
    background-color: #fff;
    position: relative;
  }
  #main.dark {
    background-color: #333;
  }
  .ux-body-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 29;
  }
  .ux-body-overlay--hover-active {
    opacity: 1;
    visibility: visible;
  }
  .header,
  .header-wrapper {
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    transition: background-color 0.3s, opacity 0.3s;
    width: 100%;
    z-index: 1001;
  }
  .header-bg-color {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .header-top {
    align-items: center;
    display: flex;
    flex-wrap: no-wrap;
  }
  .header.has-transparent,
  .header.transparent {
    position: absolute;
  }
  .header.transparent:not(.stuck) {
    left: auto;
    right: auto;
  }
  .header.transparent .header-bg-color,
  .header.transparent .header-bg-image,
  .header.transparent .header-wrapper {
    background-color: transparent;
    background-image: none !important;
    box-shadow: none;
  }
  .header-bg-color,
  .header-bg-image {
    background-position: 50% 0;
    transition: background 0.4s;
  }
  .header-top {
    background-color: var(--fs-color-primary);
    min-height: 20px;
    position: relative;
    z-index: 11;
  }
  .header-main {
    position: relative;
    z-index: 10;
  }
  .top-divider {
    border-top: 1px solid;
    margin-bottom: -1px;
    opacity: 0.1;
  }
  .nav-dark .top-divider {
    display: none;
  }
  .stuck {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
  }
  .sticky-shrink .stuck .header-main {
    transition: height 0.8s;
  }
  .stuck .header-inner,
  .stuck .logo,
  .stuck .logo img {
    margin-top: 0;
    padding-top: 0;
  }
  .header-wrapper:not(.stuck) .logo img {
    transition: max-height 0.5s;
  }
  .stuck .hide-for-sticky {
    display: none;
  }
  .header-wrapper.stuck {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  }
  .post {
    margin: 0 0 30px;
  }
  .entry-content {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }
  .box-blog-post .is-divider {
    height: 2px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .row .entry-content .gallery {
    padding: 0;
  }
  .widget {
    margin-bottom: 1.5em;
  }
  .widget ul {
    margin: 0;
  }
  .widget li {
    list-style: none;
  }
  .widget > ul > li,
  ul.menu > li {
    list-style: none;
    margin: 0;
    text-align: left;
  }
  .widget > ul > li li,
  ul.menu > li li {
    list-style: none;
  }
  .widget > ul > li > a,
  .widget > ul > li > span:first-child,
  ul.menu > li > a,
  ul.menu > li > span:first-child {
    display: inline-block;
    flex: 1;
    padding: 6px 0;
  }
  .widget > ul > li:before,
  ul.menu > li:before {
    display: inline-block;
    font-family: fl-icons;
    margin-right: 6px;
    opacity: 0.6;
  }
  .widget > ul > li li > a,
  ul.menu > li li > a {
    display: inline-block;
    font-size: 0.9em;
    padding: 3px 0;
  }
  .widget > ul > li + li,
  ul.menu > li + li {
    border-top: 1px solid #ececec;
  }
  .dark .widget > ul > li + li,
  .dark ul.menu > li + li {
    border-color: hsla(0, 0%, 100%, 0.08);
  }
  .widget > ul > li ul,
  ul.menu > li ul {
    border-left: 1px solid #ddd;
    display: none;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%;
  }
  .widget > ul > li ul li,
  ul.menu > li ul li {
    border: 0;
    margin: 0;
  }
  .dark .widget > ul > li ul,
  .dark ul.menu > li ul {
    border-color: hsla(0, 0%, 100%, 0.08);
  }
  .dark .widget > ul > li.active > a,
  .dark .widget > ul > li.current-cat > a,
  .dark .widget > ul > li > a:hover,
  .dark ul.menu > li.active > a,
  .dark ul.menu > li.current-cat > a,
  .dark ul.menu > li > a:hover {
    color: #fff;
  }
  .widget > ul > li.has-child,
  ul.menu > li.has-child {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }
  .widget .current-cat-parent > ul {
    display: block;
  }
  .widget .current-cat > a {
    color: #000;
    font-weight: bolder;
  }
  .wpcf7 {
    color: #333;
    position: relative;
  }
  .dark .wpcf7 {
    color: #fff;
  }
  .wpcf7 p {
    margin: 0;
    padding: 0;
  }
  .wpcf7 br {
    display: none;
  }
  .wpcf7 label {
    display: inline-block;
    width: 100%;
  }
  .wpcf7-form .processing * {
    opacity: 0.8;
  }
  .accordion-title {
    border-top: 1px solid #ddd;
    display: block;
    font-size: 110%;
    padding: 0.6em 2.3em;
    position: relative;
    transition: border 0.2s ease-out, background-color 0.3s;
  }
  .dark .accordion-title {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .accordion-title.active {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: var(--fs-color-primary);
    color: var(--fs-color-primary);
    font-weight: 700;
  }
  .dark .accordion-title.active {
    color: #fff;
  }
  .footer-wrapper {
    position: relative;
    width: 100%;
  }
  .absolute-footer,
  html {
    background-color: #5b5b5b;
  }
  .absolute-footer {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
    padding: 10px 0 15px;
  }
  .absolute-footer.dark {
    color: hsla(0, 0%, 100%, 0.5);
  }
  .absolute-footer.fixed {
    background-color: transparent;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 7.5px 15px;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    z-index: 101;
  }
  .absolute-footer ul {
    border-bottom: 1px solid #ddd;
    opacity: 0.8;
    padding-bottom: 5px;
  }
  .absolute-footer.dark ul {
    border-color: hsla(0, 0%, 100%, 0.08);
  }
  .absolute-footer.text-center ul {
    border: 0;
    padding-top: 5px;
  }
  .back-to-top {
    bottom: 20px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    right: 20px;
    transform: translateY(30%);
  }
  .back-to-top.left {
    left: 20px;
    right: unset;
  }
  .back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
  }
  .logo {
    line-height: 1;
    margin: 0;
  }
  .logo a {
    color: var(--fs-color-primary);
    display: block;
    font-size: 32px;
    font-weight: bolder;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .logo img {
    display: block;
    width: auto;
  }
  .header-logo-dark,
  .nav-dark .header-logo {
    display: none !important;
  }
  .nav-dark .header-logo-dark {
    display: block !important;
  }
  .nav-dark .logo a {
    color: #fff;
  }
  .logo-left .logo {
    margin-left: 0;
    margin-right: 30px;
  }
  @media screen and (max-width: 849px) {
    .header-inner .nav {
      flex-wrap: nowrap;
    }
    .medium-logo-left .logo {
      margin-left: 0;
      margin-right: 15px;
      order: 1;
    }
    .medium-logo-left .flex-left {
      flex: 1 1 0;
      order: 2;
    }
    .medium-logo-left .flex-right {
      flex: 1 1 0;
      order: 3;
    }
  }
  .scroll-to {
    width: 100%;
  }
  .scroll-to-bullets {
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }
  .scroll-to-bullets a {
    background-color: var(--fs-color-primary);
    border: 3px solid transparent;
    border-radius: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    height: 15px;
    margin: 10px 15px;
    transition: all 0.3s;
    width: 15px;
  }
  .scroll-to-bullets a.active,
  .scroll-to-bullets a:hover {
    background-color: #fff;
    opacity: 1;
  }
  .scroll-to-bullets a.active {
    border-color: var(--fs-color-primary);
  }
  .sidebar-menu .search-form {
    display: block !important;
  }
  .searchform-wrapper form {
    margin-bottom: 0;
  }
  .mobile-nav > .search-form,
  .sidebar-menu .search-form {
    padding: 5px 0;
    width: 100%;
  }
  .searchform-wrapper:not(.form-flat) .submit-button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .searchform {
    position: relative;
  }
  .searchform .button.icon {
    margin: 0;
    padding: 0;
  }
  .searchform .button.icon i {
    font-size: 1.2em;
  }
  .searchform-wrapper {
    width: 100%;
  }
  @media (max-width: 849px) {
    .searchform-wrapper {
      font-size: 1rem;
    }
  }
  .searchform-wrapper .autocomplete-suggestions {
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-y: auto;
  }
  .header .search-form .autocomplete-suggestions {
    max-height: 80vh;
  }
  .col .live-search-results,
  .header .search-form .live-search-results {
    background-color: hsla(0, 0%, 100%, 0.95);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #111;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 105%;
  }
  .header li .html .live-search-results {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    top: 0;
  }
  .autocomplete-suggestion {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: default;
    display: flex;
    padding: 10px 0.75em;
  }
  .autocomplete-suggestion .search-name {
    flex: 1;
  }
  .autocomplete-suggestion img {
    border-radius: 99px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    width: 40px;
  }
  .autocomplete-suggestion img + .search-name {
    margin-top: -0.15em;
    padding-left: 0.5em;
  }
  .autocomplete-suggestion .search-price {
    font-size: 0.8em;
    margin-left: 5px;
    padding-top: 3px;
  }
  .autocomplete-suggestion:last-child {
    border-bottom: none;
  }
  .autocomplete-selected {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .row-collapse + .section-title-container {
    margin-top: 30px;
  }
  .icon-phone:before {
    content: "";
  }
  .icon-menu:before {
    content: "";
  }
  .icon-angle-left:before {
    content: "";
  }
  .icon-angle-right:before {
    content: "";
  }
  .icon-angle-up:before {
    content: "";
  }
  .icon-angle-down:before {
    content: "";
  }
  .icon-x:before {
    content: "";
  }
  .icon-envelop:before {
    content: "";
  }
  .icon-facebook:before {
    content: "";
  }
  .icon-instagram:before {
    content: "";
  }
  .icon-search:before {
    content: "";
  }
  .icon-linkedin:before {
    content: "";
  }
  .text-center .social-icons {
    margin-left: auto;
    margin-right: auto;
  }
  .social-icons {
    color: #999;
    display: inline-block;
    font-size: 0.85em;
    vertical-align: middle;
  }
  .html .social-icons {
    font-size: 1em;
  }
  .html .social-icons .button {
    margin-bottom: 0;
  }
  .social-icons span {
    font-weight: 700;
    padding-right: 10px;
  }
  .social-icons i {
    min-width: 1em;
  }
  .dark .social-icons,
  .nav-dark .social-icons {
    color: #fff;
  }
  .dark .social-icons .button.is-outline,
  .nav-dark .social-icons .button.is-outline {
    border-color: hsla(0, 0%, 100%, 0.5);
  }
  .social-icons .button.icon:hover,
  .social-icons .button.icon:not(.is-outline) {
    background-color: currentColor !important;
    border-color: currentColor !important;
    padding: 0;
  }
  .social-icons .button.icon:hover > i,
  .social-icons .button.icon:hover > span,
  .social-icons .button.icon:not(.is-outline) > i,
  .social-icons .button.icon:not(.is-outline) > span {
    color: #fff !important;
  }
  .button.facebook:hover,
  .button.facebook:not(.is-outline) {
    color: #3a589d !important;
  }
  .button.instagram:hover,
  .button.instagram:not(.is-outline) {
    color: #3b6994 !important;
  }
  .button.x:hover,
  .button.x:not(.is-outline) {
    color: #111 !important;
  }
  .button.email:hover,
  .button.email:not(.is-outline) {
    color: #111 !important;
  }
  .button.phone:hover,
  .button.phone:not(.is-outline) {
    color: #51cb5a !important;
  }
  .button.linkedin:hover,
  .button.linkedin:not(.is-outline) {
    color: #0072b7 !important;
  }
  .button.youtube:hover,
  .button.youtube:not(.is-outline) {
    color: #c33223 !important;
  }
  @font-face {
    font-family: fl-icons;
    font-display: swap;
    src: url(../fonts/icons/fl-iconsb0f4.eot?v=3.19.4);
    src: url(../fonts/icons/icons/fl-icons.eot#iefix?v=3.19.4)
        format("embedded-opentype"),
      url(../fonts/icons/fl-icons.woff2?v=3.19.4) format("woff2"),
      url(../fonts/icons/fl-icons.ttf?v=3.19.4) format("truetype"),
      url(../fonts/icons/fl-icons.woff?v=3.19.4) format("woff"),
      url(../fonts/icons/fl-icons.svg?v=3.19.4#fl-icons) format("svg");
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
  }
  .tile-img {
    background-image: var(--wpr-bg-50407766-ef89-47ab-b3aa-9970051d0031);
  }
  .paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .list {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    list-style-type: none;
    display: flex;
  }
  .svg {
    color: #009c9c;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }
  .paragraph {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .paragraph-2 {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
  .svg {
    color: #009c9c;
    order: -1;
    width: 16px;
  }
  .heading {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .price {
    color: #009c9c;
    font-size: 22px;
    font-weight: 700;
    margin: 0 !important;
  }
  @media screen and (max-width: 800px) {
    .button {
      font-size: 14px !important;
    }
    .price {
      z-index: 2;
      background-color: #009c9c;
      border-radius: 10000px;
      padding: 6px 15px;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      position: absolute;
      inset: 1.5rem 1.5rem auto auto;
      box-shadow: 0 4px 13px #0003;
    }
  }
  @media screen and (max-width: 479px) {
    .tag-text {
      display: flex !important;
      overflow: hidden !important;
      white-space: nowrap !important;
    }
    .red-line {
      width: 100% !important;
      height: 3px !important;
    }
    .heading {
      font-size: 1rem;
      margin-bottom: 10px !important;
    }
  }
  .svg {
    min-width: 16px;
    margin-top: 3px;
  }
  .heading {
    font-size: 1rem;
  }
  .price {
    margin-bottom: 5px;
    font-weight: 800;
  }
  .card {
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    box-shadow: 0 4px 13px #00000026;
  }
  .card:hover .card-image {
    transform: scale(1.05);
  }
  .card-bottom {
    padding: 25px;
    position: relative;
    background-color: #fff;
  }
  .card-content-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
    display: flex;
  }
  .card-icon-svg {
    min-width: 18px;
    max-width: 18px;
  }
  .card-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    background-color: #009c9c;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 12px 22px;
    font-size: 16px;
    display: inline-flex;
    transition: background-color 0.3s ease;
  }
  .card-button-arrow {
    width: 16px;
    transition: transform 0.3s ease;
  }
  .card-button:hover {
    background-color: #b81d24;
  }
  .card-button:hover .card-button-arrow {
    transform: rotate(45deg);
  }
  .card-image {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    transition: transform 0.3s ease;
  }
  .card-top {
    min-height: 200px;
    padding: 25px 25px 0;
    position: relative;
    overflow: hidden;
  }
  .card-flag {
    border-radius: 10000px;
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border: 2px solid #fff;
  }
  .flag-event-wrapper {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }
  .div-block-3 {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100000px;
    padding: 2px 10px;
  }
  .div-block-3.sales {
    color: #009c9c;
    letter-spacing: -0.3px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 1000px;
    padding: 5px 12px;
  }
  .image-overlay {
    z-index: 0;
    background-image: linear-gradient(#0b0b0bcc, #0b0b0b00 50%, #0b0b0b80);
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  .vip-container {
    background-color: #c3ad3a;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 9px 14px;
    font-size: 16px;
    display: flex;
    position: absolute;
    inset: -38px auto auto;
  }
  .paragraph-2 {
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
  }
  .stars-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .star-icon {
    width: 10px;
    color: #fff;
  }
  .heading {
    letter-spacing: -0.3px;
    margin-bottom: 16px !important;
    font-weight: 700;
    font-size: 1.1rem;
  }
  @media screen and (max-width: 767px) {
    .card-bottom {
      padding: 16px;
    }
    .card-button {
      margin-top: 5px;
      padding: 8px 20px;
    }
    .vip-container {
      inset: -40px auto auto;
    }
    .card-top {
      min-height: 160px;
      padding: 16px 16px 0;
      position: relative;
      overflow: hidden;
    }
  }
  .footer_img1 img {
    height: 40px;
    width: auto;
  }
  .footer_img2 img {
    height: 80px;
    width: auto;
  }
  .footer_img3 img {
    height: 80px;
    width: auto;
  }
  .footer_img4 img {
    height: 80px;
    width: auto;
  }
  #footer .col.post-item .box-image {
    width: 30px;
    display: inline-block;
    display: none;
    visibility: hidden;
  }
  #footer .col.post-item {
    padding-bottom: 0;
    padding-left: 0;
  }
  #footer .col.post-item .box-text {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
  }
  #footer .col.post-item .box-text .box-text-inner h5 {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
  }
  #footer .col.post-item .box-text .box-text-inner h5 a {
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .custom_home_read_more_btn {
    color: #009c9c !important;
  }
  .grandstand_event_item .col-inner {
    background-color: #f4f4f4;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  span.sale_open {
    color: #3eae17;
    font-weight: 500;
    padding: 5px 0 5px 30px;
    z-index: 1;
    top: 10px;
    left: 10px;
  }
  span.sale_open:before {
    display: inline-block;
    content: url(../images/icon_sales_open_green.svg);
    position: absolute;
    left: 10px;
  }
  .grandstand_event_item .box-text {
    padding-bottom: 10px;
  }
  .box-text-inner {
    position: relative;
    text-align: left;
    padding: 5px 10px 0;
  }
  .box-text-inner h5 {
    max-width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .box-text-inner img.flag {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px;
    width: 40px;
    border-radius: 8px;
  }
  header .header-nav.nav-left {
    text-align: center;
    justify-content: center;
  }
  header .nav > li > a {
    color: #000;
  }
  header .nav > li > a:hover {
    color: hsla(0, 0%, 7%, 0.65);
  }
  .paragraph_home_hide {
    display: none;
  }
  .slick-list {
    height: 100% !important;
  }
  .slick-track {
    height: 100% !important;
  }
  .slick-dots {
    position: absolute !important;
    bottom: 5px !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
  }
  .slick-dots li button:focus,
  .slick-dots li button:hover {
    outline: 0;
  }
  .slick-dots li button:focus:before,
  .slick-dots li button:hover:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
  }
  .packages-carousel .package.slick-slide {
    margin-right: 20px;
    background-color: #000;
    text-align: center;
    padding: 0 15px 5px;
    border-radius: 8px;
  }
  .packages-carousel .package.slick-slide img {
    width: calc(100% + 30px);
    max-width: calc(100% + 50px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: -15px;
  }
  .packages-carousel .package.slick-slide h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
  }
  .packages-carousel .package.slick-slide .package_content {
    color: #fff;
  }
  .packages-carousel .package.slick-slide ul li {
    color: #fff;
    list-style: none;
    text-align: center !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0;
  }
  .packages-carousel .package.slick-slide .package_disclaimer {
    color: #fff;
  }
  .packages-carousel .package.slick-slide .package_price {
    color: #009c9c;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  hr {
    border-top: 1px solid #d9d9d9;
    opacity: 0.3;
  }
  @media only screen and (max-width: 48em) {
    body .carousel.packages-carousel > .slick-list {
      width: calc(100vw + 10px);
      margin-left: -15px;
      padding: 0;
    }
    body .carousel.packages-carousel > .slick-prev {
      left: -15px;
      z-index: 10;
    }
    body .carousel.packages-carousel > .slick-next {
      right: -15px;
      z-index: 10;
    }
    body .packages-carousel .package.slick-slide {
      margin-right: 10px;
      padding: 0 10px 5px;
    }
    body .packages-carousel .package.slick-slide img {
      max-width: calc(100% + 20px);
      margin-left: -10px;
    }
  }
  @media only screen and (min-width: 768px) {
    .packages-no-1 .slick-list,
    .packages-no-2 .slick-list {
      padding-left: 0 !important;
    }
    .packages-no-1 .slick-list .slick-track,
    .packages-no-2 .slick-list .slick-track {
      transform: none !important;
      margin-left: 0 !important;
    }
  }
  .nav.nav-center.nav-small.mobile-nav.nav-divided {
    justify-content: center !important;
  }
  :root {
    --primary-color: #009c9c;
    --fs-color-primary: #009c9c;
    --fs-color-secondary: #0f0f0f;
    --fs-color-success: #3eae17;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #dd3333;
    --fs-experimental-link-color-hover: #009c9c;
  }
  .tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
  }
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    --drawer-width: 300px;
  }
  .container,
  .row {
    max-width: 1370px;
  }
  .row.row-collapse {
    max-width: 1340px;
  }
  .row.row-small {
    max-width: 1362.5px;
  }
  .header-main {
    height: 82px;
  }
  #logo img {
    max-height: 82px;
  }
  #logo {
    width: 260px;
  }
  .header-top {
    min-height: 32px;
  }
  .transparent .header-main {
    height: 90px;
  }
  .transparent #logo img {
    max-height: 90px;
  }
  .transparent .header-wrapper {
    background-color: #0c0c0c !important;
  }
  .transparent .top-divider {
    display: none;
  }
  .stuck .header-main {
    height: 70px !important;
  }
  .stuck #logo img {
    max-height: 70px !important;
  }
  .header-bg-color {
    background-color: #fff;
  }
  .header-main .nav > li > a {
    line-height: 11px;
  }
  .stuck .header-main .nav > li > a {
    line-height: 50px;
  }
  @media (max-width: 549px) {
    .header-main {
      height: 70px;
    }
    #logo img {
      max-height: 70px;
    }
  }
  .nav-dropdown {
    border-radius: 10px;
  }
  .nav-dropdown {
    font-size: 100%;
  }
  .header-top {
    background-color: #009c9c !important;
  }
  body {
    color: #191919;
  }
  h1,
  h2,
  h3,
  h5 {
    color: #191919;
  }
  body {
    font-size: 100%;
  }
  @media screen and (max-width: 549px) {
    body {
      font-size: 100%;
    }
  }
  body {
    font-family: Inter, sans-serif;
  }
  body {
    font-weight: 400;
    font-style: normal;
  }
  .nav > li > a {
    font-family: Inter, sans-serif;
  }
  .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: Inter, sans-serif;
  }
  .mobile-sidebar-levels-2 .nav > li > ul > li > a,
  .nav > li > a {
    font-weight: 700;
    font-style: normal;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li > a,
  h1,
  h2,
  h3,
  h5 {
    font-family: Inter, sans-serif;
  }
  .banner h1,
  .banner h2,
  h1,
  h2,
  h3,
  h5 {
    font-weight: 600;
    font-style: normal;
  }
  .button,
  button {
    text-transform: none;
  }
  .links > li > a,
  .nav > li > a {
    text-transform: none;
  }
  .header:not(.transparent) .header-nav-main.nav > li.active > a,
  .header:not(.transparent) .header-nav-main.nav > li > a.active,
  .header:not(.transparent) .header-nav-main.nav > li > a:hover {
    color: #009c9c;
  }
  .is-divider {
    background-color: #e1e1e1;
  }
  .button:not(.icon),
  button:not(.icon),
  input[type="button"],
  input[type="submit"] {
    border-radius: 10px !important;
  }
  .header-main .nav > li > a > i:not(.icon-angle-down),
  .header-main .social-icons {
    color: #1c1c1c !important;
  }
  .header-main .nav > li > a:hover > i:not(.icon-angle-down),
  .header-main .social-icons a:hover {
    color: #1c1c1c !important;
  }
  .absolute-footer,
  html {
    background-color: #191919;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/useanyfont/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/useanyfont/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/useanyfont/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
  }
  #text-273917416 {
    font-size: 1.05rem;
    color: #fff;
  }
  #text-273917416 > * {
    color: #fff;
  }
  @media (min-width: 550px) {
    #text-273917416 {
      font-size: 1.2rem;
    }
  }
  #text-3940989166 {
    font-size: 1.1rem;
    line-height: 1.2;
    color: #fff;
  }
  #text-3940989166 > * {
    color: #fff;
  }
  #col-1069816974 > .col-inner {
    margin: 30px 0 0;
  }
  .section-bg-overlay {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.8) 0,
        rgba(0, 0, 0, 0) 70%
      ),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 70%);
  }
  .section-bg-overlay .overlay {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0) 70%
    );
  }
  @media (max-width: 768px) {
    .section-bg-overlay .button-hero-expand {
      width: 100% !important;
    }
  }
  #section_1090260185 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px;
  }
  #section_1090260185 .section-bg-overlay {
    background-color: rgba(0, 0, 0, 0.151);
  }
  #section_1090260185 .section-bg img {
    object-position: 45% 36%;
  }
  #text-227683653 {
    font-size: 1rem;
    text-align: center;
    color: #009c9c;
  }
  #text-227683653 > * {
    color: #009c9c;
  }
  #text-648782191 {
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
  }
  @media (min-width: 550px) {
    #col-1069816974 > .col-inner {
      margin: 20px 0 0;
    }
    #section_1090260185 {
      min-height: 450px;
    }
    #text-648782191 {
      font-size: 1.1rem;
      text-align: center;
    }
  }
  @media (min-width: 850px) {
    #text-648782191 {
      line-height: 0.75;
    }
  }
  #text-3881904757 {
    font-size: 1rem;
    text-align: left;
    color: #000;
  }
  #text-3881904757 > * {
    color: #000;
  }
  #stack-1539404931 > * {
    --stack-gap: 0.5rem;
  }
  @media (min-width: 550px) {
    #text-3881904757 {
      font-size: 1.1rem;
      text-align: center;
    }
    #stack-1539404931 > * {
      --stack-gap: 2rem;
    }
  }
  #stack-3980457761 > * {
    --stack-gap: 1rem;
  }
  #section_166185496 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fafafa;
  }
  #text-509848460 {
    font-size: 1rem;
    text-align: left;
    color: #009c9c;
  }
  #text-509848460 > * {
    color: #009c9c;
  }
  #text-4118988357 {
    font-size: 1rem;
    text-align: left;
  }
  @media (min-width: 550px) {
    #stack-3980457761 > * {
      --stack-gap: 2rem;
    }
    #section_166185496 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #text-509848460 {
      text-align: left;
    }
    #text-4118988357 {
      font-size: 1.1rem;
      text-align: left;
    }
    #text-47224176 {
      text-align: left;
    }
  }
  #gap-872398269 {
    padding-top: 16px;
  }
  #section_614484380 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #text-47224176 {
    font-size: 1rem;
    text-align: left;
    color: #009c9c;
  }
  #text-47224176 > * {
    color: #009c9c;
  }
  #text-3500533784 {
    font-size: 1rem;
    text-align: left;
  }
  @media (min-width: 550px) {
    #text-3500533784 {
      font-size: 1.1rem;
      text-align: left;
    }
  }
  #gap-761512782 {
    padding-top: 16px;
  }
  #section_889674724 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #col-1401328473 > .col-inner {
    padding: 20px;
    border-radius: 8px;
  }
  #col-1307111852 > .col-inner {
    padding: 20px;
    border-radius: 8px;
  }
  #col-333744517 > .col-inner {
    padding: 20px;
    border-radius: 8px;
  }
  #section_171655960 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
  }
  #text-1429039823 {
    color: #fff;
  }
  #text-1429039823 > * {
    color: #fff;
  }
  #text-3875209336 {
    color: #fff;
  }
  #text-3875209336 > * {
    color: #fff;
  }
  #text-972343915 {
    color: #fff;
  }
  #text-972343915 > * {
    color: #fff;
  }
  #text-92660522 {
    color: #fff;
  }
  #text-92660522 > * {
    color: #fff;
  }
  #gap-806122890 {
    padding-top: 30px;
  }
  #text-1814281082 {
    color: #fff;
  }
  #text-1814281082 > * {
    color: #fff;
  }
  #section_280108832 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #191919;
  }
  #image_1089916604 {
    width: 100%;
  }
  #image_162262493 {
    width: 100%;
  }
  #image_2078343348 {
    width: 100%;
  }
  #image_40665550 {
    width: 100%;
  }
  #image_1792456354 {
    width: 100%;
  }
  #image_971474584 {
    width: 100%;
  }
  #image_12840237 {
    width: 100%;
  }
  #image_2090123366 {
    width: 100%;
  }
  #image_1519641135 {
    width: 100%;
  }
  #section_1843524062 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #191919;
  }
  :root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --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--color--primary: #009c9c;
    --wp--preset--color--secondary: #0f0f0f;
    --wp--preset--color--success: #3eae17;
    --wp--preset--color--alert: #b20000;
    --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(body) {
    margin: 0;
  }
  :where(.is-layout-flex) {
    gap: 0.5em;
  }
  :where(.is-layout-grid) {
    gap: 0.5em;
  }
  body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  a:where(:not(.wp-element-button)) {
    text-decoration: none;
  }
  :root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
  }
  