@charset "UTF-8";
.boxShadow {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

div.color {
  padding: 16px 24px;
}
div.color.colorA {
  background: var(--e-global-color-primary);
}
div.color.colorB {
  background: var(--e-global-color-secondary);
}
div.color.colorC {
  background: var(--e-global-color-text);
}
div.color.colorD {
  background: var(--e-global-color-accent);
}
div.color.colorE {
  background: var(--e-global-color-28ac875);
}
div.color.colorF {
  background: var(--e-global-color-5598db8);
}
div.color.colorG {
  background: var(--e-global-color-66db463);
}
div.color.colorH {
  background: var(--e-global-color-dc9ad1d);
  color: white;
}
div.color.colorI {
  background: var(--e-global-color-f7ed1e9);
  color: black;
}

:root {
  --e-a-font-family: $sourcesans;
}

:root {
  --z-basement: -1;
  --z-first: 5;
  --z-second: 10;
  --z-third: 15;
  --z-attic: 20;
  --z-moon: 200000000;
}

.z-moon {
  z-index: var(--z-moon);
}

.z-attic {
  z-index: var(--z-attic);
}

.z-third {
  z-index: var(--z-third);
}

.z-second {
  z-index: var(--z-second);
}

.z-first {
  z-index: var(--z-first);
}

.z-basement {
  z-index: var(--z-basement);
}

:root {
  --space-xxsmall: 8px;
  --space-xsmall: 16px;
  --space-small: 24px;
  --space-medium: 32px;
  --space-large: 48px;
  --space-xl: 56px;
  --space-xxl: 64px;
  --space-xxxl: 72px;
  --space-xxxxl: 100px;
}
@media (max-width: 1023px) {
  :root {
    --space-xxsmall: 8px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxsmall: 8px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xsmall: 16px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xsmall: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-small: 24px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-small: 24px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-medium: 32px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-medium: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-large: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-large: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xxl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xxxl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxxl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xxxxl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxxxl: 32px;
  }
}

/****************************************

SECTION PADDING – DEFAULTS
Default padding for sections.

*****************************************/
:root {
  --container-default-padding: 48px;
  --section-padding-side: 48px;
  --section-padding-default: 24px;
  --section-padding-small: 16px;
  --section-padding-medium: 32px;
  --section-padding-large: 40px;
  --section-padding-xl: 72px;
  --section-padding-xxl: 120px;
  --container-default-padding-top: var(--container-default-padding);
  --container-default-padding-right: var(--container-default-padding);
  --container-default-padding-bottom: var(--container-default-padding);
  --container-default-padding-left: var(--container-default-padding);
}
@media (max-width: 1023px) {
  :root {
    --container-default-padding: 48px;
    --section-padding-side: 48px;
    --section-padding-default: 24px;
    --section-padding-small: 16px;
    --section-padding-medium: 16px;
    --section-padding-large: 20px;
    --section-padding-xl: 36px;
    --section-padding-xxl: 60px;
  }
}
@media (max-width: 650px) {
  :root {
    --container-default-padding: 32px;
    --section-padding-side: 32px;
    --section-padding-default: 32px;
    --section-padding-small: 32px;
    --section-padding-medium: 32px;
    --section-padding-large: 32px;
    --section-padding-xl: 32px;
    --section-padding-xxl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --container-default-padding-top: calc(var(--container-default-padding) / 2);
    --container-default-padding-bottom: calc(var(--container-default-padding) / 2);
  }
}
@media (max-width: 1023px) {
  :root {
    --container-default-padding-top: calc(var(--container-default-padding) / 3);
    --container-default-padding-bottom: calc(var(--container-default-padding) / 3);
  }
}

.e-con > .e-con-inner {
  padding: 0px;
}

.section-pbxxl, .section-pbxl, .section-pbl, .section-pbm, .section-pbs, .section-pbn, .section-ptxxl, .section-ptxl, .section-ptl, .section-ptm, .section-pts, .section-ptn {
  padding-left: var(--section-padding-side);
  padding-right: var(--section-padding-side);
}

.section-default-pad {
  --padding-block-start: var(--container-default-padding-block-start, var(--section-padding-default));
  --padding-inline-end: var(--container-default-padding-inline-end, var(--section-padding-default));
  --padding-block-end: var(--container-default-padding-block-end, var(--section-padding-default));
  --padding-inline-start: var(--container-default-padding-inline-start, var(--section-padding-default));
}
/****************************************

SECTION PADDING – TOP
Used to change default spacing on sections.
Applied by using custom dropdown elements added to Elementor sections.

*****************************************/
.section-ptn {
  padding-top: 0px !important;
}

.section-pts {
  padding-top: var(--section-padding-small);
}
@media (max-width: 650px) {
  .section-pts {
    padding-top: 16px;
  }
}

.section-ptm {
  padding-top: var(--section-padding-medium);
}

.section-ptl {
  padding-top: var(--section-padding-large);
}

.section-ptxl {
  padding-top: var(--section-padding-xl);
}

.section-ptxxl {
  padding-top: var(--section-padding-xxl);
}

/****************************************

SECTION PADDING – BOTTOM
Used to change default spacing on sections.
Applied by using custom dropdown elements added to Elementor sections.

*****************************************/
.section-pbn {
  padding-bottom: 0px !important;
}

.section-pbs {
  padding-bottom: var(--section-padding-small);
}
@media (max-width: 650px) {
  .section-pbs {
    padding-bottom: 16px;
  }
}

.section-pbm {
  padding-bottom: var(--section-padding-medium);
}

.section-pbl {
  padding-bottom: var(--section-padding-large);
}

.section-pbxl {
  padding-bottom: var(--section-padding-xl);
}

.section-pbxxl {
  padding-bottom: var(--section-padding-xxl);
}

/****************************************

ELEMENTOR COLUMN GAPS

*****************************************/
:root {
  --column-gap-default: 16px 16px;
  --column-gap-narrow: 16px 8px;
  --column-gap-extended: 16px 24px;
  --column-gap-wide: 16px 48px;
  --column-gap-wider: 16px 64px;
}
@media (max-width: 1023px) {
  :root {
    --column-gap-default: 16px 16px;
    --column-gap-narrow: 16px 8px;
    --column-gap-extended: 16px 24px;
    --column-gap-wide: 16px 48px;
    --column-gap-wider: 16px 64px;
  }
}
@media (max-width: 650px) {
  :root {
    --column-gap-default: 16px 16px;
    --column-gap-narrow: 16px 0px;
    --column-gap-extended: 16px 0px;
    --column-gap-wide: 16px 0px;
    --column-gap-wider: 16px 0px;
  }
}

.elementor-column-gap-default.elementor-container .elementor-element-populated {
  padding: var(--column-gap-default);
}
.elementor-column-gap-narrow.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-narrow);
}

.elementor-column-gap-extended.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-extended);
}

.elementor-column-gap-wide.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-wide);
}

.elementor-column-gap-wider.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-wider);
}

/****************************************

3. COLUMN PADDING

Adds extra padding on all sides of a column globally.
Perfect for text that sits next to an image or columns that just need extra breathing room.

*****************************************/
:root {
  --column-padding-large: 64px;
  --column-padding-xl: 96px;
}

@media (max-width: 1024px) {
  :root {
    --column-padding-large: 32px;
    --column-padding-xl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --column-padding-large: 24px 0;
    --column-padding-xl: 24px 0;
  }
}
@media (max-width: 650px) {
  :root {
    --column-padding-large: 16px 0;
    --column-padding-xl: 16px 0;
  }
}
.elementor-column-gap-default.elementor-container > .padding-large.elementor-column > .elementor-element-populated {
  padding: var(--column-padding-large);
}

.elementor-column-gap-default.elementor-container > .padding-xl.elementor-column > .elementor-element-populated {
  padding: var(--column-padding-xl);
}

/****************************************

5. CARD WRAP

Allow new columns set as cards to wrap to the next row instead of adding additional columns to the same row using Flexbox.
.section-card-wrap is applied to the container and column width (ex. .two-col) can be applied to each column.

*****************************************/
.section-card-wrap .elementor-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.section-card-wrap {
  /**** Two column cards – 50% width ****/
  /**** Three column cards – 33.333% width ****/
  /**** Four column cards – 25% width ****/
}
section.section-card-wrap.one-col .elementor-column {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
@media (max-width: 1024px) {
  section.section-card-wrap.one-col .elementor-column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}
section.section-card-wrap.two-col .elementor-column {
  -ms-flex: 0 1 50%;
  -webkit-box-flex: 0;
          flex: 0 1 50%;
}
@media (max-width: 1024px) {
  section.section-card-wrap.two-col .elementor-column {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
@media (max-width: 1023px) {
  section.section-card-wrap.two-col .elementor-column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}
@media (max-width: 650px) {
  section.section-card-wrap.two-col .elementor-column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}
section.section-card-wrap.three-col .elementor-column {
  -ms-flex: 0 1 33.333%;
  -webkit-box-flex: 0;
          flex: 0 1 33.333%;
}
@media (max-width: 1024px) {
  section.section-card-wrap.three-col .elementor-column {
    -ms-flex: 0 1 33.333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.333%;
  }
}
@media (max-width: 1023px) {
  section.section-card-wrap.three-col .elementor-column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  section.section-card-wrap.three-col .elementor-column:last-of-type {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  section.section-card-wrap.three-col .elementor-column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}
section.section-card-wrap.four-col .elementor-column {
  -ms-flex: 0 1 25%;
  -webkit-box-flex: 0;
          flex: 0 1 25%;
}
@media (max-width: 1024px) {
  section.section-card-wrap.four-col .elementor-column {
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%;
  }
}
@media (max-width: 1023px) {
  section.section-card-wrap.four-col .elementor-column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}
@media (max-width: 650px) {
  section.section-card-wrap.four-col .elementor-column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

/****************************************

2. MARGINS

lasses to add or remove margin below headlines and text globally. m=margin t=top r=right b=bottom l=left Example: mbn=Margin Bottom None

*****************************************/
span.elementor-heading-title {
  display: block;
}

.mbn .elementor-heading-title,
.mbn.elementor-widget-text-editor,
.mbn img,
.mbn a.elementor-button,
.e-con .mbn.elementor-widget-customfield {
  margin-bottom: 0 !important;
}

.defaultmb .elementor-heading-title,
.defaultmb.elementor-widget-text-editor,
.defaultmb img,
.defaultmb a.elementor-button,
.e-con .defaultmb.elementor-widget-customfield {
  margin-bottom: 0px;
}

.defaultmb img {
  margin-bottom: 0px;
}

.mbs .elementor-heading-title,
.mbs.elementor-widget-text-editor,
.mbs img,
.mbs a.elementor-button,
.e-con .mbs.elementor-widget-customfield {
  margin-bottom: 16px;
}

.mbm .elementor-heading-title,
.mbm.elementor-widget-text-editor,
.mbm img,
.mbm a.elementor-button,
.e-con .mbm.elementor-widget-customfield {
  margin-bottom: 24px;
}

.mbl .elementor-heading-title,
.mbl.elementor-widget-text-editor,
.mbl img,
.mbl a.elementor-button,
.e-con .mbl.elementor-widget-customfield {
  margin-bottom: 32px;
}

.mbxl .elementor-heading-title,
.mbxl.elementor-widget-text-editor,
.mbxl img,
.mbxl a.elementor-button,
.e-con .mbxl.elementor-widget-customfield {
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .mbl .elementor-heading-title,
  .mbl.elementor-widget-text-editor,
  .mbl img,
  .mbl a.elementor-button,
  .e-con .mbl.elementor-widget-customfield {
    margin-bottom: 16px;
  }
  .mbxl .elementor-heading-title,
  .mbxl.elementor-widget-text-editor,
  .mbxl img,
  .mbxl a.elementor-button,
  .e-con .mbxl.elementor-widget-customfield {
    margin-bottom: 24px;
  }
}
.mtn .elementor-heading-title,
.mtn.elementor-widget-text-editor,
.mtn img,
.mtn a.elementor-button,
.e-con .mtn.elementor-widget-customfield {
  margin-top: 0 !important;
}

.defaultmt .elementor-heading-title,
.defaultmt.elementor-widget-text-editor,
.defaultmt img,
.defaultmt a.elementor-button,
.e-con .defaultmt.elementor-widget-customfield {
  margin-top: 0px;
}

.mts .elementor-heading-title,
.mts.elementor-widget-text-editor,
.mts img,
.mts a.elementor-button,
.e-con .mts.elementor-widget-customfield {
  margin-top: 16px;
}

.mtm .elementor-heading-title,
.mtm.elementor-widget-text-editor,
.mtm img,
.mtm a.elementor-button,
.e-con .mtm.elementor-widget-customfield {
  margin-top: 24px;
}

.mtl .elementor-heading-title,
.mtl.elementor-widget-text-editor,
.mtl img,
.mtl a.elementor-button,
.e-con .mtl.elementor-widget-customfield {
  margin-top: 32px;
}

.mtxl .elementor-heading-title,
.mtxl.elementor-widget-text-editor,
.mtxl img,
.mtxl a.elementor-button,
.e-con .mtxl.elementor-widget-customfield {
  margin-top: 72px;
}
@media (max-width: 1023px) {
  .mtxl .elementor-heading-title,
  .mtxl.elementor-widget-text-editor,
  .mtxl img,
  .mtxl a.elementor-button,
  .e-con .mtxl.elementor-widget-customfield {
    margin-top: 24px;
  }
}

@media (max-width: 1024px) {
  .mtl .elementor-heading-title,
  .mtl.elementor-widget-text-editor,
  .mtl img,
  .mtl a.elementor-button,
  .e-con .mtl.elementor-widget-customfield {
    margin-top: 16px;
  }
  .mtxl .elementor-heading-title,
  .mtxl.elementor-widget-text-editor,
  .mtxl img,
  .mtxl a.elementor-button,
  .e-con .mtxl.elementor-widget-customfield {
    margin-top: 16px;
  }
}
div.elementor-column.ratio-one-to-one,
.e-con.ratio-one-to-one {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1 !important;
}
div.elementor-column.ratio-four-by-three,
.e-con.ratio-four-by-three {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3 !important;
}
div.elementor-column.ratio-three-by-two,
.e-con.ratio-three-by-two {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2 !important;
}
div.elementor-column.ratio-five-by-seven,
.e-con.ratio-five-by-seven {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/5 !important;
}
div.elementor-column.ratio-two-by-one,
.e-con.ratio-two-by-one {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1 !important;
}
div.elementor-column.ratio-sixteen-by-nine,
.e-con.ratio-sixteen-by-nine {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9 !important;
}

.e-con.force100 {
  width: 100% !important;
}
@media (max-width: 1023px) {
  .e-con.force100.colOne, .e-con.force100.colTwo {
    min-width: 100%;
    max-width: 100%;
  }
}
.e-con.container-style-a {
  padding: 42px 48px;
}
@media (max-width: 650px) {
  .e-con.container-style-a {
    padding: 22px 32px;
  }
}
.e-con.container-style-b {
  padding: var(--space-xxxxl) var(--space-large);
}
.e-con.container-style-c {
  padding: var(--space-xxxxl) var(--space-large);
}
@media (max-width: 1664px) {
  .e-con.container-style-c div.e-con-inner {
    max-width: 1256px;
  }
}
@media (max-width: 1504px) {
  .e-con.container-style-c div.e-con-inner {
    max-width: calc(100vw - 296px);
  }
}
@media (max-width: 1336px) {
  .e-con.container-style-c div.e-con-inner .textBlock {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .e-con.container-style-c div.e-con-inner {
    max-width: calc(100vw - 72px);
  }
}
.e-con.container-style-d {
  padding: var(--space-xxxxl) var(--space-large);
}
.e-con.container-style-d .e-con-inner {
  padding: 0px !important;
}
.e-con.container-style-no-pad {
  padding: 0px !important;
}
.e-con.container-style-no-pad .e-con-inner {
  padding: 0px !important;
}

.e-con.container-column-two > .e-con-inner,
.e-con-full.container-column-two > .e-con-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.e-con.container-column-two > .e-con-inner .e-con,
.e-con-full.container-column-two > .e-con-inner .e-con {
  max-width: 50%;
}
@media (max-width: 1023px) {
  .e-con.container-column-two > .e-con-inner .e-con,
  .e-con-full.container-column-two > .e-con-inner .e-con {
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .e-con.container-column-two > .e-con-inner,
  .e-con-full.container-column-two > .e-con-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .e-con.container-column-two > .e-con-inner .e-con,
  .e-con-full.container-column-two > .e-con-inner .e-con {
    max-width: 100%;
  }
}
.e-con.container-column-three > .e-con-inner,
.e-con-full.container-column-three > .e-con-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.e-con.container-column-three > .e-con-inner .e-con,
.e-con-full.container-column-three > .e-con-inner .e-con {
  max-width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .e-con.container-column-three > .e-con-inner .e-con,
  .e-con-full.container-column-three > .e-con-inner .e-con {
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .e-con.container-column-three > .e-con-inner,
  .e-con-full.container-column-three > .e-con-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .e-con.container-column-three > .e-con-inner .e-con,
  .e-con-full.container-column-three > .e-con-inner .e-con {
    max-width: 100%;
  }
}
.e-con.container-column-four > .e-con-inner,
.e-con-full.container-column-four > .e-con-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.e-con.container-column-four > .e-con-inner .e-con,
.e-con-full.container-column-four > .e-con-inner .e-con {
  max-width: 25%;
}
@media (max-width: 1023px) {
  .e-con.container-column-four > .e-con-inner .e-con,
  .e-con-full.container-column-four > .e-con-inner .e-con {
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .e-con.container-column-four > .e-con-inner,
  .e-con-full.container-column-four > .e-con-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .e-con.container-column-four > .e-con-inner .e-con,
  .e-con-full.container-column-four > .e-con-inner .e-con {
    max-width: 100%;
  }
}

/*********************

BUTTONS

Used to override Elementor's button styles
Perfect for changing button styles using Elementor's built-in button types
Comment code out to remove changes

*********************/
.elementor-button-c-warning .elementor-button:after,
.elementor-button-c-info .elementor-button,
.elementor-widget-button .elementor-button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elementor-widget-button a {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
  padding: 24px 34px;
  font-weight: 700;
  font-size: clamp(16px, 0.8854166667vw, 18px);
  background: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  min-width: 160px;
}
.elementor-widget-button a:hover {
  background: #D01740;
  border: 1px solid #D01740;
}
.elementor-widget-button.btn-narrow-width a {
  min-width: 216px;
}
.elementor-widget-button.btn-narrow-width span.elementor-button-content-wrapper {
  max-width: 112px;
  display: block;
  margin: 0px auto;
}
.elementor-widget-button.elementor-button-c-info a {
  background: white;
  color: var(--e-global-color-secondary);
}
.elementor-widget-button.elementor-button-c-info a:hover {
  color: #D01740;
  border: 1px solid #D01740;
}
.elementor-widget-button.elementor-button-c-success a {
  padding: 0px;
  color: var(--e-global-color-secondary);
  background: transparent;
  border: none;
  min-width: 0px;
  font-size: clamp(16px, 0.9895833333vw, 22px);
}
.elementor-widget-button.elementor-button-c-success a span.elementor-button-text {
  text-align: left;
}
.elementor-widget-button.elementor-button-c-success a span.elementor-button-text:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro" !important;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.elementor-widget-button.elementor-button-c-success a:hover {
  color: #D01740;
}
.elementor-widget-button.elementor-button-c-success a:hover span.elementor-button-text:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.elementor-widget-button.elementor-button-c-warning a {
  padding: 0px;
  color: var(--e-global-color-secondary);
  background: transparent;
  border: none;
  min-width: 0px;
}
.elementor-widget-button.elementor-button-c-warning a:hover {
  color: #D01740;
}
.elementor-widget-button.elementor-button-c-warning a:hover span.elementor-button-text:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.elementor-widget-button.elementor-button-c-danger a {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
  padding: 24px 34px;
  font-weight: 700;
  font-size: clamp(16px, 0.8854166667vw, 18px);
  border: 1px solid var(--e-global-color-f7ed1e9);
}
.elementor-widget-button.elementor-button-c-danger a:hover {
  background: #0E1F2F;
  border: 1px solid #0E1F2F;
  color: white;
}
.elementor-widget-button.elementor-button-c-danger2 a {
  background: white;
  color: var(--e-global-color-primary);
  padding: 24px 34px;
  font-weight: 700;
  font-size: clamp(16px, 0.8854166667vw, 18px);
  border: 1px solid var(--e-global-color-primary);
}
.elementor-widget-button.elementor-button-c-danger2 a:hover {
  background: white;
  border: 1px solid #8896A4;
  color: #8896A4;
}
.elementor-widget-button.menu-item a.elementor-item {
  padding: 0px 24px !important;
  color: white !important;
}

div.elementor-widget-image.image-style-a img, div.elementor-widget-image.image-style-b img, div.elementor-widget-image.image-style-c img, div.elementor-widget-image.image-style-d img {
  border: 3px solid var(--e-global-color-primary);
}
div.elementor-widget-image.image-style-b img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid white;
  margin-top: 0px;
  display: block;
  position: relative;
  z-index: var(--z-second);
  margin: 0px;
  width: 100% !important;
}
div.elementor-widget-image.image-style-b figure figcaption {
  text-align: left;
}
div.elementor-widget-image.image-style-b:after {
  width: 128px;
  height: 128px;
  background: var(--e-global-color-secondary);
  border-radius: 14px;
  aspect-ratio: 1/1;
  content: " ";
  bottom: 10px;
  right: -10px;
  position: absolute;
  z-index: var(--z-basement);
}
div.elementor-widget-image.image-style-c img {
  border: 10px solid rgba(0, 0, 0, 0.4666666667);
  border-radius: 8px 24px 8px 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
  aspect-ratio: 1.68/1;
}
div.elementor-widget-image.image-style-d {
  padding: 16px;
}
div.elementor-widget-image.image-style-d img {
  border: none;
}
div.elementor-widget-image.image-style-d figure figcaption {
  position: absolute;
  z-index: var(--z-first);
  background-color: white;
  padding-right: 8px;
  padding-top: 8px;
}
div.elementor-widget-image.image-style-d figure:before {
  content: "";
  border-top: 4px solid var(--e-global-color-secondary);
  border-left: 4px solid var(--e-global-color-secondary);
  display: inline-block;
  width: 14rem;
  height: 3.25rem;
  position: absolute;
  top: 0;
  left: 0px;
}
div.elementor-widget-image.image-style-d figure:after {
  content: "";
  border-bottom: 2px solid var(--e-global-color-secondary);
  border-right: 2px solid var(--e-global-color-secondary);
  display: inline-block;
  width: 12rem;
  height: 3.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.imgBoxWrapper {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: white;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.imgBoxWrapper:nth-child(n) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.imgBoxWrapper:nth-child(2) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.imgBoxWrapper:nth-child(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.imgBoxWrapper:nth-child(4) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.imgBoxWrapper:nth-child(5) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.imgBoxWrapper:nth-child(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.imgBoxWrapper:nth-child(7) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.imgBoxWrapper:nth-child(8) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.imgBoxWrapper:nth-child(9) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.imgBoxWrapper:nth-child(10) {
  -webkit-animation-delay: 5400ms;
          animation-delay: 5400ms;
}

.elementor-widget-image-box.image-style-a, .elementor-widget-image-box.image-style-b, .elementor-widget-image-box.image-style-c, .elementor-widget-image-box.image-style-d {
  margin-bottom: 24px;
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img, .elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img, .elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img, .elementor-widget-image-box.image-style-d div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 1100px) {
  .elementor-widget-image-box.image-style-a {
    min-height: 600px;
  }
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container img {
  aspect-ratio: 7/5;
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img {
  aspect-ratio: 7/5;
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content {
  padding-top: 32px;
  padding-left: var(--space-medium);
  padding-right: var(--space-medium);
  text-align: left;
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content .elementor-image-box-title {
  font-weight: 700;
  color: var(--e-global-color-primary);
  font-size: clamp(22px, 1.25vw, 26px);
  margin-bottom: 1em;
  display: block;
}
.elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content p.elementor-image-box-description {
  font-size: clamp(16px, 0.8854166667vw, 18px);
  line-height: 1.5;
}
.elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper {
  text-align: left;
}
.elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper .elementor-image-box-title {
  font-family: utopia-std, serif;
  font-size: clamp(22px, 2.2395833333vw, 64px);
  color: var(--e-global-color-secondary);
  font-weight: 700;
}
.elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}
.elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img {
  max-width: 102px;
}
.elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content {
  width: 70%;
}
.elementor-widget-image-box.image-style-c div.elementor-widget-container img {
  aspect-ratio: 7/5;
}
.elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img {
  aspect-ratio: 7/5;
  width: 100%;
}
.elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content {
  padding-top: 32px;
  padding-left: var(--space-medium);
  padding-right: var(--space-medium);
  text-align: left;
}
.elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content .elementor-image-box-title {
  font-family: utopia-std, serif;
  font-weight: 700;
  color: var(--e-global-color-primary);
  font-size: clamp(22px, 1.25vw, 26px);
  margin-bottom: 0.25em;
  display: block;
}
.elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content p.elementor-image-box-description {
  font-size: clamp(16px, 0.8854166667vw, 18px);
  line-height: 1.5;
}
.elementor-widget-image-box.image-style-d div.elementor-widget-container {
  border: 3px dashed var(--e-global-color-primary);
}
.elementor-widget-image-box.image-style-d div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img {
  width: 100%;
  margin-bottom: 0px;
}
.elementor-widget-image-box.image-style-d div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content {
  padding: 16px;
}

div.elementor-widget-image,
div.elementor-widget-image-box,
div.elementor-widget-image-carousel,
div.elementor-widget-customfield {
  line-height: 1;
}
div.elementor-widget-image.ratio-one-to-one img,
div.elementor-widget-image-box.ratio-one-to-one img,
div.elementor-widget-image-carousel.ratio-one-to-one img,
div.elementor-widget-customfield.ratio-one-to-one img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1 !important;
}
div.elementor-widget-image.ratio-one-to-one.image-ratio-flip img,
div.elementor-widget-image-box.ratio-one-to-one.image-ratio-flip img,
div.elementor-widget-image-carousel.ratio-one-to-one.image-ratio-flip img,
div.elementor-widget-customfield.ratio-one-to-one.image-ratio-flip img {
  height: auto !important;
  aspect-ratio: 1/1 !important;
}
div.elementor-widget-image.ratio-four-by-three img,
div.elementor-widget-image-box.ratio-four-by-three img,
div.elementor-widget-image-carousel.ratio-four-by-three img,
div.elementor-widget-customfield.ratio-four-by-three img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3 !important;
}
div.elementor-widget-image.ratio-four-by-three.image-ratio-flip img,
div.elementor-widget-image-box.ratio-four-by-three.image-ratio-flip img,
div.elementor-widget-image-carousel.ratio-four-by-three.image-ratio-flip img,
div.elementor-widget-customfield.ratio-four-by-three.image-ratio-flip img {
  height: auto !important;
  aspect-ratio: 3/4 !important;
}
div.elementor-widget-image.ratio-five-by-seven img,
div.elementor-widget-image-box.ratio-five-by-seven img,
div.elementor-widget-image-carousel.ratio-five-by-seven img,
div.elementor-widget-customfield.ratio-five-by-seven img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/5 !important;
}
div.elementor-widget-image.ratio-five-by-seven.image-ratio-flip img,
div.elementor-widget-image-box.ratio-five-by-seven.image-ratio-flip img,
div.elementor-widget-image-carousel.ratio-five-by-seven.image-ratio-flip img,
div.elementor-widget-customfield.ratio-five-by-seven.image-ratio-flip img {
  height: auto !important;
  aspect-ratio: 5/7 !important;
}
div.elementor-widget-image.ratio-three-by-two img,
div.elementor-widget-image-box.ratio-three-by-two img,
div.elementor-widget-image-carousel.ratio-three-by-two img,
div.elementor-widget-customfield.ratio-three-by-two img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2 !important;
}
div.elementor-widget-image.ratio-three-by-two.image-ratio-flip img,
div.elementor-widget-image-box.ratio-three-by-two.image-ratio-flip img,
div.elementor-widget-image-carousel.ratio-three-by-two.image-ratio-flip img,
div.elementor-widget-customfield.ratio-three-by-two.image-ratio-flip img {
  height: auto !important;
  aspect-ratio: 2/3 !important;
}
div.elementor-widget-image.ratio-two-by-one img,
div.elementor-widget-image-box.ratio-two-by-one img,
div.elementor-widget-image-carousel.ratio-two-by-one img,
div.elementor-widget-customfield.ratio-two-by-one img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1 !important;
}
div.elementor-widget-image.ratio-two-by-one.image-ratio-flip img,
div.elementor-widget-image-box.ratio-two-by-one.image-ratio-flip img,
div.elementor-widget-image-carousel.ratio-two-by-one.image-ratio-flip img,
div.elementor-widget-customfield.ratio-two-by-one.image-ratio-flip img {
  height: auto !important;
  aspect-ratio: 1/2 !important;
}
div.elementor-widget-image.ratio-sixteen-by-nine img,
div.elementor-widget-image-box.ratio-sixteen-by-nine img,
div.elementor-widget-image-carousel.ratio-sixteen-by-nine img,
div.elementor-widget-customfield.ratio-sixteen-by-nine img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9 !important;
}
div.elementor-widget-image.ratio-sixteen-by-nine.image-ratio-flip img,
div.elementor-widget-image-box.ratio-sixteen-by-nine.image-ratio-flip img,
div.elementor-widget-image-carousel.ratio-sixteen-by-nine.image-ratio-flip img,
div.elementor-widget-customfield.ratio-sixteen-by-nine.image-ratio-flip img {
  height: auto !important;
  aspect-ratio: 9/16 !important;
}
div.elementor-widget-image.ratio-contain img,
div.elementor-widget-image-box.ratio-contain img,
div.elementor-widget-image-carousel.ratio-contain img,
div.elementor-widget-customfield.ratio-contain img {
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

div.elementor-widget-image.center-center img,
div.elementor-widget-image-box.center-center img {
  -o-object-position: center center;
     object-position: center center;
}
div.elementor-widget-image.top-left img,
div.elementor-widget-image-box.top-left img {
  -o-object-position: top left;
     object-position: top left;
}
div.elementor-widget-image.top-center img,
div.elementor-widget-image-box.top-center img {
  -o-object-position: top center;
     object-position: top center;
}
div.elementor-widget-image.top-right img,
div.elementor-widget-image-box.top-right img {
  -o-object-position: top right;
     object-position: top right;
}
div.elementor-widget-image.bottom-left img,
div.elementor-widget-image-box.bottom-left img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
div.elementor-widget-image.bottom-center img,
div.elementor-widget-image-box.bottom-center img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
div.elementor-widget-image.bottom-right img,
div.elementor-widget-image-box.bottom-right img {
  -o-object-position: bottom right;
     object-position: bottom right;
}

div.elementor-widget-image,
div.elementor-widget-image-box {
  line-height: 1;
}
div.elementor-widget-image.default,
div.elementor-widget-image-box.default {
  --imgELEFlipX: 1;
  --imgELEFlipY: 1;
  --imgELERotate: 0deg;
}
div.elementor-widget-image.ratio-flip-x,
div.elementor-widget-image-box.ratio-flip-x {
  --imgELEFlipX: -1;
}
div.elementor-widget-image.ratio-flip-y,
div.elementor-widget-image-box.ratio-flip-y {
  --imgELEFlipY: -1;
}
div.elementor-widget-image.ratio-flip-xy img,
div.elementor-widget-image-box.ratio-flip-xy img {
  --imgELEFlipXY: -1;
}

div.elementor-widget-image,
div.elementor-widget-image-box {
  line-height: 1;
}
div.elementor-widget-image.image-rotate-90,
div.elementor-widget-image-box.image-rotate-90 {
  --imgELERotate: 90deg;
}
div.elementor-widget-image.image-rotate-180,
div.elementor-widget-image-box.image-rotate-180 {
  --imgELERotate: 180deg;
}
div.elementor-widget-image.image-rotate-270,
div.elementor-widget-image-box.image-rotate-270 {
  --imgELERotate: 270deg;
}

div.elementor-widget-image.ratio-flip-x img, div.elementor-widget-image.ratio-flip-y img, div.elementor-widget-image.image-rotate-90 img, div.elementor-widget-image.image-rotate-180 img, div.elementor-widget-image.image-rotate-270 img,
div.elementor-widget-image-box.ratio-flip-x img,
div.elementor-widget-image-box.ratio-flip-y img,
div.elementor-widget-image-box.image-rotate-90 img,
div.elementor-widget-image-box.image-rotate-180 img,
div.elementor-widget-image-box.image-rotate-270 img {
  -webkit-transform: rotate(var(--imgELERotate)) scaleX(var(--imgELEFlipX)) scaleY(var(--imgELEFlipY));
  transform: rotate(var(--imgELERotate)) scaleX(var(--imgELEFlipX)) scaleY(var(--imgELEFlipY));
}
div.elementor-widget-image.ratio-flip-xy img,
div.elementor-widget-image-box.ratio-flip-xy img {
  -webkit-transform: rotate(var(--imgELERotate)) scale(var(--imgELEFlipXY));
  transform: rotate(var(--imgELERotate)) scale(var(--imgELEFlipXY));
}
div.elementor-widget-image.grayscale img,
div.elementor-widget-image-box.grayscale img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

div.elementor-widget-image-carousel.object-fit-carousel img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  min-height: 128px;
  height: 128px;
}
div.elementor-widget-image-carousel.object-fit-carousel-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  min-height: 128px;
  height: 128px;
  width: 100% !important;
}

div.elementor-widget-image-carousel.grayscale img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

footer.elementor-slideshow__footer.no-caption * {
  display: none !important;
}

div.elementor-widget-accordion div.elementor-toggle-item,
div.elementor-widget-accordion div.elementor-tab-title,
div.elementor-widget-accordion div.elementor-accordion-item,
div.elementor-widget-toggle div.elementor-toggle-item,
div.elementor-widget-toggle div.elementor-tab-title,
div.elementor-widget-toggle div.elementor-accordion-item,
div.elementor-widget-tabs div.elementor-toggle-item,
div.elementor-widget-tabs div.elementor-tab-title,
div.elementor-widget-tabs div.elementor-accordion-item {
  border: none !important;
  border-top: 1px solid #D1CFB7 !important;
  padding: var(--space-xsmall);
}
div.elementor-widget-accordion div.elementor-toggle-item:last-of-type,
div.elementor-widget-accordion div.elementor-tab-title:last-of-type,
div.elementor-widget-accordion div.elementor-accordion-item:last-of-type,
div.elementor-widget-toggle div.elementor-toggle-item:last-of-type,
div.elementor-widget-toggle div.elementor-tab-title:last-of-type,
div.elementor-widget-toggle div.elementor-accordion-item:last-of-type,
div.elementor-widget-tabs div.elementor-toggle-item:last-of-type,
div.elementor-widget-tabs div.elementor-tab-title:last-of-type,
div.elementor-widget-tabs div.elementor-accordion-item:last-of-type {
  border-bottom: 1px solid #D1CFB7 !important;
}
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-title, div.elementor-widget-accordion div.elementor-toggle-item.elementor-active,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-title,
div.elementor-widget-accordion div.elementor-tab-title.elementor-active,
div.elementor-widget-accordion div.elementor-accordion-item div.elementor-tab-title,
div.elementor-widget-accordion div.elementor-accordion-item.elementor-active,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-title,
div.elementor-widget-toggle div.elementor-toggle-item.elementor-active,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-title,
div.elementor-widget-toggle div.elementor-tab-title.elementor-active,
div.elementor-widget-toggle div.elementor-accordion-item div.elementor-tab-title,
div.elementor-widget-toggle div.elementor-accordion-item.elementor-active,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-title,
div.elementor-widget-tabs div.elementor-toggle-item.elementor-active,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-title,
div.elementor-widget-tabs div.elementor-tab-title.elementor-active,
div.elementor-widget-tabs div.elementor-accordion-item div.elementor-tab-title,
div.elementor-widget-tabs div.elementor-accordion-item.elementor-active {
  color: var(--e-global-color-primary);
  border: none !important;
}
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-title.elementor-active, div.elementor-widget-accordion div.elementor-toggle-item.elementor-active.elementor-active,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-title.elementor-active,
div.elementor-widget-accordion div.elementor-tab-title.elementor-active.elementor-active,
div.elementor-widget-accordion div.elementor-accordion-item div.elementor-tab-title.elementor-active,
div.elementor-widget-accordion div.elementor-accordion-item.elementor-active.elementor-active,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-title.elementor-active,
div.elementor-widget-toggle div.elementor-toggle-item.elementor-active.elementor-active,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-title.elementor-active,
div.elementor-widget-toggle div.elementor-tab-title.elementor-active.elementor-active,
div.elementor-widget-toggle div.elementor-accordion-item div.elementor-tab-title.elementor-active,
div.elementor-widget-toggle div.elementor-accordion-item.elementor-active.elementor-active,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-title.elementor-active,
div.elementor-widget-tabs div.elementor-toggle-item.elementor-active.elementor-active,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-title.elementor-active,
div.elementor-widget-tabs div.elementor-tab-title.elementor-active.elementor-active,
div.elementor-widget-tabs div.elementor-accordion-item div.elementor-tab-title.elementor-active,
div.elementor-widget-tabs div.elementor-accordion-item.elementor-active.elementor-active {
  color: var(--e-global-color-primary);
}
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-content a,
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-content.elementor-active a,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-content a,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-content.elementor-active a,
div.elementor-widget-accordion div.elementor-accordion-item div.elementor-tab-content a,
div.elementor-widget-accordion div.elementor-accordion-item div.elementor-tab-content.elementor-active a,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-content a,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-content.elementor-active a,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-content a,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-content.elementor-active a,
div.elementor-widget-toggle div.elementor-accordion-item div.elementor-tab-content a,
div.elementor-widget-toggle div.elementor-accordion-item div.elementor-tab-content.elementor-active a,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-content a,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-content.elementor-active a,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-content a,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-content.elementor-active a,
div.elementor-widget-tabs div.elementor-accordion-item div.elementor-tab-content a,
div.elementor-widget-tabs div.elementor-accordion-item div.elementor-tab-content.elementor-active a {
  color: var(--e-global-color-secondary);
}
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-content a:hover,
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-content a:hover,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-accordion div.elementor-accordion-item div.elementor-tab-content a:hover,
div.elementor-widget-accordion div.elementor-accordion-item div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-content a:hover,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-content a:hover,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-toggle div.elementor-accordion-item div.elementor-tab-content a:hover,
div.elementor-widget-toggle div.elementor-accordion-item div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-content a:hover,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-content a:hover,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-content.elementor-active a:hover,
div.elementor-widget-tabs div.elementor-accordion-item div.elementor-tab-content a:hover,
div.elementor-widget-tabs div.elementor-accordion-item div.elementor-tab-content.elementor-active a:hover {
  color: #D01740;
}
div.elementor-widget-accordion div.elementor-toggle-item span.elementor-toggle-icon svg,
div.elementor-widget-accordion div.elementor-toggle-item span.elementor-accordion-icon svg,
div.elementor-widget-accordion div.elementor-tab-title span.elementor-toggle-icon svg,
div.elementor-widget-accordion div.elementor-tab-title span.elementor-accordion-icon svg,
div.elementor-widget-accordion div.elementor-accordion-item span.elementor-toggle-icon svg,
div.elementor-widget-accordion div.elementor-accordion-item span.elementor-accordion-icon svg,
div.elementor-widget-toggle div.elementor-toggle-item span.elementor-toggle-icon svg,
div.elementor-widget-toggle div.elementor-toggle-item span.elementor-accordion-icon svg,
div.elementor-widget-toggle div.elementor-tab-title span.elementor-toggle-icon svg,
div.elementor-widget-toggle div.elementor-tab-title span.elementor-accordion-icon svg,
div.elementor-widget-toggle div.elementor-accordion-item span.elementor-toggle-icon svg,
div.elementor-widget-toggle div.elementor-accordion-item span.elementor-accordion-icon svg,
div.elementor-widget-tabs div.elementor-toggle-item span.elementor-toggle-icon svg,
div.elementor-widget-tabs div.elementor-toggle-item span.elementor-accordion-icon svg,
div.elementor-widget-tabs div.elementor-tab-title span.elementor-toggle-icon svg,
div.elementor-widget-tabs div.elementor-tab-title span.elementor-accordion-icon svg,
div.elementor-widget-tabs div.elementor-accordion-item span.elementor-toggle-icon svg,
div.elementor-widget-tabs div.elementor-accordion-item span.elementor-accordion-icon svg {
  fill: #8896A4;
}
div.elementor-widget-accordion div.elementor-tabs-content-wrapper,
div.elementor-widget-toggle div.elementor-tabs-content-wrapper,
div.elementor-widget-tabs div.elementor-tabs-content-wrapper {
  border: none !important;
}
div.elementor-widget-accordion div.elementor-tab-content,
div.elementor-widget-accordion div.elementor-tab-content.elementor-active,
div.elementor-widget-toggle div.elementor-tab-content,
div.elementor-widget-toggle div.elementor-tab-content.elementor-active,
div.elementor-widget-tabs div.elementor-tab-content,
div.elementor-widget-tabs div.elementor-tab-content.elementor-active {
  border: none !important;
  border-top: none !important;
}
.elementor-widget-n-tabs div.e-n-tabs-heading {
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-n-tabs .e-n-tab-title.e-normal,
.elementor-widget-n-tabs .e-n-tab-title.e-collapse {
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-n-tabs .e-n-tab-title.e-normal span.e-n-tab-title-text,
.elementor-widget-n-tabs .e-n-tab-title.e-collapse span.e-n-tab-title-text {
  color: white;
  font-weight: 600;
}
.elementor-widget-n-tabs .e-n-tab-title.e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title.e-collapse:hover {
  background-color: #D01740 !important;
}
.elementor-widget-n-tabs .e-n-tab-title.e-normal:hover span.e-n-tab-title-text,
.elementor-widget-n-tabs .e-n-tab-title.e-collapse:hover span.e-n-tab-title-text {
  color: white;
}
.elementor-widget-n-tabs .e-n-tab-title.e-normal.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-collapse.e-active {
  background-color: var(--e-global-color-primary) !important;
}
.elementor-widget-n-tabs .e-n-tab-title.e-normal.e-active span.e-n-tab-title-text,
.elementor-widget-n-tabs .e-n-tab-title.e-collapse.e-active span.e-n-tab-title-text {
  color: white;
}
.elementor-widget-n-tabs .e-n-tabs-content {
  border-bottom: 1px solid #D1CFB7 !important;
}
@media (min-width: 1100px) {
  .elementor-widget-n-tabs .e-n-tabs-content .e-con-full {
    margin: 0px auto;
    max-width: 88% !important;
  }
}
.elementor-widget-n-tabs .e-n-tabs-content ul {
  margin-top: var(--space-medium) !important;
  margin-left: var(--space-medium) !important;
}
.elementor-widget-n-tabs .e-n-tabs-content a {
  color: var(--e-global-color-secondary);
}
.elementor-widget-n-tabs .e-n-tabs-content a:hover {
  color: #D01740;
}

.mega-menu {
  position: fixed !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mega-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.elementor-editor-active.postid-1979 .mega-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/****************************************

4. COLUMN CARDS

Helper classes applied to Elementor columns to make them appear as cards.

*****************************************/
.elementor-container > .elementor-column.card > .elementor-element-populated {
  background: #fff;
  border: 6px solid var(--e-global-color-text);
  border-radius: 0px;
}

.elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
  margin: 16px;
  padding: 32px;
}

@media (max-width: 1024px) {
  .elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 16px;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 16px 16px;
    padding: 32px;
  }
}
@media (max-width: 650px) {
  .elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 16px 0;
    padding: 32px;
  }
}
.elementor-column-gap-narrow.elementor-container > .elementor-column.card > .elementor-element-populated {
  margin: 8px;
  padding: 32px;
}

@media (max-width: 1024px) {
  .elementor-column-gap-narrow.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 8px;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .elementor-column-gap-narrow.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 8px 0;
    padding: 24px;
  }
}
@media (min-width: 1330px) {
  .altLoop div.dce-posts-wrapper article:nth-child(even) div.elementor-container:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

section.placeholder {
  position: relative;
}
section.placeholder img,
section.placeholder div.elementor-column[data-settings*=background_background],
section.placeholder video,
section.placeholder iframe {
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
}
section.placeholder div.elementor-container {
  z-index: var(--z-second);
}
section.placeholder:after {
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: var(--z-attic);
  background-blend-mode: overlay;
  background: url("../images/stripes-light.png") repeat;
  opacity: 0.7 !important;
}
section.placeholder div.wordCount {
  -webkit-filter: blur(0px) !important;
          filter: blur(0px) !important;
  z-index: var(--z-attic);
  font-size: 14px !important;
  background-color: #ca3636;
  color: white;
  display: inline-block !important;
  padding: 8px;
  border-radius: 8px;
  margin-right: 16px;
  vertical-align: top;
  line-height: 1;
}
section.placeholder div.wordCount * {
  -webkit-filter: blur(0px) !important;
          filter: blur(0px) !important;
}
section.placeholder a.elementor-button {
  background: #ca3636;
}

section.private-section {
  display: none !important;
  height: 0px !important;
  overflow: hidden !important;
  visibility: hidden !important;
  border: none !important;
}
body.elementor-editor-active section.private-section, body.logged-in.admin-bar section.private-section {
  display: block !important;
  height: auto !important;
  overflow: initial !important;
  visibility: visible !important;
}
body.elementor-editor-active section.private-section:after, body.logged-in.admin-bar section.private-section:after {
  content: " ";
  background: rgba(255, 0, 0, 0.3);
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.elementor-editor-active section.private-section:hover:after, body.logged-in.admin-bar section.private-section:hover:after {
  opacity: 0;
}
body.ADAGrayscale * {
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
}
body.ADAGrayscale header.mainHeader {
  top: 0px !important;
}

span.headerLevel {
  display: none !important;
}

button.tota11y-toolbar-toggle {
  opacity: 0 !important;
}

div#tota11y-toolbar {
  background: transparent !important;
}

body.ADAOverlay div.tota11y-plugin-indicator[aria-hidden=true] {
  background-color: var(--admin_nav_current_color) !important;
  border: none !important;
}

body.ADAOverlay .tota11y-plugin-checkbox:checked + .tota11y-plugin-indicator {
  background-color: var(--admin_nav_hover_color) !important;
}
body.ADAOverlay div#tota11y-toolbar {
  background: var(--admin_nav_background_color) !important;
}
body.ADAOverlay span.headerLevel,
body.ADAOverlay div.tota11y-annotation-headings,
body.ADAOverlay span.ariaLabel {
  font-size: 14px;
  padding: 6px 8px !important;
  color: white !important;
  background-color: green !important;
  border-radius: 4px;
  display: inline !important;
  margin-right: 6px;
  font-weight: bold !important;
  vertical-align: top;
  border: none !important;
  z-index: var(--z-third);
}
body.ADAOverlay span.headerLevel.tota11y-label-error,
body.ADAOverlay div.tota11y-annotation-headings.tota11y-label-error,
body.ADAOverlay span.ariaLabel.tota11y-label-error {
  background: red !important;
}
body.ADAOverlay span.headerLevel.tota11y-label-error *,
body.ADAOverlay div.tota11y-annotation-headings.tota11y-label-error *,
body.ADAOverlay span.ariaLabel.tota11y-label-error * {
  color: white !important;
  font-weight: bold !important;
}
body.ADAOverlay span.headerLevel.tota11y-label-error span.tota11y-label-error-icon,
body.ADAOverlay div.tota11y-annotation-headings.tota11y-label-error span.tota11y-label-error-icon,
body.ADAOverlay span.ariaLabel.tota11y-label-error span.tota11y-label-error-icon {
  background: gold;
}
body.ADAOverlay * .hasAriaLabel {
  border: 2px solid purple !important;
}
body.ADAOverlay span.ariaLabel {
  background-color: purple !important;
  position: absolute;
  right: -8px;
  bottom: 0px;
  border-radius: 0px;
}
body.ADAOverlay img[alt=""] {
  border: red solid 5px;
}
body.ADAOverlay *[aria-hidden=true],
body.ADAOverlay *[role=presentation] {
  background-color: rgba(255, 234, 0, 0.5098039216) !important;
}
section.correct-margins-h .elementor-widget-wrap {
  margin-left: -24px;
  margin-right: -24px;
  padding: 0px;
  width: calc(100% + 48px) !important;
}
@media (max-width: 1023px) {
  section.correct-margins-h .elementor-widget-wrap {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px) !important;
  }
}
@media (max-width: 650px) {
  section.correct-margins-h .elementor-widget-wrap {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% + 0px) !important;
  }
}

section.correct-margins-h.elementor-section {
  margin-left: 1px;
  margin-right: 1px;
  padding: 0px;
}
@media (max-width: 650px) {
  section.correct-margins-h.elementor-section {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% + 0px) !important;
  }
}

section.template-box:not(.disable-ele),
div.elementor-column.template-box {
  z-index: var(--z-basement);
  padding: 0px;
}
section.template-box:not(.disable-ele) *,
div.elementor-column.template-box * {
  color: var(--e-global-color-f7ed1e9) !important;
}
section.template-box:not(.disable-ele) > div.elementor-container:first-child > div > div,
div.elementor-column.template-box > div.elementor-container:first-child > div > div {
  padding: 0px;
}
body.elementor-editor-active section.template-box {
  padding: 0px !important;
}
body.elementor-editor-active section.template-box > div > div > div {
  padding: 0px !important;
  margin-left: -24px !important;
  margin-right: -24px !important;
  width: calc(100% + 48px);
}

section.noPadding {
  padding: 0px !important;
}

section.dark-mode:not(.disable-ele),
div.elementor-column.dark-mode {
  background: var(--e-global-color-dc9ad1d);
}
section.dark-mode:not(.disable-ele) *,
div.elementor-column.dark-mode * {
  color: var(--e-global-color-f7ed1e9) !important;
}

/** NOTCHES FOR GENERAL ITEMS **/
/** SEE https://css-tricks.com/notched-boxes/ for tutorial **/
.notch-top-left,
.notch-top-left .elementor-element-populated {
  --notchSize: 32px;
  -webkit-clip-path: polygon(0% calc(0% + var(--notchSize)), calc(0% + var(--notchSize)) 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0 100%);
          clip-path: polygon(0% calc(0% + var(--notchSize)), calc(0% + var(--notchSize)) 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0 100%);
}

.notch-top-right,
.notch-top-right .elementor-element-populated {
  --notchSize: 32px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, 100% 100%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, 100% 100%, 0% 100%, 0% 100%);
}

.notch-bottom-right,
.notch-bottom-right .elementor-element-populated {
  --notchSize: 32px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0% 100%, 0% 100%);
}

.notch-bottom-left,
.notch-bottom-left .elementor-element-populated {
  --notchSize: 32px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, calc(0% + var(--notchSize)) 100%, 0 calc(100% - var(--notchSize)));
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, calc(0% + var(--notchSize)) 100%, 0 calc(100% - var(--notchSize)));
}

.notch-bottom-left-right,
.notch-bottom-left-right .elementor-element-populated {
  --notchSize: 32px;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, calc(0% + var(--notchSize)) 100%, 0 calc(100% - var(--notchSize)));
          clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, calc(0% + var(--notchSize)) 100%, 0 calc(100% - var(--notchSize)));
}

.notch-top-left-right,
.notch-top-left-right .elementor-element-populated {
  --notchSize: 32px;
  -webkit-clip-path: polygon(0% calc(0% + var(--notchSize)), calc(0% + var(--notchSize)) 0%, calc(100% - var(--notchSize)) 0%, 100% calc(0% + var(--notchSize)), 100% 100%, 100% 100%, 0 100%, 0 100%);
          clip-path: polygon(0% calc(0% + var(--notchSize)), calc(0% + var(--notchSize)) 0%, calc(100% - var(--notchSize)) 0%, 100% calc(0% + var(--notchSize)), 100% 100%, 100% 100%, 0 100%, 0 100%);
}

div.elementor-widget-spacer {
  --widgets-spacing: initial;
}
div.elementor-widget-spacer.spacer-small {
  --spacer-size: 24px !important;
}
div.elementor-widget-spacer.spacer-med {
  --spacer-size: 32px !important;
}
div.elementor-widget-spacer.spacer-large {
  --spacer-size: 40px !important;
}
div.elementor-widget-spacer.spacer-xl {
  --spacer-size: 72px !important;
}
@media (max-width: 1023px) {
  div.elementor-widget-spacer.spacer-xl {
    --spacer-size: 48px !important;
  }
}
div.elementor-widget-spacer.spacer-xxl {
  --spacer-size: 120px !important;
}
@media (max-width: 1023px) {
  div.elementor-widget-spacer.spacer-xxl {
    --spacer-size: 56px !important;
  }
}

main#content .elementor-widget-progress-tracker .elementor-scrolling-tracker-horizontal {
  background-color: var(--e-global-color-secondary);
}
main#content .elementor-widget-progress-tracker .elementor-scrolling-tracker-horizontal div.current-progress {
  background-color: rgba(255, 255, 255, 0.5333333333);
}
main#content .elementor-widget-progress-tracker .elementor-scrolling-tracker {
  --scrolling-track-default-progress-color: darkgray;
}

div.elementor-widget-progress div.elementor-progress-wrapper {
  background: var(--e-global-color-primary);
}
div.elementor-widget-progress div.elementor-progress-wrapper div.elementor-progress-bar {
  background: rgba(255, 255, 255, 0.5333333333);
}
div.elementor-widget-progress div.elementor-progress-wrapper div.elementor-progress-bar span.elementor-progress-text, div.elementor-widget-progress div.elementor-progress-wrapper div.elementor-progress-bar span.elementor-progress-percentage {
  color: var(--e-global-color-primary);
  font-weight: bold;
}

div.elementor-widget-countdown div.elementor-countdown-wrapper div.elementor-countdown-item {
  background: white;
  color: inherit;
  font-family: utopia-std, serif;
  color: var(--e-global-color-primary);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  aspect-ratio: 1/1;
}
div.elementor-widget-price-list ul.elementor-price-list li a.elementor-price-list-item div.elementor-price-list-text div.elementor-price-list-header {
  text-transform: uppercase;
}
div.elementor-widget-price-list ul.elementor-price-list li a.elementor-price-list-item div.elementor-price-list-text span.elementor-price-list-separator {
  border-color: var(--e-global-color-secondary);
}
div.elementor-widget-price-list ul.elementor-price-list li a.elementor-price-list-item div.elementor-price-list-text span.elementor-price-list-price {
  color: var(--e-global-color-28ac875);
}
div.elementor-widget-price-list ul.elementor-price-list li a.elementor-price-list-item div.elementor-price-list-text p.elementor-price-list-description {
  color: var(--e-global-color-66db463);
  line-height: 1.2;
  max-width: 95%;
}

div.elementor-widget-price-table div.elementor-widget-container {
  background: white;
  border: 1px solid var(--e-global-color-secondary);
}
div.elementor-widget-price-table div.elementor-widget-container div.elementor-price-table div.elementor-price-table__header {
  background-color: var(--e-global-color-accent);
}
div.elementor-widget-price-table div.elementor-widget-container div.elementor-price-table div.elementor-price-table__price {
  color: var(--e-global-color-accent);
}
div.elementor-widget-price-table div.elementor-widget-container div.elementor-price-table ul.elementor-price-table__features-list li {
  color: var(--e-global-color-primary);
}
div.elementor-widget-price-table div.elementor-widget-container div.elementor-price-table__ribbon div.elementor-price-table__ribbon-inner {
  background: var(--e-global-color-secondary);
}
div.elementor-widget-price-table div.elementor-widget-container div.elementor-price-table__footer a.elementor-price-table__button {
  background: var(--e-global-color-primary);
}
div.elementor-widget-price-table div.elementor-widget-container div.elementor-price-table__footer a.elementor-price-table__button:hover {
  background: var(--e-global-color-secondary);
}

div.elementor-widget-flip-box div.elementor-flip-box__layer.elementor-flip-box__front {
  background-color: var(--e-global-color-primary);
}
div.elementor-widget-flip-box div.elementor-flip-box__layer.elementor-flip-box__back {
  background-color: var(--e-global-color-secondary);
}

div.elementor-widget-call-to-action div.elementor-cta__content {
  background: var(--e-global-color-accent);
}
div.elementor-widget-call-to-action div.elementor-cta__content * {
  color: white;
}
div.elementor-widget-call-to-action div.elementor-cta__content div.elementor-cta__button-wrapper {
  fill: white;
  border-color: white;
}
div.elementor-widget-call-to-action div.elementor-cta__content div.elementor-cta__button-wrapper a {
  color: white;
  fill: white;
  border-color: white;
}
div.elementor-widget-call-to-action div.elementor-cta__content div.elementor-cta__button-wrapper a:hover {
  color: var(--e-global-color-secondary);
  fill: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

div[id*=radix-] {
  border: 3px solid var(--admin_nav_current_color);
}
div[id*=radix-] img[src*="http://2.gravatar.com/"] {
  display: none !important;
}

div[data-radix-portal] button[class*=e-notes] span,
div[data-radix-portal] button[type=button] span {
  color: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
div[data-radix-portal] button[class*=e-notes] span:before,
div[data-radix-portal] button[type=button] span:before {
  background: var(--admin_nav_current_color) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

form#e-notes-new-thread button[type=submit] {
  background: var(--admin_nav_hover_color) !important;
}

div.sc-bkkeKt.react-draggable {
  border: 3px solid var(--admin_nav_current_color);
}
div.sc-bkkeKt.react-draggable div.floating-handle {
  background: var(--admin_nav_current_color) !important;
}
div.sc-bkkeKt.react-draggable div.floating-handle button {
  background: transparent !important;
}
div.sc-bkkeKt.react-draggable div.floating-handle * {
  color: white !important;
}
div.sc-bkkeKt.react-draggable div.floating-handle h3 {
  font-weight: bold;
}
div.sc-bkkeKt.react-draggable h4 {
  color: var(--admin_nav_hover_color) !important;
}

div[data-radix-popper-content-wrapper] span[data-state=checked] {
  background: var(--admin_nav_hover_color) !important;
}
div[data-radix-popper-content-wrapper] button[data-state=checked] {
  border: 1px solid gray !important;
}

@media (max-width: 1023px) {
  .elementor-widget-container {
    max-width: none !important;
  }
}
.text-narrow-centered {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1100px) {
  section.elementor-section-width-a div.elementor-container {
    max-width: 1024px;
  }
}

@media (min-width: 1100px) {
  section.elementor-section-width-b div.elementor-container {
    max-width: 840px;
  }
}

@media (min-width: 1100px) {
  section.elementor-section-width-c div.elementor-container {
    max-width: 768px;
  }
}

@media (min-width: 1100px) {
  section.elementor-section-width-d div.elementor-container {
    max-width: 640px;
  }
}

span.fieldIcon {
  margin-right: 8px;
}
span.fieldIcon:empty {
  margin: 0px;
  display: none;
}
.single-homes span.fieldIcon {
  display: block;
}
.token span.fieldIcon {
  margin-right: 0px;
}

span.beforeFieldLabel,
span.afterFieldLabel {
  font-size: inherit;
}

.center-field-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.elementor-section[class*=quickBG]:after,
div.elementor-column[class*=quickBG]:after {
  content: "";
}
section.elementor-section[class*=quickBG] div.elementor-container:first-of-type,
section.elementor-section[class*=quickBG] div.elementor-container,
section.elementor-section[class*=quickBG] div.elementor-widget-wrap,
div.elementor-column[class*=quickBG] div.elementor-container:first-of-type,
div.elementor-column[class*=quickBG] div.elementor-container,
div.elementor-column[class*=quickBG] div.elementor-widget-wrap {
  z-index: var(--z-third);
}

.elementor-element.elementor-absolute.z-moon,
.elementor-element.elementor-fixed.z-moon {
  z-index: var(--z-moon);
}
.elementor-element.elementor-absolute.z-attic,
.elementor-element.elementor-fixed.z-attic {
  z-index: var(--z-attic);
}
.elementor-element.elementor-absolute.z-third,
.elementor-element.elementor-fixed.z-third {
  z-index: var(--z-third);
}
.elementor-element.elementor-absolute.z-second,
.elementor-element.elementor-fixed.z-second {
  z-index: var(--z-second);
}
.elementor-element.elementor-absolute.z-first,
.elementor-element.elementor-fixed.z-first {
  z-index: var(--z-first);
}
.elementor-element.elementor-absolute.z-basement,
.elementor-element.elementor-fixed.z-basement {
  z-index: var(--z-basement);
}

#template-stage {
  min-height: 50vh;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.ajaxWidgetNotes {
  display: none !important;
  padding: 24px;
  border-top: 0.5px solid black;
  border-bottom: 0.5px solid black;
}
.elementor-editor-active .ajaxWidgetNotes {
  display: block !important;
}

.statusKeyWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: var(--space-small);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.statusKeyWrapper div {
  min-width: 14.2857142857%;
  max-width: 14.2857142857%;
  padding: var(--space-xxsmall);
  color: white;
  border-bottom: 2px solid white;
  font-weight: bold;
}
.statusKeyWrapper div strong {
  display: block;
  font-size: 90%;
  padding: 4px var(--space-xxsmall) 4px;
  margin-top: var(--space-xxsmall);
  margin-left: calc(-1 * var(--space-xxsmall));
  margin-right: calc(-1 * var(--space-xxsmall));
  margin-bottom: calc(-1 * var(--space-xxsmall));
}
.statusKeyWrapper div:hover {
  cursor: pointer;
}
.statusKeyWrapper div.in-development {
  background-color: darkturquoise;
}
.statusKeyWrapper div.in-development strong {
  text-shadow: -1px -1px 0 #009c9e, 1px -1px 0 #009c9e, -1px 1px 0 #009c9e, 1px 1px 0 #009c9e;
}
.statusKeyWrapper div.client-reviewed {
  background-color: dodgerblue;
}
.statusKeyWrapper div.client-reviewed strong {
  text-shadow: -1px -1px 0 #0077ea, 1px -1px 0 #0077ea, -1px 1px 0 #0077ea, 1px 1px 0 #0077ea;
}
.statusKeyWrapper div.has-changes {
  background-color: goldenrod;
}
.statusKeyWrapper div.has-changes strong {
  text-shadow: -1px -1px 0 #ae8319, 1px -1px 0 #ae8319, -1px 1px 0 #ae8319, 1px 1px 0 #ae8319;
}
.statusKeyWrapper div.need-support {
  background-color: tomato;
}
.statusKeyWrapper div.need-support strong {
  text-shadow: -1px -1px 0 #ff3814, 1px -1px 0 #ff3814, -1px 1px 0 #ff3814, 1px 1px 0 #ff3814;
}
.statusKeyWrapper div.needs-content {
  background-color: mediumvioletred;
}
.statusKeyWrapper div.needs-content strong {
  text-shadow: -1px -1px 0 #991066, 1px -1px 0 #991066, -1px 1px 0 #991066, 1px 1px 0 #991066;
}
.statusKeyWrapper div.ready-to-review {
  background-color: darkseagreen;
}
.statusKeyWrapper div.ready-to-review strong {
  text-shadow: -1px -1px 0 #6fa96f, 1px -1px 0 #6fa96f, -1px 1px 0 #6fa96f, 1px 1px 0 #6fa96f;
}
.statusKeyWrapper div.reset {
  background-color: white;
  color: var(--e-global-color-primary);
}
.statusKeyWrapper div.active {
  border-bottom: 2px solid black;
}

.statusSitemapWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.statusSitemapContainer {
  margin: 0;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  padding: 16px;
  background: rgba(187, 187, 187, 0.1450980392);
  margin-bottom: 16px;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.statusSitemapContainer:nth-child(even) {
  background: rgba(187, 187, 187, 0.2784313725);
}

ul.statusSitemap {
  display: inline-block;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
}
ul.statusSitemap li {
  background: darkgray;
  width: 100%;
}
ul.statusSitemap li.child {
  margin-left: 16px;
  margin-right: 16px;
}
ul.statusSitemap li a {
  padding: 4px 16px;
  margin-bottom: 8px;
  display: block;
  color: white;
  font-weight: 600;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
ul.statusSitemap li.in-development a {
  background-color: darkturquoise;
  border: 1px solid transparent;
}
ul.statusSitemap li.in-development a:hover {
  background: white;
  color: darkturquoise;
  border: 1px solid darkturquoise;
}
ul.statusSitemap li.ready-to-review a {
  background-color: darkseagreen;
  border: 1px solid transparent;
}
ul.statusSitemap li.ready-to-review a:hover {
  background: white;
  color: darkseagreen;
  border: 1px solid darkseagreen;
}
ul.statusSitemap li.need-support a {
  background-color: tomato;
  border: 1px solid transparent;
}
ul.statusSitemap li.need-support a:hover {
  background: white;
  color: tomato;
  border: 1px solid tomato;
}
ul.statusSitemap li.has-changes a {
  background-color: goldenrod;
  border: 1px solid transparent;
}
ul.statusSitemap li.has-changes a:hover {
  background: white;
  color: goldenrod;
  border: 1px solid goldenrod;
}
ul.statusSitemap li.client-reviewed a {
  background-color: dodgerblue;
  border: 1px solid transparent;
}
ul.statusSitemap li.client-reviewed a:hover {
  background: white;
  color: dodgerblue;
  border: 1px solid dodgerblue;
}
ul.statusSitemap li.needs-content a {
  background-color: mediumvioletred;
  border: 1px solid transparent;
}
ul.statusSitemap li.needs-content a:hover {
  background: white;
  color: mediumvioletred;
  border: 1px solid mediumvioletred;
}
ul.statusSitemap li.unpublished {
  display: none;
  opacity: 0.3;
}

li#wp-admin-bar-update-post-term {
  height: 32px;
}
li#wp-admin-bar-update-post-term i {
  font-family: "Font Awesome 6 Pro" !important;
  margin-right: 8px;
  display: inline-block;
}
li#wp-admin-bar-update-post-term a.ab-item {
  height: auto !important;
}
li#wp-admin-bar-update-post-term div.wp-menu-image a {
  padding-left: 0px;
}
.status-need-support li#wp-admin-bar-update-post-term {
  background: tomato;
}
.status-has-changes li#wp-admin-bar-update-post-term {
  background: goldenrod;
}
.status-ready-to-review li#wp-admin-bar-update-post-term {
  background: darkseagreen;
}
.status-in-development li#wp-admin-bar-update-post-term {
  background: darkturquoise;
}
.status-client-reviewed li#wp-admin-bar-update-post-term {
  background: dodgerblue;
}
.status-needs-content li#wp-admin-bar-update-post-term {
  background: mediumvioletred;
}
li#wp-admin-bar-update-post-term select {
  margin-top: 10px;
  margin-bottom: 8px;
}

.progressStatusPanel {
  background-color: white;
}
.progressStatusPanel .elementor-3145,
.progressStatusPanel .dialog-widget-content,
.progressStatusPanel .dialog-message.dialog-lightbox-message {
  width: 100%;
}

.two-image-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.two-image-collage img {
  min-width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-bottom: 0px;
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-image-collage img:last-of-type {
  margin: 0px;
  aspect-ratio: 5/7 !important;
}
.two-image-collage.swap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.three-image-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.three-image-collage div.three-image-collage-container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.three-image-collage div.three-image-collage-container-left img {
  aspect-ratio: 5/7;
  min-width: calc(100% - 16px);
  max-width: calc(100% - 16px);
  -o-object-fit: cover;
     object-fit: cover;
}
.three-image-collage div.three-image-collage-container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.three-image-collage div.three-image-collage-container-right img {
  min-width: 85%;
  max-width: 85%;
  margin-bottom: 0px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-image-collage div.three-image-collage-container-right img:last-of-type {
  margin-top: 16px;
  margin-right: var(--space-medium);
  min-width: 65%;
  max-width: 65%;
  aspect-ratio: 1/1 !important;
}
.three-image-collage.swap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.three-image-collage.swap div.three-image-collage-container-left img {
  min-width: 85%;
  max-width: 85%;
}
.three-image-collage.swap div.three-image-collage-container-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.three-image-collage.swap div.three-image-collage-container-right img {
  min-width: calc(100% - 16px);
  max-width: calc(100% - 16px);
  margin-right: 16px;
}
.three-image-collage.swap div.three-image-collage-container-right img:last-of-type {
  min-width: 72%;
  max-width: 72%;
}

div.elementor-widget-headerLabel span.label-color {
  padding: var(--space-xxsmall) var(--space-xsmall);
  display: block;
}
div.elementor-widget-headerLabel span.label-typography {
  text-align: center;
  display: block;
}

.templateGalleryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.templateGalleryContainer .templateGalleryContainerInner {
  min-width: 30%;
  max-width: 30%;
}
.templateGalleryContainer .templateGalleryContainerInner {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--e-global-color-primary);
  margin: 1.5%;
}
.templateGalleryContainer .templateGalleryContainerInner img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin: 0px;
}
.templateGalleryContainer .templateGalleryContainerInner h3 {
  font-weight: 700;
  color: white;
  font-size: clamp(18px, 1.0416666667vw, 22px);
  margin: 0px;
  padding: var(--space-xxsmall) var(--space-xsmall);
  background-color: var(--e-global-color-secondary);
  text-align: center;
}
.templateGalleryContainer .templateGalleryExampleModal {
  width: 100%;
  background-color: white;
  display: none;
}
.templateGalleryContainer .templateGalleryExampleModal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: scroll;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.templateGalleryContainer .templateGalleryExampleModal img.templateGalleryImageModal {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto;
  display: block;
}
.templateGalleryContainer .templateGalleryButtons {
  background: var(--e-global-color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--space-xxsmall) var(--space-xsmall);
}
.templateGalleryContainer .templateGalleryButtons .templateGalleryButtonContainer,
.templateGalleryContainer .templateGalleryButtons .templateGalleryShortcodeContainer {
  color: white;
  padding: 4px 8px;
  display: block;
}
.templateGalleryContainer .templateGalleryButtons .templateGalleryButtonContainer a,
.templateGalleryContainer .templateGalleryButtons .templateGalleryShortcodeContainer a {
  color: inherit !important;
}
.templateGalleryContainer .templateGalleryButtonContainer a:hover {
  color: #D01740;
}
.templateGalleryContainer .templateGalleryShortcodeContainer:hover {
  cursor: copy;
  color: #D01740;
}

figcaption.elementor-image-carousel-caption {
  background-color: var(--e-global-color-primary);
  padding: var(--space-xxsmall);
  margin-top: -4px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--e-global-color-dc9ad1d);
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  clear: both;
  word-break: keep-all;
  overflow-wrap: normal;
}
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  line-height: 1.125em;
}
@media (max-width: 650px) {
  h1.elementor-heading-title,
  h2.elementor-heading-title,
  h3.elementor-heading-title,
  h4.elementor-heading-title,
  h5.elementor-heading-title,
  h6.elementor-heading-title {
    line-height: 1em;
  }
}
.elementor-widget-customfield h1,
.elementor-widget-customfield h2,
.elementor-widget-customfield h3,
.elementor-widget-customfield h4,
.elementor-widget-customfield h5,
.elementor-widget-customfield h6 {
  margin-bottom: 0px;
}
h1.fieldLabel,
h2.fieldLabel,
h3.fieldLabel,
h4.fieldLabel,
h5.fieldLabel,
h6.fieldLabel {
  font-weight: inherit;
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

h5.elementor-heading-title {
  font-style: italic !important;
}

h6.elementor-heading-title {
  text-transform: uppercase !important;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-default {
  font-size: clamp(20px, 1.1979166667vw, 26px);
}
.QuickFacts .elementor-widget-heading .elementor-heading-title.elementor-size-default {
  font-size: clamp(18px, 0.9895833333vw, 20px);
}
.regionalNumber .elementor-widget-heading .elementor-heading-title.elementor-size-default {
  font-size: 20px !important;
  word-break: keep-all !important;
}

.e-con .elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: clamp(18px, 1.09375vw, 24px);
}
@media only screen and (min-width: 1920px) {
  .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 24px !important;
  }
}

.e-con .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: clamp(24px, 1.25vw, 24px);
}
@media only screen and (min-width: 1920px) {
  .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 24px !important;
  }
}

.e-con .elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: clamp(28px, 1.6666666667vw, 36px);
}
@media only screen and (min-width: 1920px) {
  .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 36px !important;
  }
}

.e-con .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: clamp(32px, 1.9791666667vw, 44px);
}
@media only screen and (min-width: 1920px) {
  .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 44px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .QuickFacts .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 32px !important;
  }
}

.e-con .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: clamp(40px, 2.2916666667vw, 48px);
}
@media only screen and (min-width: 1920px) {
  .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 48px !important;
  }
}
@media (max-width: 650px) {
  .e-con .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: clamp(32px, 1.6666666667vw, 32px);
  }
}

.e-con .heading-style-a .elementor-heading-title {
  font-style: var(--e-global-typography-primary-font-style);
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.heading-style-b .elementor-heading-title {
  font-style: var(--e-global-typography-secondary-font-style);
  font-family: var(--e-global-typography-secondary-font-family);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.QuickFacts .heading-style-b .elementor-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.QuickFacts .heading-style-b .elementor-heading-title:after {
  content: " ";
  display: inline-block;
  aspect-ratio: 16/9;
  background: url("../images/Finger-Pointing-Left.svg") center center no-repeat;
  background-size: contain;
  width: min(128px, 38%);
}
.heading-style-c .elementor-heading-title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: clamp(24px, 1.4583333333vw, 32px);
}
@media only screen and (min-width: 1920px) {
  .elementor-widget-text-editor h2,
  .elementor-widget-text-editor h3,
  .elementor-widget-text-editor h4,
  .elementor-widget-text-editor h5,
  .elementor-widget-text-editor h6 {
    font-size: 32px !important;
  }
}

.elementor-heading-title:before,
.elementor-widget-container p:before {
  font-size: 60%;
  display: table;
  margin: 0px;
  line-height: 1;
  font-weight: 600;
  padding: 4px 8px 4px 0px;
  border-radius: 4px;
  color: var(--e-global-color-secondary);
  font-family: source-sans-pro, sans-serif;
  font-style: normal !important;
  text-transform: initial !important;
}

@media (min-width: 1024px) {
  .vert-rl .elementor-heading-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media (min-width: 1024px) {
  .vert-lr .elementor-heading-title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: mixed;
    margin-left: 50%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

hr {
  background-color: var(--e-global-color-primary);
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.emphasized-text {
  font-style: italic;
  font-size: larger;
}
.emphasized-text strong,
.emphasized-text b {
  color: var(--e-global-color-primary);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.elementor-widget-text-editor,
.elementor-tab-content {
  vertical-align: top;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-tab-content ul,
.elementor-tab-content ol {
  padding: 0;
  margin-top: 0px;
  padding-left: 48px;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li,
.elementor-tab-content ul li,
.elementor-tab-content ol li {
  margin-bottom: 1.5em;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.elementor-widget-text-editor div:not(.text-style-icon-bullets) ul,
.elementor-tab-content div:not(.text-style-icon-bullets) ul {
  list-style: none;
}
.elementor-widget-text-editor div:not(.text-style-icon-bullets) ul li:before,
.elementor-tab-content div:not(.text-style-icon-bullets) ul li:before {
  content: "•";
  color: #D01740;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -36px;
}
.elementor-widget-text-editor ol,
.elementor-tab-content ol {
  list-style: decimal;
}
.elementor-widget-text-editor li > ul,
.elementor-widget-text-editor li > ol,
.elementor-tab-content li > ul,
.elementor-tab-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.elementor-widget-text-editor dt,
.elementor-tab-content dt {
  font-weight: 700;
}
.elementor-widget-text-editor dd,
.elementor-tab-content dd {
  margin: 0 1.5em 1.5em;
}

a {
  color: var(--e-global-color-primary);
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: var(--e-global-color-primary);
}

*:focus {
  outline: 4px solid rgba(0, 0, 0, 0);
  outline-offset: 4px;
  z-index: var(--z-moon);
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
  line-height: 1;
  padding: 4px 8px;
  outline: none;
  border: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--e-global-color-secondary);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
div.page button,
div.page input[type=button],
div.page input[type=reset],
div.page input[type=submit] {
  margin-bottom: 10px;
}

table {
  width: 100%;
  background: var(--e-global-color-text);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: none;
  font-size: clamp(16px, 0.8854166667vw, 18px);
}
table * {
  border: none;
}
table thead {
  background: var(--e-global-color-primary);
  color: white;
  text-align: left;
}
table td, table th {
  border: none;
}
table tbody tr td {
  background: var(--e-global-color-f7ed1e9) !important;
}
table tbody tr:nth-child(even) td {
  background: var(--e-global-color-text) !important;
}

hr {
  color: var(--e-global-color-primary);
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid var(--e-global-color-primary);
}

.typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
.typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
  color: var(--e-global-color-primary);
}
.typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
.typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
    font-size: calc(26px + 30 * (100vw - 1024px) / 576);
  }
}
@media screen and (min-width: 1600px) {
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
    font-size: 56px;
  }
}

/****************************************

Elementor Controls

*****************************************/
/**** SMALLER BODY FONT ****/
.text-small p,
p.text-small {
  font-size: 70%;
}

@media (max-width: 1023px) {
  .text-small p,
  p.text-small {
    font-size: 1em;
  }
}
/**** LARGER BODY FONT FOR INTRO TEXT ****/
.text-large p,
p.text-large {
  font-size: 130%;
}

@media (max-width: 1023px) {
  .text-large p,
  p.text-large {
    font-size: 1em;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0px;
  padding: 3px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: gray;
}

input[type=submit],
button[type=submit] {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--e-global-color-secondary) !important;
}
input[type=submit]:hover,
button[type=submit]:hover {
  border: 1px solid #D01740 !important;
}

select {
  border: 1px solid var(--e-global-color-primary);
}

textarea {
  width: 100%;
}

div.gform_wrapper label {
  color: var(--e-global-color-primary);
}
div.gform_wrapper input[type=submit] {
  border: none !important;
  outline: none !important;
  color: white;
  padding: 16px 32px;
  text-transform: uppercase;
}

body:not(.elementor-editor-active) {
  /* Optional: Customize .focus-visible */
}
body:not(.elementor-editor-active) *:focus {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 1100px) {
  .elementor-widget-container:has(table) {
    overflow-x: scroll !important;
  }
}

@media only screen and (min-width: 1900px) {
  header.mainHeader li.menu-item a {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1900px) {
  header.mainHeader ul.sub-menu li.menu-item a {
    font-size: 20px !important;
  }
}

.balanceText p, .balanceText h1, .balanceText h2, .balanceText h3, .balanceText h4, .balanceText h5, .balanceText h6, .balanceText span {
  text-wrap: balance;
}

#content .elementor-widget-testimonial .elementor-testimonial-content,
#content .elementor-widget-testimonial .elementor-testimonial-content p,
.elementor-widget-testimonial .elementor-testimonial-content,
.elementor-widget-testimonial .elementor-testimonial-content p {
  font-size: clamp(24px, 1.4583333333vw, 32px);
  line-height: 1.45;
  font-family: utopia-std, serif;
  font-weight: 700;
  font-style: italic !important;
}
#content .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-name,
.elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-name {
  font-weight: 700;
  font-size: clamp(16px, 0.8854166667vw, 18px);
}
#content .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-job,
.elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-job {
  font-weight: 400;
  font-size: clamp(14px, 0.78125vw, 16px);
}

.elementor-widget-blockquote blockquote p.elementor-blockquote__content {
  font-size: clamp(24px, 1.875vw, 48px);
  line-height: 1.25;
  font-family: utopia-std, serif;
  font-weight: 700;
  font-style: italic !important;
}

.elementor-widget-text-editor.text-style-icon-bullets ul, .elementor-widget-text-editor.text-style-icon-bullets-two ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.elementor-widget-text-editor.text-style-icon-bullets ul li, .elementor-widget-text-editor.text-style-icon-bullets-two ul li {
  padding-left: 24px;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 1.5em !important;
}
.elementor-widget-text-editor.text-style-icon-bullets ul li:before, .elementor-widget-text-editor.text-style-icon-bullets-two ul li:before {
  padding-right: 8px !important;
  color: #798867 !important;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f058" !important;
  font-size: 128% !important;
  vertical-align: top;
  margin-left: -36px !important;
  aspect-ratio: auto;
}
.elementor-widget-text-editor.text-style-icon-bullets ul li ul li, .elementor-widget-text-editor.text-style-icon-bullets-two ul li ul li {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.elementor-widget-text-editor.text-style-icon-bullets ul li ul li:before, .elementor-widget-text-editor.text-style-icon-bullets-two ul li ul li:before {
  content: "\f111" !important;
  font-size: 45% !important;
  color: var(--e-global-color-dc9ad1d) !important;
  padding-right: 24px !important;
  margin-left: -24px !important;
}
.elementor-widget-text-editor.text-style-icon-bullets-two ul li:before {
  content: "\f057" !important;
  color: #D01740 !important;
}
.elementor-widget-text-editor.text-style-a {
  font-family: utopia-std, serif;
  font-size: clamp(20px, 1.1458333333vw, 24px);
  line-height: 1.5em;
  color: #0E1F2F;
}
.elementor-widget-text-editor.text-style-b {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  line-height: 1.5em;
}
.elementor-widget-text-editor.text-style-b ul {
  padding-left: 32px;
}
.elementor-widget-text-editor.text-style-b ul li {
  margin-bottom: 0.5em;
}
.elementor-widget-text-editor.text-style-b ul li:before {
  margin-left: -26px !important;
}
.elementor-widget-text-editor.text-style-c, .elementor-widget-text-editor.text-style-d {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  line-height: 1.5em;
  font-style: italic !important;
  font-family: utopia-std, serif;
}
.elementor-widget-text-editor.text-style-d {
  background-color: var(--e-global-color-primary);
  color: white !important;
  padding: var(--space-xxsmall);
  text-align: center;
  margin-top: var(--space-xsmall);
}
.elementor-widget-text-editor.text-style-d p {
  margin-bottom: 0;
}
.elementor-widget-text-editor.text-style-d * {
  color: white !important;
}
.elementor-widget-text-editor.text-style-d {
  color: var(--e-global-color-accent);
}
.elementor-widget-text-editor a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: underline;
  color: var(--e-global-color-secondary);
  text-decoration-color: var(--e-global-color-secondary);
}
.elementor-widget-text-editor a:hover {
  color: #D01740;
  text-decoration-color: var(--e-global-color-secondary);
}

section#main-content.mec-container,
body [id*=mec_skin_].mec-fluent-wrap {
  max-width: 100% !important;
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,
.mec-breadcrumbs .mec-current,
.mec-breadcrumbs a,
.mec-breadcrumbs span .mec-event-content p,
.mec-event-data-field-items,
.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name,
.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value,
.mec-event-schedule-content dl dt,
.mec-events-button,
.mec-events-meta-group-tags,
.mec-events-meta-group-tags a,
.mec-hourly-schedule-speaker-description,
.mec-load-more-button,
.mec-next-occ-booking span,
.mec-single-event .mec-event-meta .mec-events-event-cost,
.mec-single-event .mec-event-meta dd,
.mec-single-event .mec-event-meta dd a,
.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available,
.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title,
.mec-single-event .mec-speakers-details ul li .mec-speaker-name,
.mec-single-modern .mec-single-event-bar > div dd,
.mec-wrap .info-msg div,
.mec-wrap .mec-error div,
.mec-wrap .mec-success div,
.mec-wrap .warning-msg div,
.mec-wrap abbr,
.mec-wrap p,
.mec-wrap :not(.elementor-widget-container) > p {
  font-family: utopia-std, serif;
  font-size: clamp(18px, 1.09375vw, 24px);
  line-height: 1.5;
  color: var(--e-global-color-dc9ad1d);
  font-weight: 400;
}

.boxShadow {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

div.color {
  padding: 16px 24px;
}
div.color.colorA {
  background: var(--e-global-color-primary);
}
div.color.colorB {
  background: var(--e-global-color-secondary);
}
div.color.colorC {
  background: var(--e-global-color-text);
}
div.color.colorD {
  background: var(--e-global-color-accent);
}
div.color.colorE {
  background: var(--e-global-color-28ac875);
}
div.color.colorF {
  background: var(--e-global-color-5598db8);
}
div.color.colorG {
  background: var(--e-global-color-66db463);
}
div.color.colorH {
  background: var(--e-global-color-dc9ad1d);
  color: white;
}
div.color.colorI {
  background: var(--e-global-color-f7ed1e9);
  color: black;
}

:root {
  --e-a-font-family: $sourcesans;
}

:root {
  --z-basement: -1;
  --z-first: 5;
  --z-second: 10;
  --z-third: 15;
  --z-attic: 20;
  --z-moon: 200000000;
}

.z-moon {
  z-index: var(--z-moon);
}

.z-attic {
  z-index: var(--z-attic);
}

.z-third {
  z-index: var(--z-third);
}

.z-second {
  z-index: var(--z-second);
}

.z-first {
  z-index: var(--z-first);
}

.z-basement {
  z-index: var(--z-basement);
}

:root {
  --space-xxsmall: 8px;
  --space-xsmall: 16px;
  --space-small: 24px;
  --space-medium: 32px;
  --space-large: 48px;
  --space-xl: 56px;
  --space-xxl: 64px;
  --space-xxxl: 72px;
  --space-xxxxl: 100px;
}
@media (max-width: 1023px) {
  :root {
    --space-xxsmall: 8px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxsmall: 8px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xsmall: 16px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xsmall: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-small: 24px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-small: 24px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-medium: 32px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-medium: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-large: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-large: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xxl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xxxl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxxl: 32px;
  }
}
@media (max-width: 1023px) {
  :root {
    --space-xxxxl: 48px;
  }
}
@media (max-width: 650px) {
  :root {
    --space-xxxxl: 32px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/leaguespartan-bold.eot");
  src: url("../fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguespartan-bold.woff2") format("woff2"), url("../fonts/leaguespartan-bold.woff") format("woff"), url("../fonts/leaguespartan-bold.ttf") format("truetype"), url("../fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  font-display: swap;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-npc_wm:before {
  content: "\e901";
}

.icon-npc_fm:before {
  content: "\e902";
}

.icon-npc_mo:before {
  content: "\e900";
}

div.elementor-widget-npc-siteby {
  text-align: right;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: var(--z-attic);
  overflow-x: clip;
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 650px) {
  div.elementor-widget-npc-siteby {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1100px) {
  div.elementor-widget-npc-siteby div.madebyNPC {
    left: auto;
    width: 250px;
    top: 0px;
    -webkit-transform: translateX(158px);
            transform: translateX(158px);
    height: 24px;
    right: 0px;
    display: block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  div.elementor-widget-npc-siteby div.madebyNPC:hover {
    margin-right: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

a.npc {
  text-decoration: none !important;
  bottom: 0px;
  font-family: "League Spartan";
  text-transform: uppercase;
}

a.npc:hover {
  text-decoration: none !important;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: var(--z-moon);
  background: radial-gradient(circle, var(--page_transition_gradient_inside) 2%, var(--page_transition_gradient_outside) 150%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-loader div.loaderWrapper {
  display: block;
}
.page-loader .txt {
  color: white;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(var(--page_transition_text_color)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--page_transition_text_color), rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-animation: textAnimation 3s linear infinite;
          animation: textAnimation 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
body.elementor-editor-active .page-loader, body.e-preview--show-hidden-elements .page-loader {
  display: none !important;
}

@-webkit-keyframes textAnimation {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

@keyframes textAnimation {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  width: auto;
  max-width: 200px;
  height: 200px;
  margin: 0 auto;
}
.spinner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* Custom style for animate.css. Lines 1-17 moved to frontend/_animate.scss */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

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

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

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

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

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

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

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

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

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

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

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

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

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

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  -webkit-transition-delay: 1150ms;
          transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  -webkit-transition-delay: 1450ms;
          transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  -webkit-transition-duration: 1550ms;
          transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  -webkit-transition-delay: 1550ms;
          transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  -webkit-transition-duration: 1650ms;
          transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  -webkit-transition-duration: 1700ms;
          transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  -webkit-transition-duration: 1750ms;
          transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  -webkit-transition-delay: 1750ms;
          transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  -webkit-transition-duration: 1850ms;
          transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  -webkit-transition-delay: 1850ms;
          transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  -webkit-transition-duration: 1950ms;
          transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  -webkit-transition-duration: 2050ms;
          transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  -webkit-transition-delay: 2050ms;
          transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  -webkit-transition-duration: 2100ms;
          transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  -webkit-transition-duration: 2150ms;
          transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  -webkit-transition-delay: 2150ms;
          transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  -webkit-transition-duration: 2200ms;
          transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  -webkit-transition-duration: 2250ms;
          transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  -webkit-transition-duration: 2300ms;
          transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  -webkit-transition-duration: 2350ms;
          transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  -webkit-transition-delay: 2350ms;
          transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  -webkit-transition-duration: 2400ms;
          transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  -webkit-transition-duration: 2450ms;
          transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  -webkit-transition-delay: 2450ms;
          transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  -webkit-transition-duration: 2500ms;
          transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  -webkit-transition-duration: 2550ms;
          transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  -webkit-transition-delay: 2550ms;
          transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  -webkit-transition-duration: 2600ms;
          transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  -webkit-transition-duration: 2650ms;
          transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  -webkit-transition-delay: 2650ms;
          transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  -webkit-transition-duration: 2700ms;
          transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  -webkit-transition-duration: 2750ms;
          transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  -webkit-transition-delay: 2750ms;
          transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  -webkit-transition-duration: 2800ms;
          transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  -webkit-transition-duration: 2850ms;
          transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  -webkit-transition-delay: 2850ms;
          transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  -webkit-transition-duration: 2900ms;
          transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  -webkit-transition-duration: 2950ms;
          transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  -webkit-transition-delay: 2950ms;
          transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

:root {
  --viewport-width: initial;
  --viewport-height: initial;
}

@media (max-width: 1280px) {
  :root {
    --viewport-width: 1024px;
    --viewport-height: 768px;
  }
}
@media (max-width: 1024px) {
  :root {
    --viewport-width: 768px;
    --viewport-height: 768px;
  }
}
@media (max-width: 768px) {
  :root {
    --viewport-width: 480px;
    --viewport-height: 768px;
  }
}
@media (max-width: 480px) {
  :root {
    --viewport-width: 320px;
    --viewport-height: 768px;
  }
}
div[data-elementor-type=container] {
  position: relative;
}

section.devTools {
  z-index: var(--z-moon);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: 0px;
  display: none;
}
section.devTools * {
  font-size: clamp(16px, 1rem, 24px);
}

section.themeColors {
  display: none;
  position: relative;
  background: white;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: auto;
  z-index: var(--z-attic);
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.themeColors .color {
  min-width: 11.1111111111%;
  max-width: 11.1111111111%;
  padding: 0px;
  text-align: center;
  padding: 8px;
  font-weight: 600;
}
.wp-admin section.themeColors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.overlayActive {
  overflow-x: clip;
}
body.overlayActive.logged-in.admin-bar header,
body.overlayActive.logged-in.admin-bar footer,
body.overlayActive.logged-in.admin-bar .e-con,
body.overlayActive.logged-in.admin-bar .elementor-element, body.overlayActive.logged-in.admin-bar:not(.themeColors), body.overlayActive.elementor-editor-active header,
body.overlayActive.elementor-editor-active footer,
body.overlayActive.elementor-editor-active .e-con,
body.overlayActive.elementor-editor-active .elementor-element, body.overlayActive.elementor-editor-active:not(.themeColors) {
  border: 1px solid darkblue !important;
}
body.overlayActive.logged-in.admin-bar header *,
body.overlayActive.logged-in.admin-bar footer *,
body.overlayActive.logged-in.admin-bar .e-con *,
body.overlayActive.logged-in.admin-bar .elementor-element *, body.overlayActive.logged-in.admin-bar:not(.themeColors) *, body.overlayActive.elementor-editor-active header *,
body.overlayActive.elementor-editor-active footer *,
body.overlayActive.elementor-editor-active .e-con *,
body.overlayActive.elementor-editor-active .elementor-element *, body.overlayActive.elementor-editor-active:not(.themeColors) * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.overlayActive.logged-in.admin-bar header .e-con-inner,
body.overlayActive.logged-in.admin-bar footer .e-con-inner,
body.overlayActive.logged-in.admin-bar .e-con .e-con-inner,
body.overlayActive.logged-in.admin-bar .elementor-element .e-con-inner, body.overlayActive.logged-in.admin-bar:not(.themeColors) .e-con-inner, body.overlayActive.elementor-editor-active header .e-con-inner,
body.overlayActive.elementor-editor-active footer .e-con-inner,
body.overlayActive.elementor-editor-active .e-con .e-con-inner,
body.overlayActive.elementor-editor-active .elementor-element .e-con-inner, body.overlayActive.elementor-editor-active:not(.themeColors) .e-con-inner {
  border: 1px solid yellow !important;
}
body.overlayActive.logged-in.admin-bar header div.elementor-container,
body.overlayActive.logged-in.admin-bar footer div.elementor-container,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container, body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container, body.overlayActive.elementor-editor-active header div.elementor-container,
body.overlayActive.elementor-editor-active footer div.elementor-container,
body.overlayActive.elementor-editor-active .e-con div.elementor-container,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container, body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container {
  border: 1px solid lightblue !important;
}
body.overlayActive.logged-in.admin-bar header div.elementor-container div.elementor-widget-container,
body.overlayActive.logged-in.admin-bar footer div.elementor-container div.elementor-widget-container,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container div.elementor-widget-container,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container div.elementor-widget-container, body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container div.elementor-widget-container, body.overlayActive.elementor-editor-active header div.elementor-container div.elementor-widget-container,
body.overlayActive.elementor-editor-active footer div.elementor-container div.elementor-widget-container,
body.overlayActive.elementor-editor-active .e-con div.elementor-container div.elementor-widget-container,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container div.elementor-widget-container, body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container div.elementor-widget-container {
  border: 1px solid pink !important;
}
body.overlayActive.logged-in.admin-bar header div.elementor-container div,
body.overlayActive.logged-in.admin-bar footer div.elementor-container div,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container div,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container div, body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container div, body.overlayActive.elementor-editor-active header div.elementor-container div,
body.overlayActive.elementor-editor-active footer div.elementor-container div,
body.overlayActive.elementor-editor-active .e-con div.elementor-container div,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container div, body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container div {
  border: 1px solid black !important;
}
body.overlayActive.logged-in.admin-bar header div.elementor-container p,
body.overlayActive.logged-in.admin-bar header div.elementor-container h1,
body.overlayActive.logged-in.admin-bar header div.elementor-container h2,
body.overlayActive.logged-in.admin-bar header div.elementor-container h3,
body.overlayActive.logged-in.admin-bar header div.elementor-container h4,
body.overlayActive.logged-in.admin-bar header div.elementor-container h5,
body.overlayActive.logged-in.admin-bar header div.elementor-container h6,
body.overlayActive.logged-in.admin-bar header div.elementor-container li,
body.overlayActive.logged-in.admin-bar header div.elementor-container hr,
body.overlayActive.logged-in.admin-bar footer div.elementor-container p,
body.overlayActive.logged-in.admin-bar footer div.elementor-container h1,
body.overlayActive.logged-in.admin-bar footer div.elementor-container h2,
body.overlayActive.logged-in.admin-bar footer div.elementor-container h3,
body.overlayActive.logged-in.admin-bar footer div.elementor-container h4,
body.overlayActive.logged-in.admin-bar footer div.elementor-container h5,
body.overlayActive.logged-in.admin-bar footer div.elementor-container h6,
body.overlayActive.logged-in.admin-bar footer div.elementor-container li,
body.overlayActive.logged-in.admin-bar footer div.elementor-container hr,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container p,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container h1,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container h2,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container h3,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container h4,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container h5,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container h6,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container li,
body.overlayActive.logged-in.admin-bar .e-con div.elementor-container hr,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container p,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container h1,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container h2,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container h3,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container h4,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container h5,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container h6,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container li,
body.overlayActive.logged-in.admin-bar .elementor-element div.elementor-container hr, body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container p,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container h1,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container h2,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container h3,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container h4,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container h5,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container h6,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container li,
body.overlayActive.logged-in.admin-bar:not(.themeColors) div.elementor-container hr, body.overlayActive.elementor-editor-active header div.elementor-container p,
body.overlayActive.elementor-editor-active header div.elementor-container h1,
body.overlayActive.elementor-editor-active header div.elementor-container h2,
body.overlayActive.elementor-editor-active header div.elementor-container h3,
body.overlayActive.elementor-editor-active header div.elementor-container h4,
body.overlayActive.elementor-editor-active header div.elementor-container h5,
body.overlayActive.elementor-editor-active header div.elementor-container h6,
body.overlayActive.elementor-editor-active header div.elementor-container li,
body.overlayActive.elementor-editor-active header div.elementor-container hr,
body.overlayActive.elementor-editor-active footer div.elementor-container p,
body.overlayActive.elementor-editor-active footer div.elementor-container h1,
body.overlayActive.elementor-editor-active footer div.elementor-container h2,
body.overlayActive.elementor-editor-active footer div.elementor-container h3,
body.overlayActive.elementor-editor-active footer div.elementor-container h4,
body.overlayActive.elementor-editor-active footer div.elementor-container h5,
body.overlayActive.elementor-editor-active footer div.elementor-container h6,
body.overlayActive.elementor-editor-active footer div.elementor-container li,
body.overlayActive.elementor-editor-active footer div.elementor-container hr,
body.overlayActive.elementor-editor-active .e-con div.elementor-container p,
body.overlayActive.elementor-editor-active .e-con div.elementor-container h1,
body.overlayActive.elementor-editor-active .e-con div.elementor-container h2,
body.overlayActive.elementor-editor-active .e-con div.elementor-container h3,
body.overlayActive.elementor-editor-active .e-con div.elementor-container h4,
body.overlayActive.elementor-editor-active .e-con div.elementor-container h5,
body.overlayActive.elementor-editor-active .e-con div.elementor-container h6,
body.overlayActive.elementor-editor-active .e-con div.elementor-container li,
body.overlayActive.elementor-editor-active .e-con div.elementor-container hr,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container p,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container h1,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container h2,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container h3,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container h4,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container h5,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container h6,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container li,
body.overlayActive.elementor-editor-active .elementor-element div.elementor-container hr, body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container p,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container h1,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container h2,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container h3,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container h4,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container h5,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container h6,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container li,
body.overlayActive.elementor-editor-active:not(.themeColors) div.elementor-container hr {
  border: 1px solid salmon !important;
  color: black;
}
body.overlayActive section.devTools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.overlayActive section.themeColors {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: clip;
}
body.overlayActive section.themeColors * {
  border: 0px transparent !important;
}

html[lang*="-"] {
  margin-top: 0px !important;
}
@media (max-width: 1296px) {
  html[lang*="-"] div#wpadminbar {
    overflow: hidden !important;
    height: 0px !important;
    display: none !important;
  }
}
html[lang*="-"].rwd {
  background: rgba(0, 0, 0, 0.8);
  overflow-y: clip !important;
}
html[lang*="-"].rwd iframe:first-of-type {
  margin: 8vh auto 92vh;
  display: block;
  z-index: var(--z-moon);
  border: none;
}
html[lang*="-"].rwd body.overlayActive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html[lang*="-"].rwd body.overlayActive::-webkit-scrollbar-thumb {
  background: transparent;
}
html[lang*="-"].rwd body.overlayActive::-webkit-scrollbar-track {
  background: transparent;
}
html[lang*="-"].rwd body.overlayActive {
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent;
}
html[lang*="-"].rwd body.overlayActive div#wpadminbar {
  overflow: hidden !important;
  height: 0px !important;
}
html[lang*="-"].rwd body.overlayActive div[data-elementor-type=container],
html[lang*="-"].rwd body.overlayActive .mainHeader {
  z-index: -1;
  opacity: 0.1;
}
.rwd html[lang*="-"].rwd body.overlayActive header {
  position: absolute !important;
  top: 0px !important;
}

.viewport-controls {
  position: relative;
  max-width: 50%;
  min-width: 50%;
  z-index: var(--z-moon);
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.overlayActive .viewport-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.viewport-control,
.reset-viewport,
.open-iframe {
  padding: 8px 24px;
  border: none;
  background-color: var(--e-global-color-66db463);
  color: #fff;
  cursor: pointer;
  min-width: 14.2857142857%;
  max-width: 14.2857142857%;
  outline: none !important;
  font-weight: 600;
}

.viewport-control {
  opacity: 0.3;
  pointer-events: none;
}
.viewport-control.active {
  background: var(--e-global-color-accent);
}
.viewport-control.canClick {
  opacity: 1;
  pointer-events: initial;
}

.reset-viewport {
  background-color: #ca3636;
}

.open-iframe {
  background-color: var(--e-global-color-primary);
}

body,
html {
  overflow-x: clip !important;
}
section.elementor-top-section {
  overflow-x: clip;
}
body .elementor-template-library-template.elementor-template-library-template-remote {
  display: none;
}

body #elementor-template-library-menu-my-templates {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

body #elementor-template-library-menu-my-templates::before {
  content: "Neon Pig Creative - ";
}

body.elementor-maintenance-mode main#content {
  max-width: none !important;
}

body.elementor-editor-active div[class*=elementor-widget]:hover, body.elementor-editor-active div[class*=elementor-widget]:focus {
  -webkit-box-shadow: 0 0 0 1px var(--admin_nav_hover_color) !important;
          box-shadow: 0 0 0 1px var(--admin_nav_hover_color) !important;
}
body.elementor-editor-active .elementor-edit-area-active .e-con {
  --primary-color: var(--admin_nav_current_color);
  --secondary-color: var(--admin_nav_hover_color);
  --outline-color: var(--primary-color);
}

/****************************************

SECTION PADDING – DEFAULTS
Default padding for sections.

*****************************************/
@media (max-width: 650px) {
  :root {
    --wp-admin--admin-bar--height: 0px !important;
  }
}

body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
}
body::-webkit-scrollbar-track {
  background: var(--e-global-color-text);
}
body {
  scrollbar-face-color: var(--e-global-color-primary);
  scrollbar-track-color: var(--e-global-color-text);
}
body * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

body *::-moz-selection {
  background-color: var(--e-global-color-primary);
  /* WebKit/Blink Browsers */
  color: white;
}

body *::selection {
  background-color: var(--e-global-color-primary);
  /* WebKit/Blink Browsers */
  color: white;
}

div.elementor-731 section.elementor-section.elementor-top-section:nth-child(2) {
  display: none !important;
}

.mainHeader {
  z-index: var(--z-attic);
  width: 100% !important;
}
.mainHeader svg.menuToggle {
  fill: var(--e-global-color-primary);
}
.mainHeader .logo img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mainHeader.scroll-active svg.menuToggle {
  fill: var(--e-global-color-text);
}
.mainHeader.scroll-active .logo img {
  max-width: 72px !important;
}
div#cookie-law-info-bar {
  max-width: 95%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: var(--e-global-color-primary) !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
}
div#cookie-law-info-bar * {
  color: white;
}
div#cookie-law-info-bar a.wt-cli-accept-all-btn {
  background-color: var(--e-global-color-secondary) !important;
}
@media (max-width: 650px) {
  div#cookie-law-info-bar {
    max-width: 100%;
  }
}

div.cky-consent-container .cky-btn-accept {
  background: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}
div.cky-consent-container .cky-btn-reject,
div.cky-consent-container .cky-btn-customize {
  color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

div.cky-btn-revisit-wrapper {
  display: none !important;
}

.toTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  max-width: 96px !important;
}
.elementor-edit-area-active .toTop {
  display: none !important;
}
.toTop div.elementor-widget-wrap {
  padding: 0px !important;
}
.toTop * {
  padding: 0px;
}

@media (min-width: 1023px) {
  div.search-filter-results div.resultsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

form.searchandfilter input,
form.searchandfilter textarea,
form.searchandfilter select {
  border: 2px solid var(--e-global-color-primary);
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 0px;
  outline: none !important;
}
form.searchandfilter input:focus,
form.searchandfilter textarea:focus,
form.searchandfilter select:focus {
  border: 2px solid var(--e-global-color-secondary);
}
@media (min-width: 1023px) {
  form.searchandfilter ul li {
    display: inline-block;
    margin-right: 8px;
  }
}

div.elementor-form-fields-wrapper input,
div.elementor-form-fields-wrapper textarea {
  padding: 16px;
}

.elementor-form input::-webkit-input-placeholder, .elementor-form textarea::-webkit-input-placeholder,
.ctct-inline-form input::-webkit-input-placeholder,
.ctct-inline-form textarea::-webkit-input-placeholder {
  font-style: italic;
  color: var(--e-global-color-5598db8);
  font-family: source-sans-pro, sans-serif;
}
.elementor-form input:-moz-placeholder, .elementor-form textarea:-moz-placeholder,
.ctct-inline-form input:-moz-placeholder,
.ctct-inline-form textarea:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: var(--e-global-color-5598db8);
  font-family: utopia-std, serif !important;
}
.elementor-form input::-moz-placeholder, .elementor-form textarea::-moz-placeholder,
.ctct-inline-form input::-moz-placeholder,
.ctct-inline-form textarea::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: var(--e-global-color-5598db8);
  font-family: utopia-std, serif !important;
}
.elementor-form input:-ms-input-placeholder, .elementor-form textarea:-ms-input-placeholder,
.ctct-inline-form input:-ms-input-placeholder,
.ctct-inline-form textarea:-ms-input-placeholder {
  font-style: italic;
  color: var(--e-global-color-5598db8);
  font-family: utopia-std, serif !important;
}

div#wpadminbar {
  background: var(--admin_nav_background_color);
}
div#wpadminbar ul li:hover ul {
  display: block !important;
  opacity: 1;
}
@media (max-width: 1023px) {
  div#wpadminbar {
    display: none !important;
  }
}

.hideMe {
  visibility: hidden !important;
  white-space: pre-wrap;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media (min-width: 1100px) {
  ul.sub-menu {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-top: 25px !important;
  }
  ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -46px;
    /* adjust as needed */
    left: 5%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    width: 85px;
    height: 47px;
    background: url("../images/ep-menu-topper.png") top center no-repeat;
  }
}
ul.sub-menu li a span {
  color: var(--e-global-color-dc9ad1d) !important;
}

li.menu-item {
  border: none !important;
}
@media (max-width: 650px) {
  li.menu-item.desktop-only {
    display: none !important;
  }
}
@media (max-width: 650px) {
  li.menu-item.mobile-only {
    display: block !important;
  }
}
@media (min-width: 650px) {
  li.menu-item.mobile-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  li.menu-item {
    clear: both;
  }
}
li.menu-item a {
  border: none !important;
}

ul.elementor-nav-menu {
  padding: 24px 24px 24px 64px;
}
ul.elementor-nav-menu li.menu-item a {
  font-size: clamp(17px, 1.0416666667vw, 23px);
}
ul.elementor-nav-menu li.menu-item.mega-menu-item a {
  font-size: clamp(16px, 0.9375vw, 20px);
  line-height: 1.4em;
}
@media (max-width: 650px) {
  ul.elementor-nav-menu {
    padding: 24px;
  }
  ul.elementor-nav-menu a {
    padding-bottom: 0px !important;
  }
}

li.mega-menu-item {
  max-width: 480px;
  clear: both;
}
@media (min-width: 1100px) {
  li.mega-menu-item {
    min-width: 464px;
    clear: both;
  }
}
@media (min-width: 1921px) {
  li.mega-menu-item {
    min-width: 484px;
  }
}
@media (max-width: 1023px) {
  li.mega-menu-item {
    margin: 0px auto !important;
    max-width: none;
    padding: 0px !important;
  }
}
li.mega-menu-item img {
  float: left;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  max-width: 72px;
}
@media (max-width: 1023px) {
  li.mega-menu-item img {
    max-width: 40px;
    margin-right: 16px;
  }
}
li.mega-menu-item a {
  display: block;
  font-weight: 700;
  white-space: initial !important;
  border: none !important;
  padding: 8px 12px !important;
}
@media (max-width: 1023px) {
  li.mega-menu-item a {
    clear: both;
    padding: 0px 0px 16px 8px !important;
    font-weight: 500;
  }
}
li.mega-menu-item span.menu-item-description {
  font-size: 80%;
  margin-top: 6px;
  display: block;
  font-weight: 400;
}
@media (max-width: 1023px) {
  li.mega-menu-item span.menu-item-description {
    display: none;
  }
}
@media (min-width: 1921px) {
  li.mega-menu-item span.menu-item-description {
    font-size: 14px;
    line-height: 1.3;
  }
}
li.mega-menu-item:hover span.menu-item-description {
  color: var(--e-global-color-primary) !important;
}
li.mega-menu-item:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.elementor-sticky__spacer {
  visibility: hidden !important;
}
.elementor-sticky__spacer .type-ajax {
  display: none !important;
}
@media (min-width: 1100px) {
  .logged-in .elementor-sticky__spacer {
    top: 32px;
  }
}

div#wp-toolbar .ab-top-menu > li.hover > .ab-item, div#wp-toolbar .quicklinks .ab-top-menu > li > .ab-item:focus, div#wp-toolbar .ab-top-menu > li:hover > .ab-item, div#wp-toolbar .ab-top-menu > li > .ab-item:focus {
  background: var(--admin_nav_background_color) !important;
  color: white !important;
}
div#wp-toolbar .ab-top-menu > li.hover > .ab-item::before, div#wp-toolbar .quicklinks .ab-top-menu > li > .ab-item:focus::before, div#wp-toolbar .ab-top-menu > li:hover > .ab-item::before, div#wp-toolbar .ab-top-menu > li > .ab-item:focus::before {
  color: white !important;
}
div#wp-toolbar ul,
div#wp-toolbar ul.ab-top-menu,
div#wp-toolbar ul#wp-admin-bar-top-secondary {
  background-color: var(--admin_nav_background_color);
}
div#wp-toolbar ul li#wp-admin-bar-comments,
div#wp-toolbar ul li#wp-admin-bar-new-content,
div#wp-toolbar ul li#wp-admin-bar-elementor_inspector,
div#wp-toolbar ul li#wp-admin-bar-duplicate-post,
div#wp-toolbar ul li#wp-admin-bar-wpseo-menu,
div#wp-toolbar ul li#wp-admin-bar-updates,
div#wp-toolbar ul li#wp-admin-bar-customize,
div#wp-toolbar ul li#wp-admin-bar-search,
div#wp-toolbar ul li#wp-admin-bar-site-licences,
div#wp-toolbar ul li#wp-admin-bar-wp-logo,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-comments,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-new-content,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-elementor_inspector,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-duplicate-post,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-wpseo-menu,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-updates,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-customize,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-search,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-site-licences,
div#wp-toolbar ul.ab-top-menu li#wp-admin-bar-wp-logo,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-comments,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-new-content,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-elementor_inspector,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-duplicate-post,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-wpseo-menu,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-updates,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-customize,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-search,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-site-licences,
div#wp-toolbar ul#wp-admin-bar-top-secondary li#wp-admin-bar-wp-logo {
  display: none !important;
}
div#wp-toolbar ul span:hover,
div#wp-toolbar ul a:hover,
div#wp-toolbar ul.ab-top-menu span:hover,
div#wp-toolbar ul.ab-top-menu a:hover,
div#wp-toolbar ul#wp-admin-bar-top-secondary span:hover,
div#wp-toolbar ul#wp-admin-bar-top-secondary a:hover {
  color: var(--admin_nav_hover_color) !important;
}

ul#wp-admin-bar-top-secondary a.ab-item {
  font-size: 0px;
}
ul#wp-admin-bar-top-secondary a.ab-item span.display-name {
  font-size: 13px;
}
ul#wp-admin-bar-top-secondary ul a.ab-item {
  font-size: 13px;
}

ul#wp-admin-bar-root-default ul#wp-admin-bar-appearance {
  display: none !important;
}

div#wpfooter p#footer-left {
  display: none !important;
}

@media (max-width: 650px) {
  img.alignleft,
  img.alignright,
  img.aligncenter {
    width: 100%;
    max-width: none;
    float: none !important;
    margin-bottom: 8px;
  }
}

@media (max-width: 650px) {
  figure.alignleft,
  figure.alignright,
  figure.aligncenter {
    width: 100% !important;
    max-width: none;
    float: none !important;
    margin: 0px auto 8px !important;
  }
  figure.alignleft img,
  figure.alignright img,
  figure.aligncenter img {
    width: 100%;
    margin-bottom: 8px;
  }
}

div.quicklinks .devOverlayActive *,
div.quicklinks .ADAOverlayActive *,
div.quicklinks .ADAGrayscale * {
  color: var(--e-global-color-primary) !important;
}
div.quicklinks .devOverlayActive i,
div.quicklinks .ADAOverlayActive i,
div.quicklinks .ADAGrayscale i {
  font-family: "Font Awesome 6 Pro" !important;
  margin-right: 16px;
  display: inline-block;
}
div.quicklinks .devOverlayActive:before,
div.quicklinks .ADAOverlayActive:before,
div.quicklinks .ADAGrayscale:before {
  font-family: "Font Awesome 6 Pro" !important;
}

.post-password-form {
  margin: 48px auto;
  max-width: 1024px;
}
.post-password-form label {
  vertical-align: baseline;
  line-height: 1.4;
}
.post-password-form button {
  margin: 0px 0px 0px 8px !important;
  vertical-align: baseline;
}

.customCarouselButtons .elementor-swiper-button-next,
.customCarouselButtons .elementor-swiper-button-prev {
  opacity: 0;
  visibility: hidden;
}

.carouselPrev,
.carouselNext {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.carouselPrev:hover,
.carouselNext:hover {
  -webkit-transform: scale(1.1) translateY(-4px);
          transform: scale(1.1) translateY(-4px);
}

.process-step-tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1023px) {
  .process-step-tile-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.process-step-tile-container .process-step-item {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.process-step-tile-container .process-step-item:nth-child(n) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.process-step-tile-container .process-step-item:nth-child(2) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.process-step-tile-container .process-step-item:nth-child(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.process-step-tile-container .process-step-item:nth-child(4) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.process-step-tile-container .process-step-item:nth-child(5) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.process-step-tile-container .process-step-item:nth-child(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.process-step-tile-container .process-step-item:nth-child(7) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.process-step-tile-container .process-step-item:nth-child(8) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.process-step-tile-container .process-step-item:nth-child(9) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.process-step-tile-container .process-step-item:nth-child(10) {
  -webkit-animation-delay: 5400ms;
          animation-delay: 5400ms;
}
@media (min-width: 651px) {
  .process-step-tile-container .process-step-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1023px) {
  .process-step-tile-container .process-step-item {
    margin-bottom: var(--space-medium);
  }
  .process-step-tile-container .process-step-item:last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  .process-step-tile-container .process-step-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.process-step-tile-container .process-step-item .stepNumber {
  color: white;
  font-family: utopia-std, serif;
  font-weight: 700;
  padding: var(--space-xsmall);
  aspect-ratio: 1/1;
  background: var(--e-global-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(48px, 2.5vw, 48px);
  margin-top: var(--space-medium);
  min-height: 72px;
  max-height: 72px;
  line-height: 0.8;
  text-align: center;
}
@media (max-width: 650px) {
  .process-step-tile-container .process-step-item .stepNumber {
    margin-top: 0px;
    margin: 0px auto;
  }
}
.process-step-tile-container .process-step-item .process-step-content-container {
  border-left: 1px solid #70562E;
  padding: var(--space-medium);
  padding-right: var(--space-xl);
}
@media (max-width: 650px) {
  .process-step-tile-container .process-step-item .process-step-content-container {
    padding: 0px;
    padding-top: var(--space-small);
    border-top: 1px solid #70562E;
    border-left: none;
    text-align: center;
  }
  .process-step-tile-container .process-step-item .process-step-content-container ul {
    text-align: left !important;
  }
}
.process-step-tile-container .process-step-item .process-step-title {
  font-size: clamp(20px, 1.1458333333vw, 24px);
  font-weight: 700;
  color: #0E1F2F;
}

.elementor-widget-processsteptilev2 .process-step-tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.elementor-widget-processsteptilev2 .process-step-item-simple {
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  margin-bottom: var(--space-medium);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .elementor-widget-processsteptilev2 .process-step-item-simple {
    min-width: 100%;
    max-width: 100%;
  }
  .elementor-widget-processsteptilev2 .process-step-item-simple:last-of-type {
    margin-bottom: 0px;
  }
}
.elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .stepNumber {
  color: white;
  font-family: utopia-std, serif;
  font-weight: 700;
  padding: var(--space-xsmall);
  background: var(--e-global-color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(48px, 2.5vw, 48px);
  line-height: 0.8;
  text-align: center;
  min-width: 20%;
  max-width: 20%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .process-step-content-container {
  padding: var(--space-medium);
  padding-right: var(--space-xl);
  min-width: 80%;
  max-width: 80%;
}
@media (max-width: 650px) {
  .elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .process-step-content-container {
    padding: 24px;
    border-left: none;
  }
  .elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .process-step-content-container ul {
    text-align: left !important;
  }
}
.elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .process-step-content-container p {
  font-size: 90%;
}
@media (max-width: 650px) {
  .elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .process-step-content-container p {
    line-height: 1.5;
  }
}
.elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner .process-step-title {
  font-size: clamp(20px, 1.1458333333vw, 24px);
  font-weight: 700;
  color: #0E1F2F;
}
.elementor-widget-processsteptilev2 .process-step-item-simple .process-step-inner:hover .stepNumber {
  background: #D01740;
}

@media (max-width: 650px) {
  .imageCollage img {
    aspect-ratio: 7/5 !important;
    width: 100% !important;
  }
}
.imageCollage img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.imageCollage img:hover {
  cursor: pointer;
}

.elementor-widget-projecthighlighttile {
  width: 100%;
}

.projectTileContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.projectTileContainer:nth-child(n) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.projectTileContainer:nth-child(2) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.projectTileContainer:nth-child(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.projectTileContainer:nth-child(4) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.projectTileContainer:nth-child(5) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.projectTileContainer:nth-child(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.projectTileContainer:nth-child(7) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.projectTileContainer:nth-child(8) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.projectTileContainer:nth-child(9) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.projectTileContainer:nth-child(10) {
  -webkit-animation-delay: 5400ms;
          animation-delay: 5400ms;
}
.projectTileContainer .projectTitleContainer,
.projectTileContainer .factsListContainer {
  background-color: white;
  min-width: 60%;
  max-width: 60%;
  padding: var(--space-medium);
}
.projectTileContainer .projectTitleContainer span,
.projectTileContainer .factsListContainer span {
  display: block;
}
.projectTileContainer .projectTitleContainer span.projectTitle, .projectTileContainer .projectTitleContainer span.factsTitle,
.projectTileContainer .factsListContainer span.projectTitle,
.projectTileContainer .factsListContainer span.factsTitle {
  font-weight: 700;
}
.projectTileContainer .projectTitleContainer span.factsList,
.projectTileContainer .factsListContainer span.factsList {
  font-style: italic;
}
@media (max-width: 650px) {
  .projectTileContainer .projectTitleContainer,
  .projectTileContainer .factsListContainer {
    min-width: 100%;
    max-width: 100%;
  }
  .projectTileContainer .projectTitleContainer p:last-of-type,
  .projectTileContainer .factsListContainer p:last-of-type {
    margin-bottom: 0px;
  }
}
.projectTileContainer .projectTitleContainer p a,
.projectTileContainer .factsListContainer p a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: var(--e-global-color-secondary);
  font-weight: 600;
}
.projectTileContainer .projectTitleContainer p a:hover,
.projectTileContainer .factsListContainer p a:hover {
  color: #D01740;
}
@media (max-width: 650px) {
  .projectTileContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projectTileContainer .factsListContainer {
  background-color: var(--e-global-color-text);
  min-width: 40%;
  max-width: 40%;
}
@media (max-width: 650px) {
  .projectTileContainer .factsListContainer {
    min-width: 100%;
    max-width: 100%;
  }
  .projectTileContainer .factsListContainer p:last-of-type {
    margin-bottom: 0px;
  }
}

.staff-member-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff-member-container .staff-member-item {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: white;
  min-width: 30%;
  max-width: 30%;
  margin: 0px 1.5% 6% 1.5%;
}
.staff-member-container .staff-member-item .staff-member-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-headshot {
  min-width: 40%;
  max-width: 40%;
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-headshot img {
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0px;
  display: block;
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-info {
  min-width: 60%;
  max-width: 60%;
  padding: var(--space-xsmall);
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-info .staff-member-name {
  font-family: utopia-std, serif;
  font-weight: 700;
  color: var(--e-global-color-primary);
  font-size: clamp(22px, 1.25vw, 26px);
  margin-bottom: 0.125em;
  display: block;
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-info .staff-member-role,
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-info .openModal {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  line-height: 1.25;
  display: block;
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-info .openModal {
  font-weight: 600;
  color: var(--e-global-color-secondary);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: 6px;
}
.staff-member-container .staff-member-item .staff-member-item-inner .staff-member-info .openModal:hover {
  color: #D01740;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .staff-member-container .staff-member-item {
    min-width: 46%;
    max-width: 46%;
    margin: 0px 4% 4% 0px;
  }
}
@media (max-width: 760px) {
  .staff-member-container .staff-member-item {
    min-width: 100%;
    max-width: 100%;
    margin: 16px 0px;
  }
  .staff-member-container .staff-member-item .staff-member-headshot {
    min-width: 45%;
    max-width: 45%;
  }
  .staff-member-container .staff-member-item .staff-member-info {
    min-width: 55%;
    max-width: 55%;
  }
}
@media (min-width: 1023px) {
  .staff-member-container.oneCol .staff-member-item {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1023px) {
  .staff-member-container.twoCol .staff-member-item {
    min-width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 1023px) {
  .staff-member-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.staff-member-container .staffModal {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  position: fixed;
  inset: 0px;
  pointer-events: none;
  bottom: 100dvh;
}
.staff-member-container .staffModal .inner {
  max-width: 1024px;
  padding: var(--space-large);
  margin: 0px auto;
}
.staff-member-container .staffModal .inner::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.staff-member-container .staffModal .inner::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
}
.staff-member-container .staffModal .inner::-webkit-scrollbar-track {
  background: var(--e-global-color-text);
}
.staff-member-container .staffModal .inner {
  scrollbar-face-color: var(--e-global-color-primary);
  scrollbar-track-color: var(--e-global-color-text);
}
.staff-member-container .staffModal .inner * {
  color: white;
}
.staff-member-container .staffModal .inner span.close {
  background: white;
  color: var(--e-global-color-secondary);
  font-weight: 600;
  padding: var(--space-xxsmall) var(--space-xsmall);
  /* display: block; */
  /* text-align: right; */
  /* display: inline-block; */
  /* margin: 0px 0px auto auto; */
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (min-width: 1100px) {
  .staff-member-container .staffModal .inner .staff-member-headshot {
    float: left;
    margin: 6px var(--space-medium) var(--space-xsmall) 0px;
    min-width: 25%;
    max-width: 25%;
  }
}
.staff-member-container .staffModal .inner .staff-member-headshot img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .staff-member-container .staffModal .inner {
    overflow-y: scroll !important;
    height: 86vh;
  }
}
.staff-member-container .staffModal.active {
  bottom: 0px;
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: initial;
  background: var(--e-global-color-secondary);
  z-index: var(--z-moon);
}

div.gtranslate_wrapper a.glink {
  opacity: 0.5;
}
div.gtranslate_wrapper a.glink.gt-current-lang {
  opacity: 0.8;
  margin: 0px 8px;
}
div.gtranslate_wrapper a.glink img {
  opacity: 1;
  width: 16px;
  margin-top: -2px;
}
div.gtranslate_wrapper a.glink span {
  font-size: 16px;
}

.e-con.childMenu {
  display: none;
  z-index: 5;
}
@media (min-width: 1100px) {
  .e-con.childMenu {
    display: block;
  }
}
@media (min-width: 1100px) {
  .logged-in .e-con.childMenu.elementor-sticky--active {
    top: 127px !important;
  }
}
.elementor-editor-active .e-con.childMenu {
  position: relative !important;
}

.child_menu_wrapper {
  background: var(--e-global-color-text);
  padding: 8px;
}
.child_menu_wrapper .child_menu_item_container {
  max-width: var(--content-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
}
.child_menu_wrapper div.child_menu_item {
  padding: 2px 8px;
  border-right: 1px solid #D1CFB7;
}
.child_menu_wrapper div.child_menu_item a {
  color: var(--e-global-color-primary);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: 600;
}
.child_menu_wrapper div.child_menu_item a:hover {
  color: #D01740;
}
.child_menu_wrapper div.child_menu_item.currentPage a {
  color: var(--e-global-color-secondary);
}
.child_menu_wrapper div.child_menu_item.currentPage a:hover {
  color: #D01740;
}
.child_menu_wrapper div.child_menu_item:last-of-type {
  border: none;
}
.menu-item-12820 .child_menu_item,
.mainPageBody .mobileStaticChildWrapper .child_menu_item {
  display: none;
}
@media (max-width: 1023px) {
  .menu-item-12820 .child_menu_item,
  .mainPageBody .mobileStaticChildWrapper .child_menu_item {
    display: block;
  }
  .menu-item-12820 .child_menu_item:first-of-type,
  .mainPageBody .mobileStaticChildWrapper .child_menu_item:first-of-type {
    margin-top: -8px;
  }
  .menu-item-12820 .child_menu_item:first-of-type:before,
  .mainPageBody .mobileStaticChildWrapper .child_menu_item:first-of-type:before {
    font-weight: bold;
    content: "Explore More:";
    display: block;
    font-size: clamp(16px, 1vw, 20px);
    margin-bottom: 8px !important;
  }
  .menu-item-12820 .child_menu_item :last-of-type,
  .mainPageBody .mobileStaticChildWrapper .child_menu_item :last-of-type {
    border-bottom: 2px solid #D1CFB7;
    margin-bottom: 8px;
  }
  .menu-item-12820 .child_menu_item a,
  .mainPageBody .mobileStaticChildWrapper .child_menu_item a {
    padding: 0px 0px 0px 8px !important;
    font-size: clamp(16px, 1vw, 20px);
  }
  .menu-item-12820 .child_menu_item.currentPage a,
  .mainPageBody .mobileStaticChildWrapper .child_menu_item.currentPage a {
    color: var(--e-global-color-secondary);
  }
}

.mobileStaticChildWrapper {
  display: none;
  padding: 0px;
  text-align: center;
}
@media (max-width: 1023px) {
  .mobileStaticChildWrapper {
    padding: 16px;
    display: block;
  }
}
.mobileStaticChildWrapper .child_menu_item {
  width: 100%;
}
.mobileStaticChildWrapper .child_menu_item a {
  display: block;
  width: 100%;
}

@media (min-width: 1100px) {
  .elementor-widget-icon-box .elementor-icon {
    margin-top: 4px;
  }
}

#content .elementor-widget-video-playlist {
  font-family: source-sans-pro, sans-serif;
}

.grantDueDates .e-con-inner .e-con:nth-child(2) .e-con .elementor-widget-heading:nth-child(1) .elementor-heading-title {
  font-size: clamp(16px, 0.9375vw, 20px);
}
.grantDueDates .e-con-inner .e-con:nth-child(2) .e-con .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-size: clamp(90px, 5.5729166667vw, 124px);
}
.grantDueDates .e-con-inner .e-con:nth-child(2) .e-con .elementor-widget-heading:nth-child(3) .elementor-heading-title {
  font-size: clamp(20px, 1.1979166667vw, 26px);
}

@media (min-width: 1100px) {
  body.single-post #content iframe {
    width: calc(100% + 128px);
    max-width: calc(100% + 128px);
    margin-top: var(--space-xl);
    margin-bottom: var(--space-xl);
    margin-left: -64px;
    aspect-ratio: 16/9;
  }
}

.elementor-widget-hotspot .e-hotspot__tooltip {
  min-width: 320px;
  max-width: 320px;
  white-space: unset;
}

.ctct-inline-form .ctct-form-defaults {
  background-color: transparent !important;
  padding: 0px !important;
}
.ctct-inline-form #gdpr_text,
.ctct-inline-form .ctct-form-footer {
  display: none !important;
}
.ctct-inline-form label {
  visibility: none;
  opacity: 0;
  height: 0px !important;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .ctct-inline-form .ctct-form-custom #first_name_field_0,
  .ctct-inline-form .ctct-form-custom #last_name_field_0 {
    min-width: 48%;
    max-width: 48%;
    float: left;
    margin-right: 8px;
  }
  .ctct-inline-form .ctct-form-custom #last_name_field_0 {
    float: right;
    margin-right: 0px;
  }
}
.ctct-inline-form .ctct-form-custom input {
  border: none !important;
}
.ctct-inline-form .ctct-form-custom input.ctct-form-element {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.ctct-inline-form .ctct-form-custom button.ctct-form-button {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: var(--e-global-color-secondary) !important;
  border: none !important;
  font-weight: 600;
}
.ctct-inline-form .ctct-form-custom button.ctct-form-button:hover {
  background-color: #D01740 !important;
}

.elementor-search-form__container.elementor-lightbox {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding-top: 72px !important;
}

button.dce-close.dce-modal-close.close-x.close-right.close-top {
  border-radius: 0px !important;
}

.mec-events-meta-group-booking .mec-booking-shortcode,
.mec-single-event .mec-events-meta-group-booking,
.mec-single-event .mec-frontbox {
  border: none !important;
}

.mec-single-event .mec_rsvp_form .mec-select-date-dropdown-wrapper .mec-select-date-dropdown,
.mec-single-event .mec_rsvp_form .mec-field-wrapper,
.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper,
.mec-rsvp-answer .mec-rsvp-answers-details-link .mec-rsvp-answer,
.mec-wrap .mec_rsvp_form .col-md-12:not(input) {
  margin-bottom: 16px !important;
  border-radius: 0px !important;
  padding-right: 0px !important;
}

.mec-rsvp-answer {
  display: none !important;
}

#main-content span.event-color {
  display: none !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group {
  padding: 0px;
}
#main-content form.mec_rsvp_form.mec-events-meta-group .mec-custom-form-box {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group div {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group > h4 {
  display: none !important;
  margin: 0px !important;
  padding: 0px !important;
  opacity: 0 !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group .mec-btn-box {
  padding-top: 16px !important;
  border: none !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group .mec-btn-box button.button {
  background-color: var(--e-global-color-secondary) !important;
  border: none !important;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: white !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group .mec-btn-box button.button:hover {
  background-color: #D01740 !important;
  color: white !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group .mec-btn-box button.button.mec-submit {
  background-color: var(--e-global-color-accent) !important;
}
#main-content form.mec_rsvp_form.mec-events-meta-group .mec-btn-box button.button svg {
  display: none !important;
}
#main-content .lity-content .button, #main-content .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button), #main-content .lity-content input[type=button], #main-content .lity-content input[type=reset], #main-content .lity-content input[type=submit], #main-content .mec-nextprev-next-button, #main-content .mec-nextprev-prev-button, #main-content .mec-wrap .button, #main-content .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button), #main-content .mec-wrap input[type=button], #main-content .mec-wrap input[type=reset], #main-content .mec-wrap input[type=submit] {
  background-color: var(--e-global-color-secondary) !important;
  border: none !important;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: white !important;
}
#main-content .lity-content .button:hover, #main-content .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button):hover, #main-content .lity-content input[type=button]:hover, #main-content .lity-content input[type=reset]:hover, #main-content .lity-content input[type=submit]:hover, #main-content .mec-nextprev-next-button:hover, #main-content .mec-nextprev-prev-button:hover, #main-content .mec-wrap .button:hover, #main-content .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button):hover, #main-content .mec-wrap input[type=button]:hover, #main-content .mec-wrap input[type=reset]:hover, #main-content .mec-wrap input[type=submit]:hover {
  background-color: #D01740 !important;
  color: white !important;
}
#main-content .lity-content .button.mec-submit, #main-content .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button).mec-submit, #main-content .lity-content input[type=button].mec-submit, #main-content .lity-content input[type=reset].mec-submit, #main-content .lity-content input[type=submit].mec-submit, #main-content .mec-nextprev-next-button.mec-submit, #main-content .mec-nextprev-prev-button.mec-submit, #main-content .mec-wrap .button.mec-submit, #main-content .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button).mec-submit, #main-content .mec-wrap input[type=button].mec-submit, #main-content .mec-wrap input[type=reset].mec-submit, #main-content .mec-wrap input[type=submit].mec-submit {
  background-color: var(--e-global-color-accent) !important;
}
#main-content .lity-content .button svg, #main-content .lity-content .button img, #main-content .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button) svg, #main-content .lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button) img, #main-content .lity-content input[type=button] svg, #main-content .lity-content input[type=button] img, #main-content .lity-content input[type=reset] svg, #main-content .lity-content input[type=reset] img, #main-content .lity-content input[type=submit] svg, #main-content .lity-content input[type=submit] img, #main-content .mec-nextprev-next-button svg, #main-content .mec-nextprev-next-button img, #main-content .mec-nextprev-prev-button svg, #main-content .mec-nextprev-prev-button img, #main-content .mec-wrap .button svg, #main-content .mec-wrap .button img, #main-content .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button) svg, #main-content .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button) img, #main-content .mec-wrap input[type=button] svg, #main-content .mec-wrap input[type=button] img, #main-content .mec-wrap input[type=reset] svg, #main-content .mec-wrap input[type=reset] img, #main-content .mec-wrap input[type=submit] svg, #main-content .mec-wrap input[type=submit] img {
  display: none !important;
}
#main-content i.mec-sl-home {
  display: none !important;
}
#main-content h3.mec-events-single-section-title {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.mec-wrap .mec-booking-button {
  font-family: source-sans-pro, sans-serif !important;
  font-weight: bold !important;
  text-transform: normal !important;
}
.mec-wrap span.event-color {
  display: none !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern {
  margin-bottom: 0px !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern div.mec-event-day {
  font-family: source-sans-pro, sans-serif !important;
  text-transform: capitalize !important;
  color: white !important;
  font-size: 20px;
  font-weight: bold;
  margin: -4px 0px 12px 0px !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern .event-grid-modern-head div.mec-event-detail {
  display: none !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern div.mec-event-detail {
  padding: 0px !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern h4.mec-event-title {
  font-family: utopia-std, serif !important;
  text-transform: initial !important;
  letter-spacing: 0px !important;
  font-size: clamp(28px, 1.6666666667vw, 36px);
  color: var(--e-global-color-f7ed1e9) !important;
}
@media only screen and (min-width: 1920px) {
  .mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern h4.mec-event-title {
    font-size: 36px !important;
  }
}
.mec-wrap .mec-skin-slider-events-container .mec-event-grid-modern h4.mec-event-title a {
  color: inherit !important;
}
.mec-wrap .mec-skin-slider-events-container * {
  color: white !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-booking-button:hover {
  color: var(--e-global-color-primary) !important;
}
.mec-wrap .mec-skin-slider-events-container .mec-event-footer .mec-booking-button {
  text-transform: initial !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
}
.mec-wrap .mec-event-list-classic .mec-month-divider {
  margin: 24px 0 8px 0 !important;
}
.mec-wrap .mec-event-list-classic .mec-month-divider span {
  font-family: utopia-std, serif !important;
  text-transform: initial !important;
  letter-spacing: 0px !important;
  font-size: clamp(28px, 1.6666666667vw, 36px);
  color: var(--e-global-color-secondary) !important;
}
@media only screen and (min-width: 1920px) {
  .mec-wrap .mec-event-list-classic .mec-month-divider span {
    font-size: 36px !important;
  }
}
.mec-wrap .mec-event-list-classic .mec-event-article {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.mec-wrap .mec-event-list-classic .mec-event-article h4.mec-event-title span.event-color {
  display: none !important;
}
.mec-wrap .mec-year-container span.mec-agenda-event-title span.event-color {
  display: none !important;
}
.mec-wrap div.mec-calendar div.mec-calendar-header h2 {
  font-family: utopia-std, serif !important;
  text-transform: initial !important;
  letter-spacing: 0px !important;
  font-size: clamp(28px, 1.6666666667vw, 36px);
  color: var(--e-global-color-primary) !important;
}
@media only screen and (min-width: 1920px) {
  .mec-wrap div.mec-calendar div.mec-calendar-header h2 {
    font-size: 36px !important;
  }
}
.mec-wrap div.mec-calendar span.event-color {
  display: none !important;
}
.mec-wrap div.mec-calendar .mec-calendar-events-sec span.event-color {
  display: none !important;
}
.mec-wrap div.mec-calendar .mec-calendar-events-sec .mec-table-side-title,
.mec-wrap div.mec-calendar .mec-calendar-events-sec .mec-color.mec-table-side-day {
  font-family: source-sans-pro, sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 700 !important;
  color: var(--e-global-color-secondary) !important;
  font-size: 24px !important;
}
.mec-wrap div.mec-calendar .mec-calendar-events-sec .mec-table-side-title article h4.mec-event-title a,
.mec-wrap div.mec-calendar .mec-calendar-events-sec .mec-color.mec-table-side-day article h4.mec-event-title a {
  text-transform: initial !important;
}
.mec-wrap div.mec-calendar .mec-calendar-events-sec .mec-table-side-title article h4.mec-event-title span.event-color,
.mec-wrap div.mec-calendar .mec-calendar-events-sec .mec-color.mec-table-side-day article h4.mec-event-title span.event-color {
  display: none !important;
}
.mec-wrap .mec-calendar.mec-calendar-daily.mec-calendar-weekly h4.mec-month-label,
.mec-wrap .mec-calendar.mec-calendar-daily h4.mec-month-label {
  font-family: utopia-std, serif !important;
  text-transform: initial !important;
  letter-spacing: 0px !important;
  font-size: clamp(28px, 1.6666666667vw, 36px);
  color: var(--e-global-color-primary) !important;
}
@media only screen and (min-width: 1920px) {
  .mec-wrap .mec-calendar.mec-calendar-daily.mec-calendar-weekly h4.mec-month-label,
  .mec-wrap .mec-calendar.mec-calendar-daily h4.mec-month-label {
    font-size: 36px !important;
  }
}
.mec-wrap .mec-calendar.mec-calendar-daily.mec-calendar-weekly h3.mec-current-week,
.mec-wrap .mec-calendar.mec-calendar-daily h3.mec-current-week {
  font-family: source-sans-pro, sans-serif !important;
  text-transform: initial !important;
  font-weight: 700 !important;
  color: var(--e-global-color-secondary) !important;
}
.mec-wrap .mec-calendar.mec-calendar-daily.mec-calendar-weekly li.mec-weekly-view-date-events.mec-calendar-day-events span.event-color,
.mec-wrap .mec-calendar.mec-calendar-daily li.mec-weekly-view-date-events.mec-calendar-day-events span.event-color {
  display: none !important;
}
.mec-wrap .mec-calendar.mec-calendar-daily.mec-calendar-weekly li.mec-weekly-view-date-events.mec-calendar-day-events .mec-event-list-weekly-date.mec-color,
.mec-wrap .mec-calendar.mec-calendar-daily li.mec-weekly-view-date-events.mec-calendar-day-events .mec-event-list-weekly-date.mec-color {
  font-weight: 700 !important;
}
.mec-wrap .mec-calendar.mec-calendar-daily.mec-calendar-weekly li.mec-weekly-view-date-events.mec-calendar-day-events .mec-event-list-weekly-date.mec-color span.mec-date-day,
.mec-wrap .mec-calendar.mec-calendar-daily li.mec-weekly-view-date-events.mec-calendar-day-events .mec-event-list-weekly-date.mec-color span.mec-date-day {
  color: var(--e-global-color-secondary) !important;
}
.mec-wrap .mec-load-more-wrap div.mec-load-more-button {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
  padding: 24px 34px;
  font-weight: 700;
  font-size: clamp(16px, 0.8854166667vw, 18px);
  background: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  min-width: 160px;
  font-family: source-sans-pro, sans-serif;
  margin-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: unset;
  letter-spacing: 0px;
  border-radius: 0px;
  max-width: 200px;
}
.mec-wrap .mec-load-more-wrap div.mec-load-more-button:hover {
  background: #D01740;
  border: 1px solid #D01740;
}/*# sourceMappingURL=style.css.map */