@charset "UTF-8";
div.color.bkg.colorA {
  background: var(--e-global-color-primary);
}
div.color.bkg.colorB {
  background: var(--e-global-color-secondary);
}
div.color.bkg.colorC {
  background: var(--e-global-color-text);
}
div.color.bkg.colorD {
  background: var(--e-global-color-accent);
}
div.color.bkg.colorE {
  background: var(--e-global-color-28ac875);
}
div.color.bkg.colorF {
  background: var(--e-global-color-5598db8);
}
div.color.bkg.colorG {
  background: var(--e-global-color-66db463);
}
div.color.bkg.colorH {
  background: var(--e-global-color-dc9ad1d);
  color: white;
}
div.color.bkg.colorI {
  background: var(--e-global-color-f7ed1e9);
  color: black;
}

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

SECTION PADDING – DEFAULTS
Default padding for sections.

*****************************************/
:root {
  --section-padding-side: 24px;
  --section-padding-default: 80px;
  --section-padding-small: 24px;
  --section-padding-medium: 56px;
  --section-padding-large: 108px;
  --section-padding-xl: 136px;
  --section-padding-xxl: 208px;
}
@media (max-width: 1023px) {
  :root {
    --section-padding-side: 24px;
    --section-padding-default: 32px;
    --section-padding-small: 24px;
    --section-padding-medium: 32px;
    --section-padding-large: 48px;
    --section-padding-xl: 64px;
    --section-padding-xxl: 80px;
  }
}
@media (max-width: 650px) {
  :root {
    --section-padding-side: 24px;
    --section-padding-default: 24px;
    --section-padding-small: 24px;
    --section-padding-medium: 32px;
    --section-padding-large: 48px;
    --section-padding-xl: 64px;
    --section-padding-xxl: 80px;
  }
}

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

.section-default-pad:not(.disable-ele) {
  padding: var(--section-padding-default) var(--section-padding-side);
}
.no-pad .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important;
}

.small-pad .elementor-widget-wrap.elementor-element-populated {
  padding: 16px !important;
}

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

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

*****************************************/
.section-ptn:not(.disable-ele) {
  padding-top: 0px !important;
}

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

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

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

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

.section-ptxxl:not(.disable-ele) {
  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:not(.disable-ele) {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

ELEMENTOR COLUMN GAPS

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

.elementor-column-gap-default.elementor-container > .elementor-column > .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);
}

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

CARD WRAP
Allow new cards to wrap to the next row instead of adding additional columns to the same row.
*Note these are testing on the new version of Elementor and they no longer seem to be working

*****************************************/
.section-card-wrap {
  /**** Two column cards****/
  /**** Three column cards ****/
}
.section-card-wrap .elementor-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-card-wrap .one-col {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
@media (max-width: 1023px) {
  .section-card-wrap .one-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}
.section-card-wrap .two-col {
  -ms-flex: 0 1 50%;
  -webkit-box-flex: 0;
          flex: 0 1 50%;
}
@media (max-width: 1023px) {
  .section-card-wrap .two-col {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
@media (max-width: 650px) {
  .section-card-wrap .two-col {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .section-card-wrap .two-col.dont {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}
.section-card-wrap .three-col {
  -ms-flex: 0 1 33.333%;
  -webkit-box-flex: 0;
          flex: 0 1 33.333%;
}
@media (max-width: 1023px) {
  .section-card-wrap .three-col {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
.section-card-wrap .four-col {
  -ms-flex: 0 1 25%;
  -webkit-box-flex: 0;
          flex: 0 1 25%;
}
@media (max-width: 1023px) {
  .section-card-wrap .four-col {
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%;
  }
}
@media (max-width: 650px) {
  .section-card-wrap .two-col, .section-card-wrap .three-col, .section-card-wrap .four-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

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

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

*****************************************/
.mbn.elementor-widget,
.mbn.elementor-widget:not(:last-child),
.mbn h1,
.mbn h2,
.mbn h3,
.mbn h4,
.mbn h5,
.mbn h6,
.mbn p,
.mbn img,
.mbn a.elementor-button-link {
  margin-bottom: 0 !important;
}

.defaultmb h1,
.defaultmb h2,
.defaultmb h3,
.defaultmb h4,
.defaultmb h5,
.defaultmb h6,
.defaultmb p,
.defaultmb a.elementor-button-link {
  margin-bottom: 8px;
}

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

.mbs,
.mbs.elementor-widget,
.mbs h1,
.mbs h2,
.mbs h3,
.mbs h4,
.mbs h5,
.mbs h6,
.mbs p,
.mbs img,
.mbs a.elementor-button-link {
  margin-bottom: 16px;
  margin-top: 0px;
}

.mbm,
.mbm.elementor-widget,
.mbm h1,
.mbm h2,
.mbm h3,
.mbm h4,
.mbm h5,
.mbm h6,
.mbm p,
.mbm img,
.mbm a.elementor-button-link {
  margin-bottom: 24px;
  margin-top: 0px;
}

.mbl,
.mbl.elementor-widget,
.mbl h1,
.mbl h2,
.mbl h3,
.mbl h4,
.mbl h5,
.mbl h6,
.mbl p,
.mbl img,
.mbl a.elementor-button-link {
  margin-bottom: 32px;
  margin-top: 0px;
}

.mbxl,
.mbxl.elementor-widget,
.mbxl h1,
.mbxl h2,
.mbxl h3,
.mbxl h4,
.mbxl h5,
.mbxl h6,
.mbxl p,
.mbxl img,
.mbxl a.elementor-button-link {
  margin-bottom: 48px;
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .mbl,
.mbl.elementor-widget {
    margin-bottom: 16px;
  }
  .mbxl,
.mbxl.elementor-widget {
    margin-bottom: 24px;
  }
}
.elementor-widget-text-editor.elementor-widget:not(:last-child),
.mbn.elementor-widget:not(:last-child),
.mbs.elementor-widget:not(:last-child),
.mbm.elementor-widget:not(:last-child),
.mbl.elementor-widget:not(:last-child),
.mbxl.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

mbn,
.mtn.elementor-widget,
.mtn.elementor-widget:not(:last-child),
.mtn h1,
.mtn h2,
.mtn h3,
.mtn h4,
.mtn h5,
.mtn h6,
.mtn p,
.mtn img,
.mtn a.elementor-button-link {
  margin-top: 0 !important;
}

.defaultmt h1,
.defaultmt h2,
.defaultmt h3,
.defaultmt h4,
.defaultmt h5,
.defaultmt h6,
.defaultmt p,
.defaultmt img,
.defaultmt a.elementor-button-link {
  margin-top: 0px;
}

.mts,
.mts.elementor-widget,
.mts h1,
.mts h2,
.mts h3,
.mts h4,
.mts h5,
.mts h6,
.mts p,
.mts img,
.mts a.elementor-button-link {
  margin-top: 16px;
}

.mtm,
.mtm.elementor-widget,
.mtm h1,
.mtm h2,
.mtm h3,
.mtm h4,
.mtm h5,
.mtm h6,
.mtm p,
.mtm img,
.mtm a.elementor-button-link {
  margin-top: 24px;
}

.mtl,
.mtl.elementor-widget,
.mtl h1,
.mtl h2,
.mtl h3,
.mtl h4,
.mtl h5,
.mtl h6,
.mtl p,
.mtl img,
.mtl a.elementor-button-link {
  margin-top: 32px;
}

.mtxl,
.mtxl.elementor-widget,
.mtxl h1,
.mtxl h2,
.mtxl h3,
.mtxl h4,
.mtxl h5,
.mtxl h6,
.mtxl p,
.mtxl img,
.mtxl a.elementor-button-link {
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .mtl,
.mtl.elementor-widget {
    margin-top: 16px;
  }
  .mtxl,
.mtxl.elementor-widget {
    margin-top: 24px;
  }
}
.elementor-widget-text-editor.elementor-widget:not(:last-child),
.mtn.elementor-widget:not(:last-child),
.mts.elementor-widget:not(:last-child),
.mtm.elementor-widget:not(:last-child),
.mtl.elementor-widget:not(:last-child),
.mtxl.elementor-widget:not(:last-child) {
  margin-top: 0px;
}

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

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-widget-heading p, .elementor-widget-animated-headline p, .elementor-widget-heading h6, .elementor-widget-animated-headline h6, .elementor-widget-heading h5, .elementor-widget-animated-headline h5, .elementor-widget-heading h3, .elementor-widget-animated-headline h3, .elementor-widget-heading h4, .elementor-widget-animated-headline h4, .elementor-widget-heading h2, .elementor-widget-animated-headline h2, .elementor-widget-heading h1, .elementor-widget-animated-headline h1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.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: transparent;
  border-bottom: 4px solid var(--e-global-color-secondary);
  color: var(--e-global-color-text);
  font-weight: bold;
  padding: 8px;
  background: rgba(231, 231, 231, 0);
  border-bottom: 2px solid var(--e-global-color-secondary);
  color: var(--e-global-color-text);
  text-transform: capitolize;
  text-transform: capitolize;
}
.elementor-widget-button a:hover {
  color: #fff;
  border-color: var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
}
.elementor-widget-button a:hover {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.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: transparent;
  border-bottom: 4px solid var(--e-global-color-secondary);
  color: var(--e-global-color-text);
  background: rgba(231, 231, 231, 0);
  border-bottom: 2px solid var(--e-global-color-secondary);
  color: var(--e-global-color-text);
  text-transform: capitolize;
  text-transform: capitolize;
}
.elementor-widget-button.elementor-button-c-info a:hover {
  color: #fff;
  border-color: var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
}
.elementor-widget-button.elementor-button-c-info a:hover {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-widget-button.elementor-button-c-success a {
  background: transparent;
  border-bottom: 4px solid var(--e-global-color-secondary);
  color: white;
  background: rgba(231, 231, 231, 0);
  border-bottom: 2px solid var(--e-global-color-secondary);
  color: white;
  text-transform: capitolize;
  text-transform: capitolize;
}
.elementor-widget-button.elementor-button-c-success a:hover {
  color: #fff;
  border-color: var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
}
.elementor-widget-button.elementor-button-c-success a:hover {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-widget-button.elementor-button-c-warning a {
  background: transparent;
  border-bottom: 2px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  text-transform: capitolize;
}
.elementor-widget-button.elementor-button-c-warning a:hover {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-widget-button.elementor-button-c-danger a {
  border: none;
  background: var(--e-global-color-primary);
  color: white;
}
.elementor-widget-button.elementor-button-c-danger a:hover {
  color: white;
  background: var(--e-global-color-secondary);
}

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: 150;
  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: -1;
}
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: 3/2;
}
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: 25;
  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;
}

.image-style-a .elementor-image-box-content {
  background-color: #DEEAF2;
  padding: 24px;
}
.image-style-a .elementor-image-box-wrapper {
  background: rgb(0, 58, 93);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgb(0, 58, 93)), color-stop(55%, rgb(222, 234, 242)));
  background: linear-gradient(180deg, rgb(0, 58, 93) 55%, rgb(222, 234, 242) 55%);
}
@media (min-width: 1024px) {
  .image-style-a .elementor-image-box-wrapper {
    min-height: 770px;
  }
}
@media (max-width: 1024px) {
  .image-style-a .elementor-image-box-wrapper {
    min-height: 590px;
  }
}
.image-style-a img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), color-stop(80%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 80%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), color-stop(80%, transparent));
          mask-image: linear-gradient(to bottom, black 20%, transparent 80%);
}
.image-style-a .elementor-image-box-title {
  margin-top: -60px;
  color: white;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .image-style-a .elementor-image-box-title {
    color: var(--e-global-color-primary) !important;
    margin-top: 0px;
  }
}
.image-style-a .elementor-image-box-description {
  line-height: 1.6;
}

main#content .elementor-widget-image-box.image-style-a, main#content .elementor-widget-image-box.image-style-b, main#content .elementor-widget-image-box.image-style-c, main#content .elementor-widget-image-box.image-style-d {
  margin-bottom: 24px;
}
main#content .elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img, main#content .elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img, main#content .elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img, main#content .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;
}
main#content .elementor-widget-image-box.image-style-a div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img, main#content .elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img, main#content .elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img, main#content .elementor-widget-image-box.image-style-d div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
main#content .elementor-widget-image-box.image-style-b div.elementor-widget-container {
  border: 6px solid var(--e-global-color-secondary);
  border-radius: 24px;
  -webkit-box-shadow: 6px 6px 0px var(--e-global-color-secondary);
          box-shadow: 6px 6px 0px var(--e-global-color-secondary);
}
main#content .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;
}
main#content .elementor-widget-image-box.image-style-b div.elementor-widget-container div.elementor-image-box-wrapper figure.elementor-image-box-img img {
  border-radius: 24px;
}
main#content .elementor-widget-image-box.image-style-c div.elementor-widget-container {
  border: 3px solid var(--e-global-color-dc9ad1d);
  -webkit-box-shadow: inset 6px 6px 0px lightgray;
          box-shadow: inset 6px 6px 0px lightgray;
}
main#content .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;
}
main#content .elementor-widget-image-box.image-style-c div.elementor-widget-container div.elementor-image-box-wrapper div.elementor-image-box-content {
  padding: 16px;
}
main#content .elementor-widget-image-box.image-style-c figure.elementor-image-box-img {
  border-top: 8px solid #F1E6CB;
  border-left: 8px solid #F1E6CB;
  border-right: 8px solid #F1E6CB;
}
main#content .elementor-widget-image-box.image-style-d div.elementor-widget-container {
  border: 3px dashed var(--e-global-color-primary);
}
main#content .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;
}
main#content .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 {
  line-height: 1;
}
div.elementor-widget-image.ratio-one-to-one img,
div.elementor-widget-image-box.ratio-one-to-one img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
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 {
  aspect-ratio: 1/1;
}
div.elementor-widget-image.ratio-four-by-three img,
div.elementor-widget-image-box.ratio-four-by-three img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
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 {
  aspect-ratio: 3/4;
}
div.elementor-widget-image.ratio-three-by-two img,
div.elementor-widget-image-box.ratio-three-by-two img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
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 {
  aspect-ratio: 2/3;
}
div.elementor-widget-image.ratio-sixteen-by-nine img,
div.elementor-widget-image-box.ratio-sixteen-by-nine img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
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 {
  aspect-ratio: 9/16;
}
div.elementor-widget-image.ratio-contain img,
div.elementor-widget-image-box.ratio-contain img {
  -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;
}

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-toggle div.elementor-toggle-item,
div.elementor-widget-tabs div.elementor-toggle-item {
  margin-bottom: 8px;
}
div.elementor-widget-accordion div.elementor-toggle-item,
div.elementor-widget-accordion div.elementor-tab-title,
div.elementor-widget-toggle div.elementor-toggle-item,
div.elementor-widget-toggle div.elementor-tab-title,
div.elementor-widget-tabs div.elementor-toggle-item,
div.elementor-widget-tabs div.elementor-tab-title {
  color: var(--e-global-color-66db463);
  border: 1px solid var(--e-global-color-primary);
}
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-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-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 {
  color: var(--e-global-color-66db463);
  border: 1px solid var(--e-global-color-primary);
}
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-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-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 * {
  color: var(--e-global-color-66db463);
}
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-title a, div.elementor-widget-accordion div.elementor-toggle-item.elementor-active a,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-title a,
div.elementor-widget-accordion div.elementor-tab-title.elementor-active a,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-title a,
div.elementor-widget-toggle div.elementor-toggle-item.elementor-active a,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-title a,
div.elementor-widget-toggle div.elementor-tab-title.elementor-active a,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-title a,
div.elementor-widget-tabs div.elementor-toggle-item.elementor-active a,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-title a,
div.elementor-widget-tabs div.elementor-tab-title.elementor-active a {
  color: inherit;
}
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-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-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 {
  color: var(--e-global-color-secondary);
}
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-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-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 * {
  color: var(--e-global-color-secondary);
}
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-content,
div.elementor-widget-accordion div.elementor-toggle-item div.elementor-tab-content.elementor-active,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-content,
div.elementor-widget-accordion div.elementor-tab-title div.elementor-tab-content.elementor-active,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-content,
div.elementor-widget-toggle div.elementor-toggle-item div.elementor-tab-content.elementor-active,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-content,
div.elementor-widget-toggle div.elementor-tab-title div.elementor-tab-content.elementor-active,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-content,
div.elementor-widget-tabs div.elementor-toggle-item div.elementor-tab-content.elementor-active,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-content,
div.elementor-widget-tabs div.elementor-tab-title div.elementor-tab-content.elementor-active {
  color: var(--e-global-color-66db463);
}
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-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-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 {
  color: var(--e-global-color-primary);
}
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 {
  color: var(--e-global-color-66db463);
  border: 1px solid var(--e-global-color-primary);
  border-top: none !important;
}
div.elementor-widget-accordion div.elementor-tab-content a,
div.elementor-widget-accordion div.elementor-tab-content.elementor-active a,
div.elementor-widget-toggle div.elementor-tab-content a,
div.elementor-widget-toggle div.elementor-tab-content.elementor-active a,
div.elementor-widget-tabs div.elementor-tab-content a,
div.elementor-widget-tabs div.elementor-tab-content.elementor-active a {
  color: var(--e-global-color-secondary);
}

section.mega-menu {
  position: fixed !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 500000;
  display: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.mega-menu.active {
  display: block;
}
body.elementor-editor-active section.mega-menu {
  display: block;
  position: relative !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: 200;
}
section.placeholder:after {
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 4000;
  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: 4001;
  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.logged-in.admin-bar section.outline-mode,
body.elementor-editor-active section.outline-mode {
  border: 1px solid darkblue !important;
}
body.logged-in.admin-bar section.outline-mode *,
body.elementor-editor-active section.outline-mode * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.logged-in.admin-bar section.outline-mode div.elementor-container,
body.elementor-editor-active section.outline-mode div.elementor-container {
  border: 1px solid lightblue !important;
}
body.logged-in.admin-bar section.outline-mode div.elementor-container div.elementor-column,
body.elementor-editor-active section.outline-mode div.elementor-container div.elementor-column {
  border: 1px solid yellow !important;
}
body.logged-in.admin-bar section.outline-mode div.elementor-container div.elementor-widget-container,
body.elementor-editor-active section.outline-mode div.elementor-container div.elementor-widget-container {
  border: 1px solid pink !important;
}
body.logged-in.admin-bar section.outline-mode div.elementor-container div,
body.elementor-editor-active section.outline-mode div.elementor-container div {
  border: 1px solid black !important;
}
body.logged-in.admin-bar section.outline-mode div.elementor-container p,
body.logged-in.admin-bar section.outline-mode div.elementor-container h1,
body.logged-in.admin-bar section.outline-mode div.elementor-container h2,
body.logged-in.admin-bar section.outline-mode div.elementor-container h3,
body.logged-in.admin-bar section.outline-mode div.elementor-container h4,
body.logged-in.admin-bar section.outline-mode div.elementor-container h5,
body.logged-in.admin-bar section.outline-mode div.elementor-container h6,
body.logged-in.admin-bar section.outline-mode div.elementor-container li,
body.logged-in.admin-bar section.outline-mode div.elementor-container hr,
body.elementor-editor-active section.outline-mode div.elementor-container p,
body.elementor-editor-active section.outline-mode div.elementor-container h1,
body.elementor-editor-active section.outline-mode div.elementor-container h2,
body.elementor-editor-active section.outline-mode div.elementor-container h3,
body.elementor-editor-active section.outline-mode div.elementor-container h4,
body.elementor-editor-active section.outline-mode div.elementor-container h5,
body.elementor-editor-active section.outline-mode div.elementor-container h6,
body.elementor-editor-active section.outline-mode div.elementor-container li,
body.elementor-editor-active section.outline-mode div.elementor-container hr {
  border: 1px solid salmon !important;
  color: black;
}

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: -1;
  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 {
  margin-bottom: 0px !important;
}
div.elementor-widget-spacer.spacer-small div.elementor-spacer-inner {
  height: 16px !important;
}
div.elementor-widget-spacer.spacer-med div.elementor-spacer-inner {
  height: 32px !important;
}
div.elementor-widget-spacer.spacer-large div.elementor-spacer-inner {
  height: 48px !important;
}
div.elementor-widget-spacer.spacer-xl div.elementor-spacer-inner {
  height: 64px !important;
}
div.elementor-widget-spacer.spacer-xxl div.elementor-spacer-inner {
  height: 96px !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-counter div.elementor-counter-number-wrapper {
  color: var(--e-global-color-primary);
}
div.elementor-widget-counter div.elementor-counter-title {
  color: var(--e-global-color-secondary);
}

div.elementor-widget-countdown div.elementor-countdown-wrapper {
  color: var(--e-global-color-primary);
}
div.elementor-widget-countdown div.elementor-countdown-wrapper div.elementor-countdown-item {
  color: inherit;
}
div.elementor-widget-countdown div.elementor-countdown-wrapper div.elementor-countdown-item span.elementor-countdown-label {
  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 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);
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--e-global-color-dc9ad1d);
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  clear: both;
  word-break: keep-all;
  overflow-wrap: normal;
}
.heading-style-a .elementor-heading-title {
  text-transform: uppercase;
}
.heading-style-b .elementor-heading-title {
  color: var(--e-global-color-secondary);
}
.heading-style-c .elementor-heading-title {
  color: var(--e-global-color-text);
}

.elementor-widget-heading h4, .elementor-widget-animated-headline h4, .elementor-widget-heading h2, .elementor-widget-animated-headline h2, .elementor-widget-heading h1, .elementor-widget-animated-headline h1 {
  font-family: open-sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.elementor-widget-heading h6, .elementor-widget-animated-headline h6, .elementor-widget-heading h5, .elementor-widget-animated-headline h5, .elementor-widget-heading h3, .elementor-widget-animated-headline h3 {
  font-family: open-sans, sans-serif;
  font-weight: 900;
}

.elementor-widget-heading p, .elementor-widget-animated-headline p {
  font-family: open-sans, sans-serif;
}

html {
  --font-size-sm: clamp(0.87rem, -0.03vw + 0.88rem, 0.84rem);
  --font-size-base: clamp(1rem, 0.13vw + 0.97rem, 1.13rem);
  --font-size-md: clamp(1.15rem, 0.37vw + 1.06rem, 1.5rem);
  --font-size-lg: clamp(1.32rem, 0.71vw + 1.15rem, 2rem);
  --font-size-xl: clamp(1.52rem, 1.2vw + 1.22rem, 2.66rem);
  --font-size-xxl: clamp(1.75rem, 1.89vw + 1.28rem, 3.55rem);
  --font-size-xxxl: clamp(2.01rem, 2.86vw + 1.31rem, 4.73rem);
  --font-size-large: clamp(2.31rem, 4.2vw + 1.28rem, 6.31rem);
}

.elementor-widget-heading, .elementor-widget-animated-headline {
  color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}
.elementor-widget-heading h1, .elementor-widget-animated-headline h1 {
  margin-bottom: 1rem;
  font-size: var(--font-size-xxl);
}
@media (max-width: 650px) {
  .elementor-widget-heading h1, .elementor-widget-animated-headline h1 {
    margin-bottom: 8px;
  }
}
.elementor-widget-heading h2, .elementor-widget-animated-headline h2 {
  margin-bottom: 1rem;
  font-size: var(--font-size-xxl);
}
@media (max-width: 650px) {
  .elementor-widget-heading h2, .elementor-widget-animated-headline h2 {
    margin-bottom: 0.5rem;
  }
}
.elementor-widget-heading h3, .elementor-widget-animated-headline h3 {
  margin-bottom: 0rem;
  font-size: var(--font-size-xl);
}
.elementor-widget-heading h4, .elementor-widget-animated-headline h4 {
  margin-bottom: 0rem;
  font-size: var(--font-size-lg);
}
.elementor-widget-heading h5, .elementor-widget-animated-headline h5 {
  margin-bottom: 0rem;
  font-size: var(--font-size-md);
}
.elementor-widget-heading h6, .elementor-widget-animated-headline h6 {
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: var(--font-size-base);
}
.elementor-widget-heading p, .elementor-widget-animated-headline p {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-base);
}

pre {
  background: white;
  padding: 24px;
}

.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%;
}

ul,
ol {
  padding: 0;
  margin-top: 0px;
}
.elementor-widget-text-editor ul, .elementor-tab-content ul,
.elementor-widget-text-editor ol,
.elementor-tab-content ol {
  padding-left: 32px;
}
.elementor-widget .elementor-widget-text-editor ul li, .elementor-widget ul.elementor-icon-list-items li,
.elementor-widget .elementor-widget-text-editor ol li,
.elementor-widget ol.elementor-icon-list-items li {
  margin-bottom: 8px;
}
.elementor-widget-text-editor ul li, ul.elementor-icon-list-items li,
.elementor-widget-text-editor ol li,
ol.elementor-icon-list-items li {
  margin-bottom: 8px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

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);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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 {
  margin: 0 0 1.5em;
  width: 100%;
}

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

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--e-global-color-secondary);
}

.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;
  }
}
@media (min-width: 1023px) {
  /**** NARROW TEXT – DECREASES LINE WIDTH FOR BETTER READABILITY ****/
  .text-narrow {
    max-width: 60%;
  }
  /**** NARROW TEXT CENTERED – CENTER THE NARROW TEXT WIDGET ****/
  .text-narrow-centered {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  /**** NARROW TEXT – DECREASES LINE WIDTH FOR BETTER READABILITY ****/
  .text-narrow {
    max-width: 80%;
  }
  /**** NARROW TEXT CENTERED – CENTER THE NARROW TEXT WIDGET ****/
  .text-narrow-centered {
    max-width: 80%;
    margin: 0 auto;
  }
}
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: gray;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0px;
  padding: 3px;
}
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;
}

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;
}

@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";
}

#copyright,
#wrapper-footer {
  position: relative;
  overflow: hidden;
}

a.npc {
  /* background: red; */
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 11px 18px 8px 18px;
  position: absolute;
  width: 290px;
  bottom: 20px;
  right: -242px;
  font-family: arial, sans-serif;
  font-family: "League Spartan";
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 1;
  /* color: inherit !important; */
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

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

a.npc span {
  margin-right: 12px;
}

#wrapper-footer a.npc {
  bottom: 10px;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
  background: radial-gradient(circle, var(--page_transition_gradient_outside) 2%, var(--page_transition_gradient_inside) 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;
}

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

@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 .elementor-template-library-template.elementor-template-library-template-remote {
  display: none;
}

body,
html {
  width: 100%;
  overflow-x: hidden !important;
}

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 - ";
}

div.madebyNPC {
  width: 40px;
  height: 34px;
  overflow: hidden;
  bottom: 5px;
  right: 0px;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 5000;
}

div.madebyNPC:hover {
  width: 200px !important;
}

p bold, p stronger {
  font-weight: bold;
}

a.npc {
  width: 200px;
  right: -150px;
  text-decoration: none !important;
  bottom: 0px;
}

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

SECTION PADDING – DEFAULTS
Default padding for sections.

*****************************************/
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
}
body::-webkit-scrollbar-track {
  background: var(--e-global-color-secondary);
}
body {
  scrollbar-face-color: var(--e-global-color-primary);
  scrollbar-track-color: var(--e-global-color-secondary);
}
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;
}

@media (max-width: 1023px) {
  section.elementor-top-section {
    overflow-x: initial !important;
  }
  section.elementor-top-section section {
    overflow-x: initial !important;
  }
}

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

header.mainHeader {
  z-index: 5000;
  border-bottom: 2px solid white;
}
header.mainHeader svg.menuToggle {
  fill: var(--e-global-color-primary);
}
header.mainHeader.scroll-active {
  border-bottom: 2px solid var(--e-global-color-primary);
}
header.mainHeader.scroll-active svg.menuToggle {
  fill: var(--e-global-color-text);
}
header.mainHeader.scroll-active svg path {
  fill: var(--e-global-color-secondary);
}

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%;
  }
}

section.toTop {
  position: fixed;
  right: 64px;
  bottom: 0px;
  max-width: 30px;
}
section.toTop div.elementor-widget-wrap {
  padding: 0px !important;
}
section.toTop * {
  padding: 0px;
  font-size: 20px;
  color: var(--e-global-color-primary);
}

@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;
}

div#wpadminbar {
  background: var(--admin_nav_background_color);
}
div#wpadminbar ul li:hover ul {
  display: block !important;
  opacity: 1;
}

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

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: var(--admin_nav_current_color) !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: var(--admin_nav_current_color) !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;
}

.disable-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .disable-desktop {
    display: block !important;
  }
}

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

@media (max-width: 768px) {
  .map .e-hotspot__tooltip {
    white-space: var(--white-space, wrap) !important;
    width: 80vw;
  }
}
.map .e-hotspot__tooltip {
  white-space: var(--white-space, wrap) !important;
  width: 300px;
}

.e-hotspot__icon {
  -webkit-animation: pulse-animation 1.5s infinite;
          animation: pulse-animation 1.5s infinite;
  border-radius: 20px;
}

.elementor.elementor-9 {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 4;
}

.logged-in .elementor.elementor-9 {
  position: fixed;
  top: 32px;
  width: 100%;
  z-index: 4;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(226, 152, 37, 0.52);
            box-shadow: 0 0 0 0px rgba(226, 152, 37, 0.52);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(226, 152, 37, 0.52);
            box-shadow: 0 0 0 0px rgba(226, 152, 37, 0.52);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}