
  @keyframes slide-horizontal-new {
    0% {
      transform: translateX(100%);
    }
  }
  @keyframes slide-horizontal-old {
    80% {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  @keyframes slide-vertical-new {
    0% {
      transform: translateY(-100%);
    }
  }
  @keyframes slide-vertical-old {
    80% {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translateY(100%);
    }
  }
  @keyframes out-in-new {
    0% {
      opacity: 0;
    }
  }
  @keyframes out-in-old {
    to {
      opacity: 0;
    }
  }
  html[data-page-transition="SlideHorizontal"]::view-transition-old(
      page-group
    ) {
    animation: slide-horizontal-old 0.6s cubic-bezier(0.83, 0, 0.17, 1)
      forwards;
    mix-blend-mode: normal;
  }
  html[data-page-transition="SlideHorizontal"]::view-transition-new(
      page-group
    ) {
    animation: slide-horizontal-new 0.6s cubic-bezier(0.83, 0, 0.17, 1)
      backwards;
    mix-blend-mode: normal;
  }
  html[data-page-transition="SlideVertical"]::view-transition-old(
      page-group
    ) {
    animation: slide-vertical-old 0.6s cubic-bezier(0.83, 0, 0.17, 1)
      forwards;
    mix-blend-mode: normal;
  }
  html[data-page-transition="SlideVertical"]::view-transition-new(
      page-group
    ) {
    animation: slide-vertical-new 0.6s cubic-bezier(0.83, 0, 0.17, 1)
      backwards;
    mix-blend-mode: normal;
  }
  html[data-page-transition="OutIn"]::view-transition-old(page-group) {
    animation: out-in-old 0.35s cubic-bezier(0.64, 0, 0.78, 0) forwards;
  }
  html[data-page-transition="OutIn"]::view-transition-new(page-group) {
    animation: out-in-new 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s
      backwards;
  }
  @media (prefers-reduced-motion: reduce) {
    ::view-transition-group(*),
    ::view-transition-new(*),
    ::view-transition-old(*) {
      animation: none !important;
    }
  }
  body,
  html {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  body {
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
  }
  body,
  html {
    height: 100%;
  }
  body {
    overflow-x: auto;
    overflow-y: scroll;
  }
  body:not(.responsive) #site-root {
    min-width: var(--site-width);
    width: 100%;
  }
  body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden;
  }
  #SITE_CONTAINER {
    position: relative;
  }
  :root {
    --one-unit: 1vw;
    --section-max-width: 9999px;
    --spx-stopper-max: 9999px;
    --spx-stopper-min: 0px;
  }
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    :root {
      --safari-sticky-fix: opacity;
    }
  }
  @supports (container-type: inline-size) {
    :root {
      --one-unit: 1cqw;
    }
  }
  [id^="oldHoverBox-"] {
    mix-blend-mode: plus-lighter;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  [data-mesh-id$="inlineContent-gridContainer"]:has(
      > [id^="oldHoverBox-"]
    ) {
    isolation: isolate;
  }

  a,
  abbr,
  acronym,
  address,
  applet,
  b,
  big,
  blockquote,
  button,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  dfn,
  div,
  dl,
  dt,
  em,
  fieldset,
  font,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  nav,
  object,
  ol,
  p,
  pre,
  q,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  sub,
  sup,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  title,
  tr,
  tt,
  u,
  ul,
  var {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  input,
  select,
  textarea {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  ins {
    text-decoration: none;
  }
  del {
    text-decoration: line-through;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    cursor: pointer;
    text-decoration: none;
  }
  .testStyles {
    overflow-y: hidden;
  }
  .reset-button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  :focus {
    outline: none;
  }
  body.device-mobile-optimized:not(.disable-site-overflow) {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    position: relative;
    width: 320px;
  }
  body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling)
    #SITE_CONTAINER {
    margin-top: 0;
  }
  body.device-mobile-optimized > * {
    max-width: 100% !important;
  }
  body.device-mobile-optimized #site-root {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  @supports (overflow: clip) {
    body.device-mobile-optimized #site-root {
      overflow-x: clip;
      overflow-y: clip;
    }
  }
  body.device-mobile-non-optimized
    #SITE_CONTAINER
    #site-root:not(.overflow-clip-in-mobile) {
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.device-mobile-non-optimized
    #SITE_CONTAINER
    #site-root.overflow-clip-in-mobile {
    overflow-x: clip;
    overflow-y: clip;
  }
  body.device-mobile-non-optimized.fullScreenMode {
    background-color: #5f6360;
  }
  body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
  body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
  body.device-mobile-non-optimized.fullScreenMode #site-root,
  body.fullScreenMode #WIX_ADS {
    visibility: hidden;
  }
  body.fullScreenMode {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  body.fullScreenMode.device-mobile-optimized #TINY_MENU {
    opacity: 0;
    pointer-events: none;
  }
  body.fullScreenMode-scrollable.device-mobile-optimized {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
  body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,
  body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
    height: auto !important;
  }
  body.fullScreenMode-scrollable.device-mobile-optimized
    #masterPage.mesh-layout {
    height: 0 !important;
  }
  body.blockSiteScrolling,
  body.siteScrollingBlocked {
    position: fixed;
    width: 100%;
  }
  body.blockSiteScrolling #SITE_CONTAINER {
    margin-top: calc(var(--blocked-site-scroll-margin-top) * -1);
  }
  body.blockSiteScrolling:not(.responsive) #WIX_ADS {
    margin-top: var(--blocked-site-scroll-margin-top);
  }
  #site-root {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    top: var(--wix-ads-height);
  }
  #site-root img:not([src]) {
    visibility: hidden;
  }
  #site-root svg img:not([src]) {
    visibility: visible;
  }
  .auto-generated-link {
    color: inherit;
  }
  #SCROLL_TO_BOTTOM,
  #SCROLL_TO_TOP {
    height: 0;
  }
  .has-click-trigger {
    cursor: pointer;
  }
  .fullScreenOverlay {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: -60px;
    z-index: 1005;
  }
  .fullScreenOverlay > .fullScreenOverlayContent {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    transform: translateZ(0);
  }
  [data-mesh-id$="centeredContent"],
  [data-mesh-id$="form"],
  [data-mesh-id$="inlineContent"] {
    pointer-events: none;
    position: relative;
  }
  [data-mesh-id$="-gridWrapper"],
  [data-mesh-id$="-rotated-wrapper"] {
    pointer-events: none;
  }
  [data-mesh-id$="-gridContainer"] > *,
  [data-mesh-id$="-rotated-wrapper"] > *,
  [data-mesh-id$="inlineContent"] > :not([data-mesh-id$="-gridContainer"]) {
    pointer-events: auto;
  }
  .device-mobile-optimized
    #masterPage.mesh-layout
    #SOSP_CONTAINER_CUSTOM_ID {
    grid-area: 2/1/3/2;
    -ms-grid-row: 2;
    position: relative;
  }
  #masterPage.mesh-layout {
    -ms-grid-rows: max-content max-content min-content max-content;
    -ms-grid-columns: 100%;
    align-items: start;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content min-content max-content;
    justify-content: stretch;
  }
  #masterPage.mesh-layout #PAGES_CONTAINER,
  #masterPage.mesh-layout #SITE_FOOTER-placeholder,
  #masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
  #masterPage.mesh-layout #SITE_HEADER-placeholder,
  #masterPage.mesh-layout #SITE_HEADER_WRAPPER,
  #masterPage.mesh-layout
    #SOSP_CONTAINER_CUSTOM_ID[data-state~="mobileView"],
  #masterPage.mesh-layout #soapAfterPagesContainer,
  #masterPage.mesh-layout #soapBeforePagesContainer {
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    -ms-grid-column: 1;
  }
  #masterPage.mesh-layout #SITE_HEADER-placeholder,
  #masterPage.mesh-layout #SITE_HEADER_WRAPPER {
    grid-area: 1/1/2/2;
    -ms-grid-row: 1;
  }
  #masterPage.mesh-layout #PAGES_CONTAINER,
  #masterPage.mesh-layout #soapAfterPagesContainer,
  #masterPage.mesh-layout #soapBeforePagesContainer {
    grid-area: 3/1/4/2;
    -ms-grid-row: 3;
  }
  #masterPage.mesh-layout #soapAfterPagesContainer,
  #masterPage.mesh-layout #soapBeforePagesContainer {
    width: 100%;
  }
  #masterPage.mesh-layout #PAGES_CONTAINER {
    align-self: stretch;
  }
  #masterPage.mesh-layout main#PAGES_CONTAINER {
    display: block;
  }
  #masterPage.mesh-layout #SITE_FOOTER-placeholder,
  #masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
    grid-area: 4/1/5/2;
    -ms-grid-row: 4;
  }
  #masterPage.mesh-layout #SITE_PAGES,
  #masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERcenteredContent"],
  #masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERinlineContent"] {
    height: 100%;
  }
  #masterPage.mesh-layout.desktop > * {
    width: 100%;
  }
  #masterPage.mesh-layout #PAGES_CONTAINER,
  #masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
  #masterPage.mesh-layout #SITE_HEADER_WRAPPER,
  #masterPage.mesh-layout #SITE_PAGES,
  #masterPage.mesh-layout #masterPageinlineContent,
  #masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,
  #masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
    position: relative;
  }
  #masterPage.mesh-layout #SITE_HEADER {
    grid-area: 1/1/2/2;
  }
  #masterPage.mesh-layout #SITE_FOOTER {
    grid-area: 4/1/5/2;
  }
  #masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER,
  #masterPage.mesh-layout.overflow-x-clip #SITE_HEADER {
    overflow-x: clip;
  }
  [data-z-counter] {
    z-index: 0;
  }
  [data-z-counter="0"] {
    z-index: auto;
  }
  .wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  :root {
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(var(--color_37));
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(var(--color_18));
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));
    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10);
    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(var(--color_23));
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35));
  }

  .PlZyDq {
    touch-action: manipulation;
  }
  .uDW_Qe {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content;
  }
  .uDW_Qe:before {
    max-width: var(--margin-start, 0);
  }
  .uDW_Qe:after,
  .uDW_Qe:before {
    align-self: stretch;
    content: "";
    flex-grow: 1;
  }
  .uDW_Qe:after {
    max-width: var(--margin-end, 0);
  }
  .FubTgk {
    height: 100%;
  }
  .FubTgk .uDW_Qe {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(
      --trans1,
      border-color 0.4s ease 0s,
      background-color 0.4s ease 0s
    );
  }
  .FubTgk .uDW_Qe:link,
  .FubTgk .uDW_Qe:visited {
    border-color: transparent;
  }
  .FubTgk .l7_2fn {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    margin: 0;
    position: relative;
    transition: var(--trans2, color 0.4s ease 0s);
    white-space: nowrap;
  }
  .FubTgk[aria-disabled="false"] .uDW_Qe {
    background-color: var(
      --corvid-background-color,
      rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1))
    );
    border: solid
      var(
        --corvid-border-color,
        rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
      )
      var(--corvid-border-width, var(--brw, 0));
    cursor: pointer !important;
  }
  :host(.device-mobile-optimized)
    .FubTgk[aria-disabled="false"]:active
    .uDW_Qe,
  body.device-mobile-optimized
    .FubTgk[aria-disabled="false"]:active
    .uDW_Qe {
    background-color: var(
      --corvid-hover-background-color,
      rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1))
    );
    border-color: var(
      --corvid-hover-border-color,
      rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
    );
  }
  :host(.device-mobile-optimized)
    .FubTgk[aria-disabled="false"]:active
    .l7_2fn,
  body.device-mobile-optimized
    .FubTgk[aria-disabled="false"]:active
    .l7_2fn {
    color: var(
      --corvid-hover-color,
      rgb(var(--txth, var(--color_15, color_15)))
    );
  }
  :host(:not(.device-mobile-optimized))
    .FubTgk[aria-disabled="false"]:hover
    .uDW_Qe,
  body:not(.device-mobile-optimized)
    .FubTgk[aria-disabled="false"]:hover
    .uDW_Qe {
    background-color: var(
      --corvid-hover-background-color,
      rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1))
    );
    border-color: var(
      --corvid-hover-border-color,
      rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
    );
  }
  :host(:not(.device-mobile-optimized))
    .FubTgk[aria-disabled="false"]:hover
    .l7_2fn,
  body:not(.device-mobile-optimized)
    .FubTgk[aria-disabled="false"]:hover
    .l7_2fn {
    color: var(
      --corvid-hover-color,
      rgb(var(--txth, var(--color_15, color_15)))
    );
  }
  .FubTgk[aria-disabled="true"] .uDW_Qe {
    background-color: var(
      --corvid-disabled-background-color,
      rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1))
    );
    border-color: var(
      --corvid-disabled-border-color,
      rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1))
    );
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 0));
  }
  .FubTgk[aria-disabled="true"] .l7_2fn {
    color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)));
  }
  .uUxqWY {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content;
  }
  .uUxqWY:before {
    max-width: var(--margin-start, 0);
  }
  .uUxqWY:after,
  .uUxqWY:before {
    align-self: stretch;
    content: "";
    flex-grow: 1;
  }
  .uUxqWY:after {
    max-width: var(--margin-end, 0);
  }
  .Vq4wYb[aria-disabled="false"] .uUxqWY {
    cursor: pointer;
  }
  :host(.device-mobile-optimized)
    .Vq4wYb[aria-disabled="false"]:active
    .wJVzSK,
  body.device-mobile-optimized
    .Vq4wYb[aria-disabled="false"]:active
    .wJVzSK {
    color: var(
      --corvid-hover-color,
      rgb(var(--txth, var(--color_15, color_15)))
    );
    transition: var(--trans, color 0.4s ease 0s);
  }
  :host(:not(.device-mobile-optimized))
    .Vq4wYb[aria-disabled="false"]:hover
    .wJVzSK,
  body:not(.device-mobile-optimized)
    .Vq4wYb[aria-disabled="false"]:hover
    .wJVzSK {
    color: var(
      --corvid-hover-color,
      rgb(var(--txth, var(--color_15, color_15)))
    );
    transition: var(--trans, color 0.4s ease 0s);
  }
  .Vq4wYb .uUxqWY {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .Vq4wYb .wJVzSK {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    transition: var(--trans, color 0.4s ease 0s);
    white-space: nowrap;
  }
  .Vq4wYb[aria-disabled="true"] .wJVzSK {
    color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)));
  }
  :host(:not(.device-mobile-optimized)) .CohWsy,
  body:not(.device-mobile-optimized) .CohWsy {
    display: flex;
  }
  :host(:not(.device-mobile-optimized)) .V5AUxf,
  body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding) * 2);
  }
  :host(:not(.device-mobile-optimized)) .V5AUxf > *,
  body:not(.device-mobile-optimized) .V5AUxf > * {
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0;
  }
  :host(.device-mobile-optimized) .V5AUxf,
  body.device-mobile-optimized .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative;
  }
  :host(.device-mobile-optimized) .V5AUxf > *,
  body.device-mobile-optimized .V5AUxf > * {
    margin-bottom: var(--margin);
    position: relative;
  }
  :host(.device-mobile-optimized) .V5AUxf > :first-child,
  body.device-mobile-optimized .V5AUxf > :first-child {
    margin-top: var(--firstChildMarginTop, 0);
  }
  :host(.device-mobile-optimized) .V5AUxf > :last-child,
  body.device-mobile-optimized .V5AUxf > :last-child {
    margin-bottom: var(--lastChildMarginBottom);
  }
  .LIhNy3 {
    backface-visibility: hidden;
  }
  .HlRz5e,
  ._1hLNj {
    display: block;
    height: 100%;
    width: 100%;
  }
  .HlRz5e img {
    max-width: var(--wix-img-max-width, 100%);
  }
  .HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter 0.8s ease-in;
  }
  .HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none;
  }
  .if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0);
  }
  .if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity);
  }
  .if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%;
  }
  @supports (-webkit-hyphens: none) {
    .if7Vw2.f0uTJH {
      clip: auto;
      -webkit-clip-path: inset(0);
    }
  }
  .wG8dni {
    height: 100%;
  }
  .tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition);
  }
  .ImALHf,
  .Ybjs9b {
    opacity: var(--fill-layer-video-opacity);
  }
  .UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%;
  }
  .Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s);
  }
  .ImALHf {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .KCM6zk {
    opacity: var(
      --fill-layer-video-opacity,
      var(--fill-layer-image-opacity, 1)
    );
  }
  .KCM6zk .DXi4PB,
  .KCM6zk .ImALHf,
  .KCM6zk .Ybjs9b {
    opacity: 1;
  }
  ._uqPqy {
    clip-path: var(--fill-layer-clip);
  }
  ._uqPqy,
  .eKyYhK {
    position: absolute;
    top: 0;
  }
  ._uqPqy,
  .eKyYhK,
  .x0mqQS img {
    height: 100%;
    width: 100%;
  }
  .pnCr6P {
    opacity: 0;
  }
  .blf7sp,
  .pnCr6P {
    position: absolute;
    top: 0;
  }
  .blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0;
  }
  .rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position);
  }
  .Tr4n3d,
  .rWP3Gv,
  .wRqk6s {
    height: 100%;
    top: 0;
    width: 100%;
  }
  .wRqk6s {
    position: absolute;
  }
  .Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform);
  }
  @supports (mix-blend-mode: overlay) {
    .Tr4n3d {
      mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
      opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
    }
  }
  .VXAmO2 {
    --divider-pin-height__: min(
      1,
      calc(var(--divider-layers-pin-factor__) + 1)
    );
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(
      1,
      calc(var(--divider-layers-pin-factor__) / -1 + 1)
    );
    height: calc(
      var(--divider-height__) + var(--divider-pin-height__) *
        var(--divider-layers-size__) * var(--divider-layers-y__)
    );
  }
  .VXAmO2,
  .VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%;
  }
  .VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left
      calc(
        50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
          var(--divider-layer-i__)
      )
      bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(
      var(--divider-pin-border__) * var(--divider-layer-i__) *
        var(--divider-layers-y__)
    );
    height: calc(
      var(--divider-height__) + var(--divider-pin-layer-height__) *
        var(--divider-layer-i__) * var(--divider-layers-y__)
    );
    opacity: calc(
      1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1)
    );
  }
  .UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid
      var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1));
  }
  .UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none);
  }
  .UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block);
  }
  .UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block);
  }
  .UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block);
  }
  .Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(
      --divider-bottom-layers-pin-factor,
      0
    );
    border-bottom: var(--divider-bottom-padding, 0) solid
      var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none);
  }
  .Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none);
  }
  .Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block);
  }
  .Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block);
  }
  .Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block);
  }
  .YzqVVZ {
    overflow: visible;
    position: relative;
  }
  .mwF7X1 {
    backface-visibility: hidden;
  }
  .YGilLk {
    cursor: pointer;
  }
  .I5zqsT {
    display: block;
  }
  .I5zqsT,
  .MW5IWV {
    height: 100%;
    width: 100%;
  }
  .MW5IWV {
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
  }
  .MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0);
  }
  .MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity);
  }
  .MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%;
  }
  @supports (-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
      clip: auto;
      -webkit-clip-path: inset(0);
    }
  }
  .VgO9Yg {
    height: 100%;
  }
  .LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition);
  }
  .K_YxMd,
  .yK6aSC {
    opacity: var(--fill-layer-video-opacity);
  }
  .NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%;
  }
  .mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s);
  }
  .K_YxMd {
    height: 100%;
    position: relative;
    width: 100%;
  }
  wix-media-canvas {
    display: block;
    height: 100%;
  }
  .I8xA4L {
    opacity: var(
      --fill-layer-video-opacity,
      var(--fill-layer-image-opacity, 1)
    );
  }
  .I8xA4L .K_YxMd,
  .I8xA4L .dLPlxY,
  .I8xA4L .yK6aSC {
    opacity: 1;
  }
  .bX9O_S {
    clip-path: var(--fill-layer-clip);
  }
  .Z_wCwr,
  .bX9O_S {
    position: absolute;
    top: 0;
  }
  .Jxk_UL img,
  .Z_wCwr,
  .bX9O_S {
    height: 100%;
    width: 100%;
  }
  .K8MSra {
    opacity: 0;
  }
  .K8MSra,
  .YTb3b4 {
    position: absolute;
    top: 0;
  }
  .YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0;
  }
  .SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position);
  }
  .FNxOn5,
  .SUz0WK,
  .m4khSP {
    height: 100%;
    top: 0;
    width: 100%;
  }
  .FNxOn5 {
    position: absolute;
  }
  .m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform);
  }
  @supports (mix-blend-mode: overlay) {
    .m4khSP {
      mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
      opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
    }
  }
  ._C0cVf {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .hFwGTD {
    transform: translateY(-100%);
    transition: 0.2s ease-in;
  }
  .IQgXoP {
    transition: 0.2s;
  }
  .Nr3Nid {
    opacity: 0;
    transition: 0.2s ease-in;
  }
  .Nr3Nid.l4oO6c {
    z-index: -1 !important;
  }
  .iQuoC4 {
    opacity: 1;
    transition: 0.2s;
  }
  .CJF7A2 {
    height: auto;
  }
  .CJF7A2,
  .U4Bvut {
    position: relative;
    width: 100%;
  }
  :host(:not(.device-mobile-optimized)) .G5K6X8,
  body:not(.device-mobile-optimized) .G5K6X8 {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width);
  }
  .xU8fqS[data-focuscycled="active"] {
    outline: 1px solid transparent;
  }
  .xU8fqS[data-focuscycled="active"]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline 0.01s ease;
  }
  .xU8fqS ._4XcTfy {
    background-color: var(
      --screenwidth-corvid-background-color,
      rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
    );
    border-bottom: var(--brwb, 0) solid
      var(
        --screenwidth-corvid-border-color,
        rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
      );
    border-top: var(--brwt, 0) solid
      var(
        --screenwidth-corvid-border-color,
        rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
      );
    bottom: 0;
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, 0.7));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .xU8fqS .gUbusX {
    background-color: rgba(
      var(--bgctr, var(--color_11, color_11)),
      var(--alpha-bgctr, 1)
    );
    border-radius: var(--rd, 0);
    bottom: var(--brwb, 0);
    top: var(--brwt, 0);
  }
  .xU8fqS .G5K6X8,
  .xU8fqS .gUbusX {
    left: 0;
    position: absolute;
    right: 0;
  }
  .xU8fqS .G5K6X8 {
    bottom: 0;
    top: 0;
  }
  :host(.device-mobile-optimized) .xU8fqS .G5K6X8,
  body.device-mobile-optimized .xU8fqS .G5K6X8 {
    left: 10px;
    right: 10px;
  }
  .SPY_vo {
    pointer-events: none;
  }
  .BmZ5pC {
    min-height: calc(100vh - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height);
  }
  .BmZ5pC,
  .nTOEE9 {
    height: 100%;
    width: 100%;
  }
  .nTOEE9 {
    overflow: hidden;
    position: relative;
  }
  .nTOEE9.sqUyGm:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==),
      auto;
  }
  .nTOEE9.C_JY0G:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==),
      auto;
  }
  .RZQnmg {
    background-color: rgb(var(--color_11));
    border-radius: 50%;
    bottom: 12px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    width: 40px;
  }
  .RZQnmg path {
    fill: rgb(var(--color_15));
  }
  .RZQnmg:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .rYiAuL {
    cursor: pointer;
  }
  .gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 0;
  }
  .OJQ_3L,
  .gSXewE {
    position: absolute;
  }
  .OJQ_3L {
    background-color: rgb(var(--color_11));
    border-radius: 300px;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: 16px 16px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 40px;
  }
  .OJQ_3L path {
    fill: rgb(var(--color_12));
  }
  .OJQ_3L:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .j7pOnl {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
  .BI8PVQ {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width);
  }
  .BI8PVQ img,
  img.BI8PVQ {
    filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position);
  }
  .MazNVa {
    left: var(--left, auto);
    position: var(--position-fixed, static);
    top: var(--top, auto);
    z-index: var(--z-index, auto);
  }
  .MazNVa .BI8PVQ img {
    box-shadow: 0 0 0 #000;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .MazNVa .j7pOnl {
    display: block;
    overflow: hidden;
  }
  .MazNVa .BI8PVQ {
    overflow: hidden;
  }
  .c7cMWz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .FVGvCX {
    height: auto;
    position: relative;
    width: 100%;
  }
  body:not(.responsive) .zK7MhX {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative;
  }
  :host(:not(.device-mobile-optimized)) .c7cMWz,
  body:not(.device-mobile-optimized) .c7cMWz {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width);
  }
  .fEm0Bo .c7cMWz {
    background-color: rgba(
      var(--bg, var(--color_11, color_11)),
      var(--alpha-bg, 1)
    );
    overflow: hidden;
  }
  :host(.device-mobile-optimized) .c7cMWz,
  body.device-mobile-optimized .c7cMWz {
    left: 10px;
    right: 10px;
  }
  .PFkO7r {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .HT5ybB {
    height: auto;
    position: relative;
    width: 100%;
  }
  body:not(.responsive) .dBAkHi {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative;
  }
  :host(:not(.device-mobile-optimized)) .PFkO7r,
  body:not(.device-mobile-optimized) .PFkO7r {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width);
  }
  :host(.device-mobile-optimized) .PFkO7r,
  body.device-mobile-optimized .PFkO7r {
    left: 10px;
    right: 10px;
  }

  ._pfxlW {
    clip-path: inset(50%);
    height: 24px;
    position: absolute;
    width: 24px;
  }
  ._pfxlW:active,
  ._pfxlW:focus {
    clip-path: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  ._pfxlW.RG3k61 {
    transform: translateY(-50%) rotate(180deg);
  }
  .r4OX7l,
  .xTjc1A {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto;
  }
  .r4OX7l[data-state~="header"] a,
  .r4OX7l[data-state~="header"] div,
  [data-state~="header"].xTjc1A a,
  [data-state~="header"].xTjc1A div {
    cursor: default !important;
  }
  .r4OX7l .UiHgGh,
  .xTjc1A .UiHgGh {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .xTjc1A {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1));
  }
  .xTjc1A .yRj2ms {
    padding: 0 var(--pad, 5px);
  }
  .xTjc1A .JS76Uv {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color 0.4s ease 0s);
  }
  .xTjc1A[data-state~="drop"] {
    display: block;
    width: 100%;
  }
  .xTjc1A[data-state~="drop"] .JS76Uv {
    padding: 0 0.5em;
  }
  .xTjc1A[data-state~="link"]:hover .JS76Uv,
  .xTjc1A[data-state~="over"] .JS76Uv {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color 0.4s ease 0s);
  }
  .xTjc1A[data-state~="selected"] .JS76Uv {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color 0.4s ease 0s);
  }
  .NHM1d1 {
    overflow-x: hidden;
  }
  .NHM1d1 .R_TAzU {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .NHM1d1 .R_TAzU .aOF1ks {
    flex: 1;
  }
  .NHM1d1 .R_TAzU .y7qwii {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)));
  }
  .NHM1d1 .R_TAzU .y7qwii .Tg1gOB,
  .NHM1d1 .R_TAzU .y7qwii .p90CkU {
    direction: var(--menu-direction);
    display: inline-block;
    text-align: var(--menu-align, var(--align));
  }
  .NHM1d1 .R_TAzU .y7qwii .mvZ3NH {
    display: block;
    width: 100%;
  }
  .NHM1d1 .h3jCPd {
    direction: var(--submenus-direction);
    display: block;
    opacity: 1;
    text-align: var(--submenus-align, var(--align));
    z-index: 99999;
  }
  .NHM1d1 .h3jCPd .wkJ2fp {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto;
  }
  .NHM1d1 .h3jCPd.DlGBN0 {
    transition: visibility;
    transition-delay: 0.2s;
    visibility: visible;
  }
  .NHM1d1 .h3jCPd .p90CkU {
    display: inline-block;
  }
  .NHM1d1 .vh74Xw {
    display: none;
  }
  .XwCBRN > nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .XwCBRN .h3jCPd,
  .XwCBRN .y7qwii,
  .XwCBRN > nav {
    position: absolute;
  }
  .XwCBRN .h3jCPd {
    margin-top: 7px;
    visibility: hidden;
  }
  .XwCBRN .h3jCPd[data-dropMode="dropUp"] {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .XwCBRN .wkJ2fp {
    background-color: rgba(
      var(--bgDrop, var(--color_11, color_11)),
      var(--alpha-bgDrop, 1)
    );
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
  }
  .P0dCOY .PJ4KCX {
    background-color: rgba(
      var(--bg, var(--color_11, color_11)),
      var(--alpha-bg, 1)
    );
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius);
  }

  .J6KGih {
    cursor: pointer;
  }
  .sNF2R0 {
    opacity: 0;
  }
  .hLoBV3 {
    transition: opacity var(--transition-duration)
      cubic-bezier(0.37, 0, 0.63, 1);
  }
  .Rdf41z,
  .hLoBV3 {
    opacity: 1;
  }
  .ftlZWo {
    transition: opacity var(--transition-duration)
      cubic-bezier(0.37, 0, 0.63, 1);
  }
  .ATGlOr,
  .ftlZWo {
    opacity: 0;
  }
  .KQSXD0 {
    transition: opacity var(--transition-duration)
      cubic-bezier(0.64, 0, 0.78, 0);
  }
  .KQSXD0,
  .pagQKE {
    opacity: 1;
  }
  ._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration)
      cubic-bezier(0.22, 1, 0.36, 1);
  }
  .BB49uC {
    transform: translateX(100%);
  }
  .j9xE1V {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .ICs7Rs,
  .j9xE1V {
    transform: translateX(0);
  }
  .DxijZJ {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .B5kjYq,
  .DxijZJ {
    transform: translateX(-100%);
  }
  .cJijIV {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .cJijIV,
  .hOxaWM {
    transform: translateX(0);
  }
  .T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .qDxYJm {
    transform: translateY(100%);
  }
  .aA9V0P {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .YPXPAS,
  .aA9V0P {
    transform: translateY(0);
  }
  .Xf2zsA {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .Xf2zsA,
  .y7Kt7s {
    transform: translateY(-100%);
  }
  .EeUgMu {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .EeUgMu,
  .fdHrtm {
    transform: translateY(0);
  }
  .WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  body:not(.responsive) .JsJXaX {
    overflow-x: clip;
  }
  [data-view-transition="page-transition"] .JsJXaX {
    view-transition-name: page-group;
  }
  .AnQkDU {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
  }
  .AnQkDU > div {
    align-self: stretch !important;
    grid-area: 1/1/2/2;
    justify-self: stretch !important;
  }
  .StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%;
  }
  .StylableButton2545352419__root[disabled] {
    pointer-events: none;
  }
  .StylableButton2545352419__root:not(:hover):not(
      [disabled]
    ).StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important;
  }
  .StylableButton2545352419__root:hover:not(
      [disabled]
    ).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important;
  }
  .StylableButton2545352419__root:not(
      :hover
    )[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important;
  }
  .StylableButton2545352419__root:not(:hover):not(
      [disabled]
    ).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important;
  }
  .StylableButton2545352419__root:hover:not(
      [disabled]
    ).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important;
  }
  .StylableButton2545352419__root:not(
      :hover
    )[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important;
  }
  .StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important;
  }
  .StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important;
  }
  .StylableButton2545352419__root:not(:hover):not(
      [disabled]
    ).StylableButton2545352419--hasColor,
  .StylableButton2545352419__root:not(:hover):not(
      [disabled]
    ).StylableButton2545352419--hasColor
    .StylableButton2545352419__label {
    color: var(--corvid-color) !important;
  }
  .StylableButton2545352419__root:hover:not(
      [disabled]
    ).StylableButton2545352419--hasHoverColor,
  .StylableButton2545352419__root:hover:not(
      [disabled]
    ).StylableButton2545352419--hasHoverColor
    .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important;
  }
  .StylableButton2545352419__root:not(
      :hover
    )[disabled].StylableButton2545352419--hasDisabledColor,
  .StylableButton2545352419__root:not(
      :hover
    )[disabled].StylableButton2545352419--hasDisabledColor
    .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important;
  }
  .StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
  }
  .StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all 0.2s ease, visibility 0s;
    width: 100%;
  }
  .StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown,
      LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap;
  }
  .StylableButton2545352419__root.StylableButton2545352419--isMaxContent
    .StylableButton2545352419__label {
    text-overflow: unset;
  }
  .StylableButton2545352419__root.StylableButton2545352419--isWrapText
    .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word;
  }
  .StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown,
      LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit;
  }
  .StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important;
  }
  .StylableButton2545352419__icon svg,
  .StylableButton2545352419__icon > span {
    display: flex;
    height: inherit;
    width: inherit;
  }
  .StylableButton2545352419__root:not(:hover):not(
      [disalbed]
    ).StylableButton2545352419--hasIconColor
    .StylableButton2545352419__icon
    svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important;
  }
  .StylableButton2545352419__root:hover:not(
      [disabled]
    ).StylableButton2545352419--hasHoverIconColor
    .StylableButton2545352419__icon
    svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important;
  }
  .StylableButton2545352419__root:not(
      :hover
    )[disabled].StylableButton2545352419--hasDisabledIconColor
    .StylableButton2545352419__icon
    svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important;
  }
  .a9YhBi {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .dX12nb {
    cursor: pointer;
  }
  .AKxYR5 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--corvid-fill-color, var(--fill));
    fill-opacity: var(--fill-opacity);
    stroke: var(--corvid-stroke-color, var(--stroke));
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip);
  }
  .AKxYR5,
  .AKxYR5 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .AKxYR5 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%);
  }
  .AKxYR5 svg:not([data-type="ugc"]) {
    overflow: visible;
  }
  .VZYmYf * {
    vector-effect: non-scaling-stroke;
  }
  .HcOXKn {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  ol.font_100,
  ul.font_100 {
    color: #080808;
    font-family: "Arial, Helvetica, sans-serif", serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    text-decoration: none;
  }
  ol.font_100 li,
  ul.font_100 li {
    margin-bottom: 12px;
  }
  ol.wix-list-text-align,
  ul.wix-list-text-align {
    list-style-position: inside;
  }
  ol.wix-list-text-align h1,
  ol.wix-list-text-align h2,
  ol.wix-list-text-align h3,
  ol.wix-list-text-align h4,
  ol.wix-list-text-align h5,
  ol.wix-list-text-align h6,
  ol.wix-list-text-align p,
  ul.wix-list-text-align h1,
  ul.wix-list-text-align h2,
  ul.wix-list-text-align h3,
  ul.wix-list-text-align h4,
  ul.wix-list-text-align h5,
  ul.wix-list-text-align h6,
  ul.wix-list-text-align p {
    display: inline;
  }
  .ONIxfn {
    cursor: pointer;
  }
  .WUKwEB {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .QxJLC3 [data-attr-richtext-marker="true"] {
    display: block;
  }
  .QxJLC3 [data-attr-richtext-marker="true"] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
  }
  .QxJLC3 [data-attr-richtext-marker="true"] table td {
    padding: 12px;
    position: relative;
  }
  .QxJLC3 [data-attr-richtext-marker="true"] table td:after {
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
  }
  .QxJLC3 [data-attr-richtext-marker="true"] table tr td:last-child:after {
    border-right: 1px solid currentColor;
  }
  .QxJLC3 [data-attr-richtext-marker="true"] table tr:first-child td:after {
    border-top: 1px solid currentColor;
  }
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .lq2cno > * > :first-child {
      vertical-align: top;
    }
  }
  @supports (-webkit-touch-callout: none) {
    .lq2cno > * > :first-child {
      vertical-align: top;
    }
  }
  .agLt0N
    :is(
      p,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      ul,
      ol,
      span[data-attr-richtext-marker],
      blockquote
    )
    [class$="rich-text__text"],
  .agLt0N
    :is(
      p,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      ul,
      ol,
      span[data-attr-richtext-marker],
      blockquote
    )[class$="rich-text__text"] {
    color: var(--corvid-color, currentColor);
  }
  .agLt0N
    :is(
      p,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      ul,
      ol,
      span[data-attr-richtext-marker],
      blockquote
    )
    span[style*="color"] {
    color: var(--corvid-color, currentColor) !important;
  }
  .uGVkMG {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
  }
  .uGVkMG .edKzOf {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%;
  }
  .uGVkMG .edKzOf ul {
    list-style: disc inside;
  }
  .uGVkMG .edKzOf li {
    margin-bottom: 12px;
  }
  .SxM0TO blockquote,
  .SxM0TO h1,
  .SxM0TO h2,
  .SxM0TO h3,
  .SxM0TO h4,
  .SxM0TO h5,
  .SxM0TO h6,
  .SxM0TO p {
    letter-spacing: normal;
    line-height: normal;
  }
  .nJYhU3 {
    min-height: var(--min-height);
    min-width: var(--min-width);
  }
  .nJYhU3 .edKzOf {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%;
  }
  .nJYhU3 .edKzOf ol,
  .nJYhU3 .edKzOf ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-start: 0.5em;
    padding-inline-start: 1.3em;
  }
  .nJYhU3 .edKzOf ul {
    list-style-type: disc;
  }
  .nJYhU3 .edKzOf ol {
    list-style-type: decimal;
  }
  .nJYhU3 .edKzOf ol ul,
  .nJYhU3 .edKzOf ul ul {
    line-height: normal;
    list-style-type: circle;
  }
  .nJYhU3 .edKzOf ol ol ul,
  .nJYhU3 .edKzOf ol ul ul,
  .nJYhU3 .edKzOf ul ol ul,
  .nJYhU3 .edKzOf ul ul ul {
    line-height: normal;
    list-style-type: square;
  }
  .nJYhU3 .edKzOf li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit;
  }
  .nJYhU3 .edKzOf h1,
  .nJYhU3 .edKzOf h2,
  .nJYhU3 .edKzOf h3,
  .nJYhU3 .edKzOf h4,
  .nJYhU3 .edKzOf h5,
  .nJYhU3 .edKzOf h6,
  .nJYhU3 .edKzOf p {
    letter-spacing: normal;
    line-height: normal;
    margin-block: 0;
    margin: 0;
  }
  .nJYhU3 .edKzOf a {
    color: inherit;
  }
  .SxM0TO,
  .c9GqVL {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    mix-blend-mode: var(--blendMode, normal);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start;
    text-shadow: var(--textOutline, 0 0 transparent),
      var(--textShadow, 0 0 transparent);
    text-transform: var(--textTransform, "none");
  }
  .SxM0TO > *,
  .c9GqVL > * {
    pointer-events: auto;
  }
  .SxM0TO li,
  .c9GqVL li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit;
  }
  .SxM0TO ol,
  .SxM0TO ul,
  .c9GqVL ol,
  .c9GqVL ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end: 0;
    margin-inline-start: 0.5em;
  }
  .SxM0TO:not(.YQcXTT) ol,
  .SxM0TO:not(.YQcXTT) ul,
  .c9GqVL:not(.YQcXTT) ol,
  .c9GqVL:not(.YQcXTT) ul {
    padding-inline-end: 0;
    padding-inline-start: 1.3em;
  }
  .SxM0TO ul,
  .c9GqVL ul {
    list-style-type: disc;
  }
  .SxM0TO ol,
  .c9GqVL ol {
    list-style-type: decimal;
  }
  .SxM0TO ol ul,
  .SxM0TO ul ul,
  .c9GqVL ol ul,
  .c9GqVL ul ul {
    list-style-type: circle;
  }
  .SxM0TO ol ol ul,
  .SxM0TO ol ul ul,
  .SxM0TO ul ol ul,
  .SxM0TO ul ul ul,
  .c9GqVL ol ol ul,
  .c9GqVL ol ul ul,
  .c9GqVL ul ol ul,
  .c9GqVL ul ul ul {
    list-style-type: square;
  }
  .SxM0TO blockquote,
  .SxM0TO h1,
  .SxM0TO h2,
  .SxM0TO h3,
  .SxM0TO h4,
  .SxM0TO h5,
  .SxM0TO h6,
  .SxM0TO p,
  .c9GqVL blockquote,
  .c9GqVL h1,
  .c9GqVL h2,
  .c9GqVL h3,
  .c9GqVL h4,
  .c9GqVL h5,
  .c9GqVL h6,
  .c9GqVL p {
    margin-block: 0;
    margin: 0;
  }
  .SxM0TO a,
  .c9GqVL a {
    color: inherit;
  }
  .YQcXTT li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em;
  }
  .Vd6aQZ {
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    white-space: nowrap;
  }
  .mHZSwn {
    display: none;
  }
  .lvxhkV {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .QJjwEo {
    transform: translateY(-100%);
    transition: 0.2s ease-in;
  }
  .kdBXfh {
    transition: 0.2s;
  }
  .MP52zt {
    opacity: 0;
    transition: 0.2s ease-in;
  }
  .MP52zt.Bhu9m5 {
    z-index: -1 !important;
  }
  .LVP8Wf {
    opacity: 1;
    transition: 0.2s;
  }
  .VrZrC0 {
    height: auto;
  }
  .VrZrC0,
  .cKxVkc {
    position: relative;
    width: 100%;
  }
  :host(:not(.device-mobile-optimized)) .vlM3HR,
  body:not(.device-mobile-optimized) .vlM3HR {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width);
  }
  .AT7o0U[data-focuscycled="active"] {
    outline: 1px solid transparent;
  }
  .AT7o0U[data-focuscycled="active"]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline 0.01s ease;
  }
  .AT7o0U .vlM3HR {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .HlRz5e,
  .I5zqsT {
    display: block;
    height: 100%;
    width: 100%;
  }
  .HlRz5e img {
    max-width: var(--wix-img-max-width, 100%);
  }
  .HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter 0.8s ease-in;
  }
  .HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none;
  }
  .WzbAF8 .mpGTIt .O6KwRn {
    direction: var(--direction);
    display: var(--item-display);
    height: var(--item-size);
    margin-block: var(--item-margin-block);
    margin-inline: var(--item-margin-inline);
    width: var(--item-size);
  }
  .WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin-block: 0;
    margin-inline: 0;
  }
  .WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
    display: block;
  }
  .WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
    height: var(--item-size);
    width: var(--item-size);
  }
  .WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%;
  }
  :host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
  body.device-mobile-optimized .WzbAF8 .mpGTIt {
    white-space: normal;
  }
  .big2ZD {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: calc(100% - var(--wix-ads-height));
    left: 0;
    margin-top: var(--wix-ads-height);
    position: fixed;
    top: 0;
    width: 100%;
  }
  .SHHiV9,
  .big2ZD {
    pointer-events: none;
    z-index: var(
      --pinned-layer-in-container,
      var(--above-all-in-container)
    );
  }


  :host(:not(.device-mobile-optimized)) .CohWsy,
  body:not(.device-mobile-optimized) .CohWsy {
    display: flex;
  }
  :host(:not(.device-mobile-optimized)) .V5AUxf,
  body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding) * 2);
  }
  :host(:not(.device-mobile-optimized)) .V5AUxf > *,
  body:not(.device-mobile-optimized) .V5AUxf > * {
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0;
  }
  :host(.device-mobile-optimized) .V5AUxf,
  body.device-mobile-optimized .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative;
  }
  :host(.device-mobile-optimized) .V5AUxf > *,
  body.device-mobile-optimized .V5AUxf > * {
    margin-bottom: var(--margin);
    position: relative;
  }
  :host(.device-mobile-optimized) .V5AUxf > :first-child,
  body.device-mobile-optimized .V5AUxf > :first-child {
    margin-top: var(--firstChildMarginTop, 0);
  }
  :host(.device-mobile-optimized) .V5AUxf > :last-child,
  body.device-mobile-optimized .V5AUxf > :last-child {
    margin-bottom: var(--lastChildMarginBottom);
  }
  .LIhNy3 {
    backface-visibility: hidden;
  }
  .HlRz5e,
  ._1hLNj {
    display: block;
    height: 100%;
    width: 100%;
  }
  .HlRz5e img {
    max-width: var(--wix-img-max-width, 100%);
  }
  .HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter 0.8s ease-in;
  }
  .HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none;
  }
  .if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0);
  }
  .if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity);
  }
  .if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%;
  }
  @supports (-webkit-hyphens: none) {
    .if7Vw2.f0uTJH {
      clip: auto;
      -webkit-clip-path: inset(0);
    }
  }
  .wG8dni {
    height: 100%;
  }
  .tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition);
  }
  .ImALHf,
  .Ybjs9b {
    opacity: var(--fill-layer-video-opacity);
  }
  .UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%;
  }
  .Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s);
  }
  .ImALHf {
    height: 100%;
    position: relative;
    width: 100%;
  }
  wix-media-canvas {
    display: block;
    height: 100%;
  }
  .KCM6zk {
    opacity: var(
      --fill-layer-video-opacity,
      var(--fill-layer-image-opacity, 1)
    );
  }
  .KCM6zk .DXi4PB,
  .KCM6zk .ImALHf,
  .KCM6zk .Ybjs9b {
    opacity: 1;
  }
  ._uqPqy {
    clip-path: var(--fill-layer-clip);
  }
  ._uqPqy,
  .eKyYhK {
    position: absolute;
    top: 0;
  }
  ._uqPqy,
  .eKyYhK,
  .x0mqQS img {
    height: 100%;
    width: 100%;
  }
  .pnCr6P {
    opacity: 0;
  }
  .blf7sp,
  .pnCr6P {
    position: absolute;
    top: 0;
  }
  .blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0;
  }
  .rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position);
  }
  .Tr4n3d,
  .rWP3Gv,
  .wRqk6s {
    height: 100%;
    top: 0;
    width: 100%;
  }
  .wRqk6s {
    position: absolute;
  }
  .Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform);
  }
  @supports (mix-blend-mode: overlay) {
    .Tr4n3d {
      mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
      opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
    }
  }
  .VXAmO2 {
    --divider-pin-height__: min(
      1,
      calc(var(--divider-layers-pin-factor__) + 1)
    );
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(
      1,
      calc(var(--divider-layers-pin-factor__) / -1 + 1)
    );
    height: calc(
      var(--divider-height__) + var(--divider-pin-height__) *
        var(--divider-layers-size__) * var(--divider-layers-y__)
    );
  }
  .VXAmO2,
  .VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%;
  }
  .VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left
      calc(
        50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
          var(--divider-layer-i__)
      )
      bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(
      var(--divider-pin-border__) * var(--divider-layer-i__) *
        var(--divider-layers-y__)
    );
    height: calc(
      var(--divider-height__) + var(--divider-pin-layer-height__) *
        var(--divider-layer-i__) * var(--divider-layers-y__)
    );
    opacity: calc(
      1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1)
    );
  }
  .UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid
      var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1));
  }
  .UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none);
  }
  .UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block);
  }
  .UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block);
  }
  .UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block);
  }
  .Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(
      --divider-bottom-layers-pin-factor,
      0
    );
    border-bottom: var(--divider-bottom-padding, 0) solid
      var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none);
  }
  .Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none);
  }
  .Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block);
  }
  .Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block);
  }
  .Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block);
  }


  .LHrbPP {
    background: #fff;
    border-radius: 24px;
    color: #116dff;
    cursor: pointer;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3,
      hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 0;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    padding: 0 24px 0 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999;
  }
  .LHrbPP:focus {
    border: 2px solid;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: auto;
  }

  .LhCmu6 {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .LhCmu6 .ikjXKb {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0 5px;
    width: 100%;
  }
  .LhCmu6 .ikjXKb,
  .LhCmu6 .ikjXKb .MuQWVh {
    height: calc(100% - 5px);
  }
  .LhCmu6 .F9vrFF {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    font: var(--fnt, var(--font_8));
    position: relative;
    top: -5px;
    transition: color 0.5s ease 0s;
    white-space: nowrap;
  }
  .LhCmu6:hover .F9vrFF {
    color: rgb(var(--txth, var(--color_13, color_13)));
  }
  .HlRz5e,
  .I5zqsT {
    display: block;
    height: 100%;
    width: 100%;
  }
  .HlRz5e img {
    max-width: var(--wix-img-max-width, 100%);
  }
  .HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter 0.8s ease-in;
  }
  .HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none;
  }

  .ArtistName2701513331__title {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Cover2206545806__cover {
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 70px;
    width: 70px;
  }
  .TimeStamp49918727__time {
    display: block;
    font-family: Helvetica Neue, HelveticaNeue-Light, Helvetica Neue Light,
      Avenir, Gordita, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    opacity: 0.6;
    padding: 4px 0 4px 12px;
    white-space: nowrap;
  }
  .TrackName3057130458__title {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .PlayPause170508545__button {
    fill: currentColor;
    background: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: block;
    height: 20px;
    padding: 0;
    transition: color 0.4s ease, opacity 0.4s ease;
    width: 18px;
  }
  .PlayPause170508545__disabled,
  .PlayPause170508545__disabled:hover,
  .ProgressBar3199726361__disabled,
  .ProgressBar3199726361__disabled:hover {
    color: grey;
  }
  .ProgressBar3199726361__disabled::-webkit-slider-thumb {
    display: none;
  }
  .ProgressBar3199726361__disabled::-moz-range-thumb {
    display: none;
  }
  .ProgressBar3199726361__disabled::-ms-thumb {
    display: none;
  }
  .ProgressBar3199726361__mixin-range-track {
    background: transparent;
    border: 0;
    border-radius: 50px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ProgressBar3199726361__mixin-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 50px;
    height: 4px;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
    width: 4px;
  }
  .ProgressBar3199726361__container {
    height: 4px;
    margin: 8px 0;
    position: relative;
    width: 100%;
  }
  .ProgressBar3199726361__container:after,
  .ProgressBar3199726361__container:before {
    border-radius: 50px;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ProgressBar3199726361__container:before {
    background: currentColor;
    display: block;
    opacity: 0.2;
  }
  @keyframes ProgressBar3199726361__progress-bar-stripes {
    0% {
      background-position: 12px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .ProgressBar3199726361__container.ProgressBar3199726361__loading:after {
    animation: ProgressBar3199726361__progress-bar-stripes 1s linear
      infinite;
    background: linear-gradient(
      45deg,
      currentColor 25%,
      transparent 0,
      transparent 50%,
      currentColor 0,
      currentColor 75%,
      transparent 0,
      transparent
    );
    background-size: 12px 12px;
    display: block;
    opacity: 0.15;
    pointer-events: none;
  }
  .ProgressBar3199726361__progress {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 50px;
    color: currentColor;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ProgressBar3199726361__progress::-webkit-progress-bar {
    background-color: transparent;
    border-radius: 50px;
  }
  .ProgressBar3199726361__progress::-moz-progress-bar {
    background-color: currentColor;
    border-radius: 50px;
  }
  .ProgressBar3199726361__progress::-webkit-progress-value {
    background-color: currentColor;
    border-radius: 50px;
  }
  .ProgressBar3199726361__progress::-ms-fill {
    border-radius: 50px;
  }
  .ProgressBar3199726361__range {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 50px;
    box-sizing: content-box;
    color: currentColor;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: -8px;
    transition: color 0.3s ease;
    width: 100%;
  }
  .ProgressBar3199726361__range::-webkit-slider-runnable-track {
    background: transparent;
    background-image: linear-gradient(
      to right,
      currentColor var(--value, 0),
      transparent var(--value, 0)
    );
    border: 0;
    border-radius: 50px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ProgressBar3199726361__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    border: 0;
    border-radius: 50px;
    height: 4px;
    margin: 0;
    margin-left: -2px;
    position: relative;
    transform: translateX(var(--value, 0));
    transition: all 0.3s ease;
    width: 4px;
  }
  .ProgressBar3199726361__range::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 50px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ProgressBar3199726361__range::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 50px;
    height: 4px;
    margin: 0;
    position: relative;
    transform: translateX(-2px);
    transition: all 0.3s ease;
    width: 4px;
  }
  .ProgressBar3199726361__range::-moz-range-progress {
    background: currentColor;
    border-radius: 50px;
    height: 100%;
  }
  .ProgressBar3199726361__range::-moz-focus-outer {
    border: 0;
  }
  .ProgressBar3199726361__range:active::-webkit-slider-thumb,
  .ProgressBar3199726361__range:hover::-webkit-slider-thumb {
    transform: scale(3);
  }
  .ProgressBar3199726361__range:active::-moz-range-thumb,
  .ProgressBar3199726361__range:hover::-moz-range-thumb {
    transform: scale(3);
  }
  .ProgressBar3199726361__range:active::-ms-thumb,
  .ProgressBar3199726361__range:hover::-ms-thumb {
    transform: scale(3);
  }
  .Mute3709903202__button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 0;
    transition: color 0.4s ease, opacity 0.4s ease;
  }
  .VolumeBars501740436__container {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }
  .VolumeBars501740436__container .VolumeBars501740436__barItemContainer {
    display: inline;
  }
  .VolumeBars501740436__bar {
    background-color: #fff;
    height: 10px;
    margin: 0 1px;
    opacity: 0.3;
    width: 4px;
  }
  .VolumeBars501740436__bar.VolumeBars501740436--on {
    opacity: 1;
  }
  .Forward1539050259__button,
  .Rate2373672720__button {
    color: inherit;
    outline: 0;
  }
  .Forward1539050259__button,
  .Rate2373672720__button,
  .Skip2788952351__button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    transition: color 0.4s ease, opacity 0.4s ease;
  }
  .Skip2788952351__button {
    fill: currentColor;
    color: currentColor;
    height: 20px;
    width: 25px;
  }
  .Skip2788952351__iconWrapper {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
  }
  .Skip2788952351__backSkip {
    transform: rotate(0.5turn);
  }
  .Skip2788952351__disabled,
  .Skip2788952351__disabled:hover {
    color: grey;
  }
  ._65f0Kv {
    background-color: rgba(
      var(--bg, var(--color_17, color_17)),
      var(--alpha-bg, 1)
    );
    border-color: rgba(
      var(--brd, var(--color_15, color_15)),
      var(--alpha-brd, 1)
    );
    border-radius: var(--rd, 0);
    border-style: solid;
    border-width: var(--brw, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    transition: var(
      --trans,
      border-color 0.4s ease 0s,
      background-color 0.4s ease 0s,
      color 0.4s ease 0s
    );
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  ._65f0Kv,
  ._65f0Kv .s0pG7Q {
    height: 100%;
    width: 100%;
  }
  ._65f0Kv .s0pG7Q .GEV2TJ {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 14px;
    left: 50%;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 50%;
  }
  ._65f0Kv .s0pG7Q .GEV2TJ.XEm585 {
    border: 11px solid transparent;
    border-left: 13px solid;
    border-left-color: rgba(
      var(--icon, var(--color_15, color_15)),
      var(--alpha-icon, 1)
    );
    height: 0;
    margin-left: -5px;
    margin-top: -11px;
    width: 0;
  }
  ._65f0Kv .s0pG7Q .GEV2TJ.IjRUtQ {
    border: solid
      rgba(var(--icon, var(--color_15, color_15)), var(--alpha-icon, 1));
    border-width: 0 4px;
    margin-left: -6px;
    margin-top: -6px;
    width: 11px;
  }
  ._65f0Kv:hover {
    background-color: rgba(
      var(--bgh, var(--color_18, color_18)),
      var(--alpha-bgh, 1)
    );
    border-color: rgba(
      var(--brdh, var(--color_15, color_15)),
      var(--alpha-brdh, 1)
    );
  }
  ._65f0Kv:hover .s0pG7Q .GEV2TJ.XEm585 {
    border-left: 13px solid
      rgba(var(--iconh, var(--color_15, color_15)), var(--alpha-iconh, 1));
  }
  ._65f0Kv:hover .s0pG7Q .GEV2TJ.IjRUtQ {
    border-left: 4px solid
      rgba(var(--iconh, var(--color_15, color_15)), var(--alpha-iconh, 1));
    border-right: 4px solid
      rgba(var(--iconh, var(--color_15, color_15)), var(--alpha-iconh, 1));
  }


  #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .KvoMHf:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px;
  }
  .KvoMHf.ErucfC[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
  }
  .KvoMHf[disabled] {
    pointer-events: none;
  }
  .MpKiNN {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    min-height: 25px;
    position: relative;
    text-align: var(--align, start);
  }
  .MpKiNN .pUnTVX {
    height: var(--inputHeight);
    position: relative;
  }
  .MpKiNN .eXvLsN {
    align-items: center;
    display: flex;
    font: var(
      --fntprefix,
      normal normal normal 16px/1.4em helvetica-w01-roman
    );
    justify-content: center;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 50px;
  }
  .MpKiNN .KvoMHf,
  .MpKiNN .eXvLsN {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
  }
  .MpKiNN .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(
      --corvid-background-color,
      rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
    );
    border-color: var(
      --corvid-border-color,
      rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
    );
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    direction: var(--inputDirection, "inherit");
    font: var(--fnt, var(--font_8));
    margin: 0;
    max-width: 100%;
    min-height: var(--inputHeight);
    padding: var(--textPadding);
    padding-inline-end: var(--textPadding_end);
    padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign, "inherit");
    text-overflow: ellipsis;
    width: 100%;
  }
  .MpKiNN .KvoMHf[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 100%;
  }
  .MpKiNN .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .MpKiNN .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .MpKiNN .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .MpKiNN .KvoMHf:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px);
  }
  .MpKiNN .KvoMHf:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255));
  }
  .MpKiNN:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .MpKiNN.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px);
  }
  .MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .MpKiNN .wPeA6j {
    display: none;
  }
  .MpKiNN.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection, inherit);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end: var(--labelPadding_end);
    padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign, inherit);
    word-break: break-word;
  }
  .MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none);
  }
  .ZXdXNL {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    justify-content: var(--align, start);
    text-align: var(--align, start);
  }
  .ZXdXNL .pUnTVX {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
  }
  .ZXdXNL .eXvLsN {
    align-items: center;
    display: flex;
    font: var(
      --fntprefix,
      normal normal normal 16px/1.4em helvetica-w01-roman
    );
    justify-content: center;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 50px;
  }
  .ZXdXNL .KvoMHf,
  .ZXdXNL .eXvLsN {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    min-height: 100%;
  }
  .ZXdXNL .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(
      --corvid-background-color,
      rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
    );
    border-color: var(
      --corvid-border-color,
      rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
    );
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    direction: var(--inputDirection, "inherit");
    flex: 1;
    font: var(--fnt, var(--font_8));
    margin: 0;
    padding: var(--textPadding);
    padding-inline-end: var(--textPadding_end);
    padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign, "inherit");
    text-overflow: ellipsis;
    width: 100%;
  }
  .ZXdXNL .KvoMHf[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
  }
  .ZXdXNL .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .ZXdXNL .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .ZXdXNL .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .ZXdXNL .KvoMHf:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px);
  }
  .ZXdXNL .KvoMHf:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255));
  }
  .ZXdXNL:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .ZXdXNL.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px);
  }
  .ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .ZXdXNL .wPeA6j {
    display: none;
  }
  .ZXdXNL.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection, inherit);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end: var(--labelPadding_end);
    padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign, inherit);
    word-break: break-word;
  }
  .ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none);
  }
  .TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor, #ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign, inherit);
    padding: 8px 0 0;
  }
  .TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0;
  }
  .TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont, var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word;
  }

  .snt4Te {
    direction: var(--direction);
    text-align: var(--align);
  }
  .snt4Te .rEindN {
    -webkit-appearance: none;
    background-color: var(
      --corvid-background-color,
      rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
    );
    border-color: var(
      --corvid-border-color,
      rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
    );
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    direction: var(--inputDirection);
    display: block;
    font: var(--fnt, var(--font_8));
    height: var(--inputHeight);
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end: var(--textPaddingEnd);
    padding-top: var(--textPaddingTop);
    padding-inline-start: var(--textPaddingStart);
    padding-top: 0.75em;
    resize: none;
    text-align: var(--inputAlign, "inherit");
  }
  .snt4Te .rEindN::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .snt4Te .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .snt4Te .rEindN::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on
    .snt4Te
    .rEindN:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px;
  }
  .snt4Te .rEindN:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px);
  }
  .snt4Te .rEindN:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255));
    pointer-events: none;
  }
  .snt4Te:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .snt4Te.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px);
  }
  .snt4Te.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .snt4Te .PSkPrR {
    display: none;
  }
  .snt4Te.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom, 14px);
    padding-inline-end: var(--labelPadding_end, 0);
    padding-inline-start: var(--labelPadding_start, 0);
    text-align: var(--labelAlign, inherit);
    width: 100%;
    word-break: break-word;
  }
  .snt4Te.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none);
  }
  .lk9PkF {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    text-align: var(--align);
  }
  .lk9PkF .rEindN {
    -webkit-appearance: none;
    background-color: var(
      --corvid-background-color,
      rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
    );
    border-color: var(
      --corvid-border-color,
      rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
    );
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    direction: var(--inputDirection);
    flex: 1;
    font: var(--fnt, var(--font_8));
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end: var(--textPaddingEnd);
    padding-top: var(--textPaddingTop);
    padding-inline-start: var(--textPaddingStart);
    resize: none;
    text-align: var(--inputAlign, "inherit");
    width: 100%;
  }
  #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on
    .lk9PkF
    .rEindN:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px;
  }
  .lk9PkF .rEindN::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .lk9PkF .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .lk9PkF .rEindN::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)));
  }
  .lk9PkF .rEindN:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px);
  }
  .lk9PkF .rEindN:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255));
    pointer-events: none;
  }
  .lk9PkF:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .lk9PkF.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px);
  }
  .lk9PkF.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px);
  }
  .lk9PkF .PSkPrR {
    display: none;
  }
  .lk9PkF.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom, 14px);
    padding-inline-end: var(--labelPadding_end, 0);
    padding-inline-start: var(--labelPadding_start, 0);
    text-align: var(--labelAlign, inherit);
    width: 100%;
    word-break: break-word;
  }
  .lk9PkF.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none);
  }
  .TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor, #ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign, inherit);
    padding: 8px 0 0;
  }
  .TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0;
  }
  .TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont, var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word;
  }

  .MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0);
  }
  .MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity);
  }
  .MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%;
  }
  @supports (-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
      clip: auto;
      -webkit-clip-path: inset(0);
    }
  }
  .VgO9Yg {
    height: 100%;
  }
  .LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition);
  }
  .K_YxMd,
  .yK6aSC {
    opacity: var(--fill-layer-video-opacity);
  }
  .NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%;
  }
  .mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s);
  }
  .K_YxMd {
    height: 100%;
    position: relative;
    width: 100%;
  }
  wix-media-canvas {
    display: block;
    height: 100%;
  }
  .I8xA4L {
    opacity: var(
      --fill-layer-video-opacity,
      var(--fill-layer-image-opacity, 1)
    );
  }
  .I8xA4L .K_YxMd,
  .I8xA4L .dLPlxY,
  .I8xA4L .yK6aSC {
    opacity: 1;
  }
  .Oqnisf {
    overflow: visible;
  }
  .Oqnisf > .MW5IWV .LWbAav {
    background-color: var(
      --section-corvid-background-color,
      var(--bg-overlay-color)
    );
  }
  .cM88eO {
    backface-visibility: hidden;
  }
  .YtfWHd {
    left: 0;
    position: absolute;
    top: 0;
  }
  .HlRz5e,
  .I5zqsT {
    display: block;
    height: 100%;
    width: 100%;
  }
  .HlRz5e img {
    max-width: var(--wix-img-max-width, 100%);
  }
  .HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter 0.8s ease-in;
  }
  .HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none;
  }
  .bX9O_S {
    clip-path: var(--fill-layer-clip);
  }
  .Z_wCwr,
  .bX9O_S {
    position: absolute;
    top: 0;
  }
  .Jxk_UL img,
  .Z_wCwr,
  .bX9O_S {
    height: 100%;
    width: 100%;
  }
  .K8MSra {
    opacity: 0;
  }
  .K8MSra,
  .YTb3b4 {
    position: absolute;
    top: 0;
  }
  .YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0;
  }
  .SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position);
  }
  .FNxOn5,
  .SUz0WK,
  .m4khSP {
    height: 100%;
    top: 0;
    width: 100%;
  }
  .FNxOn5 {
    position: absolute;
  }
  .m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform);
  }
  @supports (mix-blend-mode: overlay) {
    .m4khSP {
      mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
      opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
    }
  }
  .dkukWC {
    --divider-pin-height__: min(
      1,
      calc(var(--divider-layers-pin-factor__) + 1)
    );
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(
      1,
      calc(var(--divider-layers-pin-factor__) / -1 + 1)
    );
    height: calc(
      var(--divider-height__) + var(--divider-pin-height__) *
        var(--divider-layers-size__) * var(--divider-layers-y__)
    );
  }
  .dkukWC,
  .dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%;
  }
  .dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left
      calc(
        50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
          var(--divider-layer-i__)
      )
      bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(
      var(--divider-pin-border__) * var(--divider-layer-i__) *
        var(--divider-layers-y__)
    );
    height: calc(
      var(--divider-height__) + var(--divider-pin-layer-height__) *
        var(--divider-layer-i__) * var(--divider-layers-y__)
    );
    opacity: calc(
      1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1)
    );
  }
  .xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid
      var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1));
  }
  .xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none);
  }
  .xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block);
  }
  .xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block);
  }
  .xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block);
  }
  .MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(
      --divider-bottom-layers-pin-factor,
      0
    );
    border-bottom: var(--divider-bottom-padding, 0) solid
      var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none);
  }
  .MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none);
  }
  .MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block);
  }
  .MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block);
  }
  .MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block);
  }


  .W2bcb7 {
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
  .JMUd8Z.mDzRgi,
  .QodGTM.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative;
  }
  .JMUd8Z.mDzRgi .XvQ3FE,
  .QodGTM.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1;
  }
  .JMUd8Z.mDzRgi .XvQ3FE.CdshHv,
  .QodGTM.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify);
  }
  .JMUd8Z.mDzRgi .XvQ3FE.Qinjwp,
  .QodGTM.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify);
  }
  .JMUd8Z.mDzRgi .hDJzl4,
  .QodGTM.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%;
  }
  .JMUd8Z.mDzRgi .hDJzl4.tAoGqR,
  .QodGTM.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow));
  }
  .JMUd8Z.mDzRgi .hDJzl4 > *,
  .QodGTM.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow);
  }
  .JMUd8Z.mDzRgi .T23gn7.hDJzl4,
  .QodGTM.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative;
  }
  .JMUd8Z.mDzRgi .T23gn7.hDJzl4 > *,
  .QodGTM.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0;
  }
  .JMUd8Z.mDzRgi .T23gn7.hDJzl4 > :not(:first-child),
  .QodGTM.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important;
  }
  .JMUd8Z.mDzRgi .N2NGoO,
  .QodGTM.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .JMUd8Z.mDzRgi .lZ5yqT,
  .QodGTM.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%);
  }
  .JMUd8Z.mDzRgi .lZ5yqT .dZxZOk,
  .QodGTM.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp,
  .QodGTM.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size);
  }
  .JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm,
  .QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected);
  }
  .JMUd8Z.mDzRgi .W44q6c,
  .QodGTM.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49);
  }
  .JMUd8Z .XvQ3FE:hover,
  .QodGTM .XvQ3FE:hover {
    opacity: 0.6;
  }
  .JMUd8Z .XvQ3FE.Qinjwp,
  .QodGTM .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform));
  }
  .JMUd8Z .XvQ3FE.CdshHv,
  .QodGTM .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform));
  }
  .JMUd8Z .XvQ3FE svg,
  .QodGTM .XvQ3FE svg {
    fill: rgba(
      var(--arrowColor, var(--color_12, color_12)),
      var(--alpha-arrowColor, 1)
    );
    stroke: rgba(
      var(--arrowColor, var(--color_12, color_12)),
      var(--alpha-arrowColor, 1)
    );
    stroke-width: 1px;
  }
  .JMUd8Z .ZVUGJp {
    background-color: rgba(
      var(--dotsColor, var(--color_12, color_12)),
      var(--alpha-dotsColor, 1)
    );
    border-radius: 50%;
  }
  .JMUd8Z .ZVUGJp.Ale4Rm {
    background-color: rgba(
      var(--dotsSelectedColor, var(--color_11, color_11)),
      var(--alpha-dotsSelectedColor, 1)
    );
  }
  .QodGTM .ZVUGJp {
    background-color: rgba(
      var(--dotsColor, var(--color_12, color_12)),
      var(--alpha-dotsColor, 1)
    );
    border-radius: 50%;
  }
  .QodGTM .ZVUGJp.Ale4Rm {
    background-color: transparent;
    border: 2px solid
      rgba(
        var(--dotsColor, var(--color_12, color_12)),
        var(--alpha-dotsColor, 1)
      );
  }
  .ENJ6Ca.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative;
  }
  .ENJ6Ca.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1;
  }
  .ENJ6Ca.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify);
  }
  .ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify);
  }
  .ENJ6Ca.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%;
  }
  .ENJ6Ca.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow));
  }
  .ENJ6Ca.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow);
  }
  .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative;
  }
  .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0;
  }
  .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important;
  }
  .ENJ6Ca.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ENJ6Ca.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%);
  }
  .ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size);
  }
  .ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected);
  }
  .ENJ6Ca.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49);
  }
  .ENJ6Ca .XvQ3FE:hover {
    opacity: 0.6;
  }
  .ENJ6Ca .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-circle-scaleX-transform));
  }
  .ENJ6Ca .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-circle-scaleX-transform));
  }
  .ENJ6Ca .XvQ3FE svg {
    fill: rgba(
      var(--arrowColor, var(--color_12, color_12)),
      var(--alpha-arrowColor, 1)
    );
  }
  .ENJ6Ca .ZVUGJp {
    background-color: rgba(
      var(--dotsColor, var(--color_12, color_12)),
      var(--alpha-dotsColor, 1)
    );
    border-radius: 50%;
  }
  .ENJ6Ca .ZVUGJp.Ale4Rm {
    background-color: transparent;
    border: 2px solid
      rgba(
        var(--dotsColor, var(--color_12, color_12)),
        var(--alpha-dotsColor, 1)
      );
  }
  .ghJlnq.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative;
  }
  .ghJlnq.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1;
  }
  .ghJlnq.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify);
  }
  .ghJlnq.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify);
  }
  .ghJlnq.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%;
  }
  .ghJlnq.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow));
  }
  .ghJlnq.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow);
  }
  .ghJlnq.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative;
  }
  .ghJlnq.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0;
  }
  .ghJlnq.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important;
  }
  .ghJlnq.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ghJlnq.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%);
  }
  .ghJlnq.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .ghJlnq.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size);
  }
  .ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected);
  }
  .ghJlnq.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49);
  }
  .ghJlnq .XvQ3FE:hover {
    opacity: 0.6;
  }
  .ghJlnq .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform));
  }
  .ghJlnq .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform));
  }
  .ghJlnq .XvQ3FE svg path:first-child {
    fill: rgba(
      var(--arrowContainerColor, var(--color_11, color_11)),
      var(--alpha-arrowContainerColor, 1)
    );
  }
  .ghJlnq .XvQ3FE svg path:last-child {
    fill: rgba(
      var(--arrowColor, var(--color_12, color_12)),
      var(--alpha-arrowColor, 1)
    );
  }
  .ghJlnq .ZVUGJp {
    background-color: rgba(
      var(--dotsColor, var(--color_12, color_12)),
      var(--alpha-dotsColor, 1)
    );
  }
  .ghJlnq .ZVUGJp.Ale4Rm {
    background-color: rgba(
      var(--dotsSelectedColor, var(--color_11, color_11)),
      var(--alpha-dotsSelectedColor, 1)
    );
  }
  .XVHXq_.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative;
  }
  .XVHXq_.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1;
  }
  .XVHXq_.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify);
  }
  .XVHXq_.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify);
  }
  .XVHXq_.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%;
  }
  .XVHXq_.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow));
  }
  .XVHXq_.mDzRgi .hDJzl4 > * {
    overflow: var(--slides-overflow);
  }
  .XVHXq_.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative;
  }
  .XVHXq_.mDzRgi .T23gn7.hDJzl4 > * {
    top: 0;
  }
  .XVHXq_.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important;
  }
  .XVHXq_.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .XVHXq_.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%);
  }
  .XVHXq_.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .XVHXq_.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size);
  }
  .XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected);
  }
  .XVHXq_.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49);
  }
  .XVHXq_.mDzRgi {
    min-height: unset;
  }
  .sNF2R0 {
    opacity: 0;
  }
  .hLoBV3 {
    transition: opacity var(--transition-duration)
      cubic-bezier(0.37, 0, 0.63, 1);
  }
  .Rdf41z,
  .hLoBV3 {
    opacity: 1;
  }
  .ftlZWo {
    transition: opacity var(--transition-duration)
      cubic-bezier(0.37, 0, 0.63, 1);
  }
  .ATGlOr,
  .ftlZWo {
    opacity: 0;
  }
  .KQSXD0 {
    transition: opacity var(--transition-duration)
      cubic-bezier(0.64, 0, 0.78, 0);
  }
  .KQSXD0,
  .pagQKE {
    opacity: 1;
  }
  ._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration)
      cubic-bezier(0.22, 1, 0.36, 1);
  }
  .BB49uC {
    transform: translateX(100%);
  }
  .j9xE1V {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .ICs7Rs,
  .j9xE1V {
    transform: translateX(0);
  }
  .DxijZJ {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .B5kjYq,
  .DxijZJ {
    transform: translateX(-100%);
  }
  .cJijIV {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .cJijIV,
  .hOxaWM {
    transform: translateX(0);
  }
  .T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .qDxYJm {
    transform: translateY(100%);
  }
  .aA9V0P {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .YPXPAS,
  .aA9V0P {
    transform: translateY(0);
  }
  .Xf2zsA {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .Xf2zsA,
  .y7Kt7s {
    transform: translateY(-100%);
  }
  .EeUgMu {
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }
  .EeUgMu,
  .fdHrtm {
    transform: translateY(0);
  }
  .WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration)
      cubic-bezier(0.87, 0, 0.13, 1);
  }


  .imK94d .eF_jBL {
    border-radius: var(--rd, 0);
    will-change: var(--corners-overflow-fix-will-change, initial);
  }
  .imK94d .wfm0FO {
    border: var(--brw, 0) solid
      rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .HlRz5e,
  .I5zqsT {
    display: block;
    height: 100%;
    width: 100%;
  }
  .HlRz5e img {
    max-width: var(--wix-img-max-width, 100%);
  }
  .HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter 0.8s ease-in;
  }
  .HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none;
  }
  .MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0);
  }
  .MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity);
  }
  .MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%;
  }
  @supports (-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
      clip: auto;
      -webkit-clip-path: inset(0);
    }
  }
  .VgO9Yg {
    height: 100%;
  }
  .LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition);
  }
  .K_YxMd,
  .yK6aSC {
    opacity: var(--fill-layer-video-opacity);
  }
  .NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%;
  }
  .mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s);
  }
  .K_YxMd {
    height: 100%;
    position: relative;
    width: 100%;
  }
  wix-media-canvas {
    display: block;
    height: 100%;
  }
  .I8xA4L {
    opacity: var(
      --fill-layer-video-opacity,
      var(--fill-layer-image-opacity, 1)
    );
  }
  .I8xA4L .K_YxMd,
  .I8xA4L .dLPlxY,
  .I8xA4L .yK6aSC {
    opacity: 1;
  }
  .bX9O_S {
    clip-path: var(--fill-layer-clip);
  }
  .Z_wCwr,
  .bX9O_S {
    position: absolute;
    top: 0;
  }
  .Jxk_UL img,
  .Z_wCwr,
  .bX9O_S {
    height: 100%;
    width: 100%;
  }
  .K8MSra {
    opacity: 0;
  }
  .K8MSra,
  .YTb3b4 {
    position: absolute;
    top: 0;
  }
  .YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0;
  }
  .SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position);
  }
  .FNxOn5,
  .SUz0WK,
  .m4khSP {
    height: 100%;
    top: 0;
    width: 100%;
  }
  .FNxOn5 {
    position: absolute;
  }
  .m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform);
  }
  @supports (mix-blend-mode: overlay) {
    .m4khSP {
      mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
      opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
    }
  }


  @-moz-document url-prefix() {
    :invalid {
      box-shadow: none;
    }
    :-moz-submit-invalid,
    :-moz-ui-invalid {
      box-shadow: none;
    }
  }
  @keyframes kYZz2Z {
    0% {
      animation-timing-function: ease-out;
      transform: rotate(180deg);
    }
    45% {
      transform: rotate(198deg);
    }
    55% {
      transform: rotate(234deg);
    }
    to {
      transform: rotate(540deg);
    }
  }
  @keyframes wlf4P4 {
    to {
      opacity: 1;
      transform: rotate(115deg);
    }
  }
  .bkIuWA.xXaCpo {
    --display: flex;
    align-items: center;
    display: var(--display);
    justify-content: center;
  }
  .d1WWt1 {
    animation: kYZz2Z 1s linear infinite;
    height: 72px;
    margin-left: -18px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 50%;
    width: 36px;
  }
  .d1WWt1:after,
  .d1WWt1:before {
    animation: wlf4P4 0.5s linear infinite alternate;
    border: 3px solid currentColor;
    border-color: currentColor transparent transparent currentColor;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transform: rotate(-45deg);
  }
  .d1WWt1:before {
    color: #7fccf7;
  }
  .d1WWt1:after {
    color: #3899ec;
    opacity: 0;
  }

  .JVi7i2,
  .hrbzfT {
    background-color: var(
      --corvid-background-color,
      rgba(var(--bg, 0, 0, 0), var(--alpha-bg, 0))
    );
    border: solid
      var(
        --corvid-border-color,
        rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
      )
      var(--corvid-border-width, var(--brw, 0));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    box-shadow: var(--shd, 0 0 0 transparent);
  }
  .d3n4V3 {
    height: 100%;
    left: -var(--corvid-border-width, var(--brw, 0));
    position: absolute;
    top: -var(--corvid-border-width, var(--brw, 0));
    width: 100%;
  }

  .TWFxr5 {
    height: auto !important;
  }
  .May50y {
    overflow: hidden !important;
  }


  @font-face {
    font-family: "oswald-medium";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v16/dI-qzxlKVQA6TUC5RKSb31tXRa8TVwTICgirnJhmVJw.woff2")
      format("woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "oswald-medium";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v16/cgaIrkaP9Empe8_PwXbajFtXRa8TVwTICgirnJhmVJw.woff2")
      format("woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF,
      U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF,
      U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2")
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
      U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2")
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
      U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
  }
  @font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2")
      format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149,
      U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B,
      U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0,
      U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202,
      U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B,
      U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
  }
  @font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2")
      format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131,
      U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237,
      U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E,
      U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
  }
  #masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #masterPage.landingPage #SITE_FOOTER {
    display: none;
  }
  #masterPage.landingPage #SITE_HEADER {
    display: none;
  }
  #masterPage.landingPage #comp-jqpg3nr51 {
    display: none;
  }
  #masterPage.landingPage #comp-jqqe28t9 {
    display: none;
  }
  #masterPage.landingPage #SITE_HEADER-placeholder {
    display: none;
  }
  #masterPage.landingPage #SITE_FOOTER-placeholder {
    display: none;
  }
  #SITE_CONTAINER.focus-ring-active
    :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus,
  #SITE_CONTAINER.focus-ring-active
    :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus
    ~ .wixSdkShowFocusOnSibling {
    --focus-ring-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff;
    box-shadow: var(--focus-ring-box-shadow) !important;
    z-index: 1;
  }
  .has-inner-focus-ring {
    --focus-ring-box-shadow: inset 0 0 0 1px #ffffff,
      inset 0 0 0 3px #116dff !important;
  }
  #masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  #SITE_FOOTER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
  }
  #PAGES_CONTAINER {
    --pinned-layer-in-container: 51;
    --above-all-in-container: 49;
  }
  #SITE_HEADER {
    z-index: calc(var(--pinned-layers-in-page, 0) + 52);
    --above-all-in-container: 10000;
  }
  #comp-jqpg3nr51-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 53);
    --above-all-in-container: 10000;
  }
  #comp-jqqe28t9-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 54);
    --above-all-in-container: 10000;
  }
  #comp-jqpg3nr51 {
    justify-self: start;
    margin-left: 60px;
    align-self: start;
    margin-top: 20px;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
  }
  #comp-jqqe28t9 {
    justify-self: start;
    margin-left: 250px;
    align-self: start;
    margin-top: 48px;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
  }
  :root,
  :host,
  .spxThemeOverride,
  .max-width-container {
    --color_0: 255, 255, 255;
    --color_1: 11, 17, 11;
    --color_2: 11, 17, 11;
    --color_3: 11, 17, 11;
    --color_4: 255, 255, 255;
    --color_5: 252, 212, 92;
    --color_6: 255, 255, 255;
    --color_7: 182, 208, 182;
    --color_8: 109, 160, 109;
    --color_9: 58, 90, 58;
    --color_10: 11, 17, 11;
    --color_11: 210, 210, 210;
    --color_12: 165, 165, 165;
    --color_13: 120, 120, 120;
    --color_14: 80, 80, 80;
    --color_15: 40, 40, 40;
    --color_16: 253, 245, 172;
    --color_17: 252, 240, 130;
    --color_18: 250, 226, 9;
    --color_19: 232, 209, 0;
    --color_20: 83, 75, 3;
    --color_21: 177, 208, 255;
    --color_22: 138, 185, 255;
    --color_23: 20, 114, 255;
    --color_24: 13, 76, 170;
    --color_25: 7, 38, 85;
    --color_26: 255, 255, 255;
    --color_27: 255, 255, 255;
    --color_28: 223, 223, 223;
    --color_29: 170, 170, 170;
    --color_30: 96, 96, 96;
    --color_31: 184, 253, 172;
    --color_32: 148, 252, 130;
    --color_33: 45, 250, 9;
    --color_34: 30, 167, 6;
    --color_35: 15, 83, 3;
    --color_36: 210, 210, 210;
    --color_37: 40, 40, 40;
    --color_38: 165, 165, 165;
    --color_39: 120, 120, 120;
    --color_40: 80, 80, 80;
    --color_41: 250, 226, 9;
    --color_42: 223, 223, 223;
    --color_43: 255, 255, 255;
    --color_44: 96, 96, 96;
    --color_45: 40, 40, 40;
    --color_46: 40, 40, 40;
    --color_47: 80, 80, 80;
    --color_48: 250, 226, 9;
    --color_49: 250, 226, 9;
    --color_50: 210, 210, 210;
    --color_51: 210, 210, 210;
    --color_52: 250, 226, 9;
    --color_53: 250, 226, 9;
    --color_54: 120, 120, 120;
    --color_55: 120, 120, 120;
    --color_56: 210, 210, 210;
    --color_57: 210, 210, 210;
    --color_58: 250, 226, 9;
    --color_59: 250, 226, 9;
    --color_60: 250, 226, 9;
    --color_61: 250, 226, 9;
    --color_62: 210, 210, 210;
    --color_63: 210, 210, 210;
    --color_64: 120, 120, 120;
    --color_65: 120, 120, 120;
    --font_0: normal normal normal 80px/1.4em oswald-medium, oswald,
      sans-serif;
    --font_1: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,
      sans-serif;
    --font_2: normal normal normal 30px/1.4em oswald-medium, oswald,
      sans-serif;
    --font_3: normal normal normal 30px/1.4em oswald-medium, oswald,
      sans-serif;
    --font_4: normal normal normal 70px/1.4em oswald-medium, oswald,
      sans-serif;
    --font_5: normal normal normal 20px/1.4em oswald-medium, oswald,
      sans-serif;
    --font_6: normal normal normal 50px/1.4em oswald-medium, oswald,
      sans-serif;
    --font_7: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,
      sans-serif;
    --font_8: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --font_9: normal normal normal 15px/1.875em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --font_10: normal normal normal 14px/1.79em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --scaling-factor: min(
      (100 * var(--one-unit)),
      var(--section-max-width)
    );
    --customScaleViewportLimit: clamp(
      var(--minViewportSize) * 1px,
      100 * var(--one-unit),
      min(var(--section-max-width), var(--maxViewportSize) * 1px)
    );
  }
  .font_0 {
    font: var(--font_0);
    color: rgb(var(--color_41));
    letter-spacing: 0em;
  }
  .font_1 {
    font: var(--font_1);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
  }
  .font_2 {
    font: var(--font_2);
    color: rgb(var(--color_41));
    letter-spacing: 0em;
  }
  .font_3 {
    font: var(--font_3);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
  }
  .font_4 {
    font: var(--font_4);
    color: rgb(var(--color_41));
    letter-spacing: 0em;
  }
  .font_5 {
    font: var(--font_5);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
  }
  .font_6 {
    font: var(--font_6);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
  }
  .font_7 {
    font: var(--font_7);
    color: rgb(var(--color_42));
    letter-spacing: 0em;
  }
  .font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
  }
  .font_9 {
    font: var(--font_9);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
  }
  .font_10 {
    font: var(--font_10);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
  }
  .color_0 {
    color: rgb(var(--color_0));
  }
  .color_1 {
    color: rgb(var(--color_1));
  }
  .color_2 {
    color: rgb(var(--color_2));
  }
  .color_3 {
    color: rgb(var(--color_3));
  }
  .color_4 {
    color: rgb(var(--color_4));
  }
  .color_5 {
    color: rgb(var(--color_5));
  }
  .color_6 {
    color: rgb(var(--color_6));
  }
  .color_7 {
    color: rgb(var(--color_7));
  }
  .color_8 {
    color: rgb(var(--color_8));
  }
  .color_9 {
    color: rgb(var(--color_9));
  }
  .color_10 {
    color: rgb(var(--color_10));
  }
  .color_11 {
    color: rgb(var(--color_11));
  }
  .color_12 {
    color: rgb(var(--color_12));
  }
  .color_13 {
    color: rgb(var(--color_13));
  }
  .color_14 {
    color: rgb(var(--color_14));
  }
  .color_15 {
    color: rgb(var(--color_15));
  }
  .color_16 {
    color: rgb(var(--color_16));
  }
  .color_17 {
    color: rgb(var(--color_17));
  }
  .color_18 {
    color: rgb(var(--color_18));
  }
  .color_19 {
    color: rgb(var(--color_19));
  }
  .color_20 {
    color: rgb(var(--color_20));
  }
  .color_21 {
    color: rgb(var(--color_21));
  }
  .color_22 {
    color: rgb(var(--color_22));
  }
  .color_23 {
    color: rgb(var(--color_23));
  }
  .color_24 {
    color: rgb(var(--color_24));
  }
  .color_25 {
    color: rgb(var(--color_25));
  }
  .color_26 {
    color: rgb(var(--color_26));
  }
  .color_27 {
    color: rgb(var(--color_27));
  }
  .color_28 {
    color: rgb(var(--color_28));
  }
  .color_29 {
    color: rgb(var(--color_29));
  }
  .color_30 {
    color: rgb(var(--color_30));
  }
  .color_31 {
    color: rgb(var(--color_31));
  }
  .color_32 {
    color: rgb(var(--color_32));
  }
  .color_33 {
    color: rgb(var(--color_33));
  }
  .color_34 {
    color: rgb(var(--color_34));
  }
  .color_35 {
    color: rgb(var(--color_35));
  }
  .color_36 {
    color: rgb(var(--color_36));
  }
  .color_37 {
    color: rgb(var(--color_37));
  }
  .color_38 {
    color: rgb(var(--color_38));
  }
  .color_39 {
    color: rgb(var(--color_39));
  }
  .color_40 {
    color: rgb(var(--color_40));
  }
  .color_41 {
    color: rgb(var(--color_41));
  }
  .color_42 {
    color: rgb(var(--color_42));
  }
  .color_43 {
    color: rgb(var(--color_43));
  }
  .color_44 {
    color: rgb(var(--color_44));
  }
  .color_45 {
    color: rgb(var(--color_45));
  }
  .color_46 {
    color: rgb(var(--color_46));
  }
  .color_47 {
    color: rgb(var(--color_47));
  }
  .color_48 {
    color: rgb(var(--color_48));
  }
  .color_49 {
    color: rgb(var(--color_49));
  }
  .color_50 {
    color: rgb(var(--color_50));
  }
  .color_51 {
    color: rgb(var(--color_51));
  }
  .color_52 {
    color: rgb(var(--color_52));
  }
  .color_53 {
    color: rgb(var(--color_53));
  }
  .color_54 {
    color: rgb(var(--color_54));
  }
  .color_55 {
    color: rgb(var(--color_55));
  }
  .color_56 {
    color: rgb(var(--color_56));
  }
  .color_57 {
    color: rgb(var(--color_57));
  }
  .color_58 {
    color: rgb(var(--color_58));
  }
  .color_59 {
    color: rgb(var(--color_59));
  }
  .color_60 {
    color: rgb(var(--color_60));
  }
  .color_61 {
    color: rgb(var(--color_61));
  }
  .color_62 {
    color: rgb(var(--color_62));
  }
  .color_63 {
    color: rgb(var(--color_63));
  }
  .color_64 {
    color: rgb(var(--color_64));
  }
  .color_65 {
    color: rgb(var(--color_65));
  }
  .backcolor_0 {
    background-color: rgb(var(--color_0));
  }
  .backcolor_1 {
    background-color: rgb(var(--color_1));
  }
  .backcolor_2 {
    background-color: rgb(var(--color_2));
  }
  .backcolor_3 {
    background-color: rgb(var(--color_3));
  }
  .backcolor_4 {
    background-color: rgb(var(--color_4));
  }
  .backcolor_5 {
    background-color: rgb(var(--color_5));
  }
  .backcolor_6 {
    background-color: rgb(var(--color_6));
  }
  .backcolor_7 {
    background-color: rgb(var(--color_7));
  }
  .backcolor_8 {
    background-color: rgb(var(--color_8));
  }
  .backcolor_9 {
    background-color: rgb(var(--color_9));
  }
  .backcolor_10 {
    background-color: rgb(var(--color_10));
  }
  .backcolor_11 {
    background-color: rgb(var(--color_11));
  }
  .backcolor_12 {
    background-color: rgb(var(--color_12));
  }
  .backcolor_13 {
    background-color: rgb(var(--color_13));
  }
  .backcolor_14 {
    background-color: rgb(var(--color_14));
  }
  .backcolor_15 {
    background-color: rgb(var(--color_15));
  }
  .backcolor_16 {
    background-color: rgb(var(--color_16));
  }
  .backcolor_17 {
    background-color: rgb(var(--color_17));
  }
  .backcolor_18 {
    background-color: rgb(var(--color_18));
  }
  .backcolor_19 {
    background-color: rgb(var(--color_19));
  }
  .backcolor_20 {
    background-color: rgb(var(--color_20));
  }
  .backcolor_21 {
    background-color: rgb(var(--color_21));
  }
  .backcolor_22 {
    background-color: rgb(var(--color_22));
  }
  .backcolor_23 {
    background-color: rgb(var(--color_23));
  }
  .backcolor_24 {
    background-color: rgb(var(--color_24));
  }
  .backcolor_25 {
    background-color: rgb(var(--color_25));
  }
  .backcolor_26 {
    background-color: rgb(var(--color_26));
  }
  .backcolor_27 {
    background-color: rgb(var(--color_27));
  }
  .backcolor_28 {
    background-color: rgb(var(--color_28));
  }
  .backcolor_29 {
    background-color: rgb(var(--color_29));
  }
  .backcolor_30 {
    background-color: rgb(var(--color_30));
  }
  .backcolor_31 {
    background-color: rgb(var(--color_31));
  }
  .backcolor_32 {
    background-color: rgb(var(--color_32));
  }
  .backcolor_33 {
    background-color: rgb(var(--color_33));
  }
  .backcolor_34 {
    background-color: rgb(var(--color_34));
  }
  .backcolor_35 {
    background-color: rgb(var(--color_35));
  }
  .backcolor_36 {
    background-color: rgb(var(--color_36));
  }
  .backcolor_37 {
    background-color: rgb(var(--color_37));
  }
  .backcolor_38 {
    background-color: rgb(var(--color_38));
  }
  .backcolor_39 {
    background-color: rgb(var(--color_39));
  }
  .backcolor_40 {
    background-color: rgb(var(--color_40));
  }
  .backcolor_41 {
    background-color: rgb(var(--color_41));
  }
  .backcolor_42 {
    background-color: rgb(var(--color_42));
  }
  .backcolor_43 {
    background-color: rgb(var(--color_43));
  }
  .backcolor_44 {
    background-color: rgb(var(--color_44));
  }
  .backcolor_45 {
    background-color: rgb(var(--color_45));
  }
  .backcolor_46 {
    background-color: rgb(var(--color_46));
  }
  .backcolor_47 {
    background-color: rgb(var(--color_47));
  }
  .backcolor_48 {
    background-color: rgb(var(--color_48));
  }
  .backcolor_49 {
    background-color: rgb(var(--color_49));
  }
  .backcolor_50 {
    background-color: rgb(var(--color_50));
  }
  .backcolor_51 {
    background-color: rgb(var(--color_51));
  }
  .backcolor_52 {
    background-color: rgb(var(--color_52));
  }
  .backcolor_53 {
    background-color: rgb(var(--color_53));
  }
  .backcolor_54 {
    background-color: rgb(var(--color_54));
  }
  .backcolor_55 {
    background-color: rgb(var(--color_55));
  }
  .backcolor_56 {
    background-color: rgb(var(--color_56));
  }
  .backcolor_57 {
    background-color: rgb(var(--color_57));
  }
  .backcolor_58 {
    background-color: rgb(var(--color_58));
  }
  .backcolor_59 {
    background-color: rgb(var(--color_59));
  }
  .backcolor_60 {
    background-color: rgb(var(--color_60));
  }
  .backcolor_61 {
    background-color: rgb(var(--color_61));
  }
  .backcolor_62 {
    background-color: rgb(var(--color_62));
  }
  .backcolor_63 {
    background-color: rgb(var(--color_63));
  }
  .backcolor_64 {
    background-color: rgb(var(--color_64));
  }
  .backcolor_65 {
    background-color: rgb(var(--color_65));
  }
  #SITE_FOOTER {
    --bg: var(--color_43);
    --shd: none;
    --brwt: 1px;
    --brd: var(--color_37);
    --brwb: 0px;
    --bgctr: var(--color_11);
    --rd: 0px;
    --alpha-bg: 1;
    --alpha-bgctr: 0;
    --alpha-brd: 0.15;
    --boxShadowToggleOn-shd: none;
    --backdrop-filter: none;
  }
  #SITE_FOOTER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="SITE_FOOTERinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-jqqf40c4"] {
    position: relative;
    margin: 27px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-jqqf6mbx"] {
    position: relative;
    margin: 62px 0px 42px calc((100% - 980px) * 0.5);
    left: 240px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-jqqf83lv"] {
    position: relative;
    margin: 68px 0px 47px calc((100% - 980px) * 0.5);
    left: 470px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-jqpg3nr7"] {
    position: relative;
    margin: 68px 0px 47px calc((100% - 980px) * 0.5);
    left: 700px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-jqqf85oj"] {
    position: relative;
    margin: 68px 0px 47px calc((100% - 980px) * 0.5);
    left: 590px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-kq9j7jt4"] {
    position: relative;
    margin: 68px 0px 47px calc((100% - 980px) * 0.5);
    left: 820px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
    > [id="comp-jqpg5fww"] {
    position: relative;
    margin: 0px 0px 1px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #SITE_FOOTER {
    --shc-mutated-brightness: 128, 128, 128;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
  }
  #comp-jqqf40c4 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqqf40c4 {
    width: 204px;
    height: auto;
  }
  #comp-jqqf6mbx {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqqf6mbx {
    width: 286px;
    height: auto;
  }
  #comp-jqqf83lv {
    width: 119px;
    height: auto;
  }
  #comp-jqpg3nr7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpg3nr7 {
    width: 119px;
    height: auto;
  }
  #comp-jqqf85oj {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqqf85oj {
    width: 118px;
    height: auto;
  }
  #comp-kq9j7jt4 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-kq9j7jt4 {
    width: 119px;
    height: auto;
  }
  #comp-jqpg5fww {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg5fww1inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg5fww1inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg5fww1inlineContent-gridContainer"]
    > [id="comp-jqpg3nr8"] {
    position: relative;
    margin: 10px 0px 11px calc((100% - 980px) * 0.5);
    left: 240px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpg5fww {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpg5fww1 {
    width: 980px;
  }
  #comp-jqpg5fww1 {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpg3nr8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpg3nr8 {
    width: 521px;
    height: auto;
  }
  #PAGES_CONTAINER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  #SITE_PAGES {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  #SITE_PAGES {
    --transition-duration: 0ms;
  }
  #masterPage:not(.landingPage) {
    --top-offset: var(--header-height);
    --header-height: 140px;
  }
  #masterPage.landingPage {
    --top-offset: 0px;
  }
  #SITE_HEADER {
    --bg: var(--color_43);
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_37);
    --brwb: 0px;
    --bgctr: var(--color_43);
    --rd: 0px;
    --alpha-bg: 1;
    --alpha-bgctr: 1;
    --alpha-brd: 0;
    --boxShadowToggleOn-shd: none;
    --backdrop-filter: none;
  }
  #SITE_HEADER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="SITE_HEADERinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
    > [id="comp-jqpg3nr3"] {
    position: relative;
    margin: 13px 0px 22px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #SITE_HEADER {
    --bg-overlay-color: rgb(var(--color_43));
    --bg-gradient: none;
    --shc-mutated-brightness: 128, 128, 128;
    position: sticky !important;
    top: var(--wix-ads-height);
  }
  #comp-jqpg3nr3 {
    --param_boolean_previewHover: false;
  }
  #comp-jqpg3nr3 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px - 60px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg3nr5inlineContent"] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 105px;
  }
  [data-mesh-id="comp-jqpg3nr52inlineContent"] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 105px;
  }
  #comp-jqpg3nr3 {
    --bg-overlay-color: rgb(var(--color_43));
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpg3nr5 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg3nr5 {
    width: 181px;
  }
  #comp-jqpg3nr5 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 181px;
    --column-flex: 181;
  }
  #comp-jqpg3nr52 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg3nr52 {
    width: 799px;
  }
  #comp-jqpg3nr52 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 799px;
    --column-flex: 799;
  }
  #comp-jqpg3nr51 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
  }
  #comp-jqpg3nr51 {
    width: 178px;
    height: 106px;
  }
  #comp-jqpg3nr51 {
    --height: 106px;
    --width: 178px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }
  #comp-jqqe28t9 {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_43);
    --rd: 0px;
    --shd: none;
    --fnt: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,
      sans-serif;
    --pad: 0px;
    --txt: var(--color_15);
    --alpha-txt: 1;
    --trans: color 0.4s ease 0s;
    --txth: var(--color_19);
    --alpha-txth: 1;
    --txts: var(--color_29);
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-jqqe28t9 {
    width: 713px;
    height: 50px;
  }
  #comp-jqqe28t9 {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px;
    --submenus-direction: inherit;
    --menu-direction: inherit;
    --align: center;
    --menu-align: inherit;
    --submenus-align: inherit;
  }

  @font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2")
      format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149,
      U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B,
      U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0,
      U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202,
      U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B,
      U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
  }
  @font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2")
      format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131,
      U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237,
      U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E,
      U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald-medium";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v16/dI-qzxlKVQA6TUC5RKSb31tXRa8TVwTICgirnJhmVJw.woff2")
      format("woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "oswald-medium";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v16/cgaIrkaP9Empe8_PwXbajFtXRa8TVwTICgirnJhmVJw.woff2")
      format("woff2");
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF,
      U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF,
      U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2")
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2")
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
      U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
  }
  @font-face {
    font-family: "oswald";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/oswald/v29/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2")
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
      U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
      U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
  }
  @font-face {
    font-family: "avenir-lt-w01_85-heavy1475544";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2")
      format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149,
      U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B,
      U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0,
      U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202,
      U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B,
      U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
  }
  @font-face {
    font-family: "avenir-lt-w01_85-heavy1475544";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2")
      format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131,
      U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237,
      U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E,
      U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
  }
  @font-face {
    font-family: "helvetica-w01-roman";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-lt-w10-roman.woff2")
      format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7,
      U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C,
      U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014,
      U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A,
      U+20AC, U+2116, U+2122;
    font-display: swap;
  }
  @font-face {
    font-family: "helvetica-w01-roman";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w02-roman.woff2")
      format("woff2");
    unicode-range: U+000D, U+0020-007E, U+00A0-012B, U+012E-0137,
      U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7,
      U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2013-2014,
      U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A,
      U+2044, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F,
      U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260,
      U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
  }
  @font-face {
    font-family: "helvetica-w01-roman";
    font-style: normal;
    font-weight: 400;
    src: url("//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w01-roman.woff2")
      format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-012B, U+012E-0137,
      U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7,
      U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+0401-040C,
      U+040E-044F, U+0451-045C, U+045E-045F, U+0462-0463, U+0472-0475,
      U+0490-0491, U+04D9, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E,
      U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+20B9-20BA,
      U+20BC-20BD, U+2113, U+2116, U+2122, U+2126, U+212E, U+2202, U+2206,
      U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248,
      U+2260, U+2264-2265, U+25CA, U+E300-E30D, U+F6C5, U+F6C9-F6D8, U+F8FF,
      U+FB01-FB02;
    font-display: swap;
  }
  #l8okr {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  #masterPage {
    --pinned-layers-in-page: 0;
  }
  [data-mesh-id="Containerl8okrinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(7, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9s"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9s1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9t"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9t1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9t2"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9t3"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9t4"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="Containerl8okrinlineContent-gridContainer"]
    > [id="comp-m5uz8f9t5"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-m5uz8f9s {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9sinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-m5uz8f9sinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9sinlineContent-gridContainer"]
    > [id="comp-jqpgckbb"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpgckbb {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpgckbcinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpgckbcinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpgckbcinlineContent-gridContainer"]
    > [id="comp-jqpgckbc1"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpgckbc {
    width: 980px;
  }
  #comp-jqpgckbc1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpgckbc2inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpgckbc2inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 680px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpgckbc2inlineContent-gridContainer"]
    > [id="comp-jqpgckbc3"] {
    position: relative;
    margin: 120px 0px 33px calc((100% - 490px) * 0.5);
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpgckbc2inlineContent-gridContainer"]
    > [id="comp-jqpgckbc4"] {
    position: relative;
    margin: 0px 0px 61px calc((100% - 490px) * 0.5);
    left: 16px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpgckbc2inlineContent-gridContainer"]
    > [id="comp-jqpgckbc5"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 490px) * 0.5);
    left: 146px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpgckbc6inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpgckbc6inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 680px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpgckbc6inlineContent-gridContainer"]
    > [id="comp-jqqota5y"] {
    position: relative;
    margin: 485px 0px 10px calc((100% - 490px) * 0);
    left: 89px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpgckbc2 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpgckbc2 {
    width: 490px;
  }
  #comp-jqpgckbc3 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpgckbc3 {
    width: 460px;
    height: auto;
  }
  #comp-jqpgckbc4 {
    width: 460px;
    height: auto;
  }
  #comp-jqpgckbc5 {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_41);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-jqpgckbc5 {
    width: 200px;
    height: 45px;
  }
  #comp-jqpgckbc6 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  @media (prefers-reduced-motion: no-preference) {
    #comp-jqpgckbc6 [data-motion-part="BG_LAYER comp-jqpgckbc6"] {
      overflow: clip;
    }
  }
  #comp-jqpgckbc6 {
    width: 490px;
  }

  #comp-m5uz8f9s1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9s1inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-m5uz8f9s1inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9s1inlineContent-gridContainer"]
    > [id="comp-jqpg3rmd3"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9s1inlineContent-gridContainer"]
    > [id="comp-jqqe42yt"] {
    position: relative;
    margin: 0px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  #comp-jqpg3rmd3 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg3rmd4inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg3rmd4inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 785px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg3rmd4inlineContent-gridContainer"]
    > [id="comp-jqpg5fx3"] {
    position: relative;
    margin: 80px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpg3rmd4 {
    width: 980px;
  }
  #comp-jqpg5fx3 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-jqqez2qz"] {
    position: relative;
    margin: 75px 0px 27px calc((100% - 980px) * 0.5);
    left: 80px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-jqpg5fx32"] {
    position: relative;
    margin: 0px 0px 17px calc((100% - 980px) * 0.5);
    left: 80px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-jqpg5fx33"] {
    position: relative;
    margin: 0px 0px 53px calc((100% - 980px) * 0.5);
    left: 80px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-koylqbpr"] {
    position: relative;
    margin: 0px 0px 65px calc((100% - 980px) * 0.5);
    left: 60px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-jqpg5fx34"] {
    position: relative;
    margin: 0px 0px 65px calc((100% - 980px) * 0.5);
    left: 290px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-koyk0baa"] {
    position: relative;
    margin: 0px 0px 65px calc((100% - 980px) * 0.5);
    left: 510px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx31inlineContent-gridContainer"]
    > [id="comp-koyk0doj"] {
    position: relative;
    margin: 0px 0px 65px calc((100% - 980px) * 0.5);
    left: 739px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpg5fx31 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx31 {
    width: 980px;
  }
  #comp-jqqez2qz {
    width: 820px;
    height: auto;
  }
  #comp-jqpg5fx32 {
    width: 820px;
    height: auto;
  }
  #comp-jqpg5fx33 {
    width: 820px;
    height: auto;
  }
  #comp-koylqbpr {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_41);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-koylqbpr {
    width: 176px;
    height: 45px;
  }
  #comp-jqpg5fx34 {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_41);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-jqpg5fx34 {
    width: 176px;
    height: 45px;
  }
  #comp-koyk0baa {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_41);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-koyk0baa {
    width: 176px;
    height: 45px;
  }
  #comp-koyk0doj {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_41);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-koyk0doj {
    width: 176px;
    height: 45px;
  }
  #comp-jqqe42yt {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
  }
  #comp-m5uz8f9t {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9tinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-m5uz8f9tinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9tinlineContent-gridContainer"]
    > [id="comp-jqqe6h3c"] {
    position: relative;
    margin: 0px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9tinlineContent-gridContainer"]
    > [id="comp-jqpg3rmd11"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqqe6h3c {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
  }
  #comp-jqpg3rmd11 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg3rmd12inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg3rmd12inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg3rmd12inlineContent-gridContainer"]
    > [id="comp-jqpg5fx6"] {
    position: relative;
    margin: 90px 0px 47px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg3rmd12inlineContent-gridContainer"]
    > [id="comp-jqpg5fx64"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg3rmd12inlineContent-gridContainer"]
    > [id="comp-jqpg5fx68"] {
    position: relative;
    margin: 0px 0px 37px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg3rmd12inlineContent-gridContainer"]
    > [id="comp-koyup2aq"] {
    position: relative;
    margin: 0px 0px 66px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpg3rmd12 {
    width: 980px;
  }
  #comp-jqpg5fx6 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg5fx61inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg5fx61inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg5fx61inlineContent-gridContainer"]
    > [id="comp-jqpg5fx62"] {
    position: relative;
    margin: 0px 0px 34px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx61inlineContent-gridContainer"]
    > [id="comp-jqpg5fx63"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpg5fx61 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx61 {
    width: 980px;
  }
  #comp-jqpg5fx62 {
    width: 940px;
    height: auto;
  }
  #comp-jqpg5fx63 {
    width: 929px;
    height: auto;
  }
  #comp-jqpg5fx64 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg5fx66inlineContent"] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 300px;
  }
  [data-mesh-id="comp-jqpg5fx65inlineContent"] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 300px;
  }
  [data-mesh-id="comp-jqpg5fx67inlineContent"] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 300px;
  }
  #comp-jqpg5fx66 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx66 {
    width: 294px;
  }
  #comp-jqpg5fx65 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx65 {
    width: 308px;
  }
  #comp-jqpg5fx67 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx67 {
    width: 298px;
  }
  #comp-jqpg5fx68 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 690px;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent-gridContainer"]
    > [id="comp-jqpg5fx610"] {
    position: relative;
    margin: 55px 0px 32px calc((100% - 294px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent-gridContainer"]
    > [id="comp-jqpg5fx611"] {
    position: relative;
    margin: 0px 0px 21px calc((100% - 294px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent-gridContainer"]
    > [id="comp-jqpg5fx612"] {
    position: relative;
    margin: 0px 0px 31px calc((100% - 294px) * 0.5);
    left: 8px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent-gridContainer"]
    > [id="comp-jqv42b0a"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 294px) * 0.5);
    left: 51px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx69inlineContent-gridContainer"]
    > [id="comp-jqv42uky"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 294px) * 0.5);
    left: 51px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx613inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg5fx613inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 690px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg5fx613inlineContent-gridContainer"]
    > [id="comp-jqpg5fx614"] {
    position: relative;
    margin: 55px 0px 32px calc((100% - 308px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx613inlineContent-gridContainer"]
    > [id="comp-jqpg5fx615"] {
    position: relative;
    margin: 0px 0px 21px calc((100% - 308px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx613inlineContent-gridContainer"]
    > [id="comp-jqpg5fx616"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 308px) * 0.5);
    left: 19px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx617inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpg5fx617inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 690px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpg5fx617inlineContent-gridContainer"]
    > [id="comp-jqpg5fx618"] {
    position: relative;
    margin: 55px 0px 32px calc((100% - 298px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx617inlineContent-gridContainer"]
    > [id="comp-jqpg5fx619"] {
    position: relative;
    margin: 0px 0px 21px calc((100% - 298px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpg5fx617inlineContent-gridContainer"]
    > [id="comp-jqpg5fx620"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 298px) * 0.5);
    left: 15px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpg5fx69 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx69 {
    width: 294px;
  }
  #comp-jqpg5fx610 {
    width: 297px;
    height: auto;
  }
  #comp-jqpg5fx611 {
    width: 297px;
    height: auto;
  }
  #comp-jqpg5fx612 {
    width: 284px;
    height: auto;
  }
  #comp-jqv42b0a {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_37);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-jqv42b0a {
    width: 190px;
    height: 45px;
  }
  #comp-jqv42uky {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_37);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-jqv42uky {
    width: 190px;
    height: 45px;
  }
  #comp-jqpg5fx613 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx613 {
    width: 308px;
  }
  #comp-jqpg5fx614 {
    width: 308px;
    height: auto;
  }
  #comp-jqpg5fx615 {
    width: 308px;
    height: auto;
  }
  #comp-jqpg5fx616 {
    width: 269px;
    height: auto;
  }
  #comp-jqpg5fx617 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpg5fx617 {
    width: 298px;
  }
  #comp-jqpg5fx618 {
    width: 298px;
    height: auto;
  }
  #comp-jqpg5fx619 {
    width: 298px;
    height: auto;
  }
  #comp-jqpg5fx620 {
    width: 264px;
    height: auto;
  }
  #comp-koyup2aq {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }
  [data-mesh-id="comp-koyup2esinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-koyup2esinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-koyup2esinlineContent-gridContainer"]
    > [id="comp-koyux3wx"] {
    position: relative;
    margin: 40px 0px 40px calc((100% - 980px) * 0.5);
    left: 140px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-koyup2esinlineContent-gridContainer"]
    > [id="comp-jqqelgjs"] {
    position: relative;
    margin: 40px 0px 40px calc((100% - 980px) * 0.5);
    left: 390px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-koyup2esinlineContent-gridContainer"]
    > [id="comp-koyux3ws"] {
    position: relative;
    margin: 40px 0px 40px calc((100% - 980px) * 0.5);
    left: 640px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-koyup2es {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-koyup2es {
    width: 980px;
  }
  #comp-koyux3wx {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_37);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-koyux3wx {
    width: 192px;
    height: 45px;
  }
  #comp-jqqelgjs {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_37);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-jqqelgjs {
    width: 190px;
    height: 45px;
  }
  #comp-koyux3ws {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_8);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_41);
    --brw: 1px;
    --bg: var(--color_37);
    --brd: var(--color_37);
    --bgh: var(--color_41);
    --brdh: var(--color_37);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-koyux3ws {
    width: 190px;
    height: 45px;
  }
  #comp-m5uz8f9t1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9t1inlineContent"] {
    height: auto;
    width: 100%;
    display: flex;
  }
  [data-mesh-id="comp-m5uz8f9t1inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -57px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t1inlineContent-gridContainer"]
    > [id="comp-jqquwup8"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqquwup8 {
    --param_boolean_previewHover: false;
  }
  #comp-jqquwup8 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqquwus3inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqquwus3inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqquwus3inlineContent-gridContainer"]
    > [id="comp-jqqum8ei"] {
    position: relative;
    margin: 68px 0 40px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  #comp-jqquwus3 {
    width: 980px;
  }
  #comp-jqqum8ei {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 550px;
  }
  #comp-m5uz8f9t2 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9t2inlineContent"] {
    height: auto;
    width: 100%;
    display: flex;
  }
  [data-mesh-id="comp-m5uz8f9t2inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -6px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t2inlineContent-gridContainer"]
    > [id="comp-jqqe77n5"] {
    position: relative;
    margin: 57px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t2inlineContent-gridContainer"]
    > [id="comp-jqpgh7zk"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t2inlineContent-gridContainer"]
    > [id="comp-jqqg4ya7"] {
    position: relative;
    margin: 58px 0px 62px calc((100% - 980px) * 0.5);
    left: -366px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqqe77n5 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
  }
  #comp-jqpgh7zk {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpgh7zk1inlineContent"] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 451px;
  }
  #comp-jqpgh7zk1 {
    width: 980px;
  }
  #comp-jqqg4ya7 {
    --shd: 0 0 0 rgba(0, 0, 0, 0.6);
    --dotsColor: 47, 46, 46;
    --arrowColor: 47, 46, 46;
    --rd: 0px;
    --brw: 0px;
    --brd: var(--color_11);
    --alpha-brd: 1;
    --alpha-arrowColor: 1;
    --alpha-dotsColor: 1;
    --param_boolean_previewHover: false;
    --param_number_arrowsSize: 20;
  }
  #comp-jqqg4ya7 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
    height: 331px;
  }
  #comp-jqqg4ycs {
    width: 1712px;
  }
  [data-mesh-id="comp-jqqg4ycsinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqqg4ycsinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqqg4ycsinlineContent-gridContainer"]
    > [id="comp-jqqg65en"] {
    position: relative;
    margin: 48px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqqg4ycsinlineContent-gridContainer"]
    > [id="comp-jqqg65h0"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqqg65en {
    width: 940px;
    height: auto;
  }
  #comp-jqqg65h0 {
    width: 940px;
    height: auto;
  }
  #comp-kpgxwflz {
    width: 1522px;
  }
  [data-mesh-id="comp-kpgxwflzinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-kpgxwflzinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-kpgxwflzinlineContent-gridContainer"]
    > [id="comp-kpgxwfpp"] {
    position: relative;
    margin: 48px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kpgxwflzinlineContent-gridContainer"]
    > [id="comp-kpgxwfpy"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-kpgxwfpp {
    width: 940px;
    height: auto;
  }
  #comp-kpgxwfpy {
    width: 940px;
    height: auto;
  }
  #comp-kpgxxcw4 {
    width: 1522px;
  }
  [data-mesh-id="comp-kpgxxcw4inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-kpgxxcw4inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-kpgxxcw4inlineContent-gridContainer"]
    > [id="comp-kpgxxcyk"] {
    position: relative;
    margin: 48px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kpgxxcw4inlineContent-gridContainer"]
    > [id="comp-kpgxxcyn"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-kpgxxcyk {
    width: 940px;
    height: auto;
  }
  #comp-kpgxxcyn {
    width: 940px;
    height: auto;
  }
  #comp-kph2ippo {
    width: 1522px;
  }
  [data-mesh-id="comp-kph2ippoinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-kph2ippoinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-kph2ippoinlineContent-gridContainer"]
    > [id="comp-kph2ips2"] {
    position: relative;
    margin: 48px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kph2ippoinlineContent-gridContainer"]
    > [id="comp-kph2ips5"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-kph2ips2 {
    width: 940px;
    height: auto;
  }
  #comp-kph2ips5 {
    width: 940px;
    height: auto;
  }
  #comp-kph2j1av {
    width: 1522px;
  }
  [data-mesh-id="comp-kph2j1avinlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-kph2j1avinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-kph2j1avinlineContent-gridContainer"]
    > [id="comp-kph2j1dg"] {
    position: relative;
    margin: 48px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kph2j1avinlineContent-gridContainer"]
    > [id="comp-kph2j1di1"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-kph2j1dg {
    width: 922px;
    height: auto;
  }
  #comp-kph2j1di1 {
    width: 940px;
    height: auto;
  }
  #comp-m5uz8f9t3 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9t3inlineContent"] {
    height: auto;
    width: 100%;
    display: flex;
  }
  [data-mesh-id="comp-m5uz8f9t3inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -19px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t3inlineContent-gridContainer"]
    > [id="comp-jqqe7r46"] {
    position: relative;
    margin: 0px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t3inlineContent-gridContainer"]
    > [id="comp-jqpgi7d12"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqqe7r46 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
  }
  #comp-jqpgi7d12 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpgi7d13inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpgi7d13inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 552px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpgi7d13inlineContent-gridContainer"]
    > [id="comp-jqqgg27t"] {
    position: relative;
    margin: 164px 0px 45px calc((100% - 490px) * 1);
    left: 40px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpgi7d13inlineContent-gridContainer"]
    > [id="comp-jqqfeh4z"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 490px) * 1);
    left: 40px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpgi7d15inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpgi7d15inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpgi7d15inlineContent-gridContainer"]
    > [id="comp-jqpgi7d16"] {
    position: relative;
    margin: 60px 0px 50px calc((100% - 490px) * 0);
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpgi7d13 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpgi7d13 {
    width: 490px;
  }
  #comp-jqqgg27t {
    width: 409px;
    height: auto;
  }
  #comp-jqqfeh4z {
    width: 409px;
    height: auto;
  }
  #comp-jqpgi7d15 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpgi7d15 {
    width: 490px;
  }
  #comp-jqpgi7d16 {
    width: 460px;
  }
  [data-mesh-id="comp-jqpgi7d16inlineContent"] {
    height: auto;
    width: 460px;
  }
  [data-mesh-id="comp-jqpgi7d16inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpgi7d16inlineContent-gridContainer"]
    > [id="comp-kellfpgl"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-kellfpgl {
    --rd: 0px;
    --shd: 0 0 0 rgba(0, 0, 0, 0);
    --bg: var(--color_43);
    --brd: 227, 227, 227;
    --alpha-brd: 1;
    --brw: 0px;
    --alpha-bg: 0;
  }
  #comp-kellfpgl {
    width: 460px;
  }
  [data-mesh-id="comp-kellfpglinlineContent"] {
    height: auto;
    width: 460px;
    display: flex;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -5px;
    grid-template-rows: repeat(6, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpht"] {
    position: relative;
    margin: 0px 0px 12px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpi7"] {
    position: relative;
    margin: 0px 0px 12px 0;
    left: 239px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpid"] {
    position: relative;
    margin: 0px 0px 12px 0;
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpih1"] {
    position: relative;
    margin: 0px 0px 12px 0;
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpiq1"] {
    position: relative;
    margin: 0px 0px 12px 0;
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpiv1"] {
    position: relative;
    margin: 0px 0px 13px 0;
    left: 0px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpj9"] {
    position: relative;
    margin: 0px 0px 15px 0;
    left: 0px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-kellfpglinlineContent-gridContainer"]
    > [id="comp-kellfpjp"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-kellfpht {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_9);
    --brw: 1px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_16);
    --alpha-txt2: 1;
    --brwh: 1px;
    --bgh: var(--color_36);
    --brdh: var(--color_41);
    --brwf: 1px;
    --bgf: var(--color_36);
    --brdf: var(--color_41);
    --brwe: 1px;
    --bge: var(--color_36);
    --brde: 139, 0, 0;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: var(--color_41);
    --fntlbl: var(--font_9);
    --txtlbl: var(--color_16);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_16);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,
      sans-serif;
    --alpha-brd: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-bg: 0;
    --alpha-brdd: 1;
    --alpha-brde: 1;
    --alpha-bge: 0;
    --alpha-bgh: 0;
    --alpha-bgf: 0;
  }
  #comp-kellfpht {
    width: 222px;
    height: 40px;
  }
  #comp-kellfpi7 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_9);
    --brw: 1px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_16);
    --alpha-txt2: 1;
    --brwh: 1px;
    --bgh: var(--color_36);
    --brdh: var(--color_41);
    --brwf: 1px;
    --bgf: var(--color_36);
    --brdf: var(--color_41);
    --brwe: 1px;
    --bge: var(--color_36);
    --brde: 139, 0, 0;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: var(--color_41);
    --fntlbl: var(--font_9);
    --txtlbl: var(--color_16);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_16);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,
      sans-serif;
    --alpha-brd: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-bg: 0;
    --alpha-brdd: 1;
    --alpha-brde: 1;
    --alpha-bge: 0;
    --alpha-bgh: 0;
    --alpha-bgf: 0;
  }
  #comp-kellfpi7 {
    width: 221px;
    height: 40px;
  }
  #comp-kellfpid {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_9);
    --brw: 1px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_16);
    --alpha-txt2: 1;
    --brwh: 1px;
    --bgh: var(--color_36);
    --brdh: var(--color_41);
    --brwf: 1px;
    --bgf: var(--color_36);
    --brdf: var(--color_41);
    --brwe: 1px;
    --bge: var(--color_36);
    --brde: 139, 0, 0;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: var(--color_41);
    --fntlbl: var(--font_9);
    --txtlbl: var(--color_16);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_16);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,
      sans-serif;
    --alpha-brd: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-bg: 0;
    --alpha-brdd: 1;
    --alpha-brde: 1;
    --alpha-bge: 0;
    --alpha-bgh: 0;
    --alpha-bgf: 0;
  }
  #comp-kellfpid {
    width: 460px;
    height: 40px;
  }
  #comp-kellfpih1 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_9);
    --brw: 1px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_16);
    --alpha-txt2: 1;
    --brwh: 1px;
    --bgh: var(--color_36);
    --brdh: var(--color_41);
    --brwf: 1px;
    --bgf: var(--color_36);
    --brdf: var(--color_41);
    --brwe: 1px;
    --bge: var(--color_36);
    --brde: 139, 0, 0;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: var(--color_41);
    --fntlbl: var(--font_9);
    --txtlbl: var(--color_16);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_16);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,
      sans-serif;
    --alpha-brd: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-bg: 0;
    --alpha-brdd: 1;
    --alpha-brde: 1;
    --alpha-bge: 0;
    --alpha-bgh: 0;
    --alpha-bgf: 0;
  }
  #comp-kellfpih1 {
    width: 460px;
    height: 40px;
  }
  #comp-kellfpiq1 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_9);
    --brw: 1px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_16);
    --alpha-txt2: 1;
    --brwh: 1px;
    --bgh: var(--color_36);
    --brdh: var(--color_41);
    --brwf: 1px;
    --bgf: var(--color_36);
    --brdf: var(--color_41);
    --brwe: 1px;
    --bge: var(--color_36);
    --brde: 139, 0, 0;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: var(--color_41);
    --fntlbl: var(--font_9);
    --txtlbl: var(--color_16);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_16);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,
      sans-serif;
    --alpha-brd: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-bg: 0;
    --alpha-brdd: 1;
    --alpha-brde: 1;
    --alpha-bge: 0;
    --alpha-bgh: 0;
    --alpha-bgf: 0;
  }
  #comp-kellfpiq1 {
    width: 460px;
    height: 40px;
  }
  #comp-kellfpiv1 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_9);
    --brw: 1px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_16);
    --alpha-txt2: 1;
    --brwh: 1px;
    --bgh: var(--color_36);
    --brdh: var(--color_41);
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: var(--color_41);
    --brwf: 1px;
    --bgf: var(--color_36);
    --brdf: var(--color_41);
    --brwe: 1px;
    --bge: var(--color_36);
    --brde: 139, 0, 0;
    --fntlbl: var(--font_9);
    --txtlbl: var(--color_16);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_16);
    --alpha-txtlblrq: 1;
    --alpha-bg: 0;
    --alpha-bgd: 1;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bgh: 0;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --bg2: 170, 170, 170;
    --alpha-bg2: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-brdd: 1;
  }
  #comp-kellfpiv1 {
    width: 460px;
    height: 150px;
  }
  #comp-kellfpj9 {
    --rd: 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_9);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_37);
    --brw: 0px;
    --bg: var(--color_41);
    --brd: var(--color_37);
    --bgh: var(--color_41);
    --brdh: var(--color_36);
    --txth: var(--color_37);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
  }
  #comp-kellfpj9 {
    width: 460px;
    height: 45px;
  }
  #comp-kellfpjp {
    width: 460px;
    height: auto;
  }
  #comp-m5uz8f9t4 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9t4inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t4inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t4inlineContent-gridContainer"]
    > [id="comp-jqpguo4l"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t4inlineContent-gridContainer"]
    > [id="comp-koylhwy5"] {
    position: relative;
    margin: 0px 0 -2px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  #comp-jqpguo4l {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpguo4l1inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpguo4l1inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpguo4l1inlineContent-gridContainer"]
    > [id="comp-jqpguo4l4"] {
    position: relative;
    margin: 73px 0px 32px calc((100% - 980px) * 0.5);
    left: 80px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l1inlineContent-gridContainer"]
    > [id="comp-jqpguo4l5"] {
    position: relative;
    margin: 0px 0px 12px calc((100% - 980px) * 0.5);
    left: 80px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l1inlineContent-gridContainer"]
    > [id="comp-jqpguo4l6"] {
    position: relative;
    margin: 0px 0px 62px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpguo4l1 {
    width: 980px;
  }
  #comp-jqpguo4l4 {
    width: 820px;
    height: auto;
  }
  #comp-jqpguo4l5 {
    width: 820px;
    height: auto;
  }
  #comp-jqpguo4l6 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqpguo4l19inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpguo4l19inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 297px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpguo4l19inlineContent-gridContainer"]
    > [id="comp-jqpguo4l20"] {
    position: relative;
    margin: 0px 0px 25px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l19inlineContent-gridContainer"]
    > [id="comp-jqpguo4l21"] {
    position: relative;
    margin: 0px 0px 25px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l19inlineContent-gridContainer"]
    > [id="comp-jqpguo4l22"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l11inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpguo4l11inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 297px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpguo4l11inlineContent-gridContainer"]
    > [id="comp-jqpguo4l12"] {
    position: relative;
    margin: 0px 0px 27px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l11inlineContent-gridContainer"]
    > [id="comp-jqpguo4l13"] {
    position: relative;
    margin: 0px 0px 56px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l11inlineContent-gridContainer"]
    > [id="comp-jqpguo4l14"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l15inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpguo4l15inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 297px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpguo4l15inlineContent-gridContainer"]
    > [id="comp-jqpguo4l16"] {
    position: relative;
    margin: 0px 0px 27px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l15inlineContent-gridContainer"]
    > [id="comp-jqpguo4l17"] {
    position: relative;
    margin: 0px 0px 25px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l15inlineContent-gridContainer"]
    > [id="comp-jqpguo4l18"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-leily0g5inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-leily0g5inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 297px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-leily0g5inlineContent-gridContainer"]
    > [id="comp-leily0gi1"] {
    position: relative;
    margin: 0px 0px 27px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-leily0g5inlineContent-gridContainer"]
    > [id="comp-leily0gk"] {
    position: relative;
    margin: 0px 0px -6px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-leily0g5inlineContent-gridContainer"]
    > [id="comp-leily0gl1"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 225px) * 0.5);
    left: 8px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpguo4l19 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpguo4l19 {
    width: 225px;
  }
  #comp-jqpguo4l20 {
    width: 217px;
    height: auto;
  }
  #comp-jqpguo4l21 {
    width: 217px;
    height: auto;
  }
  #comp-jqpguo4l22 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpguo4l22 {
    width: 217px;
    height: auto;
  }
  #comp-jqpguo4l11 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpguo4l11 {
    width: 225px;
  }
  #comp-jqpguo4l12 {
    width: 204px;
    height: auto;
  }
  #comp-jqpguo4l13 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpguo4l13 {
    width: 204px;
    height: auto;
  }
  #comp-jqpguo4l14 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpguo4l14 {
    width: 204px;
    height: auto;
  }
  #comp-jqpguo4l15 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpguo4l15 {
    width: 225px;
  }
  #comp-jqpguo4l16 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpguo4l16 {
    width: 217px;
    height: auto;
  }
  #comp-jqpguo4l17 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpguo4l17 {
    width: 217px;
    height: auto;
  }
  #comp-jqpguo4l18 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-jqpguo4l18 {
    width: 217px;
    height: auto;
  }
  #comp-leily0g5 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-leily0g5 {
    width: 225px;
  }
  #comp-leily0gi1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-leily0gi1 {
    width: 299px;
    height: auto;
  }
  #comp-leily0gk {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-leily0gk {
    width: 269px;
    height: auto;
  }
  #comp-leily0gl1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }
  #comp-leily0gl1 {
    width: 217px;
    height: auto;
  }
  #comp-koylhwy5 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
  }
  #comp-m5uz8f9t5 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  [data-mesh-id="comp-m5uz8f9t5inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t5inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-m5uz8f9t5inlineContent-gridContainer"]
    > [id="comp-jqqfn23t"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t5inlineContent-gridContainer"]
    > [id="comp-jqqfnlxd"] {
    position: relative;
    margin: 0px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t5inlineContent-gridContainer"]
    > [id="comp-jqpguo4l23"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-m5uz8f9t5inlineContent-wedge-3"] {
    visibility: hidden;
    height: 104px;
    width: 0;
    grid-area: 1 / 1 / 3 / 2;
  }

  [data-mesh-id="comp-jqqfn26ainlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqqfn26ainlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 420px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqqfn26ainlineContent-gridContainer"]
    > [id="comp-jqqfn26g"] {
    position: relative;
    margin: 80px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqqfn26a {
    width: 980px;
  }
  #comp-jqqfn26g {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }
  [data-mesh-id="comp-jqqfn26linlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqqfn26linlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 258px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqqfn26linlineContent-gridContainer"]
    > [id="comp-jqqfn26s"] {
    position: relative;
    margin: 30px 0px 10px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqqfn26l {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqqfn26l {
    width: 980px;
  }
  #comp-jqqfn26s {
    width: 940px;
    height: auto;
  }
  #comp-jqqfnlxd {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
  }
  #comp-jqpguo4l23 {
    width: 980px;
  }
  [data-mesh-id="comp-jqpguo4l28inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpguo4l28inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpguo4l28inlineContent-gridContainer"]
    > [id="comp-jqqfz7hn"] {
    position: relative;
    margin: 29px 0px 32px calc((100% - 411px) * 0.5);
    left: 113px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  [data-mesh-id="comp-jqpguo4l32inlineContent"] {
    height: auto;
    width: 100%;
  }
  [data-mesh-id="comp-jqpguo4l32inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }
  [data-mesh-id="comp-jqpguo4l32inlineContent-gridContainer"]
    > [id="comp-jqqfzrdg"] {
    position: relative;
    margin: 29px 0px 32px calc((100% - 413px) * 0.5);
    left: 116px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }
  #comp-jqpguo4l28 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpguo4l28 {
    width: 411px;
  }
  #comp-jqqfz7hn {
    --fnt: var(--font_8);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --txth: var(--color_13);
    --alpha-txth: 1;
    --brw: 5px;
    --contentPaddingLeft: 5px;
    --contentPaddingRight: 5px;
    --contentPaddingTop: 5px;
  }
  #comp-jqqfz7hn {
    width: 184px;
    height: 85px;
  }
  #comp-jqpguo4l32 {
    --0: s;
    --1: t;
    --2: r;
    --3: c;
    --4: t;
  }
  #comp-jqpguo4l32 {
    width: 413px;
  }
  #comp-jqqfzrdg {
    --fnt: var(--font_8);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --txth: var(--color_13);
    --alpha-txth: 1;
    --brw: 5px;
    --contentPaddingLeft: 5px;
    --contentPaddingRight: 5px;
    --contentPaddingTop: 5px;
  }
  #comp-jqqfzrdg {
    width: 182px;
    height: 85px;
  }

  #l8okr {
    width: auto;
    min-height: 40px;
  }
  #pageBackground_l8okr {
    --bg-position: absolute;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute;
    --bg-overlay-color: rgb(var(--color_26));
    --bg-gradient: none;
  }
  #comp-m5uz8f9s {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqpgckbb {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpgckbc {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpgckbc1 {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpgckbc2 {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }
  #comp-jqpgckbc5 {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-jqpgckbc6 {
    --fill-layer-video-opacity: 1;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }
  #comp-m5uz8f9s1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqpg3rmd3 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpg3rmd4 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpg5fx3 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpg5fx31 {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-koylqbpr {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-jqpg5fx34 {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-koyk0baa {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-koyk0doj {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-m5uz8f9t {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqpg3rmd11 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpg3rmd12 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpg5fx6 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 20px;
    min-width: 980px;
    --items-direction: row;
  }
  #comp-jqpg5fx61 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpg5fx64 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 40px;
    min-width: 980px;
    --items-direction: row;
  }
  #comp-jqpg5fx66 {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 294px;
    --column-flex: 294;
  }
  #comp-jqpg5fx65 {
    --fill-layer-image-opacity: 0.9;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 308px;
    --column-flex: 308;
  }
  #comp-jqpg5fx67 {
    --fill-layer-image-opacity: 0.88;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 298px;
    --column-flex: 298;
  }
  #comp-jqpg5fx68 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 40px;
    min-width: 980px;
    --items-direction: row;
  }
  #comp-jqpg5fx69 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 294px;
    --column-flex: 294;
  }
  #comp-jqv42b0a {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-jqv42uky {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-jqpg5fx613 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 308px;
    --column-flex: 308;
  }
  #comp-jqpg5fx617 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 298px;
    --column-flex: 298;
  }
  #comp-koyup2aq {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-koyup2es {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-koyux3wx {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-jqqelgjs {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-koyux3ws {
    --shc-mutated-brightness: 20, 20, 20;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-m5uz8f9t1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqquwup8 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqquwus3 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-m5uz8f9t2 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqpgh7zk {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpgh7zk1 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqqg4ya7 {
    height: 331px;
    --nav-dot-direction: inherit;
    --nav-dot-section-display: block;
    --nav-dot-section-bottom-margin: 40px;
    --nav-dot-margin: 6px;
    --nav-dot-size: 6px;
    --nav-dot-size-selected: 9px;
    --nav-button-prev-self-justify: start;
    --nav-button-next-self-justify: end;
    --nav-button-prev-scaleX-transform: 1;
    --nav-button-next-scaleX-transform: -1;
    --nav-button-prev-circle-scaleX-transform: -1;
    --nav-button-next-circle-scaleX-transform: 1;
    --nav-button-width: 20px;
    --nav-button-offset: 40px;
    --nav-button-display: block;
    --slides-overflow: visible;
    --transition-duration: 1000ms;
  }
  #comp-jqqg4ycs {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_26));
    --bg-gradient: none;
  }
  #comp-kpgxwflz {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_26));
    --bg-gradient: none;
  }
  #comp-kpgxxcw4 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_26));
    --bg-gradient: none;
  }
  #comp-kph2ippo {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_26));
    --bg-gradient: none;
  }
  #comp-kph2j1av {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_26));
    --bg-gradient: none;
  }
  #comp-m5uz8f9t3 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqpgi7d12 {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpgi7d13 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }
  #comp-jqpgi7d15 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }
  #comp-kellfpht {
    --fnt: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,
      sans-serif;
    --fntlbl: normal normal normal 15px/1.875em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 5px;
    --textPadding: 3px;
    --textPadding_start: 5px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 40px;
  }
  #comp-kellfpi7 {
    --fnt: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,
      sans-serif;
    --fntlbl: normal normal normal 15px/1.875em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 5px;
    --textPadding: 3px;
    --textPadding_start: 5px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 40px;
  }
  #comp-kellfpid {
    --fnt: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,
      sans-serif;
    --fntlbl: normal normal normal 15px/1.875em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 5px;
    --textPadding: 3px;
    --textPadding_start: 5px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 40px;
  }
  #comp-kellfpih1 {
    --fnt: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,
      sans-serif;
    --fntlbl: normal normal normal 15px/1.875em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 5px;
    --textPadding: 3px;
    --textPadding_start: 5px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 40px;
  }
  #comp-kellfpiq1 {
    --fnt: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,
      sans-serif;
    --fntlbl: normal normal normal 15px/1.875em
        avenir-lt-w01_35-light1475496,
      sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 5px;
    --textPadding: 3px;
    --textPadding_start: 5px;
    --textPadding_end: 3px;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 40px;
  }
  #comp-kellfpiv1 {
    --direction: var(--wix-opt-in-direction, ltr);
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --align: start;
    --textPaddingTop: 3px;
    --textPaddingStart: 5px;
    --textPaddingEnd: 10px;
    --labelMarginBottom: 5px;
    --requiredIndicationDisplay: inline;
    --labelPadding_start: 0px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 150px;
  }
  #comp-kellfpj9 {
    --shc-mutated-brightness: 125, 113, 5;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,
      sans-serif;
    --label-align: center;
    --label-text-align: center;
  }
  #comp-m5uz8f9t4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }
  #comp-jqpguo4l {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpguo4l1 {
    --bg-overlay-color: rgb(var(--color_37));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpguo4l6 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 40px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpguo4l19 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 225px;
    --column-flex: 225;
  }
  #comp-jqpguo4l11 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 225px;
    --column-flex: 225;
  }
  #comp-jqpguo4l15 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 225px;
    --column-flex: 225;
  }
  #comp-leily0g5 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 225px;
    --column-flex: 225;
  }
  #comp-leily0gk {
    --min-height: 93px;
  }
  #comp-m5uz8f9t5 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
  }

  #comp-jqqfn26a {
    --bg-overlay-color: rgb(var(--color_42));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqqfn26g {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqqfn26l {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }
  #comp-jqpguo4l23 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 78px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
  }
  #comp-jqpguo4l28 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 411px;
    --column-flex: 411;
  }
  #comp-jqpguo4l32 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 413px;
    --column-flex: 413;
  }


  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .MNUFxS {
    z-index: 2147483647;
    position: fixed;
    display: flex;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0 0 0 20px;
    transform: translateY(100%);
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    font-family: var(--cookie-banner-font-family);
    font-size: var(--cookie-banner-font-size);
    line-height: 1.3;
    letter-spacing: 0;
    color: var(--cookie-banner-secondary-color);
    background-color: var(--cookie-banner-primary-color);
  }
  .MNUFxS.jUcJ2u {
    opacity: 1;
    transform: translateY(0);
  }
  @media only screen and (max-width: 750px) {
    .MNUFxS {
      padding: 20px 14px 14px 14px;
      line-height: 1.5;
    }
  }
  @media only screen and (max-width: 375px) {
    .MNUFxS {
      padding: 20px 14px 10px 14px;
    }
  }
  .MNUFxS a {
    color: var(--cookie-banner-secondary-color);
  }
  .MNUFxS a:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
  }
  .MNUFxS a:hover,
  .MNUFxS a:focus,
  .MNUFxS button:hover,
  .MNUFxS button:focus {
    opacity: 0.7;
  }
  .MNUFxS span:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
  }
  .MNUFxS button:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
  }
  .MNUFxS.Frk6TZ {
    color: #000;
    background-color: #fff;
  }
  .MNUFxS.Frk6TZ a {
    color: #000;
  }
  .MNUFxS.gWuMIp {
    color: #fff;
    background-color: #000;
  }
  .MNUFxS.gWuMIp a {
    color: #fff;
  }
  .MNUFxS .x8ImWz {
    margin-left: 4px;
    text-decoration: underline;
  }
  .MNUFxS .KKix4K {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    align-content: center;
    margin-top: 0;
    justify-content: space-between;
    padding: 16px 0;
  }
  .MNUFxS .KKix4K.iaJ7EL {
    padding-right: 48px;
  }
  @media only screen and (max-width: 750px) {
    .MNUFxS .KKix4K {
      flex-direction: column;
    }
    .MNUFxS .KKix4K.iaJ7EL {
      padding: 0px;
    }
  }
  .MNUFxS .KKix4K .lp29jM {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: 16px 24px;
  }
  .MNUFxS .KKix4K .lp29jM .npzmUu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 50%;
  }
  .MNUFxS .KKix4K .lp29jM .npzmUu ._0zrzs {
    word-break: break-word;
  }
  @media only screen and (max-width: 750px) {
    .MNUFxS .KKix4K .lp29jM .npzmUu {
      padding: 0 18px 0 6px;
    }
  }
  @media only screen and (max-width: 750px) {
    .MNUFxS .KKix4K .lp29jM {
      flex-direction: column;
      flex-wrap: unset;
      gap: 0;
    }
    .MNUFxS .KKix4K .lp29jM .npzmUu {
      margin-bottom: 16px;
    }
  }
  @media only screen and (max-height: 320px) {
    .MNUFxS {
      display: none;
    }
  }
  .qacPBh::-webkit-scrollbar,
  .qacPBh *::-webkit-scrollbar {
    display: none !important;
  }
  .qacPBh*,
  .qacPBh * {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  .eYOUW7 {
    position: static;
    display: flex;
    height: 100%;
    margin: 0 12px;
  }
  .iaJ7EL .eYOUW7 {
    position: absolute;
    display: block;
    right: 4px;
    top: 4px;
    margin: 0;
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .Pg7AcP {
    align-self: center;
    display: inline-block;
    min-width: 55px;
    height: 32px;
    padding: 0 16px 0 16px;
    margin: 6px;
    text-align: center;
    cursor: pointer;
    font-family: var(--cookie-banner-font-family);
    font-size: var(--cookie-banner-font-size);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    color: var(--cookie-banner-primary-color);
    border: solid 1px var(--cookie-banner-secondary-color);
    background-color: var(--cookie-banner-secondary-color);
  }
  .Pg7AcP.Mm8Lm6 {
    color: var(--cookie-banner-secondary-color);
    border: solid 1px var(--cookie-banner-secondary-color);
    background-color: var(--cookie-banner-primary-color);
  }
  .Pg7AcP.dukD6Z {
    color: #fff;
    background-color: #000;
    border: solid 1px #000;
  }
  .Pg7AcP.dukD6Z.Mm8Lm6 {
    border: solid 1px #fff;
  }
  .Pg7AcP.KiIMJv {
    color: #000;
    border: solid 1px #fff;
    background-color: #fff;
  }
  .Pg7AcP.KiIMJv.Mm8Lm6 {
    border: solid 1px #000;
  }
  @media only screen and (min-width: 750px) {
    .Pg7AcP {
      flex-basis: auto !important;
    }
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .dz8xDz {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .dz8xDz.KXRgi2 {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
  }
  .BfPLBO {
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: inherit;
    outline: none;
    border: none;
    box-shadow: none;
  }
  .kCHabv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #cbd3dc;
    cursor: pointer;
  }
  .NDtop7 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 12px;
    transition: all 300ms ease;
  }
  .kCHabv {
    color: #a4a4a4;
  }
  .kCHabv:hover {
    color: #cbd3dc;
  }
  .kCHabv:active {
    color: #cbd3dc;
  }
  .BfPLBO:checked + .kCHabv:hover {
    color: #4c4c4c;
  }
  .BfPLBO:checked + .kCHabv,
  .BfPLBO:checked + .kCHabv:active,
  .BfPLBO:checked + .kCHabv:active:hover {
    color: #000;
  }
  .BfPLBO:disabled + .kCHabv,
  .BfPLBO:disabled + .kCHabv:hover,
  .BfPLBO:disabled + .kCHabv:active,
  .BfPLBO:disabled + .kCHabv:active:hover {
    color: rgba(22, 45, 61, 0.1);
  }
  .MezgNL {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 12px;
    box-shadow: 0 2px 1px 0 rgba(22, 45, 61, 0.48),
      0 0 3px 0 rgba(22, 45, 61, 0.12);
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .BfPLBO:checked + label .MezgNL {
    left: calc(50% + 1px);
  }
  .tXvr8R {
    width: 11px;
    height: 11px;
    transition: opacity 300ms ease;
    margin-top: 1px;
  }
  .BfPLBO:not(:checked) + label .Kdinlh,
  .BfPLBO:checked + label .n97qfL {
    opacity: 0;
    display: none;
  }
  @media (max-width: 375px) {
    .dz8xDz {
      width: 36px;
      height: 20px;
    }
    .MezgNL {
      width: 18px;
      height: 18px;
      border-radius: 9px;
    }
    .BfPLBO:checked + label .MezgNL {
      left: calc(50% - 1px);
    }
    .tXvr8R {
      width: 9px;
      height: 9px;
    }
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .bYHZT6 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 195px;
    z-index: 2147483648;
    text-align: center;
    min-height: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .bYHZT6 .Pak4Jp {
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", "helvetica",
      "Sans-Serif";
    font-size: 14px;
    line-height: 18px;
    background-color: #162d3d;
    padding: 12px 24px 12px 24px;
    border: none;
    border-radius: 8px;
    color: #fff;
  }
  .bYHZT6 .NJ3bF4 {
    display: inline-block;
    height: 0;
    width: 0;
    border-color: #162d3d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px;
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .A9d5ZY {
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
  }
  .A9d5ZY .EiWNMp {
    height: 24px;
    width: 24px;
    cursor: pointer;
  }
  .A9d5ZY .EiWNMp.DnrCR3 {
    filter: invert(100%);
  }
  @media only screen and (max-width: 750px) {
    .A9d5ZY {
      width: 48px;
      height: 48px;
      position: relative;
    }
    .A9d5ZY .EiWNMp {
      position: absolute;
      top: 0;
      right: 0;
    }
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .gRqfAK {
    display: flex;
    margin-right: -6px;
  }
  .gRqfAK .bqbmwD {
    border-radius: 0;
  }
  .gRqfAK .mq4ewo {
    border-radius: 4px;
  }
  .gRqfAK .j13ubG {
    border-radius: 16px;
  }
  .gRqfAK .NufYSv {
    flex: 1;
    overflow: hidden;
  }
  .gRqfAK .mQxxMq,
  .gRqfAK .N24JKK,
  .gRqfAK .Wm1W5U {
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0;
  }
  @media only screen and (max-width: 750px) {
    .gRqfAK {
      transform: translateX(0) !important;
      left: 0;
      right: 0;
      width: 100%;
      justify-content: space-between;
      padding: 6px 0 0 0;
      flex-wrap: wrap-reverse;
      flex-basis: content-box;
    }
    .gRqfAK button {
      margin: 6px;
      width: calc(50% - 16px);
    }
  }
  @media only screen and (max-width: 375px) {
    .gRqfAK {
      flex-direction: column;
      justify-content: space-between;
      padding-right: 30px;
      row-gap: 12px;
      margin-bottom: 10px;
    }
    .gRqfAK .mQxxMq {
      order: 2;
    }
    .gRqfAK .Wm1W5U {
      order: 3;
    }
    .gRqfAK .mQxxMq,
    .gRqfAK .Wm1W5U {
      line-height: 30px;
      width: 100%;
    }
  }
  .gRqfAK.i6e3w1 .ogAEw2 {
    text-decoration: underline;
    line-height: 30px;
    margin: auto 10px auto auto;
    text-align: center;
    white-space: unset;
    word-break: break-all;
    cursor: pointer;
  }
  @media only screen and (max-width: 750px) and (min-width: 376px) {
    .gRqfAK.i6e3w1 {
      display: grid;
      grid-template-columns: 50% 50%;
      align-content: stretch;
      row-gap: 6px;
    }
    .gRqfAK.i6e3w1 button.NufYSv {
      grid-row-start: 1;
    }
    .gRqfAK.i6e3w1 .mQxxMq {
      order: 2;
    }
    .gRqfAK.i6e3w1 .mQxxMq,
    .gRqfAK.i6e3w1 .N24JKK {
      width: calc(100% - 8px);
    }
    .gRqfAK.i6e3w1 .ogAEw2 {
      grid-row-start: 2;
      grid-column-start: 1;
      grid-column-end: span col2;
      margin: 0 6px 0 6px;
    }
  }
  @media only screen and (max-width: 375px) {
    .gRqfAK.i6e3w1 {
      display: grid;
      grid-template-columns: 100%;
      align-content: stretch;
      box-sizing: content-box;
      padding-bottom: 4px;
    }
    .gRqfAK.i6e3w1 .mQxxMq {
      order: 1;
      width: calc(100% - 16px);
    }
    .gRqfAK.i6e3w1 .N24JKK {
      width: calc(100% - 16px);
      order: 2;
    }
    .gRqfAK.i6e3w1 .ogAEw2 {
      order: 3;
      width: calc(100% - 16px);
      line-height: 1.43;
      margin: 2px auto auto auto;
    }
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  body.XtN4wf {
    overflow: hidden;
  }
  .IjodFk {
    z-index: 2147483647;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .IjodFk .f1uNCG {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: opacity 0.25s;
  }
  .IjodFk .THrZzf {
    position: fixed;
    right: 0;
    margin: 12px 20px 0 0;
  }
  .IjodFk .THrZzf button:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
    outline: none;
  }
  @media only screen and (max-width: 750px) {
    .IjodFk .THrZzf {
      margin: 20px 20px 0 0;
    }
  }
  @media only screen and (max-width: 420px) {
    .IjodFk .THrZzf {
      margin: 12px 12px 0 0;
    }
  }
  .IjodFk.IAl3NW .f1uNCG {
    opacity: 0.6;
  }
  .IjodFk.IAl3NW .O_5igK {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .IjodFk .O_5igK {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: 0.25s ease-in-out;
    transform: translate(-50%, -20%);
    box-sizing: border-box;
    width: 80%;
    height: 571px;
    max-width: 600px;
    max-height: 80%;
    padding: 0;
    box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: #fff;
  }
  .IjodFk .O_5igK .xeX9T7 {
    font-family: "HelveticaNeue", "Helvetica Neue", "helvetica",
      "Sans-Serif";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #000;
    margin: 0;
    padding: 24px 24px 0 24px;
  }
  .IjodFk .O_5igK .Crda13 {
    position: relative;
    overflow: auto;
    margin-top: 5px;
    flex-grow: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .IjodFk .O_5igK .UPzahB {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .IjodFk .O_5igK .lCXq42 {
    display: flex;
    padding: 24px;
    text-align: right;
    align-self: flex-end;
  }
  .IjodFk .O_5igK .lCXq42 .YaqqQl {
    width: 172px;
    font-size: 14px;
    font-family: "HelveticaNeue", "Helvetica Neue", "helvetica",
      "Sans-Serif";
  }
  .IjodFk .O_5igK .lCXq42 button:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
    outline: none;
  }
  @media (max-width: 420px) {
    .IjodFk .O_5igK {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
    }
    .IjodFk .O_5igK .xeX9T7 {
      padding: 64px 24px 0 24px;
      font-size: 24px;
      line-height: 24px;
    }
    .IjodFk .O_5igK .gMbXtY {
      padding: 20px 76px 20px 0;
      margin-right: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .IjodFk .O_5igK .Crda13 {
      max-height: none;
    }
    .IjodFk .O_5igK .lCXq42 {
      align-self: stretch;
    }
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .jKUVL1 {
    position: relative;
    padding: 24px 90px 24px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .jKUVL1:last-child {
    border: none;
  }
  .HXQaTB {
    font-family: "HelveticaNeue", "Helvetica Neue", "helvetica",
      "Sans-Serif";
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    margin: 0;
    padding: 0;
  }
  .sKz7eY {
    font-family: "HelveticaNeue", "Helvetica Neue", "helvetica",
      "Sans-Serif";
    font-size: 12px;
    line-height: 1.33;
    color: #000;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin: 12px 0 0 0;
    padding: 0;
  }
  ._a6Ccw {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  @media (max-width: 375px) {
    .HXQaTB {
      font-size: 16px;
      line-height: 22px;
    }
    .sKz7eY {
      margin-top: 6px;
    }
  }
  :root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica,
      Sans-Serif;
    --cookie-banner-font-size: 14px;
  }
  .SiFffK {
    opacity: 0;
    cursor: pointer;
    position: fixed;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 2147483647;
    max-width: 290px;
    font-family: var(--cookie-banner-font-family);
    color: var(--cookie-banner-secondary-color);
    background-color: var(--cookie-banner-primary-color);
  }
  .SiFffK.lWEcdM {
    border-radius: 0;
  }
  .SiFffK.vMKe0h {
    border-radius: 4px 4px 0 0;
  }
  .SiFffK.vMKe0h .jlHQeS {
    border-radius: 4px 0 0 0;
  }
  .SiFffK.vMKe0h .cRIX5Z {
    border-radius: 0 4px 0 0;
  }
  .SiFffK.cCldao {
    border-radius: 16px 16px 0 0;
  }
  .SiFffK.cCldao .jlHQeS {
    border-radius: 16px 0 0 0;
  }
  .SiFffK.cCldao .cRIX5Z {
    border-radius: 0 16px 0 0;
  }
  .SiFffK.wGKbz9 {
    opacity: 1;
    transform: translateY(0);
  }
  .SiFffK.paUcDw {
    color: #000;
    background-color: #fff;
  }
  .SiFffK.kkGWsP {
    color: #fff;
    background-color: #000;
    box-sizing: border-box;
    border: solid 1px hsla(0, 0%, 100%, 0.3);
  }
  .SiFffK.tSMqxE {
    right: 0;
    bottom: 0;
  }
  .SiFffK.WmigQU {
    left: 0;
    bottom: 0;
  }
  .SiFffK.LRMQY9,
  .SiFffK.x5fSYU {
    top: 50%;
    flex-direction: column;
  }
  .SiFffK.LRMQY9 .jlHQeS,
  .SiFffK.x5fSYU .jlHQeS {
    min-width: auto;
  }
  .SiFffK.LRMQY9 .jlHQeS .Gu0GY8,
  .SiFffK.x5fSYU .jlHQeS .Gu0GY8 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0;
    margin: 0;
    max-height: 222px;
  }
  .SiFffK.x5fSYU {
    right: 0;
    transform: translate(0, -50%);
    transform-origin: right top;
  }
  .SiFffK.LRMQY9 {
    left: 0;
    transform: rotate(180deg) translate(-100%, -50%) translateZ(0);
    transform-origin: left top;
  }
  .SiFffK.x5fSYU,
  .SiFffK.LRMQY9 {
    max-height: 100%;
  }
  .SiFffK.x5fSYU.vMKe0h,
  .SiFffK.LRMQY9.vMKe0h {
    border-radius: 4px 0 0 4px;
  }
  .SiFffK.x5fSYU.vMKe0h .cRIX5Z,
  .SiFffK.LRMQY9.vMKe0h .cRIX5Z {
    border-radius: 0 0 0 4px;
  }
  .SiFffK.x5fSYU.cCldao,
  .SiFffK.LRMQY9.cCldao {
    border-radius: 16px 0 0 16px;
  }
  .SiFffK.x5fSYU.cCldao .cRIX5Z,
  .SiFffK.LRMQY9.cCldao .cRIX5Z {
    border-radius: 0 0 0 16px;
  }
  .SiFffK.QRtBZO.LRMQY9 .jlHQeS,
  .SiFffK.QRtBZO.x5fSYU .jlHQeS {
    align-items: initial;
    display: grid;
  }
  .SiFffK.QRtBZO.LRMQY9 .jlHQeS .Gu0GY8,
  .SiFffK.QRtBZO.x5fSYU .jlHQeS .Gu0GY8 {
    text-underline-offset: -1px;
  }
  .SiFffK.QRtBZO.LRMQY9 {
    transform: translate(0, -50%);
  }
  .SiFffK.QRtBZO.LRMQY9.vMKe0h {
    border-radius: 0 4px 4px 0;
  }
  .SiFffK.QRtBZO.LRMQY9.vMKe0h .jlHQeS {
    border-radius: 0 4px 0 0;
  }
  .SiFffK.QRtBZO.LRMQY9.vMKe0h .cRIX5Z {
    border-radius: 0 0 4px 0;
  }
  .SiFffK.QRtBZO.LRMQY9.cCldao {
    border-radius: 0 16px 16px 0;
  }
  .SiFffK.QRtBZO.LRMQY9.cCldao .jlHQeS {
    border-radius: 0 16px 0 0;
  }
  .SiFffK.QRtBZO.LRMQY9.cCldao .cRIX5Z {
    border-radius: 0 0 16px 0;
  }
  .SiFffK .jlHQeS,
  .SiFffK .cRIX5Z {
    border: solid 2px rgba(0, 0, 0, 0);
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    color: inherit;
    background-color: inherit;
    box-shadow: none;
  }
  .SiFffK .jlHQeS:hover,
  .SiFffK .jlHQeS:focus,
  .SiFffK .cRIX5Z:hover,
  .SiFffK .cRIX5Z:focus {
    opacity: 0.7;
  }
  .SiFffK .jlHQeS:hover .Gu0GY8,
  .SiFffK .jlHQeS:focus .Gu0GY8,
  .SiFffK .cRIX5Z:hover .Gu0GY8,
  .SiFffK .cRIX5Z:focus .Gu0GY8 {
    text-decoration: underline;
  }
  .SiFffK .jlHQeS:focus,
  .SiFffK .cRIX5Z:focus {
    outline: none;
    border: #116dff solid 2px;
  }
  .SiFffK .jlHQeS:focus .aLRXUB,
  .SiFffK .cRIX5Z:focus .aLRXUB {
    text-decoration: underline;
  }
  .SiFffK .cRIX5Z {
    padding: 7px 8px 5px 8px;
    vertical-align: bottom;
    display: table-cell;
  }
  .SiFffK .cRIX5Z .HpxbRF {
    height: 24px;
    width: 24px;
  }
  .SiFffK .jlHQeS {
    margin: 0;
    padding: 10px;
    height: 100%;
    vertical-align: bottom;
    font-size: var(--cookie-banner-font-size);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    display: table-cell;
    word-break: break-all;
    white-space: break-spaces;
    text-align: unset;
  }
  .SiFffK .jlHQeS .Gu0GY8 {
    display: grid;
  }
  @media only screen and (max-height: 290px) {
    .SiFffK.LRMQY9,
    .SiFffK.x5fSYU {
      max-height: 100%;
    }
    .SiFffK.LRMQY9 .jlHQeS .Gu0GY8,
    .SiFffK.x5fSYU .jlHQeS .Gu0GY8 {
      max-height: calc(100% - 64px);
    }
  }


