.container {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  color: var(--e-global-color-text);
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 2em;
  --e-global-typography-679fbe6-font-size: 28.83px;
  --e-global-typography-679fbe6-line-height: 1.4em;
  --e-global-typography-a03f6d4-font-size: 25.63px;
  --e-global-typography-a03f6d4-line-height: 1.4em;
  --e-global-typography-1c1c4bb-font-size: 22.78px;
  --e-global-typography-1c1c4bb-line-height: 1.4em;
  --e-global-typography-e16ee6b-font-size: 20.25px;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-size: 18px;
  --e-global-typography-57cd495-line-height: 1.4em;
  --e-global-typography-4f7b33f-font-size: 16px;
  --e-global-typography-4f7b33f-line-height: 1.4em;
  --e-global-typography-a7fceb2-font-size: 17px;
  --e-global-typography-875eda3-font-size: 28px;
  --e-global-typography-606d763-font-size: 24px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 767px;
  --margin-left: auto;
  --margin-right: auto;
  --width: 100%;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  text-align: var(--text-align);
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  box-sizing: border-box;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

h1 {
    -webkit-text-size-adjust: 100%;
    --lt-color-gray-100: #f8f9fc;
    --lt-color-gray-200: #f1f3f9;
    --lt-color-gray-300: #dee3ed;
    --lt-color-gray-400: #c2c9d6;
    --lt-color-gray-500: #8f96a3;
    --lt-color-gray-600: #5e636e;
    --lt-color-gray-700: #2f3237;
    --lt-color-gray-800: #1d1e20;
    --lt-color-gray-900: #111213;
    --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16), 0 1px 4px -1px rgba(0, 0, 0, 0.04);
    --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1), 0 6px 20px -3px rgba(0, 0, 0, 0.2);
    --lt-color-white: #fff !important;
    --lt-color-black: #111213 !important;
    --lt-color-transparent: rgba(255, 255, 255, 0) !important;
    --lt-color-background-light: var(--lt-color-gray-100) !important;
    --lt-color-background-default: var(--lt-color-gray-200) !important;
    --lt-color-background-dark: var(--lt-color-gray-300) !important;
    --lt-color-border-light: var(--lt-color-gray-200) !important;
    --lt-color-border-default: var(--lt-color-gray-300) !important;
    --lt-color-border-dark: var(--lt-color-gray-400) !important;
    --lt-color-text-very-light: var(--lt-color-gray-500) !important;
    --lt-color-text-light: var(--lt-color-gray-600) !important;
    --lt-color-text-default: var(--lt-color-gray-700) !important;
    --lt-color-text-dark: var(--lt-color-gray-800) !important;
    --lt-color-overlay-default: #fff !important;
    --lt-color-overlay-dark: #fff !important;
    --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
    --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    --page-title-display: none;
    -webkit-font-smoothing: antialiased;
    --e-global-color-primary: #0B0090;
    --e-global-color-secondary: #FF8754;
    --e-global-color-text: #000F5C;
    --e-global-color-accent: #FFFFFF;
    --e-global-color-490d292: #FFFFFF;
    --e-global-color-9d366dc: #F3F6FC;
    --e-global-color-367d3ec: #F36EFF;
    --e-global-color-4199c10: #F7C324;
    --e-global-color-b0a9058: #2CCCFF;
    --e-global-color-d735ad4: #C218FA;
    --e-global-color-8470c84: #FFFFFF4D;
    --e-global-color-9169286: #D7E1F4;
    --e-global-color-1d42113: #FF7033;
    --e-global-color-215799d: #492978;
    --e-global-color-6613699: #190F4D;
    --e-global-typography-primary-font-family: "Jost";
    --e-global-typography-primary-font-weight: 800;
    --e-global-typography-primary-text-transform: none;
    --e-global-typography-primary-line-height: 1.2em;
    --e-global-typography-secondary-font-family: "Jost";
    --e-global-typography-secondary-font-weight: 800;
    --e-global-typography-secondary-text-transform: none;
    --e-global-typography-secondary-line-height: 1.2em;
    --e-global-typography-text-font-family: "Manrope";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-text-transform: none;
    --e-global-typography-text-font-style: normal;
    --e-global-typography-text-line-height: 2em;
    --e-global-typography-accent-font-family: "Jost";
    --e-global-typography-accent-font-size: 18px;
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-accent-text-transform: none;
    --e-global-typography-accent-line-height: 1.8em;
    --e-global-typography-679fbe6-font-family: "Jost";
    --e-global-typography-679fbe6-font-weight: 800;
    --e-global-typography-679fbe6-text-transform: capitalize;
    --e-global-typography-679fbe6-line-height: 1.2em;
    --e-global-typography-a03f6d4-font-family: "Jost";
    --e-global-typography-a03f6d4-font-weight: 800;
    --e-global-typography-a03f6d4-text-transform: capitalize;
    --e-global-typography-a03f6d4-line-height: 1.2em;
    --e-global-typography-1c1c4bb-font-family: "Jost";
    --e-global-typography-1c1c4bb-font-weight: 800;
    --e-global-typography-1c1c4bb-text-transform: capitalize;
    --e-global-typography-1c1c4bb-line-height: 1.3em;
    --e-global-typography-e16ee6b-font-family: "Jost";
    --e-global-typography-e16ee6b-font-weight: 800;
    --e-global-typography-e16ee6b-text-transform: capitalize;
    --e-global-typography-e16ee6b-line-height: 1.4em;
    --e-global-typography-57cd495-font-family: "Jost";
    --e-global-typography-57cd495-font-weight: 800;
    --e-global-typography-57cd495-text-transform: capitalize;
    --e-global-typography-57cd495-line-height: 1.5em;
    --e-global-typography-4f7b33f-font-family: "Jost";
    --e-global-typography-4f7b33f-font-weight: 800;
    --e-global-typography-4f7b33f-text-transform: capitalize;
    --e-global-typography-4f7b33f-line-height: 1.6em;
    --e-global-typography-a7fceb2-font-family: "Manrope";
    --e-global-typography-a7fceb2-font-size: 18px;
    --e-global-typography-a7fceb2-font-weight: 500;
    --e-global-typography-a7fceb2-line-height: 1.8em;
    --e-global-typography-875eda3-font-family: "Jost";
    --e-global-typography-875eda3-font-size: 60px;
    --e-global-typography-875eda3-font-weight: 800;
    --e-global-typography-875eda3-text-transform: capitalize;
    --e-global-typography-875eda3-line-height: 1.2em;
    --e-global-typography-606d763-font-family: "Jost";
    --e-global-typography-606d763-font-size: 31.25px;
    --e-global-typography-606d763-font-weight: 800;
    --e-global-typography-606d763-text-transform: none;
    --e-global-typography-606d763-font-style: italic;
    --e-global-typography-606d763-line-height: 1.2em;
    --e-global-typography-f82ac7b-font-family: "Manrope";
    --e-global-typography-f82ac7b-font-size: 15px;
    --e-global-typography-f82ac7b-font-weight: 500;
    --e-global-typography-f82ac7b-text-transform: none;
    --e-global-typography-f82ac7b-font-style: normal;
    --e-global-typography-f82ac7b-line-height: 1.8em;
    font-style: normal;
    --e-global-typography-679fbe6-font-size: 39.81px;
    --e-global-typography-a03f6d4-font-size: 33.18px;
    --e-global-typography-1c1c4bb-font-size: 27.65px;
    --e-global-typography-e16ee6b-font-size: 23.04px;
    --e-global-typography-57cd495-font-size: 19.2px;
    --e-global-typography-4f7b33f-font-size: 16px;
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --width: 100%;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width);
    --container-max-width: 1024px;
    --margin-left: auto;
    --margin-right: auto;
    --display: flex;
    --min-height: 100vh;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --content-width: 100%;
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --widgets-spacing: 20px 20px;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
    box-sizing: border-box;
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-679fbe6-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-679fbe6-font-weight );
    text-transform: var( --e-global-typography-679fbe6-text-transform );
    font-size: var( --e-global-typography-679fbe6-font-size );
    line-height: var( --e-global-typography-679fbe6-line-height );
}

p {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-679fbe6-line-height: 1.2em;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-a03f6d4-line-height: 1.2em;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-1c1c4bb-line-height: 1.3em;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-57cd495-line-height: 1.5em;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-4f7b33f-line-height: 1.6em;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-size: 18px;
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-size: 60px;
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-size: 31.25px;
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  color: var(--e-global-color-text);
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 2em;
  --e-global-typography-679fbe6-font-size: 39.81px;
  --e-global-typography-a03f6d4-font-size: 33.18px;
  --e-global-typography-1c1c4bb-font-size: 27.65px;
  --e-global-typography-e16ee6b-font-size: 23.04px;
  --e-global-typography-57cd495-font-size: 19.2px;
  --e-global-typography-4f7b33f-font-size: 16px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --width: 100%;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1024px;
  --margin-left: auto;
  --margin-right: auto;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  --content-width: 100%;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  margin-block-start: 0;
  margin-block-end: 0.9rem;
  text-align: left;
  box-sizing: border-box;
}

h2 {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-679fbe6-line-height: 1.2em;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-a03f6d4-line-height: 1.2em;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-1c1c4bb-line-height: 1.3em;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-57cd495-line-height: 1.5em;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-4f7b33f-line-height: 1.6em;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-size: 18px;
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-size: 60px;
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-size: 31.25px;
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  font-style: normal;
  --e-global-typography-679fbe6-font-size: 39.81px;
  --e-global-typography-a03f6d4-font-size: 33.18px;
  --e-global-typography-1c1c4bb-font-size: 27.65px;
  --e-global-typography-e16ee6b-font-size: 23.04px;
  --e-global-typography-57cd495-font-size: 19.2px;
  --e-global-typography-4f7b33f-font-size: 16px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --width: 100%;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1024px;
  --margin-left: auto;
  --margin-right: auto;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  --content-width: 100%;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  text-align: left;
  margin-top: 80px;
  box-sizing: border-box;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-a03f6d4-font-family), Sans-serif;
  font-weight: var(--e-global-typography-a03f6d4-font-weight);
  text-transform: var(--e-global-typography-a03f6d4-text-transform);
  font-size: var(--e-global-typography-a03f6d4-font-size);
  line-height: var(--e-global-typography-a03f6d4-line-height);
}

h3 {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-679fbe6-line-height: 1.2em;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-a03f6d4-line-height: 1.2em;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-1c1c4bb-line-height: 1.3em;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-57cd495-line-height: 1.5em;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-4f7b33f-line-height: 1.6em;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-size: 18px;
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-size: 60px;
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-size: 31.25px;
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  font-style: normal;
  --e-global-typography-679fbe6-font-size: 39.81px;
  --e-global-typography-a03f6d4-font-size: 33.18px;
  --e-global-typography-1c1c4bb-font-size: 27.65px;
  --e-global-typography-e16ee6b-font-size: 23.04px;
  --e-global-typography-57cd495-font-size: 19.2px;
  --e-global-typography-4f7b33f-font-size: 16px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --width: 100%;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1024px;
  --margin-left: auto;
  --margin-right: auto;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  --content-width: 100%;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  text-align: left;
  box-sizing: border-box;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-1c1c4bb-font-family), Sans-serif;
  font-weight: var(--e-global-typography-1c1c4bb-font-weight);
  text-transform: var(--e-global-typography-1c1c4bb-text-transform);
  font-size: var(--e-global-typography-1c1c4bb-font-size);
  line-height: var(--e-global-typography-1c1c4bb-line-height);
}

.endereco {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-679fbe6-line-height: 1.2em;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-a03f6d4-line-height: 1.2em;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-1c1c4bb-line-height: 1.3em;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-57cd495-line-height: 1.5em;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-4f7b33f-line-height: 1.6em;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-size: 18px;
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-size: 60px;
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-size: 31.25px;
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  color: var(--e-global-color-text);
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 2em;
  --e-global-typography-679fbe6-font-size: 39.81px;
  --e-global-typography-a03f6d4-font-size: 33.18px;
  --e-global-typography-1c1c4bb-font-size: 27.65px;
  --e-global-typography-e16ee6b-font-size: 23.04px;
  --e-global-typography-57cd495-font-size: 19.2px;
  --e-global-typography-4f7b33f-font-size: 16px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --width: 100%;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1024px;
  --margin-left: auto;
  --margin-right: auto;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  --content-width: 100%;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  margin-block-start: 0;
  margin-block-end: 0.9rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
}

.copyright {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-679fbe6-line-height: 1.2em;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-a03f6d4-line-height: 1.2em;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-1c1c4bb-line-height: 1.3em;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-57cd495-line-height: 1.5em;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-4f7b33f-line-height: 1.6em;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-size: 18px;
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-size: 60px;
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-size: 31.25px;
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  color: var(--e-global-color-text);
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 2em;
  --e-global-typography-679fbe6-font-size: 39.81px;
  --e-global-typography-a03f6d4-font-size: 33.18px;
  --e-global-typography-1c1c4bb-font-size: 27.65px;
  --e-global-typography-e16ee6b-font-size: 23.04px;
  --e-global-typography-57cd495-font-size: 19.2px;
  --e-global-typography-4f7b33f-font-size: 16px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --width: 100%;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1024px;
  --margin-left: auto;
  --margin-right: auto;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  --content-width: 100%;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  margin-block-start: 0;
  margin-block-end: 0.9rem;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  text-align: center;
}

.nome {
  -webkit-text-size-adjust: 100%;
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1),
    0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --page-title-display: none;
  -webkit-font-smoothing: antialiased;
  --e-global-color-primary: #0b0090;
  --e-global-color-secondary: #ff8754;
  --e-global-color-text: #000f5c;
  --e-global-color-accent: #ffffff;
  --e-global-color-490d292: #ffffff;
  --e-global-color-9d366dc: #f3f6fc;
  --e-global-color-367d3ec: #f36eff;
  --e-global-color-4199c10: #f7c324;
  --e-global-color-b0a9058: #2cccff;
  --e-global-color-d735ad4: #c218fa;
  --e-global-color-8470c84: #ffffff4d;
  --e-global-color-9169286: #d7e1f4;
  --e-global-color-1d42113: #ff7033;
  --e-global-color-215799d: #492978;
  --e-global-color-6613699: #190f4d;
  --e-global-typography-primary-font-family: "Jost";
  --e-global-typography-primary-font-weight: 800;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Jost";
  --e-global-typography-secondary-font-weight: 800;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Manrope";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-line-height: 2em;
  --e-global-typography-accent-font-family: "Jost";
  --e-global-typography-accent-font-size: 18px;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: none;
  --e-global-typography-accent-line-height: 1.8em;
  --e-global-typography-679fbe6-font-family: "Jost";
  --e-global-typography-679fbe6-font-weight: 800;
  --e-global-typography-679fbe6-text-transform: capitalize;
  --e-global-typography-679fbe6-line-height: 1.2em;
  --e-global-typography-a03f6d4-font-family: "Jost";
  --e-global-typography-a03f6d4-font-weight: 800;
  --e-global-typography-a03f6d4-text-transform: capitalize;
  --e-global-typography-a03f6d4-line-height: 1.2em;
  --e-global-typography-1c1c4bb-font-family: "Jost";
  --e-global-typography-1c1c4bb-font-weight: 800;
  --e-global-typography-1c1c4bb-text-transform: capitalize;
  --e-global-typography-1c1c4bb-line-height: 1.3em;
  --e-global-typography-e16ee6b-font-family: "Jost";
  --e-global-typography-e16ee6b-font-weight: 800;
  --e-global-typography-e16ee6b-text-transform: capitalize;
  --e-global-typography-e16ee6b-line-height: 1.4em;
  --e-global-typography-57cd495-font-family: "Jost";
  --e-global-typography-57cd495-font-weight: 800;
  --e-global-typography-57cd495-text-transform: capitalize;
  --e-global-typography-57cd495-line-height: 1.5em;
  --e-global-typography-4f7b33f-font-family: "Jost";
  --e-global-typography-4f7b33f-font-weight: 800;
  --e-global-typography-4f7b33f-text-transform: capitalize;
  --e-global-typography-4f7b33f-line-height: 1.6em;
  --e-global-typography-a7fceb2-font-family: "Manrope";
  --e-global-typography-a7fceb2-font-size: 18px;
  --e-global-typography-a7fceb2-font-weight: 500;
  --e-global-typography-a7fceb2-line-height: 1.8em;
  --e-global-typography-875eda3-font-family: "Jost";
  --e-global-typography-875eda3-font-size: 60px;
  --e-global-typography-875eda3-font-weight: 800;
  --e-global-typography-875eda3-text-transform: capitalize;
  --e-global-typography-875eda3-line-height: 1.2em;
  --e-global-typography-606d763-font-family: "Jost";
  --e-global-typography-606d763-font-size: 31.25px;
  --e-global-typography-606d763-font-weight: 800;
  --e-global-typography-606d763-text-transform: none;
  --e-global-typography-606d763-font-style: italic;
  --e-global-typography-606d763-line-height: 1.2em;
  --e-global-typography-f82ac7b-font-family: "Manrope";
  --e-global-typography-f82ac7b-font-size: 15px;
  --e-global-typography-f82ac7b-font-weight: 500;
  --e-global-typography-f82ac7b-text-transform: none;
  --e-global-typography-f82ac7b-font-style: normal;
  --e-global-typography-f82ac7b-line-height: 1.8em;
  font-style: normal;
  --e-global-typography-679fbe6-font-size: 39.81px;
  --e-global-typography-a03f6d4-font-size: 33.18px;
  --e-global-typography-1c1c4bb-font-size: 27.65px;
  --e-global-typography-e16ee6b-font-size: 23.04px;
  --e-global-typography-57cd495-font-size: 19.2px;
  --e-global-typography-4f7b33f-font-size: 16px;
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --width: 100%;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1024px;
  --margin-left: auto;
  --margin-right: auto;
  --display: flex;
  --min-height: 100vh;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --background-transition: 0.3s;
  --content-width: 100%;
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 20px 20px;
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-1c1c4bb-font-family), Sans-serif;
  font-weight: var(--e-global-typography-1c1c4bb-font-weight);
  text-transform: var(--e-global-typography-1c1c4bb-text-transform);
  font-size: var(--e-global-typography-1c1c4bb-font-size);
  line-height: var(--e-global-typography-1c1c4bb-line-height);
}
