/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

*,
*::after,
*::before {
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
}

html {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 0.6945vw;
	overflow-y: scroll;
	cursor: default;

}
	
body {
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	font-smoothing: antialiased !important;	
	line-height: 0;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.setWrapper {
	width: calc(100% - 6.4rem);
	margin: 9.6rem auto;
	position: relative;
	overflow: hidden;
}

.setWrapper:not(.isFull, .isWide) {
	max-width: 108rem;
}

.isOFF {
	background: transparent !important;
	margin-top: -40.0rem;
	position: relative;
	z-index: 8000;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

header,
footer,
section {
	text-align: center;
	overflow: hidden;
	width: 100%;
}

header {
	transition: background 0.25s ease-in-out;
	position: fixed;
	z-index: 9999;
	top: 0;
}

footer {
	background: #606060;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1			{ font: 600 4.8rem/1.00em 'Open Sans', sans-serif; margin-bottom: 4.8rem; letter-spacing: -0.025em; text-align: center; }
h2			{ font: 600 3.6rem/1.10em 'Open Sans', sans-serif; margin-bottom: 2.4rem; letter-spacing: +0.025em; text-align: center; }
h3			{ font: 500 2.8rem/1.20em 'Open Sans', sans-serif; margin-bottom: 2.4rem; letter-spacing: +0.000em; text-align: center; }
h4			{ font: 500 2.4rem/1.30em 'Open Sans', sans-serif; margin-bottom: 2.4rem; letter-spacing: +0.000em; max-width: 80rem; }
h5			{ font: 500 2.1rem/1.40em 'Open Sans', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.000em; }
h6			{ font: 700 2.1rem/1.50em 'Open Sans', sans-serif; margin-bottom: 0.8rem; letter-spacing: +0.000em; }
p, dd 		{ font: 400 1.8rem/1.50em 'Open Sans', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.000em; }
small 		{ font: 400 1.4rem/1.50em 'Open Sans', sans-serif; margin-bottom: 0.8rem; letter-spacing: +0.025em; }
a 			{ text-decoration: none;}

h4 {
	margin-right: auto;
	margin-left: auto;
}

hr {
	width: 100%;
	background: var(--main-full-color);
	margin: 4.8rem auto 2.4rem auto;
	max-width: 120rem;
	height: 0.1rem;
	border: none;
}

h1 > em {
	letter-spacing: 0.0rem;
	font-style: italic;
	font-size: 050%;
	display: block;
}

small {
	max-width: 96rem;
}

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

header .setWrapper {
	transition: margin 0.25s ease-in-out;
	justify-content: space-between;
	align-items: center;
	margin: 3.2rem auto;
	display: flex;
	gap: 3.2rem;
}

footer .setWrapper {
	flex-direction: column;
	align-items: center;
	text-align: center;
	display: flex;
}

footer .setWrapper hr {
	margin: 1.6rem auto 4.8rem auto;
	max-width: 6.4rem;
	background: #FFF;
}

footer .setWrapper small {
	font-size: 1.2rem;
}

header .setWrapper nav > ul,
footer .setWrapper nav > ul {
	font: 700 1.4rem/1.75em 'Open Sans', sans-serif;
	text-transform: uppercase;
	display: flex;
	gap: 3.2rem;
}

header .setWrapper nav > ul > li:nth-child(1) {
	display: none;
}

/* ---------------------------------------- */

.onTop {
	background: #FFFFFF;
	color: var(--main-full-color);
}

.onTop .setWrapper{
	margin: 1.6rem auto;
}

.onTop .setWrapper .isBND {
	background-position: 000% 100%;
}

.onTop .setMenu .setIcon span {
	background: var(--main-full-color);
}

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */


.setSwiper .isFix.isFC000 {
	bottom: 50%;
	left: 50%;
}

.setSwiper .isFix.isFC100 {
	left: 75% !important;
}

/* ---------------------------------------- */
/* ----- >>> Section: Evacare ------------- */
/* ---------------------------------------- */

.isEVA {
	width: 100%;
	justify-content: center;
	margin: 0 auto;
	display: flex;
	gap: 3.2rem;
}

.isEVA > li {
	max-width: 33.333%;
	text-align: left;
}

.isEVA > li > * {
	margin-bottom: 0.6rem;
	line-height: 1.25em;
	text-align: left;
}

.isEVA > li > img {
	border-radius: 1.6rem;
	margin-bottom: 2.4rem;
}

.isEVA > li > p {
	font-size: 2.4rem;
	font-weight: 700;
}

.isEVA > li > small {
	display: inline-block;
	font-size: 1.8rem;
	height: 4.8rem;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

img {
	width: 100%;
	height: auto !important;
	display: block;
}


.isTAL { text-align: left;   }
.isTAC { text-align: center; }
.isTAR { text-align: right;  }

.isTTU { text-transform: uppercase; }

.isBRB { 
	border-bottom: thin solid var(--main-full-color);
	padding-bottom: 6.4rem;
}

/* ---------------------------------------- */

.isButton {
	font: 700 1.5rem/1.0em 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 1.6rem 4.4rem;
	border-radius: 3.2rem;
	display: inline-block;
	background: #FFFFFF;
	margin-top: 1.6rem;
	white-space: nowrap;
	color: #FFFFFF;
}

.isButton.isAlt {
	border: thin solid currentColor;
	color: var(--main-thir-color);
	background: transparent;
}

.isButton.isFix {
	transform: translateX(-50%);
	position: absolute;
	z-index: 1000;
	bottom: 15%;
	left: 50%;
}

/* ---------------------------------------- */

.isFull { width: calc(100% - 00.0rem); margin: 0.0rem auto; }
.isWide { width: calc(100% - 06.4rem); }
.isAuto { width: calc(100% - 12.8rem); }
.isThir { width: calc(075% - 00.0rem); overflow: unset; }
.isHalf { width: calc(050% - 00.0rem); overflow: unset; }

/* ---------------------------------------- */

.isMRG00 { margin:   16rem auto !important;  }

.isMTA00 { margin-top:	  auto	!important; }
.isMT000 { margin-top:	  00.0rem !important; }
.isMT008 { margin-top:	  00.8rem !important; }
.isMT016 { margin-top:	  01.6rem !important; }
.isMT032 { margin-top:	  03.2rem !important; }
.isMT024 { margin-top:	  02.4rem !important; }
.isMT048 { margin-top:	  04.8rem !important; }
.isMT064 { margin-top:	  06.4rem !important; } 
.isMT072 { margin-top:	  07.2rem !important; }
.isMT080 { margin-top:	  08.0rem !important; }
.isMT096 { margin-top:	  09.6rem !important; }
.isMT112 { margin-top:	  11.2rem !important; }
.isMT128 { margin-top:	  12.8rem !important; }
.isMT144 { margin-top:	  14.4rem !important; }
.isMT160 { margin-top:	  16.0rem !important; }
.isMT192 { margin-top:	  19.2rem !important; }
.isMT210 { margin-top:	  21.0rem !important; }
.isMT256 { margin-top:	  25.6rem !important; }

.isMB000 { margin-bottom: 00.0rem !important; }
.isMB004 { margin-bottom: 00.4rem !important; }
.isMB008 { margin-bottom: 00.8rem !important; }
.isMB016 { margin-bottom: 01.6rem !important; }
.isMB032 { margin-bottom: 03.2rem !important; }
.isMB048 { margin-bottom: 04.8rem !important; }
.isMB054 { margin-bottom: 05.4rem !important; }
.isMB064 { margin-bottom: 06.4rem !important; }
.isMB072 { margin-bottom: 07.2rem !important; }
.isMB080 { margin-bottom: 08.0rem !important; }
.isMB096 { margin-bottom: 09.6rem !important; }
.isMB112 { margin-bottom: 11.2rem !important; }
.isMB128 { margin-bottom: 12.8rem !important; }
.isMB144 { margin-bottom: 14.4rem !important; }
.isMB160 { margin-bottom: 16.0rem !important; }
.isMB256 { margin-bottom: 25.6rem !important; }

/* ---------------------------------------- */

.setColumns {
	display: flex;
}

.setColumns > * {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 50%;
}

.setColumns > * > .isTXT {
	width:  80.0%;
	margin: 10.0%;
	color: var(--main-dark-color);
	flex-direction: column;
	text-align: left;
	overflow: hidden;
	display: flex;
	gap: 3.2rem;
}

.setColumns > * > .isTXT > div:last-child {
	margin-top: -1.6rem;
}

/* ---------------------------------------- */

.setGrid,
.setGrid .setItems {
	width: 100%;
}

.setGrid:not(.setSwiper) .setItems {
	flex-wrap: wrap;
	display: flex;
	column-gap: 0.4rem;
	row-gap: 4.8rem;
}

.setGrid[data-max="2"] .setItems > .setItem  { width: calc(50.000000% - 0.20rem); }
.setGrid[data-max="3"] .setItems > .setItem  { width: calc(33.323232% - 0.27rem); }
.setGrid[data-max="4"] .setItems > .setItem  { width: calc(25.000000% - 0.30rem); }
.setGrid[data-max="5"] .setItems > .setItem  { width: calc(20.000000% - 0.32rem); }
.setGrid[data-max="6"] .setItems > .setItem  { width: calc(16.666666% - 0.33rem); }
.setGrid[data-max="7"] .setItems > .setItem  { width: calc(14.285714% - 0.34rem); }
.setGrid[data-max="8"] .setItems > .setItem  { width: calc(12.500000% - 0.35rem); }
.setGrid[data-max="9"] .setItems > .setItem  { width: calc(11.111111% - 0.36rem); }
.setGrid[data-max="10"] .setItems > .setItem { width: calc(10.000000% - 0.36rem); }

/* ---------------------------------------- */

.setSwiper {
	z-index: 1000;
	position: relative;
	overflow: hidden;
}

.setSwiper .setItems .setItem {
	margin-bottom: 0;
}

.setPrev,
.setNext {
	width:  6.4rem;
	height: 6.4rem;
	background: url(../assets/SVG/SVG_ARW.svg) no-repeat 0 0 / 200% 100%;
	transition: opacity 0.25s ease-in-out;
	transform: translateY(-50%);
	position: absolute;
	cursor: pointer;
	z-index: 1200;
	opacity: 0.25;
	top: 50%;
}

.setPrev:hover,
.setNext:hover {
	opacity: 1;
}

.setPrev { left:  1.6rem; background-position: 000% 000%; }
.setNext { right: 1.6rem; background-position: 100% 000%; }

.setDots {
	bottom: 3.2rem !important;
	justify-content: center;
	align-items: center;
	margin-top: 3.2rem;
	position: absolute;
	z-index: 1100;
	display: flex;
	gap: 1.6rem;
}

.setDots > span {
	width:	0.8rem;
	height: 0.8rem;
	border: thin solid #FFFFFF;
	transition: all 0.25s ease-in-out;
	border-radius: 50%;
	position: relative;
}

.setDots > span.isActive {
	background: #FFFFFF;
}

/* ---------------------------------------- */

dl, dt , dd {
	width: 100%;
	text-align: left;
}

dl {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

dt {
	font: 700 2.1rem/1.50em 'Open Sans', sans-serif;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 2.4rem 1.6rem;
	position: relative;
	cursor: pointer;
}

dd {
	padding: 0.0rem 1.6rem 3.2rem 1.6rem;
	margin-bottom: 0;
	display: none;
}

dt:after {
	width:  3.2rem;
	height: 3.2rem;
	font: 300 3.2rem/3.2rem 'Open Sans', sans-serif;
	transition: all 0.25s ease-in-out;
	transform: translateY(-50%);
	text-align: center;
	position: absolute;
	right: 0.8rem;
	content: "+";
	top: 50%;
}

dt.isActive:after {
	content: "-";
}

/* ---------------------------------------- */

.isTable,
.isTable > li,
.isTable > li > div {
	width: 100%;
	font: 300 1.4rem/1.5em 'Open Sans', sans-serif;
	flex-direction: column;
	display: flex;
}

.isTable > li {
	flex-direction: row;
	align-items: center;
	min-height: 9.6rem;
}

.isTable > li > div {
	padding: 1.6rem 3.2rem;
}

.isTable > li:nth-child(even) {
	background: #D6D6D6 !important;
	text-transform: uppercase;
	text-align: center;
	min-height: auto;
	display: none;
}

.isTable > li:not(:last-child) {
	border-bottom: thin solid rgba(0, 0, 0, 0.25);
}

.isTable > li:first-child > div,
.isTable > li > div:first-child  {
	font-weight: 700;
}


/* ---------------------------------------- */

.isMSG {
	border: solid 0.6rem var(--main-lite-color);
	transform: translateY(0.6rem);
	color: var(--main-full-color);
	text-transform: uppercase;
	padding: 2.4rem 4.8rem;
	letter-spacinisMg: 0.05em;
	line-height: 1.25em;
	max-width: 78rem;
	margin: 0 auto;
}

/* ---------------------------------------- */
/* ----- >>> Icon Sets -------------------- */
/* ---------------------------------------- */

i {
	width:  12.8rem;
	height: 12.8rem;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: cover;
	display: inline-block;
}

.isLRG { min-width: 14.4rem !important; min-height: 14.4rem !important; }
.isMDM { width: 09.6rem !important; height: 09.6rem !important; }
.isSML { width: 08.0rem !important; height: 08.0rem !important; }

.isBND {
	width: 12.0rem;
	height: 3.2rem;
	background-image: url(../assets/SVG/SVG_BND.svg?0002);
	transition: all 0.25s ease-in-out;
	position: relative;
	z-index: 200;
}

.isBND.isALT {
	width: 18.0rem;
	height: 4.8rem;
}

.isISO {
	width: 12.8rem;
	height: 5.2rem;
	background-image: url(../assets/SVG/SVG_ISO.svg?0002);
}

.isCNT {
	width:  32.0rem;
	height: 24.0rem;
	background-image: url(../assets/SVG/SVG_CNT.svg?0002);
}

.isF01, .isF02, .isF03,
.isC01, .isC02, .isC03 {
	transform: translateY(0.2rem);
	position: relative;
}

.isF01 { width: 08.6rem; height: 1.6rem; background-image: url(../assets/SVG/SVG_F01.svg); }
.isF02 { width: 09.6rem; height: 1.6rem; background-image: url(../assets/SVG/SVG_F02.svg); }
.isF03 { width: 09.6rem; height: 1.6rem; background-image: url(../assets/SVG/SVG_F03.svg); }
.isC01 { width: 09.6rem; height: 1.6rem; background-image: url(../assets/SVG/SVG_C01.svg); }
.isC02 { width: 10.8rem; height: 1.6rem; background-image: url(../assets/SVG/SVG_C02.svg); }
.isC03 { width: 09.6rem; height: 1.6rem; background-image: url(../assets/SVG/SVG_C03.svg); }
	


/* ---------------------------------------- */

.isBF, .isAF {
	mix-blend-mode: multiply;
	position: relative;
	z-index: 100;
}

.isBF strong, .isAF strong {
	position: relative;
	z-index: 100;
}

.isBF > i, 
.isAF > i {
	width:  24.0rem;
	height: 24.0rem;
	background-color: rgba(220, 205, 225, 0.25);
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	top: 50%;
}

.isBF > i { left: 0%;  transform: translate(-75%, -50%); }
.isAF > i { right: 0%; transform: translate(+75%, -50%); }

/* ---------------------------------------- */

.isS00 { background-image: url(../assets/SVG/SVG_000.png?0002); }
.isS01 { background-image: url(../assets/SVG/SVG_001.png?0002); margin-bottom: -1.6rem; }
.isS02 { background-image: url(../assets/SVG/SVG_S02.svg?0002); }
.isS03 { background-image: url(../assets/SVG/SVG_S03.svg?0002); }
.isS04 { background-image: url(../assets/SVG/SVG_S04.svg?0002); margin-bottom: -1.6rem }
.isS05 { background-image: url(../assets/SVG/SVG_S05.svg?0002); }
.isS06 { background-image: url(../assets/SVG/SVG_S06.svg?0002); }

.isS10 { background-image: url(../assets/SVG/SVG_S10.svg?0002); }
.isS20 { background-image: url(../assets/SVG/SVG_S20.svg?0002); }
.isS30 { background-image: url(../assets/SVG/SVG_S30.svg?0002); }

.isP00 { background-position: 00.0% 100.0%; }

.isP21 { background-position: 000.0% 000%; }
.isP22 { background-position: 100.0% 000%; }

.isP31 { background-position: 000.0% 000%; }
.isP32 { background-position: 050.0% 000%; }
.isP33 { background-position: 100.0% 000%; }

.isP41 { background-position: 000.0% 000%; }
.isP42 { background-position: 033.0% 000%; }
.isP43 { background-position: 066.0% 000%; }
.isP44 { background-position: 100.0% 000%; }

.isP51 { background-position: 000.0% 000%; }
.isP52 { background-position: 025.0% 000%; }
.isP53 { background-position: 050.0% 000%; }
.isP54 { background-position: 075.0% 000%; }
.isP55 { background-position: 100.0% 000%; }

.isP61 { background-position: 000.0% 000%; }
.isP62 { background-position: 020.0% 000%; }
.isP63 { background-position: 040.0% 000%; }
.isP64 { background-position: 060.0% 000%; }
.isP65 { background-position: 080.0% 000%; }
.isP66 { background-position: 100.0% 000%; }

.isP71 { background-position: 00.00% 000%; }
.isP72 { background-position: 16.70% 000%; }
.isP73 { background-position: 33.30% 000%; }
.isP74 { background-position: 50.00% 000%; }
.isP75 { background-position: 66.70% 000%; }
.isP76 { background-position: 83.30% 000%; }
.isP77 { background-position: 100.0% 000%; }

.isP10 { background-position: 00.00% 000%; }
.isP11 { background-position: 11.11% 000%; }
.isP12 { background-position: 22.22% 000%; }
.isP13 { background-position: 33.33% 000%; }
.isP14 { background-position: 44.44% 000%; }
.isP15 { background-position: 55.56% 000%; }
.isP16 { background-position: 66.67% 000%; }
.isP17 { background-position: 77.78% 000%; }
.isP18 { background-position: 88.89% 000%; }
.isP19 { background-position: 100.0% 000%; }

/* ---------------------------------------- */

.isSVG {
	width: 100%;
	justify-content: center;
	margin: 0.0rem auto;
	column-gap: 0.0rem;
	row-gap: 3.2rem;
	display: flex;
}


.isSVG > li {
	width: 20%;
	flex-direction: column;
	align-items: center;
	display: flex;
	gap: 0.8rem;
}

.isSVG > li > p,
.isSVG > li > div > p {
	margin-bottom: 0.0rem;
	font-size: 2.4rem;
	font-weight: 700;
}

.isSVG > li > small,
.isSVG > li > div > small {
	width: 100%;
	max-width: 32rem;
	display: inline-block;
	letter-spacing: 0.0em;
	line-height: 1.50em;
	font-size: 1.4rem;
	font-weight: 500;
}

.isSVG.isROW {
	flex-wrap: wrap;
}

.isSVG.isCOL {
	flex-direction: column;
	gap: 0.0rem;
}

.isSVG.isCOL > li {
	width: 100%;
	padding: 0.6rem 0.0rem;
	flex-direction: row;
	gap: 3.2rem;
}

.isSVG.isCOL.isNPD > li {
	margin: -0.6rem 0.0rem;
	padding: 0;
}

.isSVG.isCOL > li > *:not(i) {
	width: 100%;
	max-width: calc(100% - 16.0rem);
}

.isSVG.isALT > li:nth-child(even) {
	margin-top: 9.6rem;
}

.isSVG.isCOL.isBRD > li:not(:last-child) {
	border-bottom: thin solid rgba(0, 0, 0, 0.25);
}

.isSVG.isG96 {
	gap: 9.6rem;
}

.isSVG.isG96 > li small {
	white-space: nowrap;
}


/* ---------------------------------------- */

.isITM {
	width: 108rem;
	font: 700 2.4rem/1.25em 'Open Sans', sans-serif;
	background: url(../assets/SVG/SVG_REL.svg);
	background-position: center center;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: 120% 120%;
	margin: 0 auto 6.4rem auto;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	align-items: center;
	display: flex;
}

.isITM > li:nth-child(1) { width: 40%; text-align: left; }
.isITM > li:nth-child(2) { width: 20%; }
.isITM > li:nth-child(3) { width: 40%; text-align: right; }

.isITM > li:nth-child(2) > i {
	margin: 3.2rem;
}

.isITM > li > strong { 
	color: rgba(255, 255, 255, 0.5);
}

/* ---------------------------------------- */
/* ----- >>> Menu  ------------------------ */
/* ---------------------------------------- */

.setMenu {
	height: 1.4rem;
	z-index: 9990;
	display: none;
}

.setMenu .setIcon {
	width:  2.0rem;
	height: 1.4rem;
	position: relative;
	cursor: pointer;
	float: right;
}

.setMenu .setIcon span {
	width:  100%;
	height: 0.2rem;
	transform: rotate(0deg);
	border-radius: 3.2rem;
	background: #FFFFFF;
	position: absolute;
	transition: .25s;
	opacity: 1;
	left: 0;
}

.setMenu .setIcon span:nth-child(1) { top: 000%; }
.setMenu .setIcon span:nth-child(2),
.setMenu .setIcon span:nth-child(3) { top: 050%; }
.setMenu .setIcon span:nth-child(4) { top: 100%; }

header.isActive .setMenu .setIcon span {
	background: var(--main-full-color);
}

header.isActive .setMenu .setIcon span:nth-child(1) {
	width: 0%;
	left: 50%;
	top: 0.8rem;
}

header.isActive .setMenu .setIcon span:nth-child(2) {
	transform: rotate(45deg);
}

header.isActive .setMenu .setIcon span:nth-child(3) {
	transform: rotate(-45deg);
}

header.isActive .setMenu .setIcon span:nth-child(4) {
	width: 0%;
	left: 50%;
	top: 0.8rem;
}

/* ---------------------------------------- */
/* ----- >>> Animations ------------------- */
/* ---------------------------------------- */

a,
button {
	transition: all 0.25s ease-in-out;
}

nav > ul > li > a {
	padding-bottom: 0.4rem;
	text-decoration: none;
	position: relative;
}

nav > ul > li > a:before {
	width:  100.0%;
	height: 0.15rem;
	transition: transform 0.25s ease-in-out;
	background: currentColor;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

nav > ul > li > a:before,
nav > ul > li > a:hover:before,
#isP1 nav > ul > li:nth-child(1) > a:before,
#isP2 nav > ul > li:nth-child(2) > a:before,
#isP3 nav > ul > li:nth-child(3) > a:before,
#isP4 nav > ul > li:nth-child(4) > a:before,
#isP5 nav > ul > li:nth-child(5) > a:before  {
	background: currentColor;
	transform-origin: 0 50%;
	transform: scaleX(1);
	display: block;
	z-index: 1;
}

nav > ul > li > a:before{
	transform-origin: 100% 50%;
	transform: scaleX(0);
}


/* ---------------------------------------- */
/* ----- >>> Color Scheme ----------------- */
/* ---------------------------------------- */

:root {
	--main-full-color: #801D86;
	--main-thir-color: #964A9D;
	--main-half-color: #C371BF;
	--main-lite-color: #E2D9E8;
	--main-dark-color: #3C3C3C;

	--alts-full-color: #5D268D;
	--alts-thir-color: #9B79B8;
	--alts-half-color: #E4DBEA;
	--alts-lite-color: #F8F7F6;

	--item-var1-color: #D95B6E;
	--item-var2-color: #009995;
	--item-var3-color: #1290d2;
}

.isFC000 { color: var(--main-full-color); }
.isFC001 { color: var(--main-thir-color); }
.isFC002 { color: var(--main-half-color); }
.isFC003 { color: var(--main-lite-color); }
.isFC005 { color: var(--main-full-color); }
.isFC100 { color: var(--item-var1-color); }
.isFC200 { color: var(--item-var2-color); }
.isFC300 { color: var(--item-var3-color); }

.isBC000 { background-color: #FFFFFF; color: var(--main-dark-color); }
.isBC001 { background-color: var(--main-full-color); }
.isBC002 { background-color: var(--main-thir-color); }
.isBC003 { background-color: var(--main-half-color); }
.isBC004 { background-color: var(--main-lite-color); color: var(--main-dark-color); }
.isBC005 { background-color: var(--main-lite-color); color: var(--main-dark-color); }

.isBC101 { background-color: var(--alts-full-color); }
.isBC102 { background-color: var(--alts-thir-color); }
.isBC103 { background-color: var(--alts-half-color); color: var(--main-dark-color); }
.isBC104 { background-color: var(--alts-lite-color); color: var(--main-dark-color); }

.isBC100 { background-color: var(--item-var1-color); }
.isBC200 { background-color: var(--item-var2-color); }
.isBC300 { background-color: var(--item-var3-color); }
.isBC400 { background-color: #F2F1EE; }

/* ---------------------------------------- */
/* ----- >>> CSS Hacks -------------------- */
/* ---------------------------------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

* html .setClearfix{ 
	height: 1%;
}

.setClearfix{ 
	display: inline-block; 
}

.setClearfix:after {
	content: "\00A0";
	visibility: hidden;
	line-height: 0;
	display: block;
	clear: both;
	height: 0;
}

*:last-child:not(.setWrapper, .isTXT) {
	/* box-shadow:inset 0rem 0rem 0rem 0.05rem #f00; */
	margin-bottom: 0;
}

/* ---------------------------------------- */
/* ----- >>> Dev Tools -------------------- */
/* ---------------------------------------- */

.isDev * {
	box-shadow: inset 0rem 0rem 0rem 0.05rem #FF1DFF;
}

.isDev .setWrapper {
	background: rgba(255, 0, 0, 0.1);
}

.isDev .setBlock					{ background: rgba(255, 0, 0, 0.1); }
.isDev .setBlock > div:nth-child(1) { background: rgba(0, 255, 0, 0.1); }
.isDev .setBlock > div:nth-child(2) { background: rgba(0, 0, 255, 0.1); }
.isDev .setBlock > div:nth-child(3) { background: rgba(255, 0, 0, 0.1); }
