:root {
	--color-1:				#9BC9E3;
	--color-2:				#EB9385;
	--color-3:				#99C0BC;
	--color-4:				#937782;
	--color-5:				#2D4249;
	--color-6:				#F5EEDA;
	--color-7:				#58585B;
	--color-8:				#ECEFF0;
	--color-9:				#FDFBF7;
	--color-10:				#FFFFFF;
	--color-11:				#000000;
	--column-gap:           0.75rem;
	--container-max-width:  calc(1200px + (var(--column-gap) * 2));
}

/**
 * reset.css
 *
 * Adapted from:
 * Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/
 * HTML5 boilerplate: http://html5boilerplate.com/
 * HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/
 *
 * Modified by Elliot Jay Stocks
 */

 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section,
 summary,
 time,
 mark,
 audio,
 video 													{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
 
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 nav,
 section 												{ display: block; }
 
 audio,
 canvas,
 video 													{ display: inline-block; *display: inline; *zoom: 1; }
 
 audio:not([controls]) 									{ display: none; }
 
 [hidden] 												{ display: none; }
 
 html 													{ font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
 
 body 													{ margin: 0; }
 
 h1, h2, h3, h4, h5, h6 { font-weight:normal; }
 
 a		 												{ color:blue; }
 
 a:focus  												{ outline: 0; }
 
 abbr[title]  											{ border-bottom:none; }
 
 b,
 strong  												{ font-weight: 700; }
 
 i,
 em,
 dfn  													{ font-style: italic; }
 
 hr  													{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
 
 ins  													{ background: #ff9; color: #000; text-decoration: none; }
 
 mark 	 												{ background: #ff0; color: #000; font-style: italic; font-weight: bold; }
 
 pre,
 code,
 kbd,
 samp  													{ font-family: monospace, monospace; _font-family: 'courier new', monospace; }
 
 pre  													{ white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
 
 q  													{ quotes: none; }
 
 q:before,
 q:after  												{ content: ""; content: none; }
 
 small 													{ font-size: 85%; }
 
 sub,
 sup  													{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
 
 sup  													{ top: -0.5em; }
 
 sub  													{ bottom: -0.25em; }
 
 img  													{ border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
 
 label  												{ cursor: pointer; }
 
 input,
 select,
 textarea  												{ font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
 
 button,
 input  												{ line-height: normal; *overflow: visible; }
 
 button,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] 									{ cursor: pointer; -webkit-appearance: button; }
 
 input[type="checkbox"],
 input[type="radio"] 									{ box-sizing: border-box; }
 
 input[type="search"] 									{ -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
 input[type="search"]::-webkit-search-decoration		{ -webkit-appearance: none; }
 
 button::-moz-focus-inner,
 input::-moz-focus-inner 								{ border: 0; padding: 0; }
 
 textarea  												{ overflow: auto; vertical-align: top; resize: vertical; }
 
 table  												{ border-collapse: collapse; border-spacing: 0; }
 
 td  													{ vertical-align: top; }
 
 /* --COLUMNS CONTAINER-- */
.columns-container {
    width: 100%;
    margin: 0 auto;
	max-width: var(--container-max-width);
	display: flex;
	flex-wrap: wrap;
}
.columns-container.full,
.columns-container.width-full {
    max-width: none;
}
.columns-container.width-1440 {
    max-width: 1440px;
}
.columns-container.width-1200 {
    max-width: 1200px;
}
.columns-container.width-960 {
    max-width: 960px;
}
/* -- COLUMNS -- */
.columns-container > .col,
.columns-container > .col-5,
.columns-container > .col-10,
.columns-container > .col-15,
.columns-container > .col-20,
.columns-container > .col-25,
.columns-container > .col-30,
.columns-container > .col-33,
.columns-container > .col-35,
.columns-container > .col-40,
.columns-container > .col-45,
.columns-container > .col-50,
.columns-container > .col-55,
.columns-container > .col-60,
.columns-container > .col-65,
.columns-container > .col-66,
.columns-container > .col-70,
.columns-container > .col-75,
.columns-container > .col-80,
.columns-container > .col-85,
.columns-container > .col-90,
.columns-container > .col-95,
.columns-container > .col-100 {
	padding: var(--column-gap);
	flex-basis: unset;
	flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
    flex-basis: 100%;
}
.grid-example .columns-container.f-grow-0 > .col {
	flex-grow: 0;
}
/* DESKTOP COLUMNS */
@media (min-width: 769px) {
	/* COL CLASSES ON CONTAINER. QUICK WAY TO SET UP TO 5 COLS WIDE. */
	.columns-container.f-grow-0 > .col	{ flex-grow: 1; }
	.columns-container.cols-1 > .col	{ flex-basis: 100%; max-width: 100%; }
	.columns-container.cols-2 > .col 	{ flex-basis: 50%; max-width: 50%; }
	.columns-container.cols-3 > .col 	{ flex-basis: 33.333%; max-width: 33.333%; }
	.columns-container.cols-4 > .col 	{ flex-basis: 25%; max-width: 25%; }
	.columns-container.cols-5 > .col 	{ flex-basis: 20%; max-width: 20%; }

	/* COL SIZES */
	.columns-container > .col-5		{ flex-basis: 5% !important; max-width: 5%; }
	.columns-container > .col-10 	{ flex-basis: 10% !important; max-width: 10%; }
	.columns-container > .col-15 	{ flex-basis: 15% !important; max-width: 15%; }
	.columns-container > .col-20 	{ flex-basis: 20% !important; max-width: 20%; }
	.columns-container > .col-25 	{ flex-basis: 25% !important; max-width: 25%; }
	.columns-container > .col-30 	{ flex-basis: 30% !important; max-width: 30%; }
    .columns-container > .col-33 	{ flex-basis: 33.333% !important; max-width: 33.333%; }
	.columns-container > .col-35 	{ flex-basis: 35% !important; max-width: 35%; }
	.columns-container > .col-40	{ flex-basis: 40% !important; max-width: 40%; }
	.columns-container > .col-45 	{ flex-basis: 45% !important; max-width: 45%; }
	.columns-container > .col-50 	{ flex-basis: 50% !important; max-width: 50%; }
	.columns-container > .col-55 	{ flex-basis: 55% !important; max-width: 55%; }
	.columns-container > .col-60 	{ flex-basis: 60% !important; max-width: 60%; }
	.columns-container > .col-65 	{ flex-basis: 65% !important; max-width: 65%; }
    .columns-container > .col-66 	{ flex-basis: 66.666% !important; max-width: 66.666%; }
	.columns-container > .col-70 	{ flex-basis: 70% !important; max-width: 70%; }
	.columns-container > .col-75 	{ flex-basis: 75% !important; max-width: 75%; }
	.columns-container > .col-80 	{ flex-basis: 80% !important; max-width: 80%; }
	.columns-container > .col-85 	{ flex-basis: 85% !important; max-width: 85%; }
	.columns-container > .col-90 	{ flex-basis: 90% !important; max-width: 90%; }
	.columns-container > .col-95 	{ flex-basis: 95% !important; max-width: 95%; }
	.columns-container > .col-100 	{ flex-basis: 100% !important; max-width: 100%; }

	/* SPACER CLASSES */
	.columns-container > .offset-5		{ margin-left: 5%; }
	.columns-container > .offset-10 	{ margin-left: 10%; }
	.columns-container > .offset-15 	{ margin-left: 15%; }
	.columns-container > .offset-20 	{ margin-left: 20%; }
	.columns-container > .offset-25 	{ margin-left: 25%; }
	.columns-container > .offset-30 	{ margin-left: 30%; }
    .columns-container > .offset-33 	{ margin-left: 33.333%; }
	.columns-container > .offset-35 	{ margin-left: 35%; }
	.columns-container > .offset-40		{ margin-left: 40%; }
	.columns-container > .offset-45 	{ margin-left: 45%; }
	.columns-container > .offset-50 	{ margin-left: 50%; }
	.columns-container > .offset-55 	{ margin-left: 55%; }
	.columns-container > .offset-60 	{ margin-left: 60%; }
	.columns-container > .offset-65 	{ margin-left: 65%; }
    .columns-container > .offset-66 	{ margin-left: 66.666%; }
	.columns-container > .offset-70 	{ margin-left: 70%; }
	.columns-container > .offset-75 	{ margin-left: 75%; }
	.columns-container > .offset-80 	{ margin-left: 80%; }
	.columns-container > .offset-85 	{ margin-left: 85%; }
	.columns-container > .offset-90 	{ margin-left: 90%; }
	.columns-container > .offset-95 	{ margin-left: 95%; }
}

/* TEXT */
.txt-center {
    text-align: center !important;
}
.txt-right {
    text-align: right !important;
}
.txt-left {
    text-align: left !important;
}
.txt-upper {
    text-transform: uppercase;
}
/* DISPLAY */
.d-block {
    display: block;
}
.d-inl-block {
    display: inline-block;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px) {
    .d-mobile-only {
        display: none;
    }
}
@media (max-width: 768px) {
    .d-desktop-only {
        display: none;
    }
}
/* FLEX */
.f-ai-start {
    align-items: flex-start;
}
.f-ai-center {
    align-items: center;
}
.f-ai-end {
    align-items: flex-end;
}
.f-jc-start {
    justify-content: flex-start;
}
.f-jc-center {
    justify-content: center;
}
.f-jc-end {
    justify-content: flex-end;
}
.f-jc-around {
    justify-content: space-around;
}
.f-jc-between {
    justify-content: space-between;
}
.f-as-start {
    align-self: flex-start;
}
.f-as-center {
    align-self: center;
}
.f-as-end {
    align-self: flex-end;
}
.f-as-stretch {
    align-self: stretch;
}
.f-shrink-0 {
    flex-shrink: 0;
}
.f-basis-unset {
    flex-basis: unset;
}
/* IMAGES */
.bkg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.overlay::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* MISC */
.msf-form-hp { /* required for form spam prevention */
    position: absolute !important;
    left: 100000000px !important;
    display: none !important;
}.m-x-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.m-l-0 {
	margin-left: 0px;
}
.m-r-0 {
	margin-right: 0px;
}
.m-y-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.m-t-0 {
	margin-top: 0px;
}
.m-b-0 {
	margin-bottom: 0px;
}
.p-x-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.p-l-0 {
	padding-left: 0px;
}
.p-r-0 {
	padding-right: 0px;
}
.p-y-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.p-t-0 {
	padding-top: 0px;
}
.p-b-0 {
	padding-bottom: 0px;
}
.m-x-5 {
	margin-left: 5px;
	margin-right: 5px;
}
.m-l-5 {
	margin-left: 5px;
}
.m-r-5 {
	margin-right: 5px;
}
.m-y-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.p-x-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.p-l-5 {
	padding-left: 5px;
}
.p-r-5 {
	padding-right: 5px;
}
.p-y-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.m-x-10 {
	margin-left: 10px;
	margin-right: 10px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-y-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.p-x-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-y-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.m-x-15 {
	margin-left: 15px;
	margin-right: 15px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-y-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.p-x-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.p-l-15 {
	padding-left: 15px;
}
.p-r-15 {
	padding-right: 15px;
}
.p-y-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.m-x-20 {
	margin-left: 20px;
	margin-right: 20px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-y-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.p-x-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-y-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.m-x-25 {
	margin-left: 25px;
	margin-right: 25px;
}
.m-l-25 {
	margin-left: 25px;
}
.m-r-25 {
	margin-right: 25px;
}
.m-y-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.p-x-25 {
	padding-left: 25px;
	padding-right: 25px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-r-25 {
	padding-right: 25px;
}
.p-y-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.p-t-25 {
	padding-top: 25px;
}
.p-b-25 {
	padding-bottom: 25px;
}
.m-x-30 {
	margin-left: 30px;
	margin-right: 30px;
}
.m-l-30 {
	margin-left: 30px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-y-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.p-x-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.p-l-30 {
	padding-left: 30px;
}
.p-r-30 {
	padding-right: 30px;
}
.p-y-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.m-x-35 {
	margin-left: 35px;
	margin-right: 35px;
}
.m-l-35 {
	margin-left: 35px;
}
.m-r-35 {
	margin-right: 35px;
}
.m-y-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}
.m-t-35 {
	margin-top: 35px;
}
.m-b-35 {
	margin-bottom: 35px;
}
.p-x-35 {
	padding-left: 35px;
	padding-right: 35px;
}
.p-l-35 {
	padding-left: 35px;
}
.p-r-35 {
	padding-right: 35px;
}
.p-y-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.p-t-35 {
	padding-top: 35px;
}
.p-b-35 {
	padding-bottom: 35px;
}
.m-x-40 {
	margin-left: 40px;
	margin-right: 40px;
}
.m-l-40 {
	margin-left: 40px;
}
.m-r-40 {
	margin-right: 40px;
}
.m-y-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.p-x-40 {
	padding-left: 40px;
	padding-right: 40px;
}
.p-l-40 {
	padding-left: 40px;
}
.p-r-40 {
	padding-right: 40px;
}
.p-y-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.m-x-45 {
	margin-left: 45px;
	margin-right: 45px;
}
.m-l-45 {
	margin-left: 45px;
}
.m-r-45 {
	margin-right: 45px;
}
.m-y-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.m-t-45 {
	margin-top: 45px;
}
.m-b-45 {
	margin-bottom: 45px;
}
.p-x-45 {
	padding-left: 45px;
	padding-right: 45px;
}
.p-l-45 {
	padding-left: 45px;
}
.p-r-45 {
	padding-right: 45px;
}
.p-y-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.p-t-45 {
	padding-top: 45px;
}
.p-b-45 {
	padding-bottom: 45px;
}
.m-x-50 {
	margin-left: 50px;
	margin-right: 50px;
}
.m-l-50 {
	margin-left: 50px;
}
.m-r-50 {
	margin-right: 50px;
}
.m-y-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.p-x-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.p-l-50 {
	padding-left: 50px;
}
.p-r-50 {
	padding-right: 50px;
}
.p-y-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.m-x-55 {
	margin-left: 55px;
	margin-right: 55px;
}
.m-l-55 {
	margin-left: 55px;
}
.m-r-55 {
	margin-right: 55px;
}
.m-y-55 {
	margin-top: 55px;
	margin-bottom: 55px;
}
.m-t-55 {
	margin-top: 55px;
}
.m-b-55 {
	margin-bottom: 55px;
}
.p-x-55 {
	padding-left: 55px;
	padding-right: 55px;
}
.p-l-55 {
	padding-left: 55px;
}
.p-r-55 {
	padding-right: 55px;
}
.p-y-55 {
	padding-top: 55px;
	padding-bottom: 55px;
}
.p-t-55 {
	padding-top: 55px;
}
.p-b-55 {
	padding-bottom: 55px;
}
.m-x-60 {
	margin-left: 60px;
	margin-right: 60px;
}
.m-l-60 {
	margin-left: 60px;
}
.m-r-60 {
	margin-right: 60px;
}
.m-y-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.p-x-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.p-l-60 {
	padding-left: 60px;
}
.p-r-60 {
	padding-right: 60px;
}
.p-y-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-t-60 {
	padding-top: 60px;
}
.p-b-60 {
	padding-bottom: 60px;
}
.m-x-65 {
	margin-left: 65px;
	margin-right: 65px;
}
.m-l-65 {
	margin-left: 65px;
}
.m-r-65 {
	margin-right: 65px;
}
.m-y-65 {
	margin-top: 65px;
	margin-bottom: 65px;
}
.m-t-65 {
	margin-top: 65px;
}
.m-b-65 {
	margin-bottom: 65px;
}
.p-x-65 {
	padding-left: 65px;
	padding-right: 65px;
}
.p-l-65 {
	padding-left: 65px;
}
.p-r-65 {
	padding-right: 65px;
}
.p-y-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}
.p-t-65 {
	padding-top: 65px;
}
.p-b-65 {
	padding-bottom: 65px;
}
.m-x-70 {
	margin-left: 70px;
	margin-right: 70px;
}
.m-l-70 {
	margin-left: 70px;
}
.m-r-70 {
	margin-right: 70px;
}
.m-y-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.m-t-70 {
	margin-top: 70px;
}
.m-b-70 {
	margin-bottom: 70px;
}
.p-x-70 {
	padding-left: 70px;
	padding-right: 70px;
}
.p-l-70 {
	padding-left: 70px;
}
.p-r-70 {
	padding-right: 70px;
}
.p-y-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.p-t-70 {
	padding-top: 70px;
}
.p-b-70 {
	padding-bottom: 70px;
}
.m-x-75 {
	margin-left: 75px;
	margin-right: 75px;
}
.m-l-75 {
	margin-left: 75px;
}
.m-r-75 {
	margin-right: 75px;
}
.m-y-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}
.m-t-75 {
	margin-top: 75px;
}
.m-b-75 {
	margin-bottom: 75px;
}
.p-x-75 {
	padding-left: 75px;
	padding-right: 75px;
}
.p-l-75 {
	padding-left: 75px;
}
.p-r-75 {
	padding-right: 75px;
}
.p-y-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.p-t-75 {
	padding-top: 75px;
}
.p-b-75 {
	padding-bottom: 75px;
}
.m-x-80 {
	margin-left: 80px;
	margin-right: 80px;
}
.m-l-80 {
	margin-left: 80px;
}
.m-r-80 {
	margin-right: 80px;
}
.m-y-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.m-t-80 {
	margin-top: 80px;
}
.m-b-80 {
	margin-bottom: 80px;
}
.p-x-80 {
	padding-left: 80px;
	padding-right: 80px;
}
.p-l-80 {
	padding-left: 80px;
}
.p-r-80 {
	padding-right: 80px;
}
.p-y-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.p-t-80 {
	padding-top: 80px;
}
.p-b-80 {
	padding-bottom: 80px;
}
.m-x-85 {
	margin-left: 85px;
	margin-right: 85px;
}
.m-l-85 {
	margin-left: 85px;
}
.m-r-85 {
	margin-right: 85px;
}
.m-y-85 {
	margin-top: 85px;
	margin-bottom: 85px;
}
.m-t-85 {
	margin-top: 85px;
}
.m-b-85 {
	margin-bottom: 85px;
}
.p-x-85 {
	padding-left: 85px;
	padding-right: 85px;
}
.p-l-85 {
	padding-left: 85px;
}
.p-r-85 {
	padding-right: 85px;
}
.p-y-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}
.p-t-85 {
	padding-top: 85px;
}
.p-b-85 {
	padding-bottom: 85px;
}
.m-x-90 {
	margin-left: 90px;
	margin-right: 90px;
}
.m-l-90 {
	margin-left: 90px;
}
.m-r-90 {
	margin-right: 90px;
}
.m-y-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.m-t-90 {
	margin-top: 90px;
}
.m-b-90 {
	margin-bottom: 90px;
}
.p-x-90 {
	padding-left: 90px;
	padding-right: 90px;
}
.p-l-90 {
	padding-left: 90px;
}
.p-r-90 {
	padding-right: 90px;
}
.p-y-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.p-t-90 {
	padding-top: 90px;
}
.p-b-90 {
	padding-bottom: 90px;
}
.m-x-95 {
	margin-left: 95px;
	margin-right: 95px;
}
.m-l-95 {
	margin-left: 95px;
}
.m-r-95 {
	margin-right: 95px;
}
.m-y-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}
.m-t-95 {
	margin-top: 95px;
}
.m-b-95 {
	margin-bottom: 95px;
}
.p-x-95 {
	padding-left: 95px;
	padding-right: 95px;
}
.p-l-95 {
	padding-left: 95px;
}
.p-r-95 {
	padding-right: 95px;
}
.p-y-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}
.p-t-95 {
	padding-top: 95px;
}
.p-b-95 {
	padding-bottom: 95px;
}
.m-x-100 {
	margin-left: 100px;
	margin-right: 100px;
}
.m-l-100 {
	margin-left: 100px;
}
.m-r-100 {
	margin-right: 100px;
}
.m-y-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.m-t-100 {
	margin-top: 100px;
}
.m-b-100 {
	margin-bottom: 100px;
}
.p-x-100 {
	padding-left: 100px;
	padding-right: 100px;
}
.p-l-100 {
	padding-left: 100px;
}
.p-r-100 {
	padding-right: 100px;
}
.p-y-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.p-t-100 {
	padding-top: 100px;
}
.p-b-100 {
	padding-bottom: 100px;
}
.m-x-105 {
	margin-left: 105px;
	margin-right: 105px;
}
.m-l-105 {
	margin-left: 105px;
}
.m-r-105 {
	margin-right: 105px;
}
.m-y-105 {
	margin-top: 105px;
	margin-bottom: 105px;
}
.m-t-105 {
	margin-top: 105px;
}
.m-b-105 {
	margin-bottom: 105px;
}
.p-x-105 {
	padding-left: 105px;
	padding-right: 105px;
}
.p-l-105 {
	padding-left: 105px;
}
.p-r-105 {
	padding-right: 105px;
}
.p-y-105 {
	padding-top: 105px;
	padding-bottom: 105px;
}
.p-t-105 {
	padding-top: 105px;
}
.p-b-105 {
	padding-bottom: 105px;
}
.m-x-110 {
	margin-left: 110px;
	margin-right: 110px;
}
.m-l-110 {
	margin-left: 110px;
}
.m-r-110 {
	margin-right: 110px;
}
.m-y-110 {
	margin-top: 110px;
	margin-bottom: 110px;
}
.m-t-110 {
	margin-top: 110px;
}
.m-b-110 {
	margin-bottom: 110px;
}
.p-x-110 {
	padding-left: 110px;
	padding-right: 110px;
}
.p-l-110 {
	padding-left: 110px;
}
.p-r-110 {
	padding-right: 110px;
}
.p-y-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}
.p-t-110 {
	padding-top: 110px;
}
.p-b-110 {
	padding-bottom: 110px;
}
.m-x-115 {
	margin-left: 115px;
	margin-right: 115px;
}
.m-l-115 {
	margin-left: 115px;
}
.m-r-115 {
	margin-right: 115px;
}
.m-y-115 {
	margin-top: 115px;
	margin-bottom: 115px;
}
.m-t-115 {
	margin-top: 115px;
}
.m-b-115 {
	margin-bottom: 115px;
}
.p-x-115 {
	padding-left: 115px;
	padding-right: 115px;
}
.p-l-115 {
	padding-left: 115px;
}
.p-r-115 {
	padding-right: 115px;
}
.p-y-115 {
	padding-top: 115px;
	padding-bottom: 115px;
}
.p-t-115 {
	padding-top: 115px;
}
.p-b-115 {
	padding-bottom: 115px;
}
.m-x-120 {
	margin-left: 120px;
	margin-right: 120px;
}
.m-l-120 {
	margin-left: 120px;
}
.m-r-120 {
	margin-right: 120px;
}
.m-y-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.m-t-120 {
	margin-top: 120px;
}
.m-b-120 {
	margin-bottom: 120px;
}
.p-x-120 {
	padding-left: 120px;
	padding-right: 120px;
}
.p-l-120 {
	padding-left: 120px;
}
.p-r-120 {
	padding-right: 120px;
}
.p-y-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.p-t-120 {
	padding-top: 120px;
}
.p-b-120 {
	padding-bottom: 120px;
}
.m-x-125 {
	margin-left: 125px;
	margin-right: 125px;
}
.m-l-125 {
	margin-left: 125px;
}
.m-r-125 {
	margin-right: 125px;
}
.m-y-125 {
	margin-top: 125px;
	margin-bottom: 125px;
}
.m-t-125 {
	margin-top: 125px;
}
.m-b-125 {
	margin-bottom: 125px;
}
.p-x-125 {
	padding-left: 125px;
	padding-right: 125px;
}
.p-l-125 {
	padding-left: 125px;
}
.p-r-125 {
	padding-right: 125px;
}
.p-y-125 {
	padding-top: 125px;
	padding-bottom: 125px;
}
.p-t-125 {
	padding-top: 125px;
}
.p-b-125 {
	padding-bottom: 125px;
}
.m-x-130 {
	margin-left: 130px;
	margin-right: 130px;
}
.m-l-130 {
	margin-left: 130px;
}
.m-r-130 {
	margin-right: 130px;
}
.m-y-130 {
	margin-top: 130px;
	margin-bottom: 130px;
}
.m-t-130 {
	margin-top: 130px;
}
.m-b-130 {
	margin-bottom: 130px;
}
.p-x-130 {
	padding-left: 130px;
	padding-right: 130px;
}
.p-l-130 {
	padding-left: 130px;
}
.p-r-130 {
	padding-right: 130px;
}
.p-y-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}
.p-t-130 {
	padding-top: 130px;
}
.p-b-130 {
	padding-bottom: 130px;
}
.m-x-135 {
	margin-left: 135px;
	margin-right: 135px;
}
.m-l-135 {
	margin-left: 135px;
}
.m-r-135 {
	margin-right: 135px;
}
.m-y-135 {
	margin-top: 135px;
	margin-bottom: 135px;
}
.m-t-135 {
	margin-top: 135px;
}
.m-b-135 {
	margin-bottom: 135px;
}
.p-x-135 {
	padding-left: 135px;
	padding-right: 135px;
}
.p-l-135 {
	padding-left: 135px;
}
.p-r-135 {
	padding-right: 135px;
}
.p-y-135 {
	padding-top: 135px;
	padding-bottom: 135px;
}
.p-t-135 {
	padding-top: 135px;
}
.p-b-135 {
	padding-bottom: 135px;
}
.m-x-140 {
	margin-left: 140px;
	margin-right: 140px;
}
.m-l-140 {
	margin-left: 140px;
}
.m-r-140 {
	margin-right: 140px;
}
.m-y-140 {
	margin-top: 140px;
	margin-bottom: 140px;
}
.m-t-140 {
	margin-top: 140px;
}
.m-b-140 {
	margin-bottom: 140px;
}
.p-x-140 {
	padding-left: 140px;
	padding-right: 140px;
}
.p-l-140 {
	padding-left: 140px;
}
.p-r-140 {
	padding-right: 140px;
}
.p-y-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}
.p-t-140 {
	padding-top: 140px;
}
.p-b-140 {
	padding-bottom: 140px;
}
.m-x-145 {
	margin-left: 145px;
	margin-right: 145px;
}
.m-l-145 {
	margin-left: 145px;
}
.m-r-145 {
	margin-right: 145px;
}
.m-y-145 {
	margin-top: 145px;
	margin-bottom: 145px;
}
.m-t-145 {
	margin-top: 145px;
}
.m-b-145 {
	margin-bottom: 145px;
}
.p-x-145 {
	padding-left: 145px;
	padding-right: 145px;
}
.p-l-145 {
	padding-left: 145px;
}
.p-r-145 {
	padding-right: 145px;
}
.p-y-145 {
	padding-top: 145px;
	padding-bottom: 145px;
}
.p-t-145 {
	padding-top: 145px;
}
.p-b-145 {
	padding-bottom: 145px;
}
.m-x-150 {
	margin-left: 150px;
	margin-right: 150px;
}
.m-l-150 {
	margin-left: 150px;
}
.m-r-150 {
	margin-right: 150px;
}
.m-y-150 {
	margin-top: 150px;
	margin-bottom: 150px;
}
.m-t-150 {
	margin-top: 150px;
}
.m-b-150 {
	margin-bottom: 150px;
}
.p-x-150 {
	padding-left: 150px;
	padding-right: 150px;
}
.p-l-150 {
	padding-left: 150px;
}
.p-r-150 {
	padding-right: 150px;
}
.p-y-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.p-t-150 {
	padding-top: 150px;
}
.p-b-150 {
	padding-bottom: 150px;
}
.m-x-155 {
	margin-left: 155px;
	margin-right: 155px;
}
.m-l-155 {
	margin-left: 155px;
}
.m-r-155 {
	margin-right: 155px;
}
.m-y-155 {
	margin-top: 155px;
	margin-bottom: 155px;
}
.m-t-155 {
	margin-top: 155px;
}
.m-b-155 {
	margin-bottom: 155px;
}
.p-x-155 {
	padding-left: 155px;
	padding-right: 155px;
}
.p-l-155 {
	padding-left: 155px;
}
.p-r-155 {
	padding-right: 155px;
}
.p-y-155 {
	padding-top: 155px;
	padding-bottom: 155px;
}
.p-t-155 {
	padding-top: 155px;
}
.p-b-155 {
	padding-bottom: 155px;
}
.m-x-160 {
	margin-left: 160px;
	margin-right: 160px;
}
.m-l-160 {
	margin-left: 160px;
}
.m-r-160 {
	margin-right: 160px;
}
.m-y-160 {
	margin-top: 160px;
	margin-bottom: 160px;
}
.m-t-160 {
	margin-top: 160px;
}
.m-b-160 {
	margin-bottom: 160px;
}
.p-x-160 {
	padding-left: 160px;
	padding-right: 160px;
}
.p-l-160 {
	padding-left: 160px;
}
.p-r-160 {
	padding-right: 160px;
}
.p-y-160 {
	padding-top: 160px;
	padding-bottom: 160px;
}
.p-t-160 {
	padding-top: 160px;
}
.p-b-160 {
	padding-bottom: 160px;
}
.m-x-165 {
	margin-left: 165px;
	margin-right: 165px;
}
.m-l-165 {
	margin-left: 165px;
}
.m-r-165 {
	margin-right: 165px;
}
.m-y-165 {
	margin-top: 165px;
	margin-bottom: 165px;
}
.m-t-165 {
	margin-top: 165px;
}
.m-b-165 {
	margin-bottom: 165px;
}
.p-x-165 {
	padding-left: 165px;
	padding-right: 165px;
}
.p-l-165 {
	padding-left: 165px;
}
.p-r-165 {
	padding-right: 165px;
}
.p-y-165 {
	padding-top: 165px;
	padding-bottom: 165px;
}
.p-t-165 {
	padding-top: 165px;
}
.p-b-165 {
	padding-bottom: 165px;
}
.m-x-170 {
	margin-left: 170px;
	margin-right: 170px;
}
.m-l-170 {
	margin-left: 170px;
}
.m-r-170 {
	margin-right: 170px;
}
.m-y-170 {
	margin-top: 170px;
	margin-bottom: 170px;
}
.m-t-170 {
	margin-top: 170px;
}
.m-b-170 {
	margin-bottom: 170px;
}
.p-x-170 {
	padding-left: 170px;
	padding-right: 170px;
}
.p-l-170 {
	padding-left: 170px;
}
.p-r-170 {
	padding-right: 170px;
}
.p-y-170 {
	padding-top: 170px;
	padding-bottom: 170px;
}
.p-t-170 {
	padding-top: 170px;
}
.p-b-170 {
	padding-bottom: 170px;
}
.m-x-175 {
	margin-left: 175px;
	margin-right: 175px;
}
.m-l-175 {
	margin-left: 175px;
}
.m-r-175 {
	margin-right: 175px;
}
.m-y-175 {
	margin-top: 175px;
	margin-bottom: 175px;
}
.m-t-175 {
	margin-top: 175px;
}
.m-b-175 {
	margin-bottom: 175px;
}
.p-x-175 {
	padding-left: 175px;
	padding-right: 175px;
}
.p-l-175 {
	padding-left: 175px;
}
.p-r-175 {
	padding-right: 175px;
}
.p-y-175 {
	padding-top: 175px;
	padding-bottom: 175px;
}
.p-t-175 {
	padding-top: 175px;
}
.p-b-175 {
	padding-bottom: 175px;
}
.m-x-180 {
	margin-left: 180px;
	margin-right: 180px;
}
.m-l-180 {
	margin-left: 180px;
}
.m-r-180 {
	margin-right: 180px;
}
.m-y-180 {
	margin-top: 180px;
	margin-bottom: 180px;
}
.m-t-180 {
	margin-top: 180px;
}
.m-b-180 {
	margin-bottom: 180px;
}
.p-x-180 {
	padding-left: 180px;
	padding-right: 180px;
}
.p-l-180 {
	padding-left: 180px;
}
.p-r-180 {
	padding-right: 180px;
}
.p-y-180 {
	padding-top: 180px;
	padding-bottom: 180px;
}
.p-t-180 {
	padding-top: 180px;
}
.p-b-180 {
	padding-bottom: 180px;
}
.m-x-185 {
	margin-left: 185px;
	margin-right: 185px;
}
.m-l-185 {
	margin-left: 185px;
}
.m-r-185 {
	margin-right: 185px;
}
.m-y-185 {
	margin-top: 185px;
	margin-bottom: 185px;
}
.m-t-185 {
	margin-top: 185px;
}
.m-b-185 {
	margin-bottom: 185px;
}
.p-x-185 {
	padding-left: 185px;
	padding-right: 185px;
}
.p-l-185 {
	padding-left: 185px;
}
.p-r-185 {
	padding-right: 185px;
}
.p-y-185 {
	padding-top: 185px;
	padding-bottom: 185px;
}
.p-t-185 {
	padding-top: 185px;
}
.p-b-185 {
	padding-bottom: 185px;
}
.m-x-190 {
	margin-left: 190px;
	margin-right: 190px;
}
.m-l-190 {
	margin-left: 190px;
}
.m-r-190 {
	margin-right: 190px;
}
.m-y-190 {
	margin-top: 190px;
	margin-bottom: 190px;
}
.m-t-190 {
	margin-top: 190px;
}
.m-b-190 {
	margin-bottom: 190px;
}
.p-x-190 {
	padding-left: 190px;
	padding-right: 190px;
}
.p-l-190 {
	padding-left: 190px;
}
.p-r-190 {
	padding-right: 190px;
}
.p-y-190 {
	padding-top: 190px;
	padding-bottom: 190px;
}
.p-t-190 {
	padding-top: 190px;
}
.p-b-190 {
	padding-bottom: 190px;
}
.m-x-195 {
	margin-left: 195px;
	margin-right: 195px;
}
.m-l-195 {
	margin-left: 195px;
}
.m-r-195 {
	margin-right: 195px;
}
.m-y-195 {
	margin-top: 195px;
	margin-bottom: 195px;
}
.m-t-195 {
	margin-top: 195px;
}
.m-b-195 {
	margin-bottom: 195px;
}
.p-x-195 {
	padding-left: 195px;
	padding-right: 195px;
}
.p-l-195 {
	padding-left: 195px;
}
.p-r-195 {
	padding-right: 195px;
}
.p-y-195 {
	padding-top: 195px;
	padding-bottom: 195px;
}
.p-t-195 {
	padding-top: 195px;
}
.p-b-195 {
	padding-bottom: 195px;
}
.m-x-200 {
	margin-left: 200px;
	margin-right: 200px;
}
.m-l-200 {
	margin-left: 200px;
}
.m-r-200 {
	margin-right: 200px;
}
.m-y-200 {
	margin-top: 200px;
	margin-bottom: 200px;
}
.m-t-200 {
	margin-top: 200px;
}
.m-b-200 {
	margin-bottom: 200px;
}
.p-x-200 {
	padding-left: 200px;
	padding-right: 200px;
}
.p-l-200 {
	padding-left: 200px;
}
.p-r-200 {
	padding-right: 200px;
}
.p-y-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}
.p-t-200 {
	padding-top: 200px;
}
.p-b-200 {
	padding-bottom: 200px;
}
.width-0 {
	width: 0%;
}
.width-5 {
	width: 5%;
}
.width-10 {
	width: 10%;
}
.width-15 {
	width: 15%;
}
.width-20 {
	width: 20%;
}
.width-25 {
	width: 25%;
}
.width-30 {
	width: 30%;
}
.width-35 {
	width: 35%;
}
.width-40 {
	width: 40%;
}
.width-45 {
	width: 45%;
}
.width-50 {
	width: 50%;
}
.width-55 {
	width: 55%;
}
.width-60 {
	width: 60%;
}
.width-65 {
	width: 65%;
}
.width-70 {
	width: 70%;
}
.width-75 {
	width: 75%;
}
.width-80 {
	width: 80%;
}
.width-85 {
	width: 85%;
}
.width-90 {
	width: 90%;
}
.width-95 {
	width: 95%;
}
.width-100 {
	width: 100%;
}
.opacity-0 {
	opacity: 0.0;
}
.overlay-opacity-0::after {
	opacity: 0.0;
}
.opacity-5 {
	opacity: 0.5;
}
.overlay-opacity-5::after {
	opacity: 0.5;
}
.opacity-10 {
	opacity: 0.10;
}
.overlay-opacity-10::after {
	opacity: 0.10;
}
.opacity-15 {
	opacity: 0.15;
}
.overlay-opacity-15::after {
	opacity: 0.15;
}
.opacity-20 {
	opacity: 0.20;
}
.overlay-opacity-20::after {
	opacity: 0.20;
}
.opacity-25 {
	opacity: 0.25;
}
.overlay-opacity-25::after {
	opacity: 0.25;
}
.opacity-30 {
	opacity: 0.30;
}
.overlay-opacity-30::after {
	opacity: 0.30;
}
.opacity-35 {
	opacity: 0.35;
}
.overlay-opacity-35::after {
	opacity: 0.35;
}
.opacity-40 {
	opacity: 0.40;
}
.overlay-opacity-40::after {
	opacity: 0.40;
}
.opacity-45 {
	opacity: 0.45;
}
.overlay-opacity-45::after {
	opacity: 0.45;
}
.opacity-50 {
	opacity: 0.50;
}
.overlay-opacity-50::after {
	opacity: 0.50;
}
.opacity-55 {
	opacity: 0.55;
}
.overlay-opacity-55::after {
	opacity: 0.55;
}
.opacity-60 {
	opacity: 0.60;
}
.overlay-opacity-60::after {
	opacity: 0.60;
}
.opacity-65 {
	opacity: 0.65;
}
.overlay-opacity-65::after {
	opacity: 0.65;
}
.opacity-70 {
	opacity: 0.70;
}
.overlay-opacity-70::after {
	opacity: 0.70;
}
.opacity-75 {
	opacity: 0.75;
}
.overlay-opacity-75::after {
	opacity: 0.75;
}
.opacity-80 {
	opacity: 0.80;
}
.overlay-opacity-80::after {
	opacity: 0.80;
}
.opacity-85 {
	opacity: 0.85;
}
.overlay-opacity-85::after {
	opacity: 0.85;
}
.opacity-90 {
	opacity: 0.90;
}
.overlay-opacity-90::after {
	opacity: 0.90;
}
.opacity-95 {
	opacity: 0.95;
}
.overlay-opacity-95::after {
	opacity: 0.95;
}
.opacity-100 {
	opacity: 1;
}
.overlay-opacity-100::after {
	opacity: 1;
}
.txt-color-1 {
	color:#9BC9E3;
}
.txt-hover-color-1:hover {
	color:#9BC9E3;
}
.bkg-color-1 {
	background-color:#9BC9E3;
}
.bkg-hover-color-1:hover {
	background-color:#9BC9E3;
}
.txt-color-2 {
	color:#EB9385;
}
.txt-hover-color-2:hover {
	color:#EB9385;
}
.bkg-color-2 {
	background-color:#EB9385;
}
.bkg-hover-color-2:hover {
	background-color:#EB9385;
}
.txt-color-3 {
	color:#99C0BC;
}
.txt-hover-color-3:hover {
	color:#99C0BC;
}
.bkg-color-3 {
	background-color:#99C0BC;
}
.bkg-hover-color-3:hover {
	background-color:#99C0BC;
}
.txt-color-4 {
	color:#937782;
}
.txt-hover-color-4:hover {
	color:#937782;
}
.bkg-color-4 {
	background-color:#937782;
}
.bkg-hover-color-4:hover {
	background-color:#937782;
}
.txt-color-5 {
	color:#2D4249;
}
.txt-hover-color-5:hover {
	color:#2D4249;
}
.bkg-color-5 {
	background-color:#2D4249;
}
.bkg-hover-color-5:hover {
	background-color:#2D4249;
}
.txt-color-6 {
	color:#F5EEDA;
}
.txt-hover-color-6:hover {
	color:#F5EEDA;
}
.bkg-color-6 {
	background-color:#F5EEDA;
}
.bkg-hover-color-6:hover {
	background-color:#F5EEDA;
}
.txt-color-7 {
	color:#58585B;
}
.txt-hover-color-7:hover {
	color:#58585B;
}
.bkg-color-7 {
	background-color:#58585B;
}
.bkg-hover-color-7:hover {
	background-color:#58585B;
}
.txt-color-8 {
	color:#ECEFF0;
}
.txt-hover-color-8:hover {
	color:#ECEFF0;
}
.bkg-color-8 {
	background-color:#ECEFF0;
}
.bkg-hover-color-8:hover {
	background-color:#ECEFF0;
}
.txt-color-9 {
	color:#FDFBF7;
}
.txt-hover-color-9:hover {
	color:#FDFBF7;
}
.bkg-color-9 {
	background-color:#FDFBF7;
}
.bkg-hover-color-9:hover {
	background-color:#FDFBF7;
}
.txt-color-10 {
	color:#FFFFFF;
}
.txt-hover-color-10:hover {
	color:#FFFFFF;
}
.bkg-color-10 {
	background-color:#FFFFFF;
}
.bkg-hover-color-10:hover {
	background-color:#FFFFFF;
}
.txt-color-11 {
	color:#000000;
}
.txt-hover-color-11:hover {
	color:#000000;
}
.bkg-color-11 {
	background-color:#000000;
}
.bkg-hover-color-11:hover {
	background-color:#000000;
}
.overlay-color-1::after {
	background-color:#9BC9E3;
}
.overlay-color-2::after {
	background-color:#EB9385;
}
.overlay-color-3::after {
	background-color:#99C0BC;
}
.overlay-color-4::after {
	background-color:#937782;
}
.overlay-color-5::after {
	background-color:#2D4249;
}
.overlay-color-6::after {
	background-color:#F5EEDA;
}
.overlay-color-7::after {
	background-color:#58585B;
}
.overlay-color-8::after {
	background-color:#ECEFF0;
}
.overlay-color-9::after {
	background-color:#FDFBF7;
}
.overlay-color-10::after {
	background-color:#FFFFFF;
}
.overlay-color-11::after {
	background-color:#000000;
}
h1, .h1 {
	font-family:'Roboto', sans-serif;
	font-size:50px;
	line-height:55px;
	font-weight:700;
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size:35px;
		line-height:39px;
	}
}
h2, .h2 {
	font-family:'Roboto', sans-serif;
	font-size:35px;
	line-height:37px;
	font-weight:700;
}
@media (max-width: 767px) {
	h2, .h2 {
		font-size:25px;
		line-height:26px;
	}
}
h3, .h3 {
	font-family:'Roboto', sans-serif;
	font-size:25px;
	line-height:27px;
	font-weight:700;
}
@media (max-width: 767px) {
	h3, .h3 {
		font-size:18px;
		line-height:19px;
	}
}
h4, .h4 {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:19px;
	font-weight:700;
	letter-spacing:2px;
}
h5, .h5 {
	font-family:'Roboto', sans-serif;
	font-size:25px;
	line-height:41px;
	font-weight:300;
}
@media (max-width: 767px) {
	h5, .h5 {
		font-size:18px;
		line-height:29px;
	}
}
h6, .h6 {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	line-height:30px;
	font-weight:300;
}
@media (max-width: 767px) {
	h6, .h6 {
		line-height:21px;
	}
}
body, .body {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	line-height:29px;
	font-weight:300;
}
@media (max-width: 767px) {
	body, .body {
		line-height:21px;
	}
}
p, .p {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	line-height:29px;
	font-weight:300;
	margin-bottom:20px;
}
@media (max-width: 767px) {
	p, .p {
		line-height:21px;
	}
}
button, .button {
	color:#FFFFFF;
	background-color:#EB9385;
	border:none;
	border-radius:100px;
	padding:20px 30px;
	font-size:12px;
	box-shadow:0px 5px 15px 1px rgba(0,0,0,.15);
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1.5px;
	font-family:'Roboto', sans-serif;;
}
button:hover, .button:hover {
	color:#EB9385;
	background-color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
a, .a {
	color:#EB9385;
	text-decoration:none;
}
a:hover, .a:hover {
	color:#EB9385;
	text-decoration:underline;
}
ol, .ol {
	list-style-type:decimal;
	list-style-position:outside;
	margin:5px 5px 25px 25px;
}
ol li, .ol .li {
	padding:0px 10px;
}
ul, .ul {
	list-style-type:disc;
	list-style-position:outside;
	margin:5px 5px 25px 25px;
}
ul li, .ul .li {
	padding:0px 10px;
}
strong, .strong {
	font-weight:700;
}
.link-color-1 {
	color:#9BC9E3 !important;
}
.link-hover-color-1:hover {
	color:#9BC9E3 !important;
}
.link-bkg-color-1 {
	background-color:#9BC9E3 !important;
}
.link-bkg-hover-color-1:hover {
	background-color:#9BC9E3 !important;
}
.link-color-2 {
	color:#EB9385 !important;
}
.link-hover-color-2:hover {
	color:#EB9385 !important;
}
.link-bkg-color-2 {
	background-color:#EB9385 !important;
}
.link-bkg-hover-color-2:hover {
	background-color:#EB9385 !important;
}
.link-color-3 {
	color:#99C0BC !important;
}
.link-hover-color-3:hover {
	color:#99C0BC !important;
}
.link-bkg-color-3 {
	background-color:#99C0BC !important;
}
.link-bkg-hover-color-3:hover {
	background-color:#99C0BC !important;
}
.link-color-4 {
	color:#937782 !important;
}
.link-hover-color-4:hover {
	color:#937782 !important;
}
.link-bkg-color-4 {
	background-color:#937782 !important;
}
.link-bkg-hover-color-4:hover {
	background-color:#937782 !important;
}
.link-color-5 {
	color:#2D4249 !important;
}
.link-hover-color-5:hover {
	color:#2D4249 !important;
}
.link-bkg-color-5 {
	background-color:#2D4249 !important;
}
.link-bkg-hover-color-5:hover {
	background-color:#2D4249 !important;
}
.link-color-6 {
	color:#F5EEDA !important;
}
.link-hover-color-6:hover {
	color:#F5EEDA !important;
}
.link-bkg-color-6 {
	background-color:#F5EEDA !important;
}
.link-bkg-hover-color-6:hover {
	background-color:#F5EEDA !important;
}
.link-color-7 {
	color:#58585B !important;
}
.link-hover-color-7:hover {
	color:#58585B !important;
}
.link-bkg-color-7 {
	background-color:#58585B !important;
}
.link-bkg-hover-color-7:hover {
	background-color:#58585B !important;
}
.link-color-8 {
	color:#ECEFF0 !important;
}
.link-hover-color-8:hover {
	color:#ECEFF0 !important;
}
.link-bkg-color-8 {
	background-color:#ECEFF0 !important;
}
.link-bkg-hover-color-8:hover {
	background-color:#ECEFF0 !important;
}
.link-color-9 {
	color:#FDFBF7 !important;
}
.link-hover-color-9:hover {
	color:#FDFBF7 !important;
}
.link-bkg-color-9 {
	background-color:#FDFBF7 !important;
}
.link-bkg-hover-color-9:hover {
	background-color:#FDFBF7 !important;
}
.link-color-10 {
	color:#FFFFFF !important;
}
.link-hover-color-10:hover {
	color:#FFFFFF !important;
}
.link-bkg-color-10 {
	background-color:#FFFFFF !important;
}
.link-bkg-hover-color-10:hover {
	background-color:#FFFFFF !important;
}
.link-color-11 {
	color:#000000 !important;
}
.link-hover-color-11:hover {
	color:#000000 !important;
}
.link-bkg-color-11 {
	background-color:#000000 !important;
}
.link-bkg-hover-color-11:hover {
	background-color:#000000 !important;
}
