html,body {
	height: 100%;
  }
#execSubmitIframe{
	visibility: hidden;
	display: none;
}
.clear{
	display: block;
	clear: both;
}
.pt-75{ padding-top: 75px; }
.pt-100{ padding-top: 100px; }
.pt-150{ padding-top: 150px; }
.pt-200{ padding-top: 200px; }
.pt-250{ padding-top: 250px; }
.pr-75{ padding-right: 75px; }
.pr-100{ padding-right: 100px; }
.pr-150{ padding-right: 150px; }
.pr-200{ padding-right: 200px; }
.pr-250{ padding-right: 250px; }
.pb-75{ padding-bottom: 75px; }
.pb-100{ padding-bottom: 100px; }
.pb-150{ padding-bottom: 150px; }
.pb-200{ padding-bottom: 200px; }
.pb-250{ padding-bottom: 250px; }
.pl-75{ padding-left: 75px; }
.pl-100{ padding-left: 100px; }
.pl-150{ padding-left: 150px; }
.pl-200{ padding-left: 200px; }
.pl-250{ padding-left: 250px; }
.mt-75{ margin-top: 75px; }
.mt-100{ margin-top: 100px; }
.mt-150{ margin-top: 150px; }
.mt-200{ margin-top: 200px; }
.mt-250{ margin-top: 250px; }
.mb-75{ margin-bottom: 75px; }
.mb-100{ margin-bottom: 100px; }
.mb-150{ margin-bottom: 150px; }
.mb-200{ margin-bottom: 200px; }
.mb-250{ margin-bottom: 250px; }
.pagecomponentwrap{
	background-attachment: fixed  !important;
	background-position: top center !important;
}
.pagecomponentwrap{background: #fff;}
.pagecomponentwrap p{
	line-height: 170%;
}
.pagecomponentwrap .description * {line-height: 170%; }
.pagecomponentwrap .line-height-100 * {line-height: 100% !important; }
.pagecomponentwrap .line-height-120 * {line-height: 120% !important; }
.pagecomponentwrap .line-height-140 * {line-height: 140% !important; }
.pagecomponentwrap .line-height-160 * {line-height: 160% !important; }
.pagecomponentwrap .line-height-180 * {line-height: 180% !important; }
.pagecomponentwrap .line-height-200 * {line-height: 200% !important; }
.componenttitle, .componentsubtitle, .elementtitle, .elementsubtitle{line-height: 150%;}
.pagecomponentwrap .textwrap{font-size: 0.95rem; }
.pagecomponentwrap .elementitemwrap{font-size: 0.95rem; }
.pagecomponentwrap .description li{margin-bottom: 16px;}
.pagecomponentwrap .btn{
	margin-bottom: 10px;
}
.display-5{
	font-size: 2.85rem;
}
	
a:hover{
	text-decoration: none;
}
.breadcrumb-page{
	display: block;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
.breadcrumb-item-page{
    display: inline;
    font-size: 16px;
    font-weight: 300;
    margin: 0 6px;
}
@media only screen and (max-width: 991px) {
	.w-25,.w-50,.w-75{
		width: 100%  !important;
		float: none !important;
	}
}
@media only screen and (max-width: 576px) {
	.pagecomponentwrap .pl-4, .pagecomponentwrap .pl-5, .pagecomponentwrap .pl-75, .pagecomponentwrap .pl-100, .pagecomponentwrap .pl-150, .pagecomponentwrap .pl-200, .pagecomponentwrap .pl-250{
		padding-left: 36px !important;
	}
	.pagecomponentwrap .pr-4, .pagecomponentwrap .pr-5, .pagecomponentwrap .pr-75, .pagecomponentwrap .pr-100, .pagecomponentwrap .pr-150, .pagecomponentwrap .pr-200, .pagecomponentwrap .pr-250{
		padding-right: 36px !important;
	}
}


.col-auto{
	flex: 0 0 20%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

@media (max-width: 1025px){
	.col-auto{
		flex: 0 0 25%;
	}
}
@media (max-width: 768px){
	.col-auto{
		flex: 0 0 33%;
	}
}
@media (max-width: 576px){
	.col-auto{
		flex: 0 0 50%;
		overflow: hidden;
	}
}
@media (max-width: 330px){
	.col-auto{
		flex: 0 0 90%;
	}
}

.svg-content{
	display: block;
}
div.mydivider {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.mydivider span {
	display: inline-block;
	vertical-align: middle;
}
div.mydivider .divider-icon{
	margin: 0 5px;
}
div.mydivider .outer-line {
	width: 30%;
}

.image-32{	max-width: 32px; width: 100%; }
.image-48{	max-width: 48px; width: 100%; }
.image-64{	max-width: 64px; width: 100%; }
.image-100{	max-width: 100px; width: 100%; }
.image-200{	max-width: 200px; width: 100%; }
.image-300{	max-width: 300px; width: 100%; }

.icon-40{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.icon-60{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.icon-80{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
.icon-100{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.icon-120{
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.icon-150{
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
}
.fa, .fa-2x, .fa-3x, .fa-4x, .fa-lg, .fa-5x{
	vertical-align: middle;
	line-height: inherit;
}

.h1i{font-size: 2.1875rem !important;}
.h2i{font-size: 1.75rem !important;}
.h3i{font-size: 1.53125rem !important;}
.h4i{font-size: 1.3125rem !important;}
.h5i{font-size: 1.09375rem !important;}

@media only screen and (max-width: 768px) {
	.h1i, .h2i{font-size: 1.3125rem !important;}
}

.modal-primary .modal-content {
	border-color: #20a8d8;
  }
  
  .modal-primary .modal-header {
	color: #fff;
	background-color: #20a8d8;
  }
  
  .modal-secondary .modal-content {
	border-color: #c8ced3;
  }
  
  .modal-secondary .modal-header {
	color: #fff;
	background-color: #c8ced3;
  }
  
  .modal-success .modal-content {
	border-color: #4dbd74;
  }
  
  .modal-success .modal-header {
	color: #fff;
	background-color: #4dbd74;
  }
  
  .modal-info .modal-content {
	border-color: #63c2de;
  }
  
  .modal-info .modal-header {
	color: #fff;
	background-color: #63c2de;
  }
  
  .modal-warning .modal-content {
	border-color: #ffc107;
  }
  
  .modal-warning .modal-header {
	color: #fff;
	background-color: #ffc107;
  }
  
  .modal-danger .modal-content {
	border-color: #f86c6b;
  }
  
  .modal-danger .modal-header {
	color: #fff;
	background-color: #f86c6b;
  }
  
  .modal-light .modal-content {
	border-color: #f0f3f5;
  }
  
  .modal-light .modal-header {
	color: #fff;
	background-color: #f0f3f5;
  }
  
  .modal-dark .modal-content {
	border-color: #2f353a;
  }
  
  .modal-dark .modal-header {
	color: #fff;
	background-color: #2f353a;
  }

@font-face {
font-family: 'Arimo-Regular';
src: url('/userfiles/asset/fonts/Arimo-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Bitter-Regular';
src: url('/userfiles/asset/fonts/Bitter-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

.pagecomponentwrap{font-family:'Arimo-Regular';}
.stack_font1{font-family:'Arimo-Regular';}
.stack_font2{font-family:'Bitter-Regular';}
.stack_font3{font-family:'Arimo-Regular';}
.stack_font4{font-family:'Arimo-Regular';}
body{font-family:'Arimo-Regular';}

.fill-color1{fill: #C58917  !important;}
.bg-color1{background: #C58917  !important;}
.bg-color1-hover{transition: all .25s ease-in;}
.bg-color1-hover:hover{background: #C58917  !important;}
.border-color1{border-color: #C58917  !important;}
.text-color1{color: #C58917  !important;}
.text-color1-hover{transition: all .25s ease-in;}
.text-color1-hover:hover{color: #C58917  !important;}
.fill-color1_dark{fill: #9e6e12  !important;}
.bg-color1_dark{background: #9e6e12  !important;}
.bg-color1_dark-hover{transition: all .25s ease-in;}
.bg-color1_dark-hover:hover{background: #9e6e12  !important;}
.border-color1_dark{border-color: #9e6e12  !important;}
.text-color1_dark{color: #9e6e12  !important;}
.text-color1_dark-hover{transition: all .25s ease-in;}
.text-color1_dark-hover:hover{color: #9e6e12  !important;}
.fill-color1_light{fill: #eca41c  !important;}
.bg-color1_light{background: #eca41c  !important;}
.bg-color1_light-hover{transition: all .25s ease-in;}
.bg-color1_light-hover:hover{background: #eca41c  !important;}
.border-color1_light{border-color: #eca41c  !important;}
.text-color1_light{color: #eca41c  !important;}
.text-color1_light-hover{transition: all .25s ease-in;}
.text-color1_light-hover:hover{color: #eca41c  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg1-bg1_light-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#eca41c); background: linear-gradient(to top, #C58917,#eca41c); }
.bg1-bg1_light-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#eca41c); background: linear-gradient(to bottom, #C58917,#eca41c); }
.bg1-bg1_light-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#eca41c); background: linear-gradient(to left, #C58917,#eca41c); }
.bg1-bg1_light-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#eca41c); background: linear-gradient(to right, #C58917,#eca41c); }
.bg1-bg1_dark-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#9e6e12); background: linear-gradient(to top, #C58917,#9e6e12); }
.bg1-bg1_dark-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#9e6e12); background: linear-gradient(to bottom, #C58917,#9e6e12); }
.bg1-bg1_dark-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#9e6e12); background: linear-gradient(to left, #C58917,#9e6e12); }
.bg1-bg1_dark-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#9e6e12); background: linear-gradient(to right, #C58917,#9e6e12); }
.bg1_light-bg1-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#C58917); background: linear-gradient(to top, #eca41c,#C58917); }
.bg1_light-bg1-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#C58917); background: linear-gradient(to bottom, #eca41c,#C58917); }
.bg1_light-bg1-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#C58917); background: linear-gradient(to left, #eca41c,#C58917); }
.bg1_light-bg1-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#C58917); background: linear-gradient(to right, #eca41c,#C58917); }
.bg1_light-bg1_dark-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#9e6e12); background: linear-gradient(to top, #eca41c,#9e6e12); }
.bg1_light-bg1_dark-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#9e6e12); background: linear-gradient(to bottom, #eca41c,#9e6e12); }
.bg1_light-bg1_dark-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#9e6e12); background: linear-gradient(to left, #eca41c,#9e6e12); }
.bg1_light-bg1_dark-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#9e6e12); background: linear-gradient(to right, #eca41c,#9e6e12); }
.bg1_dark-bg1-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#C58917); background: linear-gradient(to top, #9e6e12,#C58917); }
.bg1_dark-bg1-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#C58917); background: linear-gradient(to bottom, #9e6e12,#C58917); }
.bg1_dark-bg1-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#C58917); background: linear-gradient(to left, #9e6e12,#C58917); }
.bg1_dark-bg1-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#C58917); background: linear-gradient(to right, #9e6e12,#C58917); }
.bg1_dark-bg1_light-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#eca41c); background: linear-gradient(to top, #9e6e12,#eca41c); }
.bg1_dark-bg1_light-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#eca41c); background: linear-gradient(to bottom, #9e6e12,#eca41c); }
.bg1_dark-bg1_light-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#eca41c); background: linear-gradient(to left, #9e6e12,#eca41c); }
.bg1_dark-bg1_light-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#eca41c); background: linear-gradient(to right, #9e6e12,#eca41c); }
.bg1-bg2-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#B1995B); background: linear-gradient(to top, #C58917,#B1995B); }
.bg1-bg2-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#B1995B); background: linear-gradient(to bottom, #C58917,#B1995B); }
.bg1-bg2-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#B1995B); background: linear-gradient(to left, #C58917,#B1995B); }
.bg1-bg2-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#B1995B); background: linear-gradient(to right, #C58917,#B1995B); }
.bg1-bg2_light-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#d4b86d); background: linear-gradient(to top, #C58917,#d4b86d); }
.bg1-bg2_light-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#d4b86d); background: linear-gradient(to bottom, #C58917,#d4b86d); }
.bg1-bg2_light-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#d4b86d); background: linear-gradient(to left, #C58917,#d4b86d); }
.bg1-bg2_light-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#d4b86d); background: linear-gradient(to right, #C58917,#d4b86d); }
.bg1-bg2_dark-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#8e7a49); background: linear-gradient(to top, #C58917,#8e7a49); }
.bg1-bg2_dark-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#8e7a49); background: linear-gradient(to bottom, #C58917,#8e7a49); }
.bg1-bg2_dark-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#8e7a49); background: linear-gradient(to left, #C58917,#8e7a49); }
.bg1-bg2_dark-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#8e7a49); background: linear-gradient(to right, #C58917,#8e7a49); }
.bg1_light-bg2-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#B1995B); background: linear-gradient(to top, #eca41c,#B1995B); }
.bg1_light-bg2-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#B1995B); background: linear-gradient(to bottom, #eca41c,#B1995B); }
.bg1_light-bg2-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#B1995B); background: linear-gradient(to left, #eca41c,#B1995B); }
.bg1_light-bg2-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#B1995B); background: linear-gradient(to right, #eca41c,#B1995B); }
.bg1_light-bg2_light-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#d4b86d); background: linear-gradient(to top, #eca41c,#d4b86d); }
.bg1_light-bg2_light-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#d4b86d); background: linear-gradient(to bottom, #eca41c,#d4b86d); }
.bg1_light-bg2_light-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#d4b86d); background: linear-gradient(to left, #eca41c,#d4b86d); }
.bg1_light-bg2_light-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#d4b86d); background: linear-gradient(to right, #eca41c,#d4b86d); }
.bg1_light-bg2_dark-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#8e7a49); background: linear-gradient(to top, #eca41c,#8e7a49); }
.bg1_light-bg2_dark-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#8e7a49); background: linear-gradient(to bottom, #eca41c,#8e7a49); }
.bg1_light-bg2_dark-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#8e7a49); background: linear-gradient(to left, #eca41c,#8e7a49); }
.bg1_light-bg2_dark-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#8e7a49); background: linear-gradient(to right, #eca41c,#8e7a49); }
.bg1_dark-bg2-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#B1995B); background: linear-gradient(to top, #9e6e12,#B1995B); }
.bg1_dark-bg2-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#B1995B); background: linear-gradient(to bottom, #9e6e12,#B1995B); }
.bg1_dark-bg2-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#B1995B); background: linear-gradient(to left, #9e6e12,#B1995B); }
.bg1_dark-bg2-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#B1995B); background: linear-gradient(to right, #9e6e12,#B1995B); }
.bg1_dark-bg2_light-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#d4b86d); background: linear-gradient(to top, #9e6e12,#d4b86d); }
.bg1_dark-bg2_light-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#d4b86d); background: linear-gradient(to bottom, #9e6e12,#d4b86d); }
.bg1_dark-bg2_light-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#d4b86d); background: linear-gradient(to left, #9e6e12,#d4b86d); }
.bg1_dark-bg2_light-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#d4b86d); background: linear-gradient(to right, #9e6e12,#d4b86d); }
.bg1_dark-bg2_dark-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#8e7a49); background: linear-gradient(to top, #9e6e12,#8e7a49); }
.bg1_dark-bg2_dark-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#8e7a49); background: linear-gradient(to bottom, #9e6e12,#8e7a49); }
.bg1_dark-bg2_dark-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#8e7a49); background: linear-gradient(to left, #9e6e12,#8e7a49); }
.bg1_dark-bg2_dark-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#8e7a49); background: linear-gradient(to right, #9e6e12,#8e7a49); }
.bg1-bg3-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#262D44); background: linear-gradient(to top, #C58917,#262D44); }
.bg1-bg3-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#262D44); background: linear-gradient(to bottom, #C58917,#262D44); }
.bg1-bg3-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#262D44); background: linear-gradient(to left, #C58917,#262D44); }
.bg1-bg3-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#262D44); background: linear-gradient(to right, #C58917,#262D44); }
.bg1-bg3_light-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#2e3652); background: linear-gradient(to top, #C58917,#2e3652); }
.bg1-bg3_light-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#2e3652); background: linear-gradient(to bottom, #C58917,#2e3652); }
.bg1-bg3_light-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#2e3652); background: linear-gradient(to left, #C58917,#2e3652); }
.bg1-bg3_light-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#2e3652); background: linear-gradient(to right, #C58917,#2e3652); }
.bg1-bg3_dark-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#1e2436); background: linear-gradient(to top, #C58917,#1e2436); }
.bg1-bg3_dark-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#1e2436); background: linear-gradient(to bottom, #C58917,#1e2436); }
.bg1-bg3_dark-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#1e2436); background: linear-gradient(to left, #C58917,#1e2436); }
.bg1-bg3_dark-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#1e2436); background: linear-gradient(to right, #C58917,#1e2436); }
.bg1_light-bg3-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#262D44); background: linear-gradient(to top, #eca41c,#262D44); }
.bg1_light-bg3-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#262D44); background: linear-gradient(to bottom, #eca41c,#262D44); }
.bg1_light-bg3-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#262D44); background: linear-gradient(to left, #eca41c,#262D44); }
.bg1_light-bg3-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#262D44); background: linear-gradient(to right, #eca41c,#262D44); }
.bg1_light-bg3_light-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#2e3652); background: linear-gradient(to top, #eca41c,#2e3652); }
.bg1_light-bg3_light-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#2e3652); background: linear-gradient(to bottom, #eca41c,#2e3652); }
.bg1_light-bg3_light-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#2e3652); background: linear-gradient(to left, #eca41c,#2e3652); }
.bg1_light-bg3_light-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#2e3652); background: linear-gradient(to right, #eca41c,#2e3652); }
.bg1_light-bg3_dark-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#1e2436); background: linear-gradient(to top, #eca41c,#1e2436); }
.bg1_light-bg3_dark-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#1e2436); background: linear-gradient(to bottom, #eca41c,#1e2436); }
.bg1_light-bg3_dark-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#1e2436); background: linear-gradient(to left, #eca41c,#1e2436); }
.bg1_light-bg3_dark-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#1e2436); background: linear-gradient(to right, #eca41c,#1e2436); }
.bg1_dark-bg3-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#262D44); background: linear-gradient(to top, #9e6e12,#262D44); }
.bg1_dark-bg3-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#262D44); background: linear-gradient(to bottom, #9e6e12,#262D44); }
.bg1_dark-bg3-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#262D44); background: linear-gradient(to left, #9e6e12,#262D44); }
.bg1_dark-bg3-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#262D44); background: linear-gradient(to right, #9e6e12,#262D44); }
.bg1_dark-bg3_light-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#2e3652); background: linear-gradient(to top, #9e6e12,#2e3652); }
.bg1_dark-bg3_light-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#2e3652); background: linear-gradient(to bottom, #9e6e12,#2e3652); }
.bg1_dark-bg3_light-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#2e3652); background: linear-gradient(to left, #9e6e12,#2e3652); }
.bg1_dark-bg3_light-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#2e3652); background: linear-gradient(to right, #9e6e12,#2e3652); }
.bg1_dark-bg3_dark-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#1e2436); background: linear-gradient(to top, #9e6e12,#1e2436); }
.bg1_dark-bg3_dark-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#1e2436); background: linear-gradient(to bottom, #9e6e12,#1e2436); }
.bg1_dark-bg3_dark-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#1e2436); background: linear-gradient(to left, #9e6e12,#1e2436); }
.bg1_dark-bg3_dark-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#1e2436); background: linear-gradient(to right, #9e6e12,#1e2436); }
.bg1-bg4-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#E8DDCB); background: linear-gradient(to top, #C58917,#E8DDCB); }
.bg1-bg4-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#E8DDCB); background: linear-gradient(to bottom, #C58917,#E8DDCB); }
.bg1-bg4-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#E8DDCB); background: linear-gradient(to left, #C58917,#E8DDCB); }
.bg1-bg4-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#E8DDCB); background: linear-gradient(to right, #C58917,#E8DDCB); }
.bg1-bg4_light-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#ff109f); background: linear-gradient(to top, #C58917,#ff109f); }
.bg1-bg4_light-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#ff109f); background: linear-gradient(to bottom, #C58917,#ff109f); }
.bg1-bg4_light-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#ff109f); background: linear-gradient(to left, #C58917,#ff109f); }
.bg1-bg4_light-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#ff109f); background: linear-gradient(to right, #C58917,#ff109f); }
.bg1-bg4_dark-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#bab1a2); background: linear-gradient(to top, #C58917,#bab1a2); }
.bg1-bg4_dark-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#bab1a2); background: linear-gradient(to bottom, #C58917,#bab1a2); }
.bg1-bg4_dark-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#bab1a2); background: linear-gradient(to left, #C58917,#bab1a2); }
.bg1-bg4_dark-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#bab1a2); background: linear-gradient(to right, #C58917,#bab1a2); }
.bg1_light-bg4-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#E8DDCB); background: linear-gradient(to top, #eca41c,#E8DDCB); }
.bg1_light-bg4-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#E8DDCB); background: linear-gradient(to bottom, #eca41c,#E8DDCB); }
.bg1_light-bg4-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#E8DDCB); background: linear-gradient(to left, #eca41c,#E8DDCB); }
.bg1_light-bg4-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#E8DDCB); background: linear-gradient(to right, #eca41c,#E8DDCB); }
.bg1_light-bg4_light-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#ff109f); background: linear-gradient(to top, #eca41c,#ff109f); }
.bg1_light-bg4_light-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#ff109f); background: linear-gradient(to bottom, #eca41c,#ff109f); }
.bg1_light-bg4_light-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#ff109f); background: linear-gradient(to left, #eca41c,#ff109f); }
.bg1_light-bg4_light-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#ff109f); background: linear-gradient(to right, #eca41c,#ff109f); }
.bg1_light-bg4_dark-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#bab1a2); background: linear-gradient(to top, #eca41c,#bab1a2); }
.bg1_light-bg4_dark-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#bab1a2); background: linear-gradient(to bottom, #eca41c,#bab1a2); }
.bg1_light-bg4_dark-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#bab1a2); background: linear-gradient(to left, #eca41c,#bab1a2); }
.bg1_light-bg4_dark-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#bab1a2); background: linear-gradient(to right, #eca41c,#bab1a2); }
.bg1_dark-bg4-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#E8DDCB); background: linear-gradient(to top, #9e6e12,#E8DDCB); }
.bg1_dark-bg4-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#E8DDCB); background: linear-gradient(to bottom, #9e6e12,#E8DDCB); }
.bg1_dark-bg4-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#E8DDCB); background: linear-gradient(to left, #9e6e12,#E8DDCB); }
.bg1_dark-bg4-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#E8DDCB); background: linear-gradient(to right, #9e6e12,#E8DDCB); }
.bg1_dark-bg4_light-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#ff109f); background: linear-gradient(to top, #9e6e12,#ff109f); }
.bg1_dark-bg4_light-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#ff109f); background: linear-gradient(to bottom, #9e6e12,#ff109f); }
.bg1_dark-bg4_light-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#ff109f); background: linear-gradient(to left, #9e6e12,#ff109f); }
.bg1_dark-bg4_light-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#ff109f); background: linear-gradient(to right, #9e6e12,#ff109f); }
.bg1_dark-bg4_dark-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#bab1a2); background: linear-gradient(to top, #9e6e12,#bab1a2); }
.bg1_dark-bg4_dark-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#bab1a2); background: linear-gradient(to bottom, #9e6e12,#bab1a2); }
.bg1_dark-bg4_dark-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#bab1a2); background: linear-gradient(to left, #9e6e12,#bab1a2); }
.bg1_dark-bg4_dark-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#bab1a2); background: linear-gradient(to right, #9e6e12,#bab1a2); }
.bg1-bgwhite-top{background: #C58917; background: -webkit-linear-gradient(to top, #C58917,#ffffff); background: linear-gradient(to top, #C58917,#ffffff); }
.bg1-bgwhite-bottom{background: #C58917; background: -webkit-linear-gradient(to bottom, #C58917,#ffffff); background: linear-gradient(to bottom, #C58917,#ffffff); }
.bg1-bgwhite-left{background: #C58917; background: -webkit-linear-gradient(to left, #C58917,#ffffff); background: linear-gradient(to left, #C58917,#ffffff); }
.bg1-bgwhite-right{background: #C58917; background: -webkit-linear-gradient(to right, #C58917,#ffffff); background: linear-gradient(to right, #C58917,#ffffff); }
.bgwhite-bg1-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #C58917,#ffffff); background: linear-gradient(to bottom, #C58917,#ffffff); }
.bgwhite-bg1-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #C58917,#ffffff); background: linear-gradient(to top, #C58917,#ffffff); }
.bgwhite-bg1-left{background: #ffffff; background: -webkit-linear-gradient(to right, #C58917,#ffffff); background: linear-gradient(to right, #C58917,#ffffff); }
.bgwhite-bg1-right{background: #ffffff; background: -webkit-linear-gradient(to left, #C58917,#ffffff); background: linear-gradient(to top, #C58917,#ffffff); }
.bg1_light-bgwhite-top{background: #eca41c; background: -webkit-linear-gradient(to top, #eca41c,#ffffff); background: linear-gradient(to top, #eca41c,#ffffff); }
.bg1_light-bgwhite-bottom{background: #eca41c; background: -webkit-linear-gradient(to bottom, #eca41c,#ffffff); background: linear-gradient(to bottom, #eca41c,#ffffff); }
.bg1_light-bgwhite-left{background: #eca41c; background: -webkit-linear-gradient(to left, #eca41c,#ffffff); background: linear-gradient(to left, #eca41c,#ffffff); }
.bg1_light-bgwhite-right{background: #eca41c; background: -webkit-linear-gradient(to right, #eca41c,#ffffff); background: linear-gradient(to right, #eca41c,#ffffff); }
.bgwhite-bg1_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #eca41c,#ffffff); background: linear-gradient(to bottom, #eca41c,#ffffff); }
.bgwhite-bg1_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #eca41c,#ffffff); background: linear-gradient(to top, #eca41c,#ffffff); }
.bgwhite-bg1_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #eca41c,#ffffff); background: linear-gradient(to right, #eca41c,#ffffff); }
.bgwhite-bg1_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #eca41c,#ffffff); background: linear-gradient(to top, #eca41c,#ffffff); }
.bg1_dark-bgwhite-top{background: #9e6e12; background: -webkit-linear-gradient(to top, #9e6e12,#ffffff); background: linear-gradient(to top, #9e6e12,#ffffff); }
.bg1_dark-bgwhite-bottom{background: #9e6e12; background: -webkit-linear-gradient(to bottom, #9e6e12,#ffffff); background: linear-gradient(to bottom, #9e6e12,#ffffff); }
.bg1_dark-bgwhite-left{background: #9e6e12; background: -webkit-linear-gradient(to left, #9e6e12,#ffffff); background: linear-gradient(to left, #9e6e12,#ffffff); }
.bg1_dark-bgwhite-right{background: #9e6e12; background: -webkit-linear-gradient(to right, #9e6e12,#ffffff); background: linear-gradient(to right, #9e6e12,#ffffff); }
.bgwhite-bg1_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #9e6e12,#ffffff); background: linear-gradient(to bottom, #9e6e12,#ffffff); }
.bgwhite-bg1_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #9e6e12,#ffffff); background: linear-gradient(to top, #9e6e12,#ffffff); }
.bgwhite-bg1_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #9e6e12,#ffffff); background: linear-gradient(to right, #9e6e12,#ffffff); }
.bgwhite-bg1_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #9e6e12,#ffffff); background: linear-gradient(to top, #9e6e12,#ffffff); }
.fill-color2{fill: #B1995B  !important;}
.bg-color2{background: #B1995B  !important;}
.bg-color2-hover{transition: all .25s ease-in;}
.bg-color2-hover:hover{background: #B1995B  !important;}
.border-color2{border-color: #B1995B  !important;}
.text-color2{color: #B1995B  !important;}
.text-color2-hover{transition: all .25s ease-in;}
.text-color2-hover:hover{color: #B1995B  !important;}
.fill-color2_dark{fill: #8e7a49  !important;}
.bg-color2_dark{background: #8e7a49  !important;}
.bg-color2_dark-hover{transition: all .25s ease-in;}
.bg-color2_dark-hover:hover{background: #8e7a49  !important;}
.border-color2_dark{border-color: #8e7a49  !important;}
.text-color2_dark{color: #8e7a49  !important;}
.text-color2_dark-hover{transition: all .25s ease-in;}
.text-color2_dark-hover:hover{color: #8e7a49  !important;}
.fill-color2_light{fill: #d4b86d  !important;}
.bg-color2_light{background: #d4b86d  !important;}
.bg-color2_light-hover{transition: all .25s ease-in;}
.bg-color2_light-hover:hover{background: #d4b86d  !important;}
.border-color2_light{border-color: #d4b86d  !important;}
.text-color2_light{color: #d4b86d  !important;}
.text-color2_light-hover{transition: all .25s ease-in;}
.text-color2_light-hover:hover{color: #d4b86d  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg2-bg1-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#C58917); background: linear-gradient(to top, #B1995B,#C58917); }
.bg2-bg1-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#C58917); background: linear-gradient(to bottom, #B1995B,#C58917); }
.bg2-bg1-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#C58917); background: linear-gradient(to left, #B1995B,#C58917); }
.bg2-bg1-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#C58917); background: linear-gradient(to right, #B1995B,#C58917); }
.bg2-bg1_light-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#eca41c); background: linear-gradient(to top, #B1995B,#eca41c); }
.bg2-bg1_light-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#eca41c); background: linear-gradient(to bottom, #B1995B,#eca41c); }
.bg2-bg1_light-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#eca41c); background: linear-gradient(to left, #B1995B,#eca41c); }
.bg2-bg1_light-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#eca41c); background: linear-gradient(to right, #B1995B,#eca41c); }
.bg2-bg1_dark-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#9e6e12); background: linear-gradient(to top, #B1995B,#9e6e12); }
.bg2-bg1_dark-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#9e6e12); background: linear-gradient(to bottom, #B1995B,#9e6e12); }
.bg2-bg1_dark-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#9e6e12); background: linear-gradient(to left, #B1995B,#9e6e12); }
.bg2-bg1_dark-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#9e6e12); background: linear-gradient(to right, #B1995B,#9e6e12); }
.bg2_light-bg1-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#C58917); background: linear-gradient(to top, #d4b86d,#C58917); }
.bg2_light-bg1-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#C58917); background: linear-gradient(to bottom, #d4b86d,#C58917); }
.bg2_light-bg1-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#C58917); background: linear-gradient(to left, #d4b86d,#C58917); }
.bg2_light-bg1-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#C58917); background: linear-gradient(to right, #d4b86d,#C58917); }
.bg2_light-bg1_light-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#eca41c); background: linear-gradient(to top, #d4b86d,#eca41c); }
.bg2_light-bg1_light-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#eca41c); background: linear-gradient(to bottom, #d4b86d,#eca41c); }
.bg2_light-bg1_light-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#eca41c); background: linear-gradient(to left, #d4b86d,#eca41c); }
.bg2_light-bg1_light-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#eca41c); background: linear-gradient(to right, #d4b86d,#eca41c); }
.bg2_light-bg1_dark-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#9e6e12); background: linear-gradient(to top, #d4b86d,#9e6e12); }
.bg2_light-bg1_dark-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#9e6e12); background: linear-gradient(to bottom, #d4b86d,#9e6e12); }
.bg2_light-bg1_dark-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#9e6e12); background: linear-gradient(to left, #d4b86d,#9e6e12); }
.bg2_light-bg1_dark-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#9e6e12); background: linear-gradient(to right, #d4b86d,#9e6e12); }
.bg2_dark-bg1-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#C58917); background: linear-gradient(to top, #8e7a49,#C58917); }
.bg2_dark-bg1-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#C58917); background: linear-gradient(to bottom, #8e7a49,#C58917); }
.bg2_dark-bg1-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#C58917); background: linear-gradient(to left, #8e7a49,#C58917); }
.bg2_dark-bg1-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#C58917); background: linear-gradient(to right, #8e7a49,#C58917); }
.bg2_dark-bg1_light-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#eca41c); background: linear-gradient(to top, #8e7a49,#eca41c); }
.bg2_dark-bg1_light-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#eca41c); background: linear-gradient(to bottom, #8e7a49,#eca41c); }
.bg2_dark-bg1_light-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#eca41c); background: linear-gradient(to left, #8e7a49,#eca41c); }
.bg2_dark-bg1_light-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#eca41c); background: linear-gradient(to right, #8e7a49,#eca41c); }
.bg2_dark-bg1_dark-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#9e6e12); background: linear-gradient(to top, #8e7a49,#9e6e12); }
.bg2_dark-bg1_dark-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#9e6e12); background: linear-gradient(to bottom, #8e7a49,#9e6e12); }
.bg2_dark-bg1_dark-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#9e6e12); background: linear-gradient(to left, #8e7a49,#9e6e12); }
.bg2_dark-bg1_dark-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#9e6e12); background: linear-gradient(to right, #8e7a49,#9e6e12); }
.bg2-bg2_light-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#d4b86d); background: linear-gradient(to top, #B1995B,#d4b86d); }
.bg2-bg2_light-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#d4b86d); background: linear-gradient(to bottom, #B1995B,#d4b86d); }
.bg2-bg2_light-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#d4b86d); background: linear-gradient(to left, #B1995B,#d4b86d); }
.bg2-bg2_light-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#d4b86d); background: linear-gradient(to right, #B1995B,#d4b86d); }
.bg2-bg2_dark-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#8e7a49); background: linear-gradient(to top, #B1995B,#8e7a49); }
.bg2-bg2_dark-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#8e7a49); background: linear-gradient(to bottom, #B1995B,#8e7a49); }
.bg2-bg2_dark-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#8e7a49); background: linear-gradient(to left, #B1995B,#8e7a49); }
.bg2-bg2_dark-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#8e7a49); background: linear-gradient(to right, #B1995B,#8e7a49); }
.bg2_light-bg2-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#B1995B); background: linear-gradient(to top, #d4b86d,#B1995B); }
.bg2_light-bg2-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#B1995B); background: linear-gradient(to bottom, #d4b86d,#B1995B); }
.bg2_light-bg2-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#B1995B); background: linear-gradient(to left, #d4b86d,#B1995B); }
.bg2_light-bg2-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#B1995B); background: linear-gradient(to right, #d4b86d,#B1995B); }
.bg2_light-bg2_dark-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#8e7a49); background: linear-gradient(to top, #d4b86d,#8e7a49); }
.bg2_light-bg2_dark-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#8e7a49); background: linear-gradient(to bottom, #d4b86d,#8e7a49); }
.bg2_light-bg2_dark-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#8e7a49); background: linear-gradient(to left, #d4b86d,#8e7a49); }
.bg2_light-bg2_dark-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#8e7a49); background: linear-gradient(to right, #d4b86d,#8e7a49); }
.bg2_dark-bg2-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#B1995B); background: linear-gradient(to top, #8e7a49,#B1995B); }
.bg2_dark-bg2-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#B1995B); background: linear-gradient(to bottom, #8e7a49,#B1995B); }
.bg2_dark-bg2-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#B1995B); background: linear-gradient(to left, #8e7a49,#B1995B); }
.bg2_dark-bg2-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#B1995B); background: linear-gradient(to right, #8e7a49,#B1995B); }
.bg2_dark-bg2_light-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#d4b86d); background: linear-gradient(to top, #8e7a49,#d4b86d); }
.bg2_dark-bg2_light-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#d4b86d); background: linear-gradient(to bottom, #8e7a49,#d4b86d); }
.bg2_dark-bg2_light-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#d4b86d); background: linear-gradient(to left, #8e7a49,#d4b86d); }
.bg2_dark-bg2_light-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#d4b86d); background: linear-gradient(to right, #8e7a49,#d4b86d); }
.bg2-bg3-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#262D44); background: linear-gradient(to top, #B1995B,#262D44); }
.bg2-bg3-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#262D44); background: linear-gradient(to bottom, #B1995B,#262D44); }
.bg2-bg3-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#262D44); background: linear-gradient(to left, #B1995B,#262D44); }
.bg2-bg3-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#262D44); background: linear-gradient(to right, #B1995B,#262D44); }
.bg2-bg3_light-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#2e3652); background: linear-gradient(to top, #B1995B,#2e3652); }
.bg2-bg3_light-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#2e3652); background: linear-gradient(to bottom, #B1995B,#2e3652); }
.bg2-bg3_light-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#2e3652); background: linear-gradient(to left, #B1995B,#2e3652); }
.bg2-bg3_light-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#2e3652); background: linear-gradient(to right, #B1995B,#2e3652); }
.bg2-bg3_dark-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#1e2436); background: linear-gradient(to top, #B1995B,#1e2436); }
.bg2-bg3_dark-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#1e2436); background: linear-gradient(to bottom, #B1995B,#1e2436); }
.bg2-bg3_dark-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#1e2436); background: linear-gradient(to left, #B1995B,#1e2436); }
.bg2-bg3_dark-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#1e2436); background: linear-gradient(to right, #B1995B,#1e2436); }
.bg2_light-bg3-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#262D44); background: linear-gradient(to top, #d4b86d,#262D44); }
.bg2_light-bg3-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#262D44); background: linear-gradient(to bottom, #d4b86d,#262D44); }
.bg2_light-bg3-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#262D44); background: linear-gradient(to left, #d4b86d,#262D44); }
.bg2_light-bg3-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#262D44); background: linear-gradient(to right, #d4b86d,#262D44); }
.bg2_light-bg3_light-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#2e3652); background: linear-gradient(to top, #d4b86d,#2e3652); }
.bg2_light-bg3_light-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#2e3652); background: linear-gradient(to bottom, #d4b86d,#2e3652); }
.bg2_light-bg3_light-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#2e3652); background: linear-gradient(to left, #d4b86d,#2e3652); }
.bg2_light-bg3_light-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#2e3652); background: linear-gradient(to right, #d4b86d,#2e3652); }
.bg2_light-bg3_dark-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#1e2436); background: linear-gradient(to top, #d4b86d,#1e2436); }
.bg2_light-bg3_dark-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#1e2436); background: linear-gradient(to bottom, #d4b86d,#1e2436); }
.bg2_light-bg3_dark-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#1e2436); background: linear-gradient(to left, #d4b86d,#1e2436); }
.bg2_light-bg3_dark-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#1e2436); background: linear-gradient(to right, #d4b86d,#1e2436); }
.bg2_dark-bg3-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#262D44); background: linear-gradient(to top, #8e7a49,#262D44); }
.bg2_dark-bg3-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#262D44); background: linear-gradient(to bottom, #8e7a49,#262D44); }
.bg2_dark-bg3-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#262D44); background: linear-gradient(to left, #8e7a49,#262D44); }
.bg2_dark-bg3-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#262D44); background: linear-gradient(to right, #8e7a49,#262D44); }
.bg2_dark-bg3_light-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#2e3652); background: linear-gradient(to top, #8e7a49,#2e3652); }
.bg2_dark-bg3_light-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#2e3652); background: linear-gradient(to bottom, #8e7a49,#2e3652); }
.bg2_dark-bg3_light-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#2e3652); background: linear-gradient(to left, #8e7a49,#2e3652); }
.bg2_dark-bg3_light-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#2e3652); background: linear-gradient(to right, #8e7a49,#2e3652); }
.bg2_dark-bg3_dark-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#1e2436); background: linear-gradient(to top, #8e7a49,#1e2436); }
.bg2_dark-bg3_dark-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#1e2436); background: linear-gradient(to bottom, #8e7a49,#1e2436); }
.bg2_dark-bg3_dark-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#1e2436); background: linear-gradient(to left, #8e7a49,#1e2436); }
.bg2_dark-bg3_dark-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#1e2436); background: linear-gradient(to right, #8e7a49,#1e2436); }
.bg2-bg4-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#E8DDCB); background: linear-gradient(to top, #B1995B,#E8DDCB); }
.bg2-bg4-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#E8DDCB); background: linear-gradient(to bottom, #B1995B,#E8DDCB); }
.bg2-bg4-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#E8DDCB); background: linear-gradient(to left, #B1995B,#E8DDCB); }
.bg2-bg4-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#E8DDCB); background: linear-gradient(to right, #B1995B,#E8DDCB); }
.bg2-bg4_light-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#ff109f); background: linear-gradient(to top, #B1995B,#ff109f); }
.bg2-bg4_light-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#ff109f); background: linear-gradient(to bottom, #B1995B,#ff109f); }
.bg2-bg4_light-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#ff109f); background: linear-gradient(to left, #B1995B,#ff109f); }
.bg2-bg4_light-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#ff109f); background: linear-gradient(to right, #B1995B,#ff109f); }
.bg2-bg4_dark-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#bab1a2); background: linear-gradient(to top, #B1995B,#bab1a2); }
.bg2-bg4_dark-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#bab1a2); background: linear-gradient(to bottom, #B1995B,#bab1a2); }
.bg2-bg4_dark-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#bab1a2); background: linear-gradient(to left, #B1995B,#bab1a2); }
.bg2-bg4_dark-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#bab1a2); background: linear-gradient(to right, #B1995B,#bab1a2); }
.bg2_light-bg4-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#E8DDCB); background: linear-gradient(to top, #d4b86d,#E8DDCB); }
.bg2_light-bg4-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#E8DDCB); background: linear-gradient(to bottom, #d4b86d,#E8DDCB); }
.bg2_light-bg4-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#E8DDCB); background: linear-gradient(to left, #d4b86d,#E8DDCB); }
.bg2_light-bg4-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#E8DDCB); background: linear-gradient(to right, #d4b86d,#E8DDCB); }
.bg2_light-bg4_light-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#ff109f); background: linear-gradient(to top, #d4b86d,#ff109f); }
.bg2_light-bg4_light-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#ff109f); background: linear-gradient(to bottom, #d4b86d,#ff109f); }
.bg2_light-bg4_light-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#ff109f); background: linear-gradient(to left, #d4b86d,#ff109f); }
.bg2_light-bg4_light-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#ff109f); background: linear-gradient(to right, #d4b86d,#ff109f); }
.bg2_light-bg4_dark-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#bab1a2); background: linear-gradient(to top, #d4b86d,#bab1a2); }
.bg2_light-bg4_dark-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#bab1a2); background: linear-gradient(to bottom, #d4b86d,#bab1a2); }
.bg2_light-bg4_dark-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#bab1a2); background: linear-gradient(to left, #d4b86d,#bab1a2); }
.bg2_light-bg4_dark-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#bab1a2); background: linear-gradient(to right, #d4b86d,#bab1a2); }
.bg2_dark-bg4-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#E8DDCB); background: linear-gradient(to top, #8e7a49,#E8DDCB); }
.bg2_dark-bg4-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#E8DDCB); background: linear-gradient(to bottom, #8e7a49,#E8DDCB); }
.bg2_dark-bg4-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#E8DDCB); background: linear-gradient(to left, #8e7a49,#E8DDCB); }
.bg2_dark-bg4-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#E8DDCB); background: linear-gradient(to right, #8e7a49,#E8DDCB); }
.bg2_dark-bg4_light-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#ff109f); background: linear-gradient(to top, #8e7a49,#ff109f); }
.bg2_dark-bg4_light-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#ff109f); background: linear-gradient(to bottom, #8e7a49,#ff109f); }
.bg2_dark-bg4_light-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#ff109f); background: linear-gradient(to left, #8e7a49,#ff109f); }
.bg2_dark-bg4_light-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#ff109f); background: linear-gradient(to right, #8e7a49,#ff109f); }
.bg2_dark-bg4_dark-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#bab1a2); background: linear-gradient(to top, #8e7a49,#bab1a2); }
.bg2_dark-bg4_dark-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#bab1a2); background: linear-gradient(to bottom, #8e7a49,#bab1a2); }
.bg2_dark-bg4_dark-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#bab1a2); background: linear-gradient(to left, #8e7a49,#bab1a2); }
.bg2_dark-bg4_dark-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#bab1a2); background: linear-gradient(to right, #8e7a49,#bab1a2); }
.bg2-bgwhite-top{background: #B1995B; background: -webkit-linear-gradient(to top, #B1995B,#ffffff); background: linear-gradient(to top, #B1995B,#ffffff); }
.bg2-bgwhite-bottom{background: #B1995B; background: -webkit-linear-gradient(to bottom, #B1995B,#ffffff); background: linear-gradient(to bottom, #B1995B,#ffffff); }
.bg2-bgwhite-left{background: #B1995B; background: -webkit-linear-gradient(to left, #B1995B,#ffffff); background: linear-gradient(to left, #B1995B,#ffffff); }
.bg2-bgwhite-right{background: #B1995B; background: -webkit-linear-gradient(to right, #B1995B,#ffffff); background: linear-gradient(to right, #B1995B,#ffffff); }
.bgwhite-bg2-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #B1995B,#ffffff); background: linear-gradient(to bottom, #B1995B,#ffffff); }
.bgwhite-bg2-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #B1995B,#ffffff); background: linear-gradient(to top, #B1995B,#ffffff); }
.bgwhite-bg2-left{background: #ffffff; background: -webkit-linear-gradient(to right, #B1995B,#ffffff); background: linear-gradient(to right, #B1995B,#ffffff); }
.bgwhite-bg2-right{background: #ffffff; background: -webkit-linear-gradient(to left, #B1995B,#ffffff); background: linear-gradient(to top, #B1995B,#ffffff); }
.bg2_light-bgwhite-top{background: #d4b86d; background: -webkit-linear-gradient(to top, #d4b86d,#ffffff); background: linear-gradient(to top, #d4b86d,#ffffff); }
.bg2_light-bgwhite-bottom{background: #d4b86d; background: -webkit-linear-gradient(to bottom, #d4b86d,#ffffff); background: linear-gradient(to bottom, #d4b86d,#ffffff); }
.bg2_light-bgwhite-left{background: #d4b86d; background: -webkit-linear-gradient(to left, #d4b86d,#ffffff); background: linear-gradient(to left, #d4b86d,#ffffff); }
.bg2_light-bgwhite-right{background: #d4b86d; background: -webkit-linear-gradient(to right, #d4b86d,#ffffff); background: linear-gradient(to right, #d4b86d,#ffffff); }
.bgwhite-bg2_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #d4b86d,#ffffff); background: linear-gradient(to bottom, #d4b86d,#ffffff); }
.bgwhite-bg2_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #d4b86d,#ffffff); background: linear-gradient(to top, #d4b86d,#ffffff); }
.bgwhite-bg2_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #d4b86d,#ffffff); background: linear-gradient(to right, #d4b86d,#ffffff); }
.bgwhite-bg2_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #d4b86d,#ffffff); background: linear-gradient(to top, #d4b86d,#ffffff); }
.bg2_dark-bgwhite-top{background: #8e7a49; background: -webkit-linear-gradient(to top, #8e7a49,#ffffff); background: linear-gradient(to top, #8e7a49,#ffffff); }
.bg2_dark-bgwhite-bottom{background: #8e7a49; background: -webkit-linear-gradient(to bottom, #8e7a49,#ffffff); background: linear-gradient(to bottom, #8e7a49,#ffffff); }
.bg2_dark-bgwhite-left{background: #8e7a49; background: -webkit-linear-gradient(to left, #8e7a49,#ffffff); background: linear-gradient(to left, #8e7a49,#ffffff); }
.bg2_dark-bgwhite-right{background: #8e7a49; background: -webkit-linear-gradient(to right, #8e7a49,#ffffff); background: linear-gradient(to right, #8e7a49,#ffffff); }
.bgwhite-bg2_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #8e7a49,#ffffff); background: linear-gradient(to bottom, #8e7a49,#ffffff); }
.bgwhite-bg2_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #8e7a49,#ffffff); background: linear-gradient(to top, #8e7a49,#ffffff); }
.bgwhite-bg2_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #8e7a49,#ffffff); background: linear-gradient(to right, #8e7a49,#ffffff); }
.bgwhite-bg2_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #8e7a49,#ffffff); background: linear-gradient(to top, #8e7a49,#ffffff); }
.fill-color3{fill: #262D44  !important;}
.bg-color3{background: #262D44  !important;}
.bg-color3-hover{transition: all .25s ease-in;}
.bg-color3-hover:hover{background: #262D44  !important;}
.border-color3{border-color: #262D44  !important;}
.text-color3{color: #262D44  !important;}
.text-color3-hover{transition: all .25s ease-in;}
.text-color3-hover:hover{color: #262D44  !important;}
.fill-color3_dark{fill: #1e2436  !important;}
.bg-color3_dark{background: #1e2436  !important;}
.bg-color3_dark-hover{transition: all .25s ease-in;}
.bg-color3_dark-hover:hover{background: #1e2436  !important;}
.border-color3_dark{border-color: #1e2436  !important;}
.text-color3_dark{color: #1e2436  !important;}
.text-color3_dark-hover{transition: all .25s ease-in;}
.text-color3_dark-hover:hover{color: #1e2436  !important;}
.fill-color3_light{fill: #2e3652  !important;}
.bg-color3_light{background: #2e3652  !important;}
.bg-color3_light-hover{transition: all .25s ease-in;}
.bg-color3_light-hover:hover{background: #2e3652  !important;}
.border-color3_light{border-color: #2e3652  !important;}
.text-color3_light{color: #2e3652  !important;}
.text-color3_light-hover{transition: all .25s ease-in;}
.text-color3_light-hover:hover{color: #2e3652  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg3-bg1-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#C58917); background: linear-gradient(to top, #262D44,#C58917); }
.bg3-bg1-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#C58917); background: linear-gradient(to bottom, #262D44,#C58917); }
.bg3-bg1-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#C58917); background: linear-gradient(to left, #262D44,#C58917); }
.bg3-bg1-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#C58917); background: linear-gradient(to right, #262D44,#C58917); }
.bg3-bg1_light-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#eca41c); background: linear-gradient(to top, #262D44,#eca41c); }
.bg3-bg1_light-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#eca41c); background: linear-gradient(to bottom, #262D44,#eca41c); }
.bg3-bg1_light-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#eca41c); background: linear-gradient(to left, #262D44,#eca41c); }
.bg3-bg1_light-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#eca41c); background: linear-gradient(to right, #262D44,#eca41c); }
.bg3-bg1_dark-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#9e6e12); background: linear-gradient(to top, #262D44,#9e6e12); }
.bg3-bg1_dark-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#9e6e12); background: linear-gradient(to bottom, #262D44,#9e6e12); }
.bg3-bg1_dark-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#9e6e12); background: linear-gradient(to left, #262D44,#9e6e12); }
.bg3-bg1_dark-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#9e6e12); background: linear-gradient(to right, #262D44,#9e6e12); }
.bg3_light-bg1-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#C58917); background: linear-gradient(to top, #2e3652,#C58917); }
.bg3_light-bg1-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#C58917); background: linear-gradient(to bottom, #2e3652,#C58917); }
.bg3_light-bg1-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#C58917); background: linear-gradient(to left, #2e3652,#C58917); }
.bg3_light-bg1-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#C58917); background: linear-gradient(to right, #2e3652,#C58917); }
.bg3_light-bg1_light-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#eca41c); background: linear-gradient(to top, #2e3652,#eca41c); }
.bg3_light-bg1_light-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#eca41c); background: linear-gradient(to bottom, #2e3652,#eca41c); }
.bg3_light-bg1_light-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#eca41c); background: linear-gradient(to left, #2e3652,#eca41c); }
.bg3_light-bg1_light-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#eca41c); background: linear-gradient(to right, #2e3652,#eca41c); }
.bg3_light-bg1_dark-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#9e6e12); background: linear-gradient(to top, #2e3652,#9e6e12); }
.bg3_light-bg1_dark-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#9e6e12); background: linear-gradient(to bottom, #2e3652,#9e6e12); }
.bg3_light-bg1_dark-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#9e6e12); background: linear-gradient(to left, #2e3652,#9e6e12); }
.bg3_light-bg1_dark-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#9e6e12); background: linear-gradient(to right, #2e3652,#9e6e12); }
.bg3_dark-bg1-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#C58917); background: linear-gradient(to top, #1e2436,#C58917); }
.bg3_dark-bg1-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#C58917); background: linear-gradient(to bottom, #1e2436,#C58917); }
.bg3_dark-bg1-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#C58917); background: linear-gradient(to left, #1e2436,#C58917); }
.bg3_dark-bg1-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#C58917); background: linear-gradient(to right, #1e2436,#C58917); }
.bg3_dark-bg1_light-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#eca41c); background: linear-gradient(to top, #1e2436,#eca41c); }
.bg3_dark-bg1_light-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#eca41c); background: linear-gradient(to bottom, #1e2436,#eca41c); }
.bg3_dark-bg1_light-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#eca41c); background: linear-gradient(to left, #1e2436,#eca41c); }
.bg3_dark-bg1_light-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#eca41c); background: linear-gradient(to right, #1e2436,#eca41c); }
.bg3_dark-bg1_dark-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#9e6e12); background: linear-gradient(to top, #1e2436,#9e6e12); }
.bg3_dark-bg1_dark-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#9e6e12); background: linear-gradient(to bottom, #1e2436,#9e6e12); }
.bg3_dark-bg1_dark-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#9e6e12); background: linear-gradient(to left, #1e2436,#9e6e12); }
.bg3_dark-bg1_dark-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#9e6e12); background: linear-gradient(to right, #1e2436,#9e6e12); }
.bg3-bg2-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#B1995B); background: linear-gradient(to top, #262D44,#B1995B); }
.bg3-bg2-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#B1995B); background: linear-gradient(to bottom, #262D44,#B1995B); }
.bg3-bg2-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#B1995B); background: linear-gradient(to left, #262D44,#B1995B); }
.bg3-bg2-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#B1995B); background: linear-gradient(to right, #262D44,#B1995B); }
.bg3-bg2_light-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#d4b86d); background: linear-gradient(to top, #262D44,#d4b86d); }
.bg3-bg2_light-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#d4b86d); background: linear-gradient(to bottom, #262D44,#d4b86d); }
.bg3-bg2_light-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#d4b86d); background: linear-gradient(to left, #262D44,#d4b86d); }
.bg3-bg2_light-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#d4b86d); background: linear-gradient(to right, #262D44,#d4b86d); }
.bg3-bg2_dark-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#8e7a49); background: linear-gradient(to top, #262D44,#8e7a49); }
.bg3-bg2_dark-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#8e7a49); background: linear-gradient(to bottom, #262D44,#8e7a49); }
.bg3-bg2_dark-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#8e7a49); background: linear-gradient(to left, #262D44,#8e7a49); }
.bg3-bg2_dark-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#8e7a49); background: linear-gradient(to right, #262D44,#8e7a49); }
.bg3_light-bg2-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#B1995B); background: linear-gradient(to top, #2e3652,#B1995B); }
.bg3_light-bg2-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#B1995B); background: linear-gradient(to bottom, #2e3652,#B1995B); }
.bg3_light-bg2-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#B1995B); background: linear-gradient(to left, #2e3652,#B1995B); }
.bg3_light-bg2-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#B1995B); background: linear-gradient(to right, #2e3652,#B1995B); }
.bg3_light-bg2_light-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#d4b86d); background: linear-gradient(to top, #2e3652,#d4b86d); }
.bg3_light-bg2_light-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#d4b86d); background: linear-gradient(to bottom, #2e3652,#d4b86d); }
.bg3_light-bg2_light-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#d4b86d); background: linear-gradient(to left, #2e3652,#d4b86d); }
.bg3_light-bg2_light-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#d4b86d); background: linear-gradient(to right, #2e3652,#d4b86d); }
.bg3_light-bg2_dark-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#8e7a49); background: linear-gradient(to top, #2e3652,#8e7a49); }
.bg3_light-bg2_dark-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#8e7a49); background: linear-gradient(to bottom, #2e3652,#8e7a49); }
.bg3_light-bg2_dark-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#8e7a49); background: linear-gradient(to left, #2e3652,#8e7a49); }
.bg3_light-bg2_dark-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#8e7a49); background: linear-gradient(to right, #2e3652,#8e7a49); }
.bg3_dark-bg2-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#B1995B); background: linear-gradient(to top, #1e2436,#B1995B); }
.bg3_dark-bg2-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#B1995B); background: linear-gradient(to bottom, #1e2436,#B1995B); }
.bg3_dark-bg2-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#B1995B); background: linear-gradient(to left, #1e2436,#B1995B); }
.bg3_dark-bg2-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#B1995B); background: linear-gradient(to right, #1e2436,#B1995B); }
.bg3_dark-bg2_light-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#d4b86d); background: linear-gradient(to top, #1e2436,#d4b86d); }
.bg3_dark-bg2_light-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#d4b86d); background: linear-gradient(to bottom, #1e2436,#d4b86d); }
.bg3_dark-bg2_light-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#d4b86d); background: linear-gradient(to left, #1e2436,#d4b86d); }
.bg3_dark-bg2_light-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#d4b86d); background: linear-gradient(to right, #1e2436,#d4b86d); }
.bg3_dark-bg2_dark-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#8e7a49); background: linear-gradient(to top, #1e2436,#8e7a49); }
.bg3_dark-bg2_dark-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#8e7a49); background: linear-gradient(to bottom, #1e2436,#8e7a49); }
.bg3_dark-bg2_dark-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#8e7a49); background: linear-gradient(to left, #1e2436,#8e7a49); }
.bg3_dark-bg2_dark-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#8e7a49); background: linear-gradient(to right, #1e2436,#8e7a49); }
.bg3-bg3_light-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#2e3652); background: linear-gradient(to top, #262D44,#2e3652); }
.bg3-bg3_light-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#2e3652); background: linear-gradient(to bottom, #262D44,#2e3652); }
.bg3-bg3_light-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#2e3652); background: linear-gradient(to left, #262D44,#2e3652); }
.bg3-bg3_light-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#2e3652); background: linear-gradient(to right, #262D44,#2e3652); }
.bg3-bg3_dark-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#1e2436); background: linear-gradient(to top, #262D44,#1e2436); }
.bg3-bg3_dark-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#1e2436); background: linear-gradient(to bottom, #262D44,#1e2436); }
.bg3-bg3_dark-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#1e2436); background: linear-gradient(to left, #262D44,#1e2436); }
.bg3-bg3_dark-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#1e2436); background: linear-gradient(to right, #262D44,#1e2436); }
.bg3_light-bg3-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#262D44); background: linear-gradient(to top, #2e3652,#262D44); }
.bg3_light-bg3-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#262D44); background: linear-gradient(to bottom, #2e3652,#262D44); }
.bg3_light-bg3-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#262D44); background: linear-gradient(to left, #2e3652,#262D44); }
.bg3_light-bg3-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#262D44); background: linear-gradient(to right, #2e3652,#262D44); }
.bg3_light-bg3_dark-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#1e2436); background: linear-gradient(to top, #2e3652,#1e2436); }
.bg3_light-bg3_dark-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#1e2436); background: linear-gradient(to bottom, #2e3652,#1e2436); }
.bg3_light-bg3_dark-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#1e2436); background: linear-gradient(to left, #2e3652,#1e2436); }
.bg3_light-bg3_dark-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#1e2436); background: linear-gradient(to right, #2e3652,#1e2436); }
.bg3_dark-bg3-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#262D44); background: linear-gradient(to top, #1e2436,#262D44); }
.bg3_dark-bg3-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#262D44); background: linear-gradient(to bottom, #1e2436,#262D44); }
.bg3_dark-bg3-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#262D44); background: linear-gradient(to left, #1e2436,#262D44); }
.bg3_dark-bg3-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#262D44); background: linear-gradient(to right, #1e2436,#262D44); }
.bg3_dark-bg3_light-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#2e3652); background: linear-gradient(to top, #1e2436,#2e3652); }
.bg3_dark-bg3_light-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#2e3652); background: linear-gradient(to bottom, #1e2436,#2e3652); }
.bg3_dark-bg3_light-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#2e3652); background: linear-gradient(to left, #1e2436,#2e3652); }
.bg3_dark-bg3_light-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#2e3652); background: linear-gradient(to right, #1e2436,#2e3652); }
.bg3-bg4-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#E8DDCB); background: linear-gradient(to top, #262D44,#E8DDCB); }
.bg3-bg4-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#E8DDCB); background: linear-gradient(to bottom, #262D44,#E8DDCB); }
.bg3-bg4-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#E8DDCB); background: linear-gradient(to left, #262D44,#E8DDCB); }
.bg3-bg4-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#E8DDCB); background: linear-gradient(to right, #262D44,#E8DDCB); }
.bg3-bg4_light-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#ff109f); background: linear-gradient(to top, #262D44,#ff109f); }
.bg3-bg4_light-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#ff109f); background: linear-gradient(to bottom, #262D44,#ff109f); }
.bg3-bg4_light-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#ff109f); background: linear-gradient(to left, #262D44,#ff109f); }
.bg3-bg4_light-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#ff109f); background: linear-gradient(to right, #262D44,#ff109f); }
.bg3-bg4_dark-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#bab1a2); background: linear-gradient(to top, #262D44,#bab1a2); }
.bg3-bg4_dark-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#bab1a2); background: linear-gradient(to bottom, #262D44,#bab1a2); }
.bg3-bg4_dark-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#bab1a2); background: linear-gradient(to left, #262D44,#bab1a2); }
.bg3-bg4_dark-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#bab1a2); background: linear-gradient(to right, #262D44,#bab1a2); }
.bg3_light-bg4-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#E8DDCB); background: linear-gradient(to top, #2e3652,#E8DDCB); }
.bg3_light-bg4-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#E8DDCB); background: linear-gradient(to bottom, #2e3652,#E8DDCB); }
.bg3_light-bg4-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#E8DDCB); background: linear-gradient(to left, #2e3652,#E8DDCB); }
.bg3_light-bg4-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#E8DDCB); background: linear-gradient(to right, #2e3652,#E8DDCB); }
.bg3_light-bg4_light-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#ff109f); background: linear-gradient(to top, #2e3652,#ff109f); }
.bg3_light-bg4_light-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#ff109f); background: linear-gradient(to bottom, #2e3652,#ff109f); }
.bg3_light-bg4_light-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#ff109f); background: linear-gradient(to left, #2e3652,#ff109f); }
.bg3_light-bg4_light-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#ff109f); background: linear-gradient(to right, #2e3652,#ff109f); }
.bg3_light-bg4_dark-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#bab1a2); background: linear-gradient(to top, #2e3652,#bab1a2); }
.bg3_light-bg4_dark-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#bab1a2); background: linear-gradient(to bottom, #2e3652,#bab1a2); }
.bg3_light-bg4_dark-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#bab1a2); background: linear-gradient(to left, #2e3652,#bab1a2); }
.bg3_light-bg4_dark-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#bab1a2); background: linear-gradient(to right, #2e3652,#bab1a2); }
.bg3_dark-bg4-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#E8DDCB); background: linear-gradient(to top, #1e2436,#E8DDCB); }
.bg3_dark-bg4-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#E8DDCB); background: linear-gradient(to bottom, #1e2436,#E8DDCB); }
.bg3_dark-bg4-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#E8DDCB); background: linear-gradient(to left, #1e2436,#E8DDCB); }
.bg3_dark-bg4-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#E8DDCB); background: linear-gradient(to right, #1e2436,#E8DDCB); }
.bg3_dark-bg4_light-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#ff109f); background: linear-gradient(to top, #1e2436,#ff109f); }
.bg3_dark-bg4_light-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#ff109f); background: linear-gradient(to bottom, #1e2436,#ff109f); }
.bg3_dark-bg4_light-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#ff109f); background: linear-gradient(to left, #1e2436,#ff109f); }
.bg3_dark-bg4_light-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#ff109f); background: linear-gradient(to right, #1e2436,#ff109f); }
.bg3_dark-bg4_dark-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#bab1a2); background: linear-gradient(to top, #1e2436,#bab1a2); }
.bg3_dark-bg4_dark-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#bab1a2); background: linear-gradient(to bottom, #1e2436,#bab1a2); }
.bg3_dark-bg4_dark-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#bab1a2); background: linear-gradient(to left, #1e2436,#bab1a2); }
.bg3_dark-bg4_dark-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#bab1a2); background: linear-gradient(to right, #1e2436,#bab1a2); }
.bg3-bgwhite-top{background: #262D44; background: -webkit-linear-gradient(to top, #262D44,#ffffff); background: linear-gradient(to top, #262D44,#ffffff); }
.bg3-bgwhite-bottom{background: #262D44; background: -webkit-linear-gradient(to bottom, #262D44,#ffffff); background: linear-gradient(to bottom, #262D44,#ffffff); }
.bg3-bgwhite-left{background: #262D44; background: -webkit-linear-gradient(to left, #262D44,#ffffff); background: linear-gradient(to left, #262D44,#ffffff); }
.bg3-bgwhite-right{background: #262D44; background: -webkit-linear-gradient(to right, #262D44,#ffffff); background: linear-gradient(to right, #262D44,#ffffff); }
.bgwhite-bg3-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #262D44,#ffffff); background: linear-gradient(to bottom, #262D44,#ffffff); }
.bgwhite-bg3-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #262D44,#ffffff); background: linear-gradient(to top, #262D44,#ffffff); }
.bgwhite-bg3-left{background: #ffffff; background: -webkit-linear-gradient(to right, #262D44,#ffffff); background: linear-gradient(to right, #262D44,#ffffff); }
.bgwhite-bg3-right{background: #ffffff; background: -webkit-linear-gradient(to left, #262D44,#ffffff); background: linear-gradient(to top, #262D44,#ffffff); }
.bg3_light-bgwhite-top{background: #2e3652; background: -webkit-linear-gradient(to top, #2e3652,#ffffff); background: linear-gradient(to top, #2e3652,#ffffff); }
.bg3_light-bgwhite-bottom{background: #2e3652; background: -webkit-linear-gradient(to bottom, #2e3652,#ffffff); background: linear-gradient(to bottom, #2e3652,#ffffff); }
.bg3_light-bgwhite-left{background: #2e3652; background: -webkit-linear-gradient(to left, #2e3652,#ffffff); background: linear-gradient(to left, #2e3652,#ffffff); }
.bg3_light-bgwhite-right{background: #2e3652; background: -webkit-linear-gradient(to right, #2e3652,#ffffff); background: linear-gradient(to right, #2e3652,#ffffff); }
.bgwhite-bg3_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #2e3652,#ffffff); background: linear-gradient(to bottom, #2e3652,#ffffff); }
.bgwhite-bg3_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #2e3652,#ffffff); background: linear-gradient(to top, #2e3652,#ffffff); }
.bgwhite-bg3_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #2e3652,#ffffff); background: linear-gradient(to right, #2e3652,#ffffff); }
.bgwhite-bg3_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #2e3652,#ffffff); background: linear-gradient(to top, #2e3652,#ffffff); }
.bg3_dark-bgwhite-top{background: #1e2436; background: -webkit-linear-gradient(to top, #1e2436,#ffffff); background: linear-gradient(to top, #1e2436,#ffffff); }
.bg3_dark-bgwhite-bottom{background: #1e2436; background: -webkit-linear-gradient(to bottom, #1e2436,#ffffff); background: linear-gradient(to bottom, #1e2436,#ffffff); }
.bg3_dark-bgwhite-left{background: #1e2436; background: -webkit-linear-gradient(to left, #1e2436,#ffffff); background: linear-gradient(to left, #1e2436,#ffffff); }
.bg3_dark-bgwhite-right{background: #1e2436; background: -webkit-linear-gradient(to right, #1e2436,#ffffff); background: linear-gradient(to right, #1e2436,#ffffff); }
.bgwhite-bg3_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #1e2436,#ffffff); background: linear-gradient(to bottom, #1e2436,#ffffff); }
.bgwhite-bg3_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #1e2436,#ffffff); background: linear-gradient(to top, #1e2436,#ffffff); }
.bgwhite-bg3_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #1e2436,#ffffff); background: linear-gradient(to right, #1e2436,#ffffff); }
.bgwhite-bg3_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #1e2436,#ffffff); background: linear-gradient(to top, #1e2436,#ffffff); }
.fill-color4{fill: #E8DDCB  !important;}
.bg-color4{background: #E8DDCB  !important;}
.bg-color4-hover{transition: all .25s ease-in;}
.bg-color4-hover:hover{background: #E8DDCB  !important;}
.border-color4{border-color: #E8DDCB  !important;}
.text-color4{color: #E8DDCB  !important;}
.text-color4-hover{transition: all .25s ease-in;}
.text-color4-hover:hover{color: #E8DDCB  !important;}
.fill-color4_dark{fill: #bab1a2  !important;}
.bg-color4_dark{background: #bab1a2  !important;}
.bg-color4_dark-hover{transition: all .25s ease-in;}
.bg-color4_dark-hover:hover{background: #bab1a2  !important;}
.border-color4_dark{border-color: #bab1a2  !important;}
.text-color4_dark{color: #bab1a2  !important;}
.text-color4_dark-hover{transition: all .25s ease-in;}
.text-color4_dark-hover:hover{color: #bab1a2  !important;}
.fill-color4_light{fill: #ff109f  !important;}
.bg-color4_light{background: #ff109f  !important;}
.bg-color4_light-hover{transition: all .25s ease-in;}
.bg-color4_light-hover:hover{background: #ff109f  !important;}
.border-color4_light{border-color: #ff109f  !important;}
.text-color4_light{color: #ff109f  !important;}
.text-color4_light-hover{transition: all .25s ease-in;}
.text-color4_light-hover:hover{color: #ff109f  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg4-bg1-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#C58917); background: linear-gradient(to top, #E8DDCB,#C58917); }
.bg4-bg1-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#C58917); background: linear-gradient(to bottom, #E8DDCB,#C58917); }
.bg4-bg1-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#C58917); background: linear-gradient(to left, #E8DDCB,#C58917); }
.bg4-bg1-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#C58917); background: linear-gradient(to right, #E8DDCB,#C58917); }
.bg4-bg1_light-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#eca41c); background: linear-gradient(to top, #E8DDCB,#eca41c); }
.bg4-bg1_light-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#eca41c); background: linear-gradient(to bottom, #E8DDCB,#eca41c); }
.bg4-bg1_light-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#eca41c); background: linear-gradient(to left, #E8DDCB,#eca41c); }
.bg4-bg1_light-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#eca41c); background: linear-gradient(to right, #E8DDCB,#eca41c); }
.bg4-bg1_dark-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#9e6e12); background: linear-gradient(to top, #E8DDCB,#9e6e12); }
.bg4-bg1_dark-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#9e6e12); background: linear-gradient(to bottom, #E8DDCB,#9e6e12); }
.bg4-bg1_dark-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#9e6e12); background: linear-gradient(to left, #E8DDCB,#9e6e12); }
.bg4-bg1_dark-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#9e6e12); background: linear-gradient(to right, #E8DDCB,#9e6e12); }
.bg4_light-bg1-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#C58917); background: linear-gradient(to top, #ff109f,#C58917); }
.bg4_light-bg1-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#C58917); background: linear-gradient(to bottom, #ff109f,#C58917); }
.bg4_light-bg1-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#C58917); background: linear-gradient(to left, #ff109f,#C58917); }
.bg4_light-bg1-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#C58917); background: linear-gradient(to right, #ff109f,#C58917); }
.bg4_light-bg1_light-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#eca41c); background: linear-gradient(to top, #ff109f,#eca41c); }
.bg4_light-bg1_light-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#eca41c); background: linear-gradient(to bottom, #ff109f,#eca41c); }
.bg4_light-bg1_light-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#eca41c); background: linear-gradient(to left, #ff109f,#eca41c); }
.bg4_light-bg1_light-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#eca41c); background: linear-gradient(to right, #ff109f,#eca41c); }
.bg4_light-bg1_dark-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#9e6e12); background: linear-gradient(to top, #ff109f,#9e6e12); }
.bg4_light-bg1_dark-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#9e6e12); background: linear-gradient(to bottom, #ff109f,#9e6e12); }
.bg4_light-bg1_dark-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#9e6e12); background: linear-gradient(to left, #ff109f,#9e6e12); }
.bg4_light-bg1_dark-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#9e6e12); background: linear-gradient(to right, #ff109f,#9e6e12); }
.bg4_dark-bg1-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#C58917); background: linear-gradient(to top, #bab1a2,#C58917); }
.bg4_dark-bg1-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#C58917); background: linear-gradient(to bottom, #bab1a2,#C58917); }
.bg4_dark-bg1-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#C58917); background: linear-gradient(to left, #bab1a2,#C58917); }
.bg4_dark-bg1-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#C58917); background: linear-gradient(to right, #bab1a2,#C58917); }
.bg4_dark-bg1_light-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#eca41c); background: linear-gradient(to top, #bab1a2,#eca41c); }
.bg4_dark-bg1_light-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#eca41c); background: linear-gradient(to bottom, #bab1a2,#eca41c); }
.bg4_dark-bg1_light-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#eca41c); background: linear-gradient(to left, #bab1a2,#eca41c); }
.bg4_dark-bg1_light-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#eca41c); background: linear-gradient(to right, #bab1a2,#eca41c); }
.bg4_dark-bg1_dark-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#9e6e12); background: linear-gradient(to top, #bab1a2,#9e6e12); }
.bg4_dark-bg1_dark-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#9e6e12); background: linear-gradient(to bottom, #bab1a2,#9e6e12); }
.bg4_dark-bg1_dark-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#9e6e12); background: linear-gradient(to left, #bab1a2,#9e6e12); }
.bg4_dark-bg1_dark-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#9e6e12); background: linear-gradient(to right, #bab1a2,#9e6e12); }
.bg4-bg2-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#B1995B); background: linear-gradient(to top, #E8DDCB,#B1995B); }
.bg4-bg2-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#B1995B); background: linear-gradient(to bottom, #E8DDCB,#B1995B); }
.bg4-bg2-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#B1995B); background: linear-gradient(to left, #E8DDCB,#B1995B); }
.bg4-bg2-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#B1995B); background: linear-gradient(to right, #E8DDCB,#B1995B); }
.bg4-bg2_light-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#d4b86d); background: linear-gradient(to top, #E8DDCB,#d4b86d); }
.bg4-bg2_light-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#d4b86d); background: linear-gradient(to bottom, #E8DDCB,#d4b86d); }
.bg4-bg2_light-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#d4b86d); background: linear-gradient(to left, #E8DDCB,#d4b86d); }
.bg4-bg2_light-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#d4b86d); background: linear-gradient(to right, #E8DDCB,#d4b86d); }
.bg4-bg2_dark-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#8e7a49); background: linear-gradient(to top, #E8DDCB,#8e7a49); }
.bg4-bg2_dark-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#8e7a49); background: linear-gradient(to bottom, #E8DDCB,#8e7a49); }
.bg4-bg2_dark-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#8e7a49); background: linear-gradient(to left, #E8DDCB,#8e7a49); }
.bg4-bg2_dark-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#8e7a49); background: linear-gradient(to right, #E8DDCB,#8e7a49); }
.bg4_light-bg2-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#B1995B); background: linear-gradient(to top, #ff109f,#B1995B); }
.bg4_light-bg2-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#B1995B); background: linear-gradient(to bottom, #ff109f,#B1995B); }
.bg4_light-bg2-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#B1995B); background: linear-gradient(to left, #ff109f,#B1995B); }
.bg4_light-bg2-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#B1995B); background: linear-gradient(to right, #ff109f,#B1995B); }
.bg4_light-bg2_light-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#d4b86d); background: linear-gradient(to top, #ff109f,#d4b86d); }
.bg4_light-bg2_light-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#d4b86d); background: linear-gradient(to bottom, #ff109f,#d4b86d); }
.bg4_light-bg2_light-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#d4b86d); background: linear-gradient(to left, #ff109f,#d4b86d); }
.bg4_light-bg2_light-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#d4b86d); background: linear-gradient(to right, #ff109f,#d4b86d); }
.bg4_light-bg2_dark-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#8e7a49); background: linear-gradient(to top, #ff109f,#8e7a49); }
.bg4_light-bg2_dark-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#8e7a49); background: linear-gradient(to bottom, #ff109f,#8e7a49); }
.bg4_light-bg2_dark-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#8e7a49); background: linear-gradient(to left, #ff109f,#8e7a49); }
.bg4_light-bg2_dark-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#8e7a49); background: linear-gradient(to right, #ff109f,#8e7a49); }
.bg4_dark-bg2-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#B1995B); background: linear-gradient(to top, #bab1a2,#B1995B); }
.bg4_dark-bg2-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#B1995B); background: linear-gradient(to bottom, #bab1a2,#B1995B); }
.bg4_dark-bg2-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#B1995B); background: linear-gradient(to left, #bab1a2,#B1995B); }
.bg4_dark-bg2-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#B1995B); background: linear-gradient(to right, #bab1a2,#B1995B); }
.bg4_dark-bg2_light-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#d4b86d); background: linear-gradient(to top, #bab1a2,#d4b86d); }
.bg4_dark-bg2_light-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#d4b86d); background: linear-gradient(to bottom, #bab1a2,#d4b86d); }
.bg4_dark-bg2_light-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#d4b86d); background: linear-gradient(to left, #bab1a2,#d4b86d); }
.bg4_dark-bg2_light-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#d4b86d); background: linear-gradient(to right, #bab1a2,#d4b86d); }
.bg4_dark-bg2_dark-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#8e7a49); background: linear-gradient(to top, #bab1a2,#8e7a49); }
.bg4_dark-bg2_dark-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#8e7a49); background: linear-gradient(to bottom, #bab1a2,#8e7a49); }
.bg4_dark-bg2_dark-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#8e7a49); background: linear-gradient(to left, #bab1a2,#8e7a49); }
.bg4_dark-bg2_dark-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#8e7a49); background: linear-gradient(to right, #bab1a2,#8e7a49); }
.bg4-bg3-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#262D44); background: linear-gradient(to top, #E8DDCB,#262D44); }
.bg4-bg3-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#262D44); background: linear-gradient(to bottom, #E8DDCB,#262D44); }
.bg4-bg3-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#262D44); background: linear-gradient(to left, #E8DDCB,#262D44); }
.bg4-bg3-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#262D44); background: linear-gradient(to right, #E8DDCB,#262D44); }
.bg4-bg3_light-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#2e3652); background: linear-gradient(to top, #E8DDCB,#2e3652); }
.bg4-bg3_light-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#2e3652); background: linear-gradient(to bottom, #E8DDCB,#2e3652); }
.bg4-bg3_light-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#2e3652); background: linear-gradient(to left, #E8DDCB,#2e3652); }
.bg4-bg3_light-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#2e3652); background: linear-gradient(to right, #E8DDCB,#2e3652); }
.bg4-bg3_dark-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#1e2436); background: linear-gradient(to top, #E8DDCB,#1e2436); }
.bg4-bg3_dark-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#1e2436); background: linear-gradient(to bottom, #E8DDCB,#1e2436); }
.bg4-bg3_dark-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#1e2436); background: linear-gradient(to left, #E8DDCB,#1e2436); }
.bg4-bg3_dark-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#1e2436); background: linear-gradient(to right, #E8DDCB,#1e2436); }
.bg4_light-bg3-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#262D44); background: linear-gradient(to top, #ff109f,#262D44); }
.bg4_light-bg3-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#262D44); background: linear-gradient(to bottom, #ff109f,#262D44); }
.bg4_light-bg3-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#262D44); background: linear-gradient(to left, #ff109f,#262D44); }
.bg4_light-bg3-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#262D44); background: linear-gradient(to right, #ff109f,#262D44); }
.bg4_light-bg3_light-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#2e3652); background: linear-gradient(to top, #ff109f,#2e3652); }
.bg4_light-bg3_light-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#2e3652); background: linear-gradient(to bottom, #ff109f,#2e3652); }
.bg4_light-bg3_light-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#2e3652); background: linear-gradient(to left, #ff109f,#2e3652); }
.bg4_light-bg3_light-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#2e3652); background: linear-gradient(to right, #ff109f,#2e3652); }
.bg4_light-bg3_dark-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#1e2436); background: linear-gradient(to top, #ff109f,#1e2436); }
.bg4_light-bg3_dark-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#1e2436); background: linear-gradient(to bottom, #ff109f,#1e2436); }
.bg4_light-bg3_dark-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#1e2436); background: linear-gradient(to left, #ff109f,#1e2436); }
.bg4_light-bg3_dark-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#1e2436); background: linear-gradient(to right, #ff109f,#1e2436); }
.bg4_dark-bg3-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#262D44); background: linear-gradient(to top, #bab1a2,#262D44); }
.bg4_dark-bg3-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#262D44); background: linear-gradient(to bottom, #bab1a2,#262D44); }
.bg4_dark-bg3-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#262D44); background: linear-gradient(to left, #bab1a2,#262D44); }
.bg4_dark-bg3-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#262D44); background: linear-gradient(to right, #bab1a2,#262D44); }
.bg4_dark-bg3_light-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#2e3652); background: linear-gradient(to top, #bab1a2,#2e3652); }
.bg4_dark-bg3_light-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#2e3652); background: linear-gradient(to bottom, #bab1a2,#2e3652); }
.bg4_dark-bg3_light-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#2e3652); background: linear-gradient(to left, #bab1a2,#2e3652); }
.bg4_dark-bg3_light-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#2e3652); background: linear-gradient(to right, #bab1a2,#2e3652); }
.bg4_dark-bg3_dark-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#1e2436); background: linear-gradient(to top, #bab1a2,#1e2436); }
.bg4_dark-bg3_dark-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#1e2436); background: linear-gradient(to bottom, #bab1a2,#1e2436); }
.bg4_dark-bg3_dark-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#1e2436); background: linear-gradient(to left, #bab1a2,#1e2436); }
.bg4_dark-bg3_dark-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#1e2436); background: linear-gradient(to right, #bab1a2,#1e2436); }
.bg4-bg4_light-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#ff109f); background: linear-gradient(to top, #E8DDCB,#ff109f); }
.bg4-bg4_light-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#ff109f); background: linear-gradient(to bottom, #E8DDCB,#ff109f); }
.bg4-bg4_light-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#ff109f); background: linear-gradient(to left, #E8DDCB,#ff109f); }
.bg4-bg4_light-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#ff109f); background: linear-gradient(to right, #E8DDCB,#ff109f); }
.bg4-bg4_dark-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#bab1a2); background: linear-gradient(to top, #E8DDCB,#bab1a2); }
.bg4-bg4_dark-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#bab1a2); background: linear-gradient(to bottom, #E8DDCB,#bab1a2); }
.bg4-bg4_dark-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#bab1a2); background: linear-gradient(to left, #E8DDCB,#bab1a2); }
.bg4-bg4_dark-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#bab1a2); background: linear-gradient(to right, #E8DDCB,#bab1a2); }
.bg4_light-bg4-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#E8DDCB); background: linear-gradient(to top, #ff109f,#E8DDCB); }
.bg4_light-bg4-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#E8DDCB); background: linear-gradient(to bottom, #ff109f,#E8DDCB); }
.bg4_light-bg4-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#E8DDCB); background: linear-gradient(to left, #ff109f,#E8DDCB); }
.bg4_light-bg4-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#E8DDCB); background: linear-gradient(to right, #ff109f,#E8DDCB); }
.bg4_light-bg4_dark-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#bab1a2); background: linear-gradient(to top, #ff109f,#bab1a2); }
.bg4_light-bg4_dark-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#bab1a2); background: linear-gradient(to bottom, #ff109f,#bab1a2); }
.bg4_light-bg4_dark-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#bab1a2); background: linear-gradient(to left, #ff109f,#bab1a2); }
.bg4_light-bg4_dark-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#bab1a2); background: linear-gradient(to right, #ff109f,#bab1a2); }
.bg4_dark-bg4-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#E8DDCB); background: linear-gradient(to top, #bab1a2,#E8DDCB); }
.bg4_dark-bg4-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#E8DDCB); background: linear-gradient(to bottom, #bab1a2,#E8DDCB); }
.bg4_dark-bg4-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#E8DDCB); background: linear-gradient(to left, #bab1a2,#E8DDCB); }
.bg4_dark-bg4-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#E8DDCB); background: linear-gradient(to right, #bab1a2,#E8DDCB); }
.bg4_dark-bg4_light-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#ff109f); background: linear-gradient(to top, #bab1a2,#ff109f); }
.bg4_dark-bg4_light-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#ff109f); background: linear-gradient(to bottom, #bab1a2,#ff109f); }
.bg4_dark-bg4_light-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#ff109f); background: linear-gradient(to left, #bab1a2,#ff109f); }
.bg4_dark-bg4_light-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#ff109f); background: linear-gradient(to right, #bab1a2,#ff109f); }
.bg4-bgwhite-top{background: #E8DDCB; background: -webkit-linear-gradient(to top, #E8DDCB,#ffffff); background: linear-gradient(to top, #E8DDCB,#ffffff); }
.bg4-bgwhite-bottom{background: #E8DDCB; background: -webkit-linear-gradient(to bottom, #E8DDCB,#ffffff); background: linear-gradient(to bottom, #E8DDCB,#ffffff); }
.bg4-bgwhite-left{background: #E8DDCB; background: -webkit-linear-gradient(to left, #E8DDCB,#ffffff); background: linear-gradient(to left, #E8DDCB,#ffffff); }
.bg4-bgwhite-right{background: #E8DDCB; background: -webkit-linear-gradient(to right, #E8DDCB,#ffffff); background: linear-gradient(to right, #E8DDCB,#ffffff); }
.bgwhite-bg4-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #E8DDCB,#ffffff); background: linear-gradient(to bottom, #E8DDCB,#ffffff); }
.bgwhite-bg4-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #E8DDCB,#ffffff); background: linear-gradient(to top, #E8DDCB,#ffffff); }
.bgwhite-bg4-left{background: #ffffff; background: -webkit-linear-gradient(to right, #E8DDCB,#ffffff); background: linear-gradient(to right, #E8DDCB,#ffffff); }
.bgwhite-bg4-right{background: #ffffff; background: -webkit-linear-gradient(to left, #E8DDCB,#ffffff); background: linear-gradient(to top, #E8DDCB,#ffffff); }
.bg4_light-bgwhite-top{background: #ff109f; background: -webkit-linear-gradient(to top, #ff109f,#ffffff); background: linear-gradient(to top, #ff109f,#ffffff); }
.bg4_light-bgwhite-bottom{background: #ff109f; background: -webkit-linear-gradient(to bottom, #ff109f,#ffffff); background: linear-gradient(to bottom, #ff109f,#ffffff); }
.bg4_light-bgwhite-left{background: #ff109f; background: -webkit-linear-gradient(to left, #ff109f,#ffffff); background: linear-gradient(to left, #ff109f,#ffffff); }
.bg4_light-bgwhite-right{background: #ff109f; background: -webkit-linear-gradient(to right, #ff109f,#ffffff); background: linear-gradient(to right, #ff109f,#ffffff); }
.bgwhite-bg4_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff109f,#ffffff); background: linear-gradient(to bottom, #ff109f,#ffffff); }
.bgwhite-bg4_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff109f,#ffffff); background: linear-gradient(to top, #ff109f,#ffffff); }
.bgwhite-bg4_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff109f,#ffffff); background: linear-gradient(to right, #ff109f,#ffffff); }
.bgwhite-bg4_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff109f,#ffffff); background: linear-gradient(to top, #ff109f,#ffffff); }
.bg4_dark-bgwhite-top{background: #bab1a2; background: -webkit-linear-gradient(to top, #bab1a2,#ffffff); background: linear-gradient(to top, #bab1a2,#ffffff); }
.bg4_dark-bgwhite-bottom{background: #bab1a2; background: -webkit-linear-gradient(to bottom, #bab1a2,#ffffff); background: linear-gradient(to bottom, #bab1a2,#ffffff); }
.bg4_dark-bgwhite-left{background: #bab1a2; background: -webkit-linear-gradient(to left, #bab1a2,#ffffff); background: linear-gradient(to left, #bab1a2,#ffffff); }
.bg4_dark-bgwhite-right{background: #bab1a2; background: -webkit-linear-gradient(to right, #bab1a2,#ffffff); background: linear-gradient(to right, #bab1a2,#ffffff); }
.bgwhite-bg4_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #bab1a2,#ffffff); background: linear-gradient(to bottom, #bab1a2,#ffffff); }
.bgwhite-bg4_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #bab1a2,#ffffff); background: linear-gradient(to top, #bab1a2,#ffffff); }
.bgwhite-bg4_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #bab1a2,#ffffff); background: linear-gradient(to right, #bab1a2,#ffffff); }
.bgwhite-bg4_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #bab1a2,#ffffff); background: linear-gradient(to top, #bab1a2,#ffffff); }

body{background-image : url('http://srut.eva/userfiles/asset/images/backgrounds/triangular.png');background-repeat : repeat;background-position : center top;background-attachment: fixed;}