/* 1.5.7.11
- click events no longer work as swipe for navigation. Allowing text to be highlighted on desktop.
- fixes a bug wth non-wrapping text and columns (min-width:0 -> auto)
- the action attribute is now editable in the PHP mail form. This is so you an add the # link of the contact page in a one page menu website
- fixes a bug that would prevent the one page nav from showing a next page arrow when scroling by touch and touching a link
- improved mouse wheel scrolling sensitivity for one page nav
- updated form to use utf-8 encoding
- fixes a Deluxe menu dropdown item color settting bug
- removed built-in hardware acceleration due to display bugs in macOS 13 Ventura
- one page menu now allows you to exclude project pages from the menu items
- added "fixed-header" predefined class for fixed position horizontal elements
- updated reCAPTCHA to use v3 (possibly support enterprise)
*/
html {
  background-color: rgba(242, 242, 242, 1.00);
  color: rgba(38, 38, 38, 1.00);
  font-size: 18px;
  line-height: 150%;
  font-family: "Inter","helveticaNeue", helvetica, sans-serif;
  
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}
p, span {
  line-height: 150%;
}
body, body * {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,
[data-deluxe-link],
[data-deluxe-text]:not(span):not(div),
input,
textarea {
  margin: 12px 0px;
  
}
.g-recaptcha {
  margin: 8px 0px 12px 0px;
}
input,
textarea,
button {
  font-family: inherit;
}
::placeholder {
  opacity: .6;
}
a {
  display: inline-block;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 300ms ease, border 150ms ease;
}
a:focus, button:focus {
   outline: none;
}
a [data-width] > i,
a [data-width] > svg,
a [data-width] > ion-icon {
  vertical-align: top;
}
[data-auto-width="True"] a {
  white-space: nowrap;
}
*:not(.com_onelittledesigner_stacks_Icon_Helper_stack) > svg,
[data-deluxe-link] {
  color:  rgba(38, 38, 38, 1.00);
  stroke: rgba(38, 38, 38, 1.00);
  fill: rgba(38, 38, 38, 1.00);
}
a:not([data-deluxe-link]),
h1 a:not([data-deluxe-link]),
h2 a:not([data-deluxe-link]),
h3 a:not([data-deluxe-link]),
h4 a:not([data-deluxe-link]),
h5 a:not([data-deluxe-link]),
p a:not([data-deluxe-link]),
span a:not([data-deluxe-link]),
[data-edit-p] a:not([data-deluxe-link]),
a:not([data-deluxe-link]) i,
a:not([data-deluxe-link]) svg {
  color: rgba(63, 165, 221, 1.00);
  fill:  rgba(63, 165, 221, 1.00);
  stroke: rgba(63, 165, 221, 1.00);
}
a:not([data-deluxe-link]):hover,
h1 a:not([data-deluxe-link]):hover,
h2 a:not([data-deluxe-link]):hover,
h3 a:not([data-deluxe-link]):hover,
h4 a:not([data-deluxe-link]):hover,
h5 a:not([data-deluxe-link]):hover,
p a:not([data-deluxe-link]):hover,
span a:not([data-deluxe-link]):hover,
a:not([data-deluxe-link]):hover i,
a:not([data-deluxe-link]):hover svg  {
  color: rgba(48, 199, 219, 1.00);
  fill:  rgba(48, 199, 219, 1.00);
  stroke: rgba(48, 199, 219, 1.00);
}
a:not([data-deluxe-link]):active,
h1 a:not([data-deluxe-link]):active,
h2 a:not([data-deluxe-link]):active,
h3 a:not([data-deluxe-link]):active,
h4 a:not([data-deluxe-link]):active,
h5 a:not([data-deluxe-link]):active,
p a:not([data-deluxe-link]):active,
span a:not([data-deluxe-link]):active,
.current a:not([data-deluxe-link]),
.active a:not([data-deluxe-link]),
a:not([data-deluxe-link]):active i,
a:not([data-deluxe-link]):active svg  {
  color: rgba(140, 140, 140, 1.00);
  fill:  rgba(140, 140, 140, 1.00);
  stroke: rgba(140, 140, 140, 1.00);
}
form {
  margin-block-end: 0;
}
hr {
  border-width: 0 0 0 0;
  clear: both;
  height: 0
}
h1,h2,h3,h4,h5,h6 {
  color: rgba(0, 0, 0, 1.00);
  line-height: 110%;
  font-family: "Inter","helveticaNeue", helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}
span[data-deluxe-text="span-True"] {
  line-height: 100%;
  display: block;
  white-space: nowrap;
}
[data-deluxe-link="2"] {
  display: block;
}
[data-deluxe-link="0"],
[data-deluxe-link="1"] {
  display: inline-block;
}
[data-deluxe-link="1"] {
  margin: 0;
}
[data-deluxe-text],
input[data-deluxe-el],
textarea[data-deluxe-el],
button[data-deluxe-el] {
  margin-bottom: 0px;
}
[data-deluxe-text]:first-child,
input[data-deluxe-el]:first-child,
textarea[data-deluxe-el]:first-child,
button[data-deluxe-el]:first-child {
  margin-top: 0px;
}
[data-deluxe-text]:only-child,
input[data-deluxe-el]:only-child,
textarea[data-deluxe-el]:only-child,
button[data-deluxe-el]:only-child  {
  margin-top: 0px;
  margin-bottom: 0px;
}
[data-deluxe-text] span:not([data-deluxe-text]):not([class]) {
 font: inherit !important;
 color: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
 letter-spacing: inherit !important;
 word-spacing: inherit !important;
}
sup {
    font-size: 60%;
}
input {
  width: 100%;
}
h1,
h1 p {
  font-size: 54px;
}
h2,
h2 p {
  font-size: 36px;
}
h3,
h3 p {
  font-size: 28px;
}
h4,
h4 p {
  font-size: 22px;
}
h5,
h5 p {
  font-size: 20px;
}
h6,
h6 p {
  font-size: 18px;
}
h1 p {
  margin: 0px;
}
h2 p {
  margin: 0px;
}
h3 p {
  margin: 0px;
}
h4 p {
  margin: 0px;
}
h5 p {
  margin: 0px;
}
h6 p {
  margin: 0px;
}
.deluxe-link-wrap {
  display: grid;
}
.deluxe-navbar {
  position: relative;
}

.column-sticky {
  position: sticky;
  top:0
}
.fixed-header {
	position: fixed;
	z-index: 99;
	width: 100%;
}
.sticky-container {
  overflow: scroll;
  max-height: 100vh;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.sticky-container::-webkit-scrollbar {
  display: none;
}
.column-overflow-top,
.column-overflow,
.column-overflow-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.column-overflow > * {
  transform: translateY(-50%);
}
.column-overflow-top > * {
  transform: translateY(-100%);
}
.content-overflow {
  position: relative;
  z-index: 99;
  transform: translateY(50%);
}
.deluxe-lightbox {
  cursor: pointer;
}
.deluxe-lightbox-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-lightbox-wrap > * {
    align-self: center;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.6);
    max-width: 80vw;
}
.deluxe-lightbox-wrap > div > div > div.slice.empty {
  width: 80vw;
  height: 80vh;
}

@media all and (min-width: 771px) {
  .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
}

.stacks_in:not(.site_image_stack):not(.image_stack), .stacks_out, .out {
  overflow: visible;
  width: 100%;
}
/*
*/

html:first-child > body section[data-deluxe-el="1"] {
  
  padding: 90px 0px;display: flex; flex-direction: row;
  justify-content: center;
  
}
section[data-deluxe-el="1"] > div {
  
    max-width: 1280px;
    margin: 0;
    width: 100%;
    
    width: calc(100% - 60px);
    
}

/*
*/

html:first-child > body section[data-deluxe-el="2"] {
  
  padding: 90px 0px;display: flex; flex-direction: row;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  
}
section[data-deluxe-el="2"] > div {
  
    max-width: 1280px;
    margin: 0;
    width: 100%;
    
    width: calc(100% - 60px);
    
}

section[data-deluxe-el="2"] [data-deluxe-link],
section[data-deluxe-el="2"] svg {
  color:  rgba(255, 255, 255, 0.65);
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

section[data-deluxe-el="2"] h1,
section[data-deluxe-el="2"] h2,
section[data-deluxe-el="2"] h3,
section[data-deluxe-el="2"] h4,
section[data-deluxe-el="2"] h5 {
  color: rgba(255, 255, 255, 1.00);
}
section[data-deluxe-el="2"] svg {
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

/*
*/

html:first-child > body section[data-deluxe-el="3"] {
  
  background-color : rgba(38, 38, 38, 1.00);
  padding: 90px 0px;display: flex; flex-direction: row;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  
}
section[data-deluxe-el="3"] > div {
  
    max-width: 1280px;
    margin: 0;
    width: 100%;
    
    width: calc(100% - 60px);
    
}

section[data-deluxe-el="3"] [data-deluxe-link],
section[data-deluxe-el="3"] svg {
  color:  rgba(255, 255, 255, 0.65);
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

section[data-deluxe-el="3"] h1,
section[data-deluxe-el="3"] h2,
section[data-deluxe-el="3"] h3,
section[data-deluxe-el="3"] h4,
section[data-deluxe-el="3"] h5 {
  color: rgba(255, 255, 255, 1.00);
}
section[data-deluxe-el="3"] svg {
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

section[data-deluxe-el="3"] a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 0.75);
}
section[data-deluxe-el="3"] a:not([data-deluxe-link]):hover {
  color: rgba(255, 255, 255, 1.00);
}
section[data-deluxe-el="3"] a:not([data-deluxe-link]):active,
section[data-deluxe-el="3"] .current a,
section[data-deluxe-el="3"] .current-ancestor-parent a {
  color: rgba(255, 255, 255, 1.00);
}
/*
*/

html:first-child > body div[data-deluxe-el="2"] {
  
  margin: 12px 0px;
  font-size: 15px;
  
}
div[data-deluxe-el="2"] > div {
  
}

div[data-deluxe-el="2"] a:not([data-deluxe-link]) {
  color: rgba(22, 47, 70, 1.00);
}
div[data-deluxe-el="2"] a:not([data-deluxe-link]):hover {
  color: rgba(42, 122, 240, 1.00);
}
div[data-deluxe-el="2"] a:not([data-deluxe-link]):active,
div[data-deluxe-el="2"] .current a,
div[data-deluxe-el="2"] .current-ancestor-parent a {
  color: rgba(42, 122, 240, 1.00);
}
/*
*/

html:first-child > body div[data-deluxe-el="3"] {
  
  padding: 90px 0px;
  
}
div[data-deluxe-el="3"] > div {
  
}

/*
*/

html:first-child > body div[data-deluxe-el="4"] {
  
  background-color : rgba(243, 239, 211, 1.00);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px;
  padding: 6px 24px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  
}
div[data-deluxe-el="4"] > div {
  
}

div[data-deluxe-el="4"] [data-deluxe-link],
div[data-deluxe-el="4"] svg {
  color:  rgba(0, 0, 0, 0.45);
  stroke: rgba(0, 0, 0, 0.45);
  fill: rgba(0, 0, 0, 0.45);
}

div[data-deluxe-el="4"] h1,
div[data-deluxe-el="4"] h2,
div[data-deluxe-el="4"] h3,
div[data-deluxe-el="4"] h4,
div[data-deluxe-el="4"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
div[data-deluxe-el="4"] svg {
  stroke: rgba(0, 0, 0, 0.45);
  fill: rgba(0, 0, 0, 0.45);
}

/*
*/

html:first-child > body a[data-deluxe-el="1"] {
  
  background-color : rgba(0, 179, 183, 1.00);
  border: 0px solid rgba(0, 179, 183, 1.00);
  border-radius: 4px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 1.00);
  
}
a[data-deluxe-el="1"] > div {
  
}

a[data-deluxe-el="1"] [data-deluxe-link],
a[data-deluxe-el="1"] svg {
  color:  rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}

a[data-deluxe-el="1"] * {
  color:  rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}

a[data-deluxe-el="1"] h1,
a[data-deluxe-el="1"] h2,
a[data-deluxe-el="1"] h3,
a[data-deluxe-el="1"] h4,
a[data-deluxe-el="1"] h5 {
  color: rgba(255, 255, 255, 1.00);
}
a[data-deluxe-el="1"] svg {
  stroke: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}

/*
*/

html:first-child > body a[data-deluxe-el="1"]:hover {
  
  background-color : rgba(26, 198, 202, 1.00);
  
}
a[data-deluxe-el="1"] > div {
  
}

/*
*/

html:first-child > body a[data-deluxe-el="2"] {
  
  background-color : rgba(254, 201, 15, 0.00);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  padding: 8px 16px;
  color: rgba(51, 51, 51, 1.00);
  
}
a[data-deluxe-el="2"] > div {
  
}

a[data-deluxe-el="2"] [data-deluxe-link],
a[data-deluxe-el="2"] svg {
  color:  rgba(51, 51, 51, 1.00);
  stroke: rgba(51, 51, 51, 1.00);
  fill: rgba(51, 51, 51, 1.00);
}

a[data-deluxe-el="2"] * {
  color:  rgba(51, 51, 51, 1.00);
  stroke: rgba(51, 51, 51, 1.00);
  fill: rgba(51, 51, 51, 1.00);
}

a[data-deluxe-el="2"] h1,
a[data-deluxe-el="2"] h2,
a[data-deluxe-el="2"] h3,
a[data-deluxe-el="2"] h4,
a[data-deluxe-el="2"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
a[data-deluxe-el="2"] svg {
  stroke: rgba(51, 51, 51, 1.00);
  fill: rgba(51, 51, 51, 1.00);
}

/*
*/

html:first-child > body a[data-deluxe-el="2"]:hover {
  
  background-color : rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.00);
  border-radius: 4px;
  color: rgba(77, 77, 77, 1.00);
  
}
a[data-deluxe-el="2"] > div {
  
}

a[data-deluxe-el="2"] [data-deluxe-link],
a[data-deluxe-el="2"] svg {
  color:  rgba(77, 77, 77, 1.00);
  stroke: rgba(77, 77, 77, 1.00);
  fill: rgba(77, 77, 77, 1.00);
}

a[data-deluxe-el="2"]:hover * {
  color:  rgba(77, 77, 77, 1.00);
  stroke: rgba(77, 77, 77, 1.00);
  fill: rgba(77, 77, 77, 1.00);
}

a[data-deluxe-el="2"] h1,
a[data-deluxe-el="2"] h2,
a[data-deluxe-el="2"] h3,
a[data-deluxe-el="2"] h4,
a[data-deluxe-el="2"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
a[data-deluxe-el="2"]:hover svg {
  stroke: rgba(77, 77, 77, 1.00);
  fill: rgba(77, 77, 77, 1.00);
}

/*
*/

html:first-child > body a[data-deluxe-el="3"] {
  
  margin: 6px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  
}
a[data-deluxe-el="3"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}

/*
*/

html:first-child > body a[data-deluxe-el="4"] {
  
  border: 6px solid rgba(26, 26, 26, 1.00);
  border-radius: 10px;
  box-shadow: 0px 24px 36px -6px rgba(0,0,0,0.4);;
  
}
a[data-deluxe-el="4"] > div {
  
}

/*
*/

html:first-child > body a[data-deluxe-el="5"] {
  
  margin: 0px 12px;
  padding: 3px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  
}
a[data-deluxe-el="5"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}

/*
*/

html:first-child > body a[data-deluxe-el="6"] {
  
  margin: 0px 0px;
  padding: 14px 0px 4px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
  
}
a[data-deluxe-el="6"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}

/*
*/

html:first-child > body a[data-deluxe-el="7"] {
  
  background-image: linear-gradient(135deg, rgba(52, 225, 137, 1.00) 0%,rgba(48, 173, 197, 1.00) 100%);
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 4px;
  margin-top: 24px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
  padding: 15px 30px;
  color: rgba(22, 47, 70, 1.00);
  font-size: 20px;
  
}
a[data-deluxe-el="7"] > div {
  
}

a[data-deluxe-el="7"] [data-deluxe-link],
a[data-deluxe-el="7"] svg {
  color:  rgba(22, 47, 70, 1.00);
  stroke: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
}

a[data-deluxe-el="7"] * {
  color:  rgba(22, 47, 70, 1.00);
  stroke: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
}

a[data-deluxe-el="7"] h1,
a[data-deluxe-el="7"] h2,
a[data-deluxe-el="7"] h3,
a[data-deluxe-el="7"] h4,
a[data-deluxe-el="7"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
a[data-deluxe-el="7"] svg {
  stroke: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
}

/*
*/

html:first-child > body a[data-deluxe-el="7"]:hover {
  
  box-shadow: 0px 0px  18px 0px rgba(77, 236, 185, 0.59);
  
}
a[data-deluxe-el="7"] > div {
  
}

/*
*/

html:first-child > body hr[data-deluxe-el="1"] {
  
  border-color: rgba(0, 0, 0, 0.15) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00);
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-radius: 0px 0px 0px 0px;
  margin: 48px 0px;
  
}
hr[data-deluxe-el="1"] > div {
  
}

/*
*/

html:first-child > body hr[data-deluxe-el="2"] {
  
  margin: 24px 0px;
  
}
hr[data-deluxe-el="2"] > div {
  
}

/*
*/

html:first-child > body h2[data-deluxe-el="2"] {
  
  margin-top: 0px; margin-right: 0px; margin-bottom: 24px; margin-left: 0px;
  
}
h2[data-deluxe-el="2"] > div {
  
}

/*
*/

html:first-child > body h4[data-deluxe-el="1"] {
  
  margin: 0px 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.00px;
  word-spacing: 0.00px;
  
}
h4[data-deluxe-el="1"] > div {
  
}

/*
*/

html:first-child > body h5[data-deluxe-el="2"] {
  
  margin: 0px 0px;
  padding: 12px 0px 4px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  font-size: 18px;
  
}
h5[data-deluxe-el="2"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}



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


/* Inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local('Inter Light'), local('Inter-Light'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-300.woff') format('woff'); /* Modern Browsers */
}
/* Inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local('Inter Regular'), local('Inter-Regular'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-400.woff') format('woff'); /* Modern Browsers */
}
/* Inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local('Inter Medium'), local('Inter-Medium'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-500.woff') format('woff'); /* Modern Browsers */
}
/* Inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-600.woff') format('woff'); /* Modern Browsers */
}
/* Inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local('Inter Bold'), local('Inter-Bold'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-700.woff') format('woff'); /* Modern Browsers */
}
/* Inter-800 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-800.woff') format('woff'); /* Modern Browsers */
}
/* Inter-900 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: local('Inter Black'), local('Inter-Black'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-900.woff') format('woff'); /* Modern Browsers */
}
/* Inter-300 - latin */
@font-face {
  font-family: 'Inter Light';
  font-style: normal;
  font-weight: 300;
  src: local('Inter Light'), local('Inter-Light'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-300.woff') format('woff'); /* Modern Browsers */
}
/* Inter-500 - latin */
@font-face {
  font-family: 'Inter Medium';
  font-style: normal;
  font-weight: 500;
  src: local('Inter Medium'), local('Inter-Medium'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-500.woff') format('woff'); /* Modern Browsers */
}
/* Inter-600 - latin */
@font-face {
  font-family: 'Inter SemiBold';
  font-style: normal;
  font-weight: 600;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-600.woff') format('woff'); /* Modern Browsers */
}
/* Inter-700 - latin */
@font-face {
  font-family: 'Inter Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Inter Bold'), local('Inter-Bold'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-700.woff') format('woff'); /* Modern Browsers */
}
/* Inter-800 - latin */
@font-face {
  font-family: 'Inter ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-800.woff') format('woff'); /* Modern Browsers */
}
/* Inter-900 - latin */
@font-face {
  font-family: 'Inter Black';
  font-style: normal;
  font-weight: 900;
  src: local('Inter Black'), local('Inter-Black'),
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-inter/Inter-900.woff') format('woff'); /* Modern Browsers */
}

.webfont-helper-all






{
  font-family: 'Inter', Arial;
  
}

#stacks_in_4574 .webfont-helper-wrap, #stacks_in_4574 .webfont-helper-wrap > .out {
  display: none;
}



html:first-child > body .haeder-bg-img[data-deluxe-el] {
  
  background-color : rgba(255, 255, 255, 0.00);
  background-image : url(../template-sale-rw_files/backgroundImage-4575.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px 0px;
}
.haeder-bg-img[data-deluxe-el] > div {

}

/* 1.1.2.1
- shapes now support gradients
*/
.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap {
  overflow: visible;
  height: 120px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  ;
  transform: translateX(-50%)  ;
  
}
.svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap > svg {
  fill: #F2F2F2;
  stroke: #F2F2F2;
  width: 100%;
  height: 120px;
  overflow: visible;
  
}
.svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap:after {
  background: #F2F2F2;
}
.svg-metamorph.svgm_stacks_in_4601 {
  padding-bottom: 120px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_4601 {
    padding-bottom: 180.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap > svg {
    height: 180.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_4601 {
    padding-bottom: 60.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_4601 > .svgm-wrap > svg {
    height: 60.000000px;
    width: 960px;
  }
}




/* */

html:first-child > body .header-content[data-deluxe-el] {
  
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 0px 0px;
  font-size: 18px;
}
.header-content[data-deluxe-el] > div {

}

.header-content[data-deluxe-el] a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 1.00);
}
.header-content[data-deluxe-el] a:not([data-deluxe-link]):hover {
  color: rgba(68, 68, 238, 1.00);
}
.header-content[data-deluxe-el] a:not([data-deluxe-link]):active,
.header-content[data-deluxe-el] .current a,
.header-content[data-deluxe-el] .current-ancestor-parent a {
  color: rgba(85, 85, 255, 1.00);
}

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



@media all and (min-width: 771px) {
  #multi_columns_stacks_in_4609 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 415px) {
  #multi_columns_stacks_in_4609 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_4609 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 414px) {
  #multi_columns_stacks_in_4609 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_4609 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_4609 .hide-mobile {
    display: none;
  }
}

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


html:first-child > body .header-left[data-deluxe-el] {
  
  margin: 60px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.header-left[data-deluxe-el] > div {

}

/* 1.0.2
updated script file to reduce conflicts with stack frameworks
added italicize and font decoration options
 */
#stacks_in_4618.masked-text {
  overflow: hidden;
  
  text-align: left;

}
#stacks_in_4618.masked-text > .masked-text-outer {
  position: relative;
  display: inline-block;
  
  
  
  background-color: rgba(0, 0, 0, 0.00);
  transform: none;
}
#stacks_in_4618.masked-text > .masked-text-outer > .masked-text-inner,
#stacks_in_4618.masked-text > .masked-text-outer > .masked-image-bg,
#stacks_in_4618.masked-text > .masked-text-outer > .masked-image-text-bg {
  
  background-image : url(../template-sale-rw_files/backgroundImage-4618.png);
  background-color : transparent;
  
  background-repeat: repeat;
  background-position: center center;
  background-size: 100% auto;
  
  
  
  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  
  
    display: inline-block;
  
  
  
  filter: grayscale(0) ;
  
  
  opacity: 1.000000;
  mix-blend-mode: normal;
  
  position: relative;
  
}

#stacks_in_4618.masked-text > .masked-text-outer > .masked-text-inner,
#stacks_in_4618.masked-text > .masked-text-outer > .masked-image-text-bg {
  
    padding: 0px 0px 0px 0px;
  
}
#stacks_in_4618.masked-text > .masked-text-outer > .masked-text-inner {
  z-index: 2;
}
#stacks_in_4618.masked-text > .masked-text-outer > .masked-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-clip: initial;
  background-clip: initial;
  mix-blend-mode: multiply;
  opacity: 0.000000;
  filter: grayscale(0) ;
  z-index: 0;
}
#stacks_in_4618.masked-text > .masked-text-outer > .masked-image-text-bg {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0.00);
  z-index: 1;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
}


#stacks_in_4618.masked-text {
    margin: 0px 0 0px 0;
}
#stacks_in_4618.masked-text,
#stacks_in_4618.masked-text span {
  font-size: 100px;
  font-weight: 800;
  line-height: 0.90;
}




html:first-child > body .element_stacks_in_5389[data-deluxe-el] {
  
  margin: 16px 0px 0px 0px;
  padding: 0px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
}
.element_stacks_in_5389[data-deluxe-el] > div {

  max-width: 320px;
  margin: 0;
  width: 100%;
  
  
  
}

.element_stacks_in_5391[data-deluxe-el][data-deluxe-text] {
  color: rgba(255, 255, 255, 0.50);
  
  
}


html:first-child > body .element_stacks_in_5390[data-deluxe-el] {
  
  margin: 16px 0px 0px 0px;
  padding: 0px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
}
.element_stacks_in_5390[data-deluxe-el] > div {

  max-width: 320px;
  margin: 0;
  width: 100%;
  
  
  
}

.element_stacks_in_5394[data-deluxe-el][data-deluxe-text] {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  text-align: left;
  font-weight: 200;
  letter-spacing: 0.00px;
  line-height: 140%;
  word-spacing: 0.00px;
  
}




html:first-child > body .element_stacks_in_5397[data-deluxe-el] {
  min-height: 500px;
  
  align-items: center;
  display: inline-flex;
  width: 100%;
  
}
.element_stacks_in_5397[data-deluxe-el] > div {

}


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




















































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




















































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




















































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




















































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




















































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




















































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




















































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




















































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











































html:first-child > body .element_stacks_in_4578[data-deluxe-el] {
  
  background-color : rgba(17, 17, 17, 1.00);
}
.element_stacks_in_4578[data-deluxe-el] > div {

}

.element_stacks_in_4578[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 0.65);
}
.element_stacks_in_4578[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):hover {
  color: rgba(255, 255, 255, 1.00);
}
.element_stacks_in_4578[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):active,
.element_stacks_in_4578[data-deluxe-el] .current a,
.element_stacks_in_4578[data-deluxe-el] .current-ancestor-parent a {
  color: rgba(255, 255, 255, 0.40);
}

:root {
  --multi_columns_stacks_in_4923:1fr 1fr minmax(340px,min-content);
}
#multi_columns_stacks_in_4923 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_4923);
  grid-gap: 48px;
  align-items: flex-start;
  
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_4923 > div {
  min-width: 0;
}
#multi_columns_stacks_in_4923 + .deluxe-columns {
  margin-top: 48px;
}
#multi_columns_stacks_in_4923 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_4923 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



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

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


html:first-child > body .element_stacks_in_4954[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_4954[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_4961 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_4961 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_4961 svg  */

#stacks_in_4961 svg,
#stacks_in_4961 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_4961 i,
#stacks_in_4961 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_4961 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_4961 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_4961 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_4961 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_4958[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}



html:first-child > body .element_stacks_in_4928[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_4928[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_4935 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_4935 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_4935 svg  */

#stacks_in_4935 svg,
#stacks_in_4935 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_4935 i,
#stacks_in_4935 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_4935 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_4935 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_4935 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_4935 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_4932[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}


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



.element_stacks_in_4940[data-deluxe-el] {
  
  margin: 12px 0px 48px 0px;
  padding: 12px 24px;
}
.element_stacks_in_4940[data-deluxe-el] > div {
  
}


html:first-child > body .element_stacks_in_4942[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_4942[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_4948 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_4948 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_4948 svg  */

#stacks_in_4948 svg,
#stacks_in_4948 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_4948 i,
#stacks_in_4948 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_4948 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_4948 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_4948 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_4948 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_4945[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}







html:first-child > body .element_stacks_in_4579[data-deluxe-el] {
  
  background-color : rgba(14, 14, 14, 1.00);
  padding: 18px 0px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}
.element_stacks_in_4579[data-deluxe-el] > div {

}

.element_stacks_in_4579[data-deluxe-el] [data-deluxe-link],
.element_stacks_in_4579[data-deluxe-el] svg {
  color:  rgba(255, 255, 255, 0.45);
  stroke: rgba(255, 255, 255, 0.45);
  fill: rgba(255, 255, 255, 0.45);
}
.element_stacks_in_4579[data-deluxe-el] h1,
.element_stacks_in_4579[data-deluxe-el] h2,
.element_stacks_in_4579[data-deluxe-el] h3,
.element_stacks_in_4579[data-deluxe-el] h4,
.element_stacks_in_4579[data-deluxe-el] h5 {
  color: rgba(255, 255, 255, 1.00);
}

.element_stacks_in_4579[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 0.66);
}
.element_stacks_in_4579[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):hover {
  color: rgba(255, 255, 255, 1.00);
}
.element_stacks_in_4579[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):active,
.element_stacks_in_4579[data-deluxe-el] .current a,
.element_stacks_in_4579[data-deluxe-el] .current-ancestor-parent a {
  color: rgba(255, 255, 255, 1.00);
}

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


.element_stacks_in_4971[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 12px;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 100%;
  word-spacing: 0.00px;
  
}

.element_stacks_in_4974[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 100%;
  word-spacing: 0.00px;
  
}



