.mb-cloned .stacks_left{float:left;width:49%}.mb-cloned .stacks_right{float:right;width:49%}.movingbox{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;--caption-bg-color:rgba(0,0,0,0.5);--caption-color:#fff;--caption-size:1rem}.movingbox .caption{position:relative;margin:0;padding:0}.movingbox .caption .slide-caption{position:absolute;z-index:10;background-color:var(--caption-bg-color);color:var(--caption-color);font-size:var(--caption-size);padding:1rem;margin:0;transition:opacity 500ms ease 0s}.movingbox .caption.caption-static .slide-caption{position:relative}.movingbox .caption.caption-bottom .slide-caption{bottom:0;left:0;right:0}.movingbox .caption.caption-full .slide-caption{top:50%;left:0;right:0;text-align:center;translate:0 -50%;background:none}.movingbox .caption.caption-full::before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--caption-bg-color)}.movingbox .caption.caption-centered .slide-caption{top:50%;left:50%;text-align:center;translate:-50% -50%}.movingbox .caption.caption-hover .slide-caption{opacity:0}.mb-slide:not(.mb-active) .slide-caption{opacity:0}.mb-slide.mb-active:hover .caption.caption-hover .slide-caption{opacity:1}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand;cursor:grabbing}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.mb-center{z-index:11;position:relative}.mb-slide{float:left;min-height:1px;display:none}.mb-slide .slick-loading img,.mb-slide .slick-loading video{display:none}.mb-slide .dragging img{pointer-events:none;-webkit-user-select:none;user-select:none}.mb-slide > div{overflow:hidden}.mb-slide:not(.mb-active) a{pointer-events:none}.centermode .mb-slide:not(.mb-current) a{pointer-events:none}.slick-initialized .mb-slide{display:block}.slick-loading .mb-slide{visibility:hidden}.slick-vertical .mb-slide{display:block;height:auto}.movingbox{position:relative}.movingbox.stretch-media .mb-slide img,.movingbox.stretch-media .mb-slide video{height:auto;width:100%;max-width:100%;display:block}.movingbox > .mb-slide{opacity:0}.movingbox > .mb-slide:first-child{opacity:1}.movingbox .image-slide img,.movingbox .video-slide video{display:block}.movingbox[dir=rtl]{text-align:end}.movingbox .mb-tap-target{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;margin:0;border:none;outline:none;z-index:1001;top:0;height:100%;width:50%}.movingbox .mb-tap-target.next{right:0}.movingbox .mb-tap-target.hide{display:none}.movingbox.slide-vert .mb-tap-target{height:50%;width:100%}.movingbox.slide-vert .mb-tap-target.next{bottom:0;right:auto;top:auto}.mb-animate.hide-on-load{opacity:0}
.youtube-wrapper{width:100%;padding-top:56.25%;position:relative}.youtube-wrapper > .fluid-width-video-wrapper,.youtube-wrapper > iframe{position:absolute;top:0;left:0;width:100%}.youtube-wrapper > iframe{height:100%}

/* Configurable values live on each dock, never on global selectors. */
.socialdock {
  --sd-btn-w: auto;
  --sd-hover-transform: none;
  --sd-icon-hover-transform: none;
  --sd-hover-shadow: none;
  position: relative;
  display: block;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  line-height: 1;
}
.socialdock .socialdock-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--sd-gutter);
  justify-content: flex-start;
}
.socialdock[data-align="center"] .socialdock-inner { justify-content: center; }
.socialdock[data-align="right"] .socialdock-inner { justify-content: flex-end; }
.socialdock[data-align="between"] .socialdock-inner { justify-content: space-between; }
.socialdock[data-align="around"] .socialdock-inner { justify-content: space-around; }
.socialdock[data-align="evenly"] .socialdock-inner { justify-content: space-evenly; }
.socialdock[data-stacked="true"] .socialdock-inner { flex-direction: column; align-items: flex-start; }
.socialdock[data-stacked="true"][data-align="center"] .socialdock-inner { align-items: center; }
.socialdock[data-stacked="true"][data-align="right"] .socialdock-inner { align-items: flex-end; }
.socialdock[data-stacked="true"][data-fullwidth="true"] .sd-btn { width: 100%; }

.socialdock .sd-btn {
  box-sizing: border-box;
  width: var(--sd-btn-w);
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  appearance: none;
  margin: 0;
  padding: var(--sd-pad-y) var(--sd-pad-x);
  border: var(--sd-border-w) var(--sd-border-style) var(--sd-border-color);
  border-radius: var(--sd-radius);
  font-family: inherit;
  font-size: var(--sd-label-size);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1), opacity .22s ease;
}
.socialdock .sd-btn:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.socialdock .sd-btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.socialdock[data-shape="square"] .sd-btn { border-radius: 0; }
.socialdock[data-shape="pill"] .sd-btn { border-radius: 999px; }
.socialdock .sd-ic {
  font-size: var(--sd-icon-size);
  width: 1em;
  height: 1em;
  padding: .08em;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .22s cubic-bezier(.4, 0, .2, 1);
}
.socialdock[data-hover-effect="lift"] { --sd-hover-transform: translateY(-3px); }
.socialdock[data-hover-effect="lift"]:not([data-appearance="true"]) { --sd-hover-shadow: 0 5px 12px rgba(0, 0, 0, .14); }
.socialdock[data-hover-effect="zoom"] { --sd-hover-transform: scale(1.025); }
.socialdock[data-hover-effect="icon-move"] { --sd-icon-hover-transform: translateY(-3px); }
.socialdock .sd-btn:not(:disabled):focus-visible {
  transform: var(--sd-hover-transform);
  box-shadow: var(--sd-hover-shadow);
}
.socialdock .sd-btn:not(:disabled):focus-visible .sd-ic { transform: var(--sd-icon-hover-transform); }
@media (hover: hover) and (pointer: fine) {
  .socialdock .sd-btn:not(:disabled):hover {
    transform: var(--sd-hover-transform);
    box-shadow: var(--sd-hover-shadow);
  }
  .socialdock .sd-btn:not(:disabled):hover .sd-ic { transform: var(--sd-icon-hover-transform); }
}
.socialdock .sd-btn:not(:disabled):active { transform: none; box-shadow: none; }
.socialdock .sd-btn:not(:disabled):active .sd-ic { transform: none; }
.socialdock .sd-ic svg { width: 1em; height: 1em; display: block; overflow: visible; }
.socialdock .sd-ic svg:not([fill]) { fill: currentColor; }
.socialdock .sd-lb { overflow-wrap: anywhere; }
.socialdock:not([data-labels="true"]):not([data-hoverlabel="true"]) .sd-lb { display: none; }
.socialdock:not([data-labels="true"]) .sd-btn { gap: 0; }
.socialdock[data-hoverlabel="true"]:not([data-labels="true"]) .sd-lb {
  max-width: 0;
  max-height: 0;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-4px);
  transition: max-width .28s cubic-bezier(.4, 0, .2, 1), max-height .28s cubic-bezier(.4, 0, .2, 1), margin-left .28s cubic-bezier(.4, 0, .2, 1), opacity .28s ease, transform .28s ease;
}
.socialdock[data-hoverlabel="true"]:not([data-labels="true"]) .sd-lb-text {
  display: block;
  width: max-content;
  max-width: var(--sd-label-limit);
}
.socialdock[data-hoverlabel="true"]:not([data-labels="true"]) .sd-btn:focus-visible .sd-lb {
  max-width: var(--sd-label-width);
  max-height: var(--sd-label-height);
  margin-left: .5em;
  opacity: 1;
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .socialdock[data-hoverlabel="true"]:not([data-labels="true"]) .sd-btn:hover .sd-lb {
    max-width: var(--sd-label-width);
    max-height: var(--sd-label-height);
    margin-left: .5em;
    opacity: 1;
    transform: none;
  }
}
@media (hover: none), (pointer: coarse) {
  .socialdock[data-hoverlabel="true"]:not([data-labels="true"]) .sd-btn .sd-lb {
    max-width: none;
    max-height: none;
    margin-left: .5em;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Both copy states share their grid cell and reserve the same space. */
.socialdock .sd-copy .sd-ic { display: inline-grid; }
.socialdock .sd-copy .sd-lb .sd-lb-text { display: grid; grid-template-columns: minmax(0, 1fr); }
.socialdock .sd-copy-original, .socialdock .sd-copy-confirmation {
  grid-area: 1 / 1;
  min-width: 0;
  transition: opacity .16s ease, visibility 0s linear;
}
.socialdock .sd-copy-original { opacity: 1; visibility: visible; }
.socialdock .sd-copy-confirmation { opacity: 0; visibility: hidden; transition-delay: 0s, .16s; }
.socialdock .sd-copy[data-copied="true"] .sd-copy-original { opacity: 0; visibility: hidden; transition-delay: 0s, .16s; }
.socialdock .sd-copy[data-copied="true"] .sd-copy-confirmation { opacity: 1; visibility: visible; transition-delay: 0s, 0s; }
.socialdock .socialdock-copy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.socialdock[data-theme="light"][data-brand="off"] .sd-btn { color: var(--sd-light-fg); background: var(--sd-light-bg); }
.socialdock[data-theme="dark"][data-brand="off"] .sd-btn { color: var(--sd-dark-fg); background: var(--sd-dark-bg); }
@media (prefers-color-scheme: light) {
  .socialdock[data-theme="auto"][data-brand="off"] .sd-btn { color: var(--sd-light-fg); background: var(--sd-light-bg); }
}
@media (prefers-color-scheme: dark) {
  .socialdock[data-theme="auto"][data-brand="off"] .sd-btn { color: var(--sd-dark-fg); background: var(--sd-dark-bg); }
}
.socialdock .sd-x, .socialdock .sd-threads, .socialdock .sd-tiktok { --sd-brand: #000; }
.socialdock .sd-facebook { --sd-brand: #1877f2; }
.socialdock .sd-linkedin { --sd-brand: #0a66c2; }
.socialdock .sd-whatsapp { --sd-brand: #25d366; }
.socialdock .sd-telegram { --sd-brand: #24a1de; }
.socialdock .sd-pinterest { --sd-brand: #e60023; }
.socialdock .sd-mail, .socialdock .sd-copy, .socialdock .sd-print,
.socialdock .sd-webshare, .socialdock .sd-website, .socialdock .sd-custom { --sd-brand: #6c757d; }
.socialdock .sd-bluesky { --sd-brand: #1185fe; }
.socialdock .sd-reddit { --sd-brand: #ff4500; }
.socialdock .sd-hn { --sd-brand: #ff6600; }
.socialdock .sd-flipboard { --sd-brand: #e12828; }
.socialdock .sd-vk { --sd-brand: #4c75a3; }
.socialdock .sd-line { --sd-brand: #00c300; }
.socialdock .sd-weibo { --sd-brand: #e6162d; }
.socialdock .sd-xing { --sd-brand: #026466; }
.socialdock .sd-mastodon { --sd-brand: #6364ff; }
.socialdock .sd-youtube { --sd-brand: #f00; }
.socialdock .sd-instagram { --sd-brand: #e1306c; }
.socialdock .sd-github { --sd-brand: #24292e; }
.socialdock .sd-tumblr { --sd-brand: #36465d; }
.socialdock .sd-discord { --sd-brand: #5865f2; }
.socialdock .sd-spotify { --sd-brand: #1ed760; }
.socialdock .sd-vimeo { --sd-brand: #1ab7ea; }
.socialdock .sd-twitch { --sd-brand: #9146ff; }
.socialdock .sd-behance { --sd-brand: #1769ff; }
.socialdock .sd-dribbble { --sd-brand: #ea4c89; }
.socialdock[data-brand="fg"] .sd-btn,
.socialdock[data-theme] .sd-btn[data-brand="fg"] { color: var(--sd-brand); border-color: var(--sd-brand); background: transparent; }
.socialdock[data-brand="bg"] .sd-btn,
.socialdock[data-theme] .sd-btn[data-brand="bg"] { background: var(--sd-brand); border-color: var(--sd-brand); color: #fff; }
.socialdock[data-appearance="true"] .sd-btn { background: transparent !important; border-width: 0; box-shadow: none; }
.socialdock[data-appearance="true"][data-brand="bg"] .sd-btn,
.socialdock[data-appearance="true"] .sd-btn[data-brand="bg"] { color: var(--sd-brand); }
.socialdock[data-round-icononly="true"]:not([data-labels="true"]):not([data-hoverlabel="true"]) .sd-btn {
  --sd-circle: calc(var(--sd-icon-size) * 1.16 + var(--sd-pad-y) * 2 + var(--sd-border-w) * 2);
  width: var(--sd-circle);
  height: var(--sd-circle);
  padding: 0;
  border-radius: 50%;
  flex: 0 0 auto;
}
@media (max-width: 640px) { .socialdock .sd-btn[data-visible="desktop"] { display: none; } }
@media (min-width: 641px) { .socialdock .sd-btn[data-visible="mobile"] { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .socialdock .sd-btn, .socialdock .sd-ic, .socialdock .sd-lb { transition: none !important; transform: none !important; }
  .socialdock .sd-copy-original, .socialdock .sd-copy-confirmation { transition: none !important; }
  .socialdock .sd-btn { box-shadow: none !important; }
}
.socialdock .socialdock-toast {
  position: absolute;
  z-index: 1;
  margin-top: 8px;
  background: #111;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.socialdock .socialdock-error {
  padding: 8px 10px;
  border: 1px solid #b42318;
  border-radius: 6px;
  color: #b42318;
  background: #fff4f2;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}


#stacks_in_2 {
	padding: 60px 0px 40px 0px;
}

#stacks_in_3 {
	text-transform: uppercase;
}

#stacks_in_333 {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 0px 0px 60px 0px;
}
/*
1.0.2.2
- fixes shortcode typo
- after was not loading in if end date had already passed
- fixed a bug that could cause set timezone to miss-calculate if using non-repeating date and time
- updates timed-content.js with clock functions
*/
@font-face {
    font-family: '1ldclockmedium';
    src: url('tc-files/1ldclock-webfont.woff2') format('woff2'),
         url('tc-files/1ldclock-webfont.woff') format('woff'),
        url('tc-files/1ldclock-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*  */
/*  */
#stacks_in_424 .timed-content-progress-bar {
  display: none;
}
/*  */
#stacks_in_424,
#stacks_out_424,
#stacks_in_333 {
  overflow: visible;
  clear: both;
}
#stacks_in_424 .timed-content-number {
  box-shadow: 0px 1px 2px rgba(0,0,0,15%);
}
#stacks_in_424 .timed-content-rotate .timed-content-number {
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,30%);
}
#stacks_in_424 .timed-content-rotate.rotate-smooth .timed-content-number:after {
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,30%),
              inset 0px -5px 5px -3px rgba(0,0,0,30%);
  /*  */
  background: linear-gradient(to bottom,  rgba(0,0,0,19.994999%) 0%,rgba(0,0,0,4.995000%) 20%,rgba(0,0,0,0%) 40%,rgba(0,0,0,4.995000%) 60%,rgba(0,0,0,15%) 80%,rgba(0,0,0,19.994999%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#stacks_in_424 .timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_424 .tc-dark-shadows.timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_424 .timed-content-inline .timed-content-number {
    box-shadow: none;
}
#stacks_in_424 .timed-content-countdown-wrap {
  color: rgba(154, 134, 72, 1.00);
  padding: 24px 0px;
  border-radius: 0px;
  background-color: rgba(249, 238, 212, 0.00);
}
#stacks_in_424 .timed-content-countdown-wrap * {
  font-family:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#stacks_in_424 .timed-content-digital .timed-content-number div span {
  font-family: '1ldclockmedium';
}
#stacks_in_424 .timed-content-digital .timed-content-number div span:before {
    content: "88";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    color: rgba(255, 255, 255, 1.00);
    opacity: 0.2;
}
#stacks_in_424 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
    content: "888888888888888888888";
    overflow: hidden;
    left: 12px;
    right: 12px;
    width: auto;
    top: 0;
}
#stacks_in_424 .timed-content-number,
#stacks_in_424 .timed-content-number div,
#stacks_in_424 .timed-content-fold .timed-content-number > div:after,
#stacks_in_424 .timed-content-fold .timed-content-number > div:before,
#stacks_in_424 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  background-color: #9A8648;
  color: rgba(255, 255, 255, 1.00);
  border-radius:  6px;
}
#stacks_in_424 .timed-content-number div span {
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_424 .timed-content-rotate .timed-content-number > div.state-after,
#stacks_in_424 .timed-content-rotate .timed-content-number > div.state-before {
  background-color: #9A8648;
  border-radius: 0px;
}
#stacks_in_424 .timed-content-fold .timed-content-number > div {
  border-radius:  6px 6px 0px 0px;
}
#stacks_in_424 .timed-content-countdown {
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
  /*  */
}
#stacks_in_424 .timed-content-part div.timed-content-title {
  font-size: 14px;
}
#stacks_in_424 .timed-content-number,
#stacks_in_424 .timed-content-number div,
#stacks_in_424 .timed-content-number div span,
#stacks_in_424 .timed-content-fold .timed-content-number > div:after,
#stacks_in_424 .timed-content-fold .timed-content-number > div:before,
#stacks_in_424 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  width: auto;
  min-width: 80px;
  height: 60.000000px;
  line-height: 58.000000px; /* Adjusted for font */
  font-size: 50.000000px;
  font-weight: normal;
  letter-spacing: 0px;
}
#stacks_in_424 .timed-content-digital .timed-content-number div span {
  line-height: 60.000000px;
  font-size: 60.000000px;
  color:  rgba(255, 255, 255, 1.00);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1.00);
}
#stacks_in_424 .timed-content-number div span {
  min-width: 0px;
}
#stacks_in_424 .timed-content-number > div {
  padding: 0px 0px;
  box-sizing: border-box;
}
#stacks_in_424 .tc-digit-padding .timed-content-number > div {
  padding: 0px 12px;
}
#stacks_in_424 .tc-digit-padding .timed-content-number-5 {
  position: relative;
}
#stacks_in_424 .timed-content-part:before {
  background-color: rgba(0, 0, 0, 0.00);
  height: 60.000000px;
}
#stacks_in_424 .timed-content-number:after,
#stacks_in_424 .timed-content-number:before {
    width: 5px;
    height: 5px;
    background-color: rgba(154, 134, 72, 1.00);
    right: -10px;
    border-radius: 0px;
}
#stacks_in_424 .timed-content-fold .timed-content-number > div {
  height: 50%;
}
#stacks_in_424 .timed-content-rotate .timed-content-number div {
  background: transparent;
}
/*  */
#stacks_in_424 .timed-content-rotate .timed-content-countdown div {
   align-content: top;
   justify-content: top;
}
#stacks_in_424 .timed-content-rotate .timed-content-number div {
    display: inline-block;
    position: relative;
    margin-top: 0;
}
#stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-1 {
    top: 120.000000px;
}
#stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-2 {
    top: 60.000000px;
}
#stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-3 {
    top: 0px;
}
#stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-4 {
    top: -60.000000px;
}
#stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-5 {
    top: -120.000000px;
}
/*  */
#stacks_in_424 .timed-content-rotate .timed-content-number {
  perspective: 2000px;
  height: 120.000000px;/* double height */
}
#stacks_in_424 .timed-content-rotate .timed-content-number .state-out {
  transform: translate3D(0,-108.000000px,0) rotateX(75deg);
}
#stacks_in_424 .timed-content-rotate .timed-content-number .state-after {
  transform: translate3D(0,-60.000000px,0px) rotateX(37.5deg);
}
#stacks_in_424 .timed-content-rotate .timed-content-number .state-active {
  transform: translate3D(0,0,0px) rotateX(0deg);
}
#stacks_in_424 .timed-content-rotate .timed-content-number .state-before {
  transform: translate3D(0,60.000000px,0px) rotateX(-37.5deg);
}
#stacks_in_424 .timed-content-rotate .timed-content-number > div.state-in {
  transform: translate3D(0,108.000000px,0) rotateX(-75deg);
}
@media all and (max-width: 1000px) {
  #stacks_in_424 .timed-content-countdown {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(65px, max-content));
  }
  #stacks_in_424 .timed-content-part:before {
    height: 48.750000px;
  }
  #stacks_in_424 .timed-content-number,
  #stacks_in_424 .timed-content-number div,
  #stacks_in_424 .timed-content-number div span,
  #stacks_in_424 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_424 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_424 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 65px;
    height: 48.750000px;
    line-height: 47.125000px; /* Adjusted for font */
    font-size: 40.625000px;
    letter-spacing: 0px;
  }
  #stacks_in_424 .timed-content-digital .timed-content-number div span {
    line-height: 48.750000px;
    font-size: 48.750000px;
  }
  #stacks_in_424 .timed-content-number:after,
  #stacks_in_424 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -7px;
  }
  #stacks_in_424 .tc-digit-padding .timed-content-number > div {
    padding: 0px 6px;
  }
  #stacks_in_424 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
      left: 6px;
      right: 6px;
  }
  /*  */
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 97.500000px;
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 48.750000px;
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -48.750000px;
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -97.500000px;
  }
  /*  */
  #stacks_in_424 .timed-content-rotate .timed-content-number {
    height: 97.500000px;/* double height */
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-87.750000px,0) rotateX(75deg);
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-48.750000px,0px) rotateX(37.5deg);
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,48.750000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,87.750000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 600px) {
  #stacks_in_424 .timed-content-part div.timed-content-title {
    font-size: 12px;
  }
  #stacks_in_424 .timed-content-number,
  #stacks_in_424 .timed-content-number div,
  #stacks_in_424 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_424 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_424 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    border-radius:  4.500000px;
  }
  #stacks_in_424 .timed-content-fold .timed-content-number > div {
    border-radius:  4.500000px 4.500000px 0px 0px;
  }
  #stacks_in_424 .timed-content-countdown {
    grid-gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(50px, max-content));
  }
  #stacks_in_424 .timed-content-part:before {
    height: 37.500000px;
  }
  #stacks_in_424 .timed-content-number,
  #stacks_in_424 .timed-content-number div,
  #stacks_in_424 .timed-content-number div span,
  #stacks_in_424 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_424 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_424 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 50px;
    height: 37.500000px;
    line-height: 36.250000px; /* Adjusted for font */
    font-size: 31.250000px;
    letter-spacing: 0px;
  }
  #stacks_in_424 .timed-content-digital .timed-content-number div span {
    line-height: 37.500000px;
    font-size: 37.500000px;
  }
  #stacks_in_424 .timed-content-number:after,
  #stacks_in_424 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -6px;
  }
  /*  */
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 75.000000px;
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 37.500000px;
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -37.500000px;
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -75.000000px;
  }
  /*  */
  #stacks_in_424 .timed-content-rotate .timed-content-number {
    height: 75.000000px;/* double height */
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-67.500000px,0) rotateX(75deg);
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-37.500000px,0px) rotateX(37.5deg);
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,37.500000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_424 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,67.500000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 350px) {
  #stacks_in_424 .timed-content-part div.timed-content-title {
    font-size: 10px;
  }
}
#stacks_in_424 .timed-content-rotate .timed-content-number:after, #stacks_in_424 .timed-content-rotate .timed-content-number:before {
  width: 100%;
  height: 100%;
  right: auto;
  transform: translate(0,0);
  display: block;
  top: auto;
  background: transparent;
}
#stacks_in_424 .timed-content-rotate .timed-content-part:before {
  display: none;
}
/*  */
/* FancyLine Stack v1.2.2 */#stacks_in_453 hr {	height: 0;	border: 0;	    padding: 0;	border-top-width: 1px;	 border-top-style: solid;									border-top-color: #C4AC5A;					}	*:first-child+html #stacks_in_453 hr, * html  #stacks_in_453 hr {height: 1px /*IE7*/;}* html  #stacks_in_453 hr {line-height: 1px /*IE6*/;}/* End of FancyLine stack */
#stacks_in_359 {
	padding: 20px 0px 0px 0px;
}
/*
1.0.0
*/
.hlh-margin_stacks_in_1054 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_1054 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_1054[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 300px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_1054 > a,
.halo-hyperlink_stacks_in_1054 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_1054 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 300px;
  width: 300px;
  
}
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg {
  position: absolute;
  left: calc(6px / 2 - 1px);
  right: calc(6px / 2 - 1px);
  bottom: calc(6px / 2 - 1px);
  top: calc(6px / 2 - 1px);
  border-radius: 50%;
  
}
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}


.halo-hyperlink_stacks_in_1054 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_1054 .halo-hyperlink-bg > div {
  
  background: rgba(185, 156, 72, 1.00);
  border-radius: 50%;
  
  
}
.halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_1054 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_1054 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_1054 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

/* FancyLine Stack v1.2.2 */#stacks_in_363 hr {	height: 0;	border: 0;	    padding: 0;	border-top-width: 1px;	 border-top-style: solid;									border-top-color: #C4AC5A;					}	*:first-child+html #stacks_in_363 hr, * html  #stacks_in_363 hr {height: 1px /*IE7*/;}* html  #stacks_in_363 hr {line-height: 1px /*IE6*/;}/* End of FancyLine stack */
#stacks_in_450 {
	background-color: rgba(197, 171, 90, 1.00);
	padding: 100px 0px 100px 0px;
}
/* FancyLine Stack v1.2.2 */#stacks_in_1038 hr {	height: 0;	border: 0;	    padding: 0;	border-top-width: 1px;	 border-top-style: solid;									border-top-color: #C4AC5A;					}	*:first-child+html #stacks_in_1038 hr, * html  #stacks_in_1038 hr {height: 1px /*IE7*/;}* html  #stacks_in_1038 hr {line-height: 1px /*IE6*/;}/* End of FancyLine stack */
#stacks_in_1038 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_762 {
	padding:  20px;
}

#stacks_in_735 {
	padding:  20px;
}
:root {
  --multi_columns_stacks_in_788:1fr 1fr;
}
#multi_columns_stacks_in_788 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_788);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_788 > div {
  min-width: 0;
}
#multi_columns_stacks_in_788 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_788 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_788 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_788 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_788 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_788 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_788 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_788 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_788 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_788 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_788 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_788 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_788 > div > * {position: relative;}
  #multi_columns_stacks_in_788 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_788 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_788 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_788 > div > * {position: relative;}
  #multi_columns_stacks_in_788 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_771 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_778 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_778 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_778 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_778 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_778 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_778 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_778 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_778 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_778 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_778 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_778 .animfr-mask,
.animfr_stacks_in_778 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_778 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_778.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_778.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_779 {
	padding:  10px;
}

#stacks_in_781 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_773 {
	padding:  20px;
}
/*
1.0.0
*/
.animfr_stacks_in_783 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_783 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_783 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_783 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_783 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_783 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_783 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_783 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_783 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_783 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_783 .animfr-mask,
.animfr_stacks_in_783 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_783 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_783.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_783.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_784 {
	padding:  10px;
}
.youtube-wrapper.stacks_in_786{padding-top:calc((/)*100%)}

#stacks_in_737 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_742 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_742 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_742 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_742 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_742 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_742 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_742 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_742 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_742 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_742 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_742 .animfr-mask,
.animfr_stacks_in_742 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_742 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_742.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_742.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_743 {
	padding:  10px;
}

#stacks_in_747 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_745 {
	padding:  20px;
}
/*
1.0.0
*/
.animfr_stacks_in_753 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_753 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_753 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_753 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_753 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_753 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_753 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_753 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_753 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_753 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_753 .animfr-mask,
.animfr_stacks_in_753 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_753 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_753.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_753.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_756 {
	padding:  10px;
}
.youtube-wrapper.stacks_in_749{padding-top:calc((/)*100%)}
/* FancyLine Stack v1.2.2 */#stacks_in_1023 hr {	height: 0;	border: 0;	    padding: 0;	border-top-width: 1px;	 border-top-style: solid;									border-top-color: #C4AC5A;					}	*:first-child+html #stacks_in_1023 hr, * html  #stacks_in_1023 hr {height: 1px /*IE7*/;}* html  #stacks_in_1023 hr {line-height: 1px /*IE6*/;}/* End of FancyLine stack */
#stacks_in_1023 {
	padding: 100px 0px 60px 0px;
}

#stacks_in_1024 {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_1025 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_1025 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_1025 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_1025 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_1025 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_1025 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_1025 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_1025 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_1025 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_1025 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_1025 .animfr-mask,
.animfr_stacks_in_1025 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_1025 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_1025.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_1025.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_1030 {
	padding:  10px;
}

#stacks_in_1026 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_1027 {
	padding:  20px;
}
/* FancyLine Stack v1.2.2 */#stacks_in_1028 hr {	height: 0;	border: 0;	    padding: 0;	border-top-width: 1px;	 border-top-style: solid;									border-top-color: #C4AC5A;					}	*:first-child+html #stacks_in_1028 hr, * html  #stacks_in_1028 hr {height: 1px /*IE7*/;}* html  #stacks_in_1028 hr {line-height: 1px /*IE6*/;}/* End of FancyLine stack */
#stacks_in_1028 {
	padding: 100px 0px 60px 0px;
}
:root {
  --multi_columns_stacks_in_998:1fr 1fr;
}
#multi_columns_stacks_in_998 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_998);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_998 > div {
  min-width: 0;
}
#multi_columns_stacks_in_998 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_998 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_998 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_998 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_998 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_998 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_998 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_998 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_998 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_998 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_998 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_998 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_998 > div > * {position: relative;}
  #multi_columns_stacks_in_998 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_998 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_998 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_998 > div > * {position: relative;}
  #multi_columns_stacks_in_998 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_944 {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_947 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_947 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_947 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_947 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_947 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_947 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_947 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_947 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_947 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_947 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_947 .animfr-mask,
.animfr_stacks_in_947 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_947 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_947.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_947.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_950 {
	padding:  10px;
}

#stacks_in_953 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_955 {
	padding:  20px;
}

#stacks_in_1003 {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_1010 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_1010 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_1010 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_1010 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_1010 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_1010 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_1010 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_1010 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_1010 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_1010 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_1010 .animfr-mask,
.animfr_stacks_in_1010 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_1010 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_1010.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_1010.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_1011 {
	padding:  10px;
}

#stacks_in_1007 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_1005 {
	padding:  20px;
}
/* FancyLine Stack v1.2.2 */#stacks_in_807 hr {	height: 0;	border: 0;	    padding: 0;	border-top-width: 1px;	 border-top-style: solid;									border-top-color: #C4AC5A;					}	*:first-child+html #stacks_in_807 hr, * html  #stacks_in_807 hr {height: 1px /*IE7*/;}* html  #stacks_in_807 hr {line-height: 1px /*IE6*/;}/* End of FancyLine stack */
#stacks_in_807 {
	padding: 60px 0px 60px 0px;
}

#stacks_in_801 {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 60px 0px 0px 0px;
}

#stacks_in_852 {
	padding:  20px;
}

#stacks_in_854 {
	padding:  20px;
}
:root {
  --multi_columns_stacks_in_856:1fr 1fr;
}
#multi_columns_stacks_in_856 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_856);
  grid-gap: 0px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_856 > div {
  min-width: 0;
}
#multi_columns_stacks_in_856 + .deluxe-columns {
  margin-top: 0px;
}
#multi_columns_stacks_in_856 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_856 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_856 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_856 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_856 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_856 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_856 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_856 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_856 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_856 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_856 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_856 > div > * {position: relative;}
  #multi_columns_stacks_in_856 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_856 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_856 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_856 > div > * {position: relative;}
  #multi_columns_stacks_in_856 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_866 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_869 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_869 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_869 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_869 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_869 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_869 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_869 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_869 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_869 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_869 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_869 .animfr-mask,
.animfr_stacks_in_869 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_869 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_869.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_869.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_870 {
	padding:  10px;
}

#stacks_in_873 {
	padding: 20px 20px 20px 20px;
}

#stacks_in_857 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_860 {
  position: relative;
  z-index: 100;
  margin: 10px 30px 10px 20px;
  
  width: 666px;
  max-width: calc(100% -  30px - 20px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_860 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_860 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_860 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_860 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_860 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_860 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_860 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_860 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_860 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_860 .animfr-mask,
.animfr_stacks_in_860 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_860 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_860.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_860.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_861 {
	padding:  10px;
}

#stacks_in_864 {
	padding: 20px 20px 20px 20px;
}
:root {
  --multi_columns_stacks_in_875:1fr 1fr;
}
#multi_columns_stacks_in_875 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_875);
  grid-gap: 0px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_875 > div {
  min-width: 0;
}
#multi_columns_stacks_in_875 + .deluxe-columns {
  margin-top: 0px;
}
#multi_columns_stacks_in_875 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_875 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_875 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_875 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_875 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_875 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_875 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_875 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_875 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_875 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_875 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_875 > div > * {position: relative;}
  #multi_columns_stacks_in_875 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_875 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_875 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_875 > div > * {position: relative;}
  #multi_columns_stacks_in_875 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_885 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_888 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_888 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_888 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_888 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_888 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_888 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_888 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_888 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_888 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_888 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_888 .animfr-mask,
.animfr_stacks_in_888 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_888 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_888.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_888.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_889 {
	padding:  10px;
}

#stacks_in_892 {
	padding:  20px;
}

#stacks_in_876 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_879 {
  position: relative;
  z-index: 100;
  margin: 10px 30px 10px 20px;
  
  width: 666px;
  max-width: calc(100% -  30px - 20px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_879 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_879 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_879 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_879 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_879 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_879 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_879 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_879 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_879 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_879 .animfr-mask,
.animfr_stacks_in_879 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_879 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_879.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_879.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_880 {
	padding:  10px;
}

#stacks_in_883 {
	padding:  20px;
}
:root {
  --multi_columns_stacks_in_894:1fr 1fr;
}
#multi_columns_stacks_in_894 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_894);
  grid-gap: 0px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_894 > div {
  min-width: 0;
}
#multi_columns_stacks_in_894 + .deluxe-columns {
  margin-top: 0px;
}
#multi_columns_stacks_in_894 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_894 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_894 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_894 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_894 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_894 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_894 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_894 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_894 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_894 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_894 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_894 > div > * {position: relative;}
  #multi_columns_stacks_in_894 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_894 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_894 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_894 > div > * {position: relative;}
  #multi_columns_stacks_in_894 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_904 {
	padding: 14px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_907 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_907 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_907 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_907 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_907 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_907 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_907 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_907 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_907 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_907 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_907 .animfr-mask,
.animfr_stacks_in_907 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_907 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_907.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_907.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_908 {
	padding:  10px;
}

#stacks_in_911 {
	padding:  20px;
}

#stacks_in_895 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_898 {
  position: relative;
  z-index: 100;
  margin: 10px 30px 10px 20px;
  
  width: 666px;
  max-width: calc(100% -  30px - 20px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_898 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_898 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_898 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_898 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_898 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_898 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_898 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_898 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_898 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_898 .animfr-mask,
.animfr_stacks_in_898 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_898 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_898.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_898.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_899 {
	padding:  10px;
}

#stacks_in_902 {
	padding:  20px;
}
:root {
  --multi_columns_stacks_in_913:1fr 1fr;
}
#multi_columns_stacks_in_913 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_913);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_913 > div {
  min-width: 0;
}
#multi_columns_stacks_in_913 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_913 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_913 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_913 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_913 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_913 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_913 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_913 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_913 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_913 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_913 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_913 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_913 > div > * {position: relative;}
  #multi_columns_stacks_in_913 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_913 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_913 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_913 > div > * {position: relative;}
  #multi_columns_stacks_in_913 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_923 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_926 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_926 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_926 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_926 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_926 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_926 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_926 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_926 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_926 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_926 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_926 .animfr-mask,
.animfr_stacks_in_926 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_926 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_926.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_926.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_927 {
	padding:  10px;
}

#stacks_in_930 {
	padding:  20px;
}

#stacks_in_914 {
	padding: 10px 0px 0px 0px;
}
/*
1.0.0
*/
.animfr_stacks_in_917 {
  position: relative;
  z-index: 100;
  margin: 10px 20px 10px 30px;
  
  width: 666px;
  max-width: calc(100% -  20px - 30px);
  margin: 10px auto 10px auto;
  

}
.animfr_stacks_in_917 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_917 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_917 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_917 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_917 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_917 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_917 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  grid-template-columns: minmax(100%,1000px);
  justify-items: center;
  
  /* margin: 10px 0px 10px 0px; */
}
.animfr_stacks_in_917 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_917 .animfr-content-wrap > div {
  
  width: 100%;
  max-width: calc(1000px + 0px + 0px);
  

  padding: 0px 0px 0px 0px ;
}
.animfr_stacks_in_917 .animfr-mask,
.animfr_stacks_in_917 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_917 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_917.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_917.layerTrue .animfr-content-wrap > div {
  display: none;
}

#stacks_in_918 {
	padding:  10px;
}

#stacks_in_921 {
	padding:  20px;
}

#stacks_in_932 {
	padding:  20px;
}

#stacks_in_934 {
	margin: 0px 0px 40px 0px;
	padding:  20px;
}

#stacks_in_935 {
	border: solid rgba(197, 171, 90, 1.00);
	border-width:  1px;
}

#stacks_in_937 {
	padding: 20px 20px 0px 20px;
}
#stacks_in_940_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_940 a:link, #stacks_in_940 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_940 a:hover, #stacks_in_940 a:active {
	color:#FFFFFF;
}







#stacks_in_940 a:link, #stacks_in_940 a:visited {
	background-color:#F6D570;
	background: -webkit-gradient(linear, left top, left bottom, from(#F6D570), to(#938043));
	border:1px solid #938043;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_940 a:hover {
	background-color:#FFE679;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE679), to(#806F3A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_940 a:active {
	background-color:#F6D570;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_940 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_67 {
	margin: 60px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}

#stacks_in_405 {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 60px 0px 30px 0px;
}
#stacks_in_232>.s3_row {
	margin: 0 -10px;
}

#stacks_in_232>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_232>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_232>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}






#stacks_in_235 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_233 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_233 {
	width: 75px;
	margin-left:0;
}

#stacks_in_178 {
	margin: 40px 0px 20px 0px;
}

#stacks_in_71 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}
@charset "UTF-8";.movingbox.stacks_in_540{--wait-time:0ms;--animation-speed:2.00s}  

#stacks_out_543 {
	width: 250px;
}

#stacks_out_662 {
	width: 250px;
}

#stacks_out_547 {
	width: 250px;
}

#stacks_out_551 {
	width: 250px;
}

#stacks_out_555 {
	width: 250px;
}

#stacks_out_611 {
	width: 250px;
}
#stacks_in_501{visibility:hidden}
#stacks_in_502>.s3_row {
	margin: 0 -0px;
}

#stacks_in_502>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_502>.s3_row>.s3_column_center {
	width: 40.000000%;
}

#stacks_in_502>.s3_row>.s3_column_right {
	width: 30.00%;
}

#stacks_in_502>.s3_row>.s3_column {
	padding: 0 0px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_502>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_502>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}




#stacks_in_535 {
	padding: 20px 0px 10px 0px;
}

#stacks_out_535 {
	margin-right:0;
}

#stacks_in_517 {
	padding: 20px 0px 0px 0px;
}

#stacks_out_517 {
	width: 150px;
	margin-left:0;
}

#stacks_in_504 {
	padding: 0px 0px 0px 40px;
}

#stacks_in_506 {
	margin: 20px 0px 15px 0px;
}

#stacks_in_513 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_513 {
	width: 250px;
	margin-left:0;
}

#stacks_in_515 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_515 {
	width: 50px;
	margin-left:0;
}
#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
