#bgt_stacks_in_2487 {
  clip-path: polygon(
    -50vw 0%,   
    150vw 0%, 
    150vw 100%,
    -50vw 100%  
  );
} 
#bgt_stacks_in_2487 .bgt-section {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
#bgt_stacks_in_2487 .bgt-section.bgt-spacer {
  min-height: 0;
  padding: 0px 0px;
}
#bgt_stacks_in_2487 .scrollbg {
  background-color: rgba(0, 0, 0, 1.00);
}
#bgt_stacks_in_2487 .scrollbg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.00);
  opacity: 0.9;
}


#stacks_in_2487 .bgt-section .bgt-img-edit:after {
  display: none;
}

*:has(#bgt_stacks_in_2487) {
  overflow: visible !important;
  transform: none !important;
  transition: none !important;
  filter: none !important;
}
#bgt_stacks_in_2487 .scrollbg {
  z-index: 0;
}

#bgt_stacks_in_2487 {
  padding: 0px 0px;
}
#bgt_stacks_in_2487 .bgt-section {
  min-height: 60dvh;
}
.demo-1ld #bgt_stacks_in_2487 .bgt-section {
  min-height: 60%;
}
#bgt_stacks_in_2487 .bgt-section:nth-child(2),
#bgt_stacks_in_2487 .bgt-section:last-child {
  padding: 0; 
}
#bgt_stacks_in_2487 .bgt-testing {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;

  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 32px;

}
#bgt_stacks_in_2487 .bgt-testing .scrollbg .layer-out,
#bgt_stacks_in_2487 .bgt-testing .scrollbg {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  position: relative;
  color: white;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg:after {
  position: absolute;
  inset: -4px;
  content: "";
  border: 4px solid #fff;
  border-radius: 4px;
  z-index: 2;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg {
  height: 120px;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg1 {
  width: calc(16/9 * 120px * 1.25);
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg2 {
  width: calc(1/1 * 120px * 1.15);
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg3 {
  width: calc(9/16 * 120px * 0.9);
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg .layer-out {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background: transparent;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg > .layer-out > div {
  background-size: cover;
  background-position: center;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg .layer-out > .layer,
#bgt_stacks_in_2487 .bgt-testing .scrollbg .layer {

  transform: translate3d(0,0,0) scale(1);
  transform-origin: center;
  filter: none;
  opacity: 1;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg .layer {
  position: relative;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg > .layer-bounds > div {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  z-index: 3;
  opacity: 0.5; 
  box-shadow: 0 0 0 1px black;
  background: gray;
  transition: opacity 300ms linear;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg[data-tscale='scaled'] > .layer-bounds > div {
  background: lightgreen;
}
#bgt_stacks_in_2487 .bgt-testing .scrollbg > .layer-bounds.seg-to > div {
  opacity: 0.5;
}
#bgt_stacks_in_2487 .bgt-testing ~ .bgt-section {
  opacity: 0.15;
}
#bgt_stacks_in_2487 .bgt-testing[data-via="edge-c"] .scrollbg > .layer-out > div:after,
#bgt_stacks_in_2487 .bgt-testing[data-via="edge-c"] .scrollbg > .layer-bounds > div {
  content: "";
  position: absolute;
  border: 4px solid yellow;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  box-shadow: none;
}
#bgt_stacks_in_2487 .bgt-testing[data-via="edge"] .scrollbg > .layer-out > div:after,
#bgt_stacks_in_2487 .bgt-testing[data-via="edge"] .scrollbg > .layer-bounds > div {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: none;
}
#bgt_stacks_in_2487 .bgt-testing[data-via="edge"] .scrollbg:after {
  border: 4px solid yellow;
}
#bgt_stacks_in_2487 .bgt-testing[data-via="edge"] .scrollbg > .layer-bounds > div {
  width: 100%;
  height: 100%;
}
#bgt_stacks_in_2487 .bgt-testing[data-via="center"] .scrollbg > .layer-out > div:before,
#bgt_stacks_in_2487 .bgt-testing[data-via="center"] .scrollbg > .layer-out > div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 16px;
  background: yellow;
  transform: translate(-50%,-50%);
}
#bgt_stacks_in_2487 .bgt-testing[data-via="center"] .scrollbg > .layer-out > div:after {
  width: 16px;
  height: 4px;
}

#bgt_stacks_in_2487 .scrollbg .layer-bounds > div {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 160px rgba(0, 0, 0, 1.00);
  box-sizing: content-box;
}#rbc_stacks_in_2725 {
  margin: 0px 0px;
}
#rbc_stacks_in_2725 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 378px;
}
#rbc_stacks_in_2725.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2725 > .rbc-wrap,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 1280px;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  
  
  gap: 0px 0;
}
/* #rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  
  
  gap: 0px 0;
} */
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 312px;
} */


#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 312px;
}
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2725 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2727Calligrapher{			font-size: 82% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}				.stacks_in_2727Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2727Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2727Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2727Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2727Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2727Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2727Calligrapher h6, .stacks_in_2727Calligrapher h5, .stacks_in_2727Calligrapher h4, .stacks_in_2727Calligrapher h3, .stacks_in_2727Calligrapher h2, .stacks_in_2727Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2727Calligrapher, .stacks_in_2727Calligrapher h1, .stacks_in_2727Calligrapher h2, .stacks_in_2727Calligrapher h3, .stacks_in_2727Calligrapher h4, .stacks_in_2727Calligrapher h5, .stacks_in_2727Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2727targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2727Calligrapher a:link{			color: #AD9037 !important;			text-decoration: none !important;		}				.stacks_in_2727Calligrapher a:visited{			color: #AD9037 !important;		}				.stacks_in_2727Calligrapher a:active{			color: #AD9037 !important;		}				.stacks_in_2727Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2727 {
	padding:  10px;
}
#rbc_stacks_in_2491 {
  margin: 0px 0px;
}
#rbc_stacks_in_2491 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 412px;
}
#rbc_stacks_in_2491.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2491 > .rbc-wrap,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 1280px;
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2491 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2523Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2523Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2523Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2523Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2523Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2523Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2523Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2523Calligrapher h6, .stacks_in_2523Calligrapher h5, .stacks_in_2523Calligrapher h4, .stacks_in_2523Calligrapher h3, .stacks_in_2523Calligrapher h2, .stacks_in_2523Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2523Calligrapher, .stacks_in_2523Calligrapher h1, .stacks_in_2523Calligrapher h2, .stacks_in_2523Calligrapher h3, .stacks_in_2523Calligrapher h4, .stacks_in_2523Calligrapher h5, .stacks_in_2523Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2523targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2523Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2523Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2523Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2523Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2523 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2525shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2698 {
  margin: 0px 0px;
}
#rbc_stacks_in_2698 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2698.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2698 > .rbc-wrap,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2698 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2700Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}				.stacks_in_2700Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2700Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2700Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2700Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2700Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2700Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2700Calligrapher h6, .stacks_in_2700Calligrapher h5, .stacks_in_2700Calligrapher h4, .stacks_in_2700Calligrapher h3, .stacks_in_2700Calligrapher h2, .stacks_in_2700Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2700Calligrapher, .stacks_in_2700Calligrapher h1, .stacks_in_2700Calligrapher h2, .stacks_in_2700Calligrapher h3, .stacks_in_2700Calligrapher h4, .stacks_in_2700Calligrapher h5, .stacks_in_2700Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2700targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2700Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2700Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2700Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2700Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2700 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2704shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2707 {
  margin: 0px 0px;
}
#rbc_stacks_in_2707 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2707.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2707 > .rbc-wrap,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2707 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2795Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2795Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2795Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2795Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2795Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2795Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2795Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2795Calligrapher h6, .stacks_in_2795Calligrapher h5, .stacks_in_2795Calligrapher h4, .stacks_in_2795Calligrapher h3, .stacks_in_2795Calligrapher h2, .stacks_in_2795Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2795Calligrapher, .stacks_in_2795Calligrapher h1, .stacks_in_2795Calligrapher h2, .stacks_in_2795Calligrapher h3, .stacks_in_2795Calligrapher h4, .stacks_in_2795Calligrapher h5, .stacks_in_2795Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2795targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2795Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2795Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2795Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2795Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2795 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2799shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2736 {
  margin: 0px 0px;
}
#rbc_stacks_in_2736 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2736.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2736 > .rbc-wrap,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2736 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2737Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}				.stacks_in_2737Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2737Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2737Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2737Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2737Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2737Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2737Calligrapher h6, .stacks_in_2737Calligrapher h5, .stacks_in_2737Calligrapher h4, .stacks_in_2737Calligrapher h3, .stacks_in_2737Calligrapher h2, .stacks_in_2737Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2737Calligrapher, .stacks_in_2737Calligrapher h1, .stacks_in_2737Calligrapher h2, .stacks_in_2737Calligrapher h3, .stacks_in_2737Calligrapher h4, .stacks_in_2737Calligrapher h5, .stacks_in_2737Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2737targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2737Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2737Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2737Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2737Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2737 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2741shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2851 {
  margin: 0px 0px;
}
#rbc_stacks_in_2851 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2851.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2851 > .rbc-wrap,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2851 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2869Calligrapher{			font-size: 82% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2869Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2869Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2869Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2869Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2869Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2869Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2869Calligrapher h6, .stacks_in_2869Calligrapher h5, .stacks_in_2869Calligrapher h4, .stacks_in_2869Calligrapher h3, .stacks_in_2869Calligrapher h2, .stacks_in_2869Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2869Calligrapher, .stacks_in_2869Calligrapher h1, .stacks_in_2869Calligrapher h2, .stacks_in_2869Calligrapher h3, .stacks_in_2869Calligrapher h4, .stacks_in_2869Calligrapher h5, .stacks_in_2869Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2869targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2869Calligrapher a:link{			color: #AD9037 !important;			text-decoration: none !important;		}				.stacks_in_2869Calligrapher a:visited{			color: #AD9037 !important;		}				.stacks_in_2869Calligrapher a:active{			color: #AD9037 !important;		}				.stacks_in_2869Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2869 {
	padding:  10px;
}
#rbc_stacks_in_2772 {
  margin: 0px 0px;
}
#rbc_stacks_in_2772 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2772.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2772 > .rbc-wrap,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2772 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2773Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}				.stacks_in_2773Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2773Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2773Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2773Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2773Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2773Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2773Calligrapher h6, .stacks_in_2773Calligrapher h5, .stacks_in_2773Calligrapher h4, .stacks_in_2773Calligrapher h3, .stacks_in_2773Calligrapher h2, .stacks_in_2773Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2773Calligrapher, .stacks_in_2773Calligrapher h1, .stacks_in_2773Calligrapher h2, .stacks_in_2773Calligrapher h3, .stacks_in_2773Calligrapher h4, .stacks_in_2773Calligrapher h5, .stacks_in_2773Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2773targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2773Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2773Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2773Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2773Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2773 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2777shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2745 {
  margin: 0px 0px;
}
#rbc_stacks_in_2745 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2745.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2745 > .rbc-wrap,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2745 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2788Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2788Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2788Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2788Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2788Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2788Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2788Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2788Calligrapher h6, .stacks_in_2788Calligrapher h5, .stacks_in_2788Calligrapher h4, .stacks_in_2788Calligrapher h3, .stacks_in_2788Calligrapher h2, .stacks_in_2788Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2788Calligrapher, .stacks_in_2788Calligrapher h1, .stacks_in_2788Calligrapher h2, .stacks_in_2788Calligrapher h3, .stacks_in_2788Calligrapher h4, .stacks_in_2788Calligrapher h5, .stacks_in_2788Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2788targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2788Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2788Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2788Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2788Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2788 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2792shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2824 {
  margin: 0px 0px;
}
#rbc_stacks_in_2824 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2824.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2824 > .rbc-wrap,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2824 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2825Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}				.stacks_in_2825Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2825Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2825Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2825Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2825Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2825Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2825Calligrapher h6, .stacks_in_2825Calligrapher h5, .stacks_in_2825Calligrapher h4, .stacks_in_2825Calligrapher h3, .stacks_in_2825Calligrapher h2, .stacks_in_2825Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2825Calligrapher, .stacks_in_2825Calligrapher h1, .stacks_in_2825Calligrapher h2, .stacks_in_2825Calligrapher h3, .stacks_in_2825Calligrapher h4, .stacks_in_2825Calligrapher h5, .stacks_in_2825Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2825targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2825Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2825Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2825Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2825Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2825 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2829shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2833 {
  margin: 0px 0px;
}
#rbc_stacks_in_2833 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2833.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2833 > .rbc-wrap,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2833 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2834Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2834Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2834Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2834Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2834Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2834Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2834Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2834Calligrapher h6, .stacks_in_2834Calligrapher h5, .stacks_in_2834Calligrapher h4, .stacks_in_2834Calligrapher h3, .stacks_in_2834Calligrapher h2, .stacks_in_2834Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2834Calligrapher, .stacks_in_2834Calligrapher h1, .stacks_in_2834Calligrapher h2, .stacks_in_2834Calligrapher h3, .stacks_in_2834Calligrapher h4, .stacks_in_2834Calligrapher h5, .stacks_in_2834Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2834targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2834Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2834Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2834Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2834Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2834 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2838shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#rbc_stacks_in_2813 {
  margin: 0px 0px;
}
#rbc_stacks_in_2813 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 400px;
}
#rbc_stacks_in_2813.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2813 > .rbc-wrap,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 2560px;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  align-items: flex-end;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2813 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2881Calligrapher{			font-size: 82% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}				.stacks_in_2881Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2881Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2881Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2881Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2881Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2881Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2881Calligrapher h6, .stacks_in_2881Calligrapher h5, .stacks_in_2881Calligrapher h4, .stacks_in_2881Calligrapher h3, .stacks_in_2881Calligrapher h2, .stacks_in_2881Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2881Calligrapher, .stacks_in_2881Calligrapher h1, .stacks_in_2881Calligrapher h2, .stacks_in_2881Calligrapher h3, .stacks_in_2881Calligrapher h4, .stacks_in_2881Calligrapher h5, .stacks_in_2881Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2881targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2881Calligrapher a:link{			color: #AD9037 !important;			text-decoration: none !important;		}				.stacks_in_2881Calligrapher a:visited{			color: #AD9037 !important;		}				.stacks_in_2881Calligrapher a:active{			color: #AD9037 !important;		}				.stacks_in_2881Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2881 {
	padding:  10px;
}
#rbc_stacks_in_2860 {
  margin: 0px 0px;
}
#rbc_stacks_in_2860 > .rbc-wrap {
  display: flex;
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-height: 412px;
}
#rbc_stacks_in_2860.rbc-bgm-off-False > .rbc-wrap > .rbc-layout > .rbc-content > div {
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 1.00);
  
  
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-0 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to right,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-1 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(to bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-2 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(135deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-3 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(45deg,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-4 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at center,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-5 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at top,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860.rbc-bgm-opt-True.rbc-bgm-o-6 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  background-image: linear-gradient(ellipse at bottom,#E3007B 0%,#28007B 100%);
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > div {
  flex: 1;
  min-width: min-content;
  max-width: 100%;
}


#rbc_stacks_in_2860 > .rbc-wrap,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout {
  justify-content: flex-start;
  justify-content: center;
  
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout {
  min-width: min-content;
  max-width: 824px;
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content > div,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
}
/* #rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  justify-content: center;
  
  gap: 30px 0;
} */
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *:not(div),
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > *:not(div) {
  margin-top: 0;
  margin-bottom: 0;
}
/* #rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content.rbc-gm-0 > div,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > *,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] > * {
  min-width: min-content;
  max-width: 264px;
} */


#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  
  
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content > div {
  min-width: min-content;
  max-width: 264px;
}
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div,
#rbc_stacks_in_2860 > .rbc-wrap > .rbc-layout > .rbc-content:not(.rbc-gm-0) > div > div.out[tag="node"] {
  margin: 0;
}



/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_2861Calligrapher{			font-size: 88% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_2861Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2861Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2861Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2861Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2861Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2861Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_2861Calligrapher h6, .stacks_in_2861Calligrapher h5, .stacks_in_2861Calligrapher h4, .stacks_in_2861Calligrapher h3, .stacks_in_2861Calligrapher h2, .stacks_in_2861Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_2861Calligrapher, .stacks_in_2861Calligrapher h1, .stacks_in_2861Calligrapher h2, .stacks_in_2861Calligrapher h3, .stacks_in_2861Calligrapher h4, .stacks_in_2861Calligrapher h5, .stacks_in_2861Calligrapher h6{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2861targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2861Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2861Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2861Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2861Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_2861 {
	padding:  10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2865shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		#titlelogo h1, #tsbanner h1{			font-size: 181% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 2px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ #titlelogo h1, #tsbanner h1{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2422targetNote{	display: none;}.stacks_in_2422Calligrapher{	display: none;}.stacks_in_2422targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2422Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2422Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2422Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2422Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		nav{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   lighter !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 2px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: right !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ nav{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2424targetNote{	display: none;}.stacks_in_2424Calligrapher{	display: none;}.stacks_in_2424targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2424Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2424Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2424Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2424Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		#footer{			font-size: 96% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */  #footer{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2426targetNote{	display: none;}.stacks_in_2426Calligrapher{	display: none;}.stacks_in_2426targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2426Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_2426Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_2426Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_2426Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */	 		#rapidweaver_privacy_message{			font-size: 80% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */  #rapidweaver_privacy_message{	font-family: "Quicksand" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_2428targetNote{	display: none;}.stacks_in_2428Calligrapher{	display: none;}.stacks_in_2428targetNote{	padding: 20px;	margin: 10px;	border: 1px solid #000000;	border-radius: 5px;	color: #ffffff !important;	background: #333333;	display: block;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_2428Calligrapher a:link{			color: #FC6FCF !important;			text-decoration: none !important;		}				.stacks_in_2428Calligrapher a:visited{			color: #FC6FCF !important;		}				.stacks_in_2428Calligrapher a:active{			color: #FC6FCF !important;		}				.stacks_in_2428Calligrapher a:hover{			color: #E6E6E6 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */