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: 'Lato-Regular';
src: url('/userfiles/asset/fonts/Lato-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

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

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

.fill-color1{fill: #542929  !important;}
.bg-color1{background: #542929  !important;}
.bg-color1-hover{transition: all .25s ease-in;}
.bg-color1-hover:hover{background: #542929  !important;}
.border-color1{border-color: #542929  !important;}
.text-color1{color: #542929  !important;}
.text-color1-hover{transition: all .25s ease-in;}
.text-color1-hover:hover{color: #542929  !important;}
.fill-color1_dark{fill: #432121  !important;}
.bg-color1_dark{background: #432121  !important;}
.bg-color1_dark-hover{transition: all .25s ease-in;}
.bg-color1_dark-hover:hover{background: #432121  !important;}
.border-color1_dark{border-color: #432121  !important;}
.text-color1_dark{color: #432121  !important;}
.text-color1_dark-hover{transition: all .25s ease-in;}
.text-color1_dark-hover:hover{color: #432121  !important;}
.fill-color1_light{fill: #653131  !important;}
.bg-color1_light{background: #653131  !important;}
.bg-color1_light-hover{transition: all .25s ease-in;}
.bg-color1_light-hover:hover{background: #653131  !important;}
.border-color1_light{border-color: #653131  !important;}
.text-color1_light{color: #653131  !important;}
.text-color1_light-hover{transition: all .25s ease-in;}
.text-color1_light-hover:hover{color: #653131  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg1-bg1_light-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#653131); background: linear-gradient(to top, #542929,#653131); }
.bg1-bg1_light-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#653131); background: linear-gradient(to bottom, #542929,#653131); }
.bg1-bg1_light-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#653131); background: linear-gradient(to left, #542929,#653131); }
.bg1-bg1_light-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#653131); background: linear-gradient(to right, #542929,#653131); }
.bg1-bg1_dark-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#432121); background: linear-gradient(to top, #542929,#432121); }
.bg1-bg1_dark-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#432121); background: linear-gradient(to bottom, #542929,#432121); }
.bg1-bg1_dark-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#432121); background: linear-gradient(to left, #542929,#432121); }
.bg1-bg1_dark-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#432121); background: linear-gradient(to right, #542929,#432121); }
.bg1_light-bg1-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#542929); background: linear-gradient(to top, #653131,#542929); }
.bg1_light-bg1-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#542929); background: linear-gradient(to bottom, #653131,#542929); }
.bg1_light-bg1-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#542929); background: linear-gradient(to left, #653131,#542929); }
.bg1_light-bg1-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#542929); background: linear-gradient(to right, #653131,#542929); }
.bg1_light-bg1_dark-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#432121); background: linear-gradient(to top, #653131,#432121); }
.bg1_light-bg1_dark-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#432121); background: linear-gradient(to bottom, #653131,#432121); }
.bg1_light-bg1_dark-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#432121); background: linear-gradient(to left, #653131,#432121); }
.bg1_light-bg1_dark-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#432121); background: linear-gradient(to right, #653131,#432121); }
.bg1_dark-bg1-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#542929); background: linear-gradient(to top, #432121,#542929); }
.bg1_dark-bg1-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#542929); background: linear-gradient(to bottom, #432121,#542929); }
.bg1_dark-bg1-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#542929); background: linear-gradient(to left, #432121,#542929); }
.bg1_dark-bg1-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#542929); background: linear-gradient(to right, #432121,#542929); }
.bg1_dark-bg1_light-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#653131); background: linear-gradient(to top, #432121,#653131); }
.bg1_dark-bg1_light-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#653131); background: linear-gradient(to bottom, #432121,#653131); }
.bg1_dark-bg1_light-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#653131); background: linear-gradient(to left, #432121,#653131); }
.bg1_dark-bg1_light-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#653131); background: linear-gradient(to right, #432121,#653131); }
.bg1-bg2-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#881412); background: linear-gradient(to top, #542929,#881412); }
.bg1-bg2-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#881412); background: linear-gradient(to bottom, #542929,#881412); }
.bg1-bg2-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#881412); background: linear-gradient(to left, #542929,#881412); }
.bg1-bg2-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#881412); background: linear-gradient(to right, #542929,#881412); }
.bg1-bg2_light-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#a31816); background: linear-gradient(to top, #542929,#a31816); }
.bg1-bg2_light-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#a31816); background: linear-gradient(to bottom, #542929,#a31816); }
.bg1-bg2_light-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#a31816); background: linear-gradient(to left, #542929,#a31816); }
.bg1-bg2_light-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#a31816); background: linear-gradient(to right, #542929,#a31816); }
.bg1-bg2_dark-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#6d100e); background: linear-gradient(to top, #542929,#6d100e); }
.bg1-bg2_dark-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#6d100e); background: linear-gradient(to bottom, #542929,#6d100e); }
.bg1-bg2_dark-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#6d100e); background: linear-gradient(to left, #542929,#6d100e); }
.bg1-bg2_dark-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#6d100e); background: linear-gradient(to right, #542929,#6d100e); }
.bg1_light-bg2-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#881412); background: linear-gradient(to top, #653131,#881412); }
.bg1_light-bg2-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#881412); background: linear-gradient(to bottom, #653131,#881412); }
.bg1_light-bg2-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#881412); background: linear-gradient(to left, #653131,#881412); }
.bg1_light-bg2-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#881412); background: linear-gradient(to right, #653131,#881412); }
.bg1_light-bg2_light-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#a31816); background: linear-gradient(to top, #653131,#a31816); }
.bg1_light-bg2_light-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#a31816); background: linear-gradient(to bottom, #653131,#a31816); }
.bg1_light-bg2_light-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#a31816); background: linear-gradient(to left, #653131,#a31816); }
.bg1_light-bg2_light-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#a31816); background: linear-gradient(to right, #653131,#a31816); }
.bg1_light-bg2_dark-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#6d100e); background: linear-gradient(to top, #653131,#6d100e); }
.bg1_light-bg2_dark-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#6d100e); background: linear-gradient(to bottom, #653131,#6d100e); }
.bg1_light-bg2_dark-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#6d100e); background: linear-gradient(to left, #653131,#6d100e); }
.bg1_light-bg2_dark-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#6d100e); background: linear-gradient(to right, #653131,#6d100e); }
.bg1_dark-bg2-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#881412); background: linear-gradient(to top, #432121,#881412); }
.bg1_dark-bg2-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#881412); background: linear-gradient(to bottom, #432121,#881412); }
.bg1_dark-bg2-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#881412); background: linear-gradient(to left, #432121,#881412); }
.bg1_dark-bg2-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#881412); background: linear-gradient(to right, #432121,#881412); }
.bg1_dark-bg2_light-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#a31816); background: linear-gradient(to top, #432121,#a31816); }
.bg1_dark-bg2_light-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#a31816); background: linear-gradient(to bottom, #432121,#a31816); }
.bg1_dark-bg2_light-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#a31816); background: linear-gradient(to left, #432121,#a31816); }
.bg1_dark-bg2_light-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#a31816); background: linear-gradient(to right, #432121,#a31816); }
.bg1_dark-bg2_dark-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#6d100e); background: linear-gradient(to top, #432121,#6d100e); }
.bg1_dark-bg2_dark-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#6d100e); background: linear-gradient(to bottom, #432121,#6d100e); }
.bg1_dark-bg2_dark-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#6d100e); background: linear-gradient(to left, #432121,#6d100e); }
.bg1_dark-bg2_dark-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#6d100e); background: linear-gradient(to right, #432121,#6d100e); }
.bg1-bg3-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#ECC900); background: linear-gradient(to top, #542929,#ECC900); }
.bg1-bg3-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#ECC900); background: linear-gradient(to bottom, #542929,#ECC900); }
.bg1-bg3-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#ECC900); background: linear-gradient(to left, #542929,#ECC900); }
.bg1-bg3-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#ECC900); background: linear-gradient(to right, #542929,#ECC900); }
.bg1-bg3_light-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#fff100); background: linear-gradient(to top, #542929,#fff100); }
.bg1-bg3_light-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#fff100); background: linear-gradient(to bottom, #542929,#fff100); }
.bg1-bg3_light-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#fff100); background: linear-gradient(to left, #542929,#fff100); }
.bg1-bg3_light-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#fff100); background: linear-gradient(to right, #542929,#fff100); }
.bg1-bg3_dark-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#bda100); background: linear-gradient(to top, #542929,#bda100); }
.bg1-bg3_dark-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#bda100); background: linear-gradient(to bottom, #542929,#bda100); }
.bg1-bg3_dark-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#bda100); background: linear-gradient(to left, #542929,#bda100); }
.bg1-bg3_dark-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#bda100); background: linear-gradient(to right, #542929,#bda100); }
.bg1_light-bg3-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#ECC900); background: linear-gradient(to top, #653131,#ECC900); }
.bg1_light-bg3-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#ECC900); background: linear-gradient(to bottom, #653131,#ECC900); }
.bg1_light-bg3-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#ECC900); background: linear-gradient(to left, #653131,#ECC900); }
.bg1_light-bg3-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#ECC900); background: linear-gradient(to right, #653131,#ECC900); }
.bg1_light-bg3_light-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#fff100); background: linear-gradient(to top, #653131,#fff100); }
.bg1_light-bg3_light-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#fff100); background: linear-gradient(to bottom, #653131,#fff100); }
.bg1_light-bg3_light-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#fff100); background: linear-gradient(to left, #653131,#fff100); }
.bg1_light-bg3_light-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#fff100); background: linear-gradient(to right, #653131,#fff100); }
.bg1_light-bg3_dark-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#bda100); background: linear-gradient(to top, #653131,#bda100); }
.bg1_light-bg3_dark-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#bda100); background: linear-gradient(to bottom, #653131,#bda100); }
.bg1_light-bg3_dark-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#bda100); background: linear-gradient(to left, #653131,#bda100); }
.bg1_light-bg3_dark-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#bda100); background: linear-gradient(to right, #653131,#bda100); }
.bg1_dark-bg3-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#ECC900); background: linear-gradient(to top, #432121,#ECC900); }
.bg1_dark-bg3-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#ECC900); background: linear-gradient(to bottom, #432121,#ECC900); }
.bg1_dark-bg3-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#ECC900); background: linear-gradient(to left, #432121,#ECC900); }
.bg1_dark-bg3-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#ECC900); background: linear-gradient(to right, #432121,#ECC900); }
.bg1_dark-bg3_light-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#fff100); background: linear-gradient(to top, #432121,#fff100); }
.bg1_dark-bg3_light-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#fff100); background: linear-gradient(to bottom, #432121,#fff100); }
.bg1_dark-bg3_light-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#fff100); background: linear-gradient(to left, #432121,#fff100); }
.bg1_dark-bg3_light-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#fff100); background: linear-gradient(to right, #432121,#fff100); }
.bg1_dark-bg3_dark-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#bda100); background: linear-gradient(to top, #432121,#bda100); }
.bg1_dark-bg3_dark-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#bda100); background: linear-gradient(to bottom, #432121,#bda100); }
.bg1_dark-bg3_dark-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#bda100); background: linear-gradient(to left, #432121,#bda100); }
.bg1_dark-bg3_dark-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#bda100); background: linear-gradient(to right, #432121,#bda100); }
.bg1-bg4-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#F9D6A6); background: linear-gradient(to top, #542929,#F9D6A6); }
.bg1-bg4-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#F9D6A6); background: linear-gradient(to bottom, #542929,#F9D6A6); }
.bg1-bg4-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#F9D6A6); background: linear-gradient(to left, #542929,#F9D6A6); }
.bg1-bg4-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#F9D6A6); background: linear-gradient(to right, #542929,#F9D6A6); }
.bg1-bg4_light-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#ff101c); background: linear-gradient(to top, #542929,#ff101c); }
.bg1-bg4_light-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#ff101c); background: linear-gradient(to bottom, #542929,#ff101c); }
.bg1-bg4_light-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#ff101c); background: linear-gradient(to left, #542929,#ff101c); }
.bg1-bg4_light-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#ff101c); background: linear-gradient(to right, #542929,#ff101c); }
.bg1-bg4_dark-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#c7ab85); background: linear-gradient(to top, #542929,#c7ab85); }
.bg1-bg4_dark-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#c7ab85); background: linear-gradient(to bottom, #542929,#c7ab85); }
.bg1-bg4_dark-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#c7ab85); background: linear-gradient(to left, #542929,#c7ab85); }
.bg1-bg4_dark-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#c7ab85); background: linear-gradient(to right, #542929,#c7ab85); }
.bg1_light-bg4-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#F9D6A6); background: linear-gradient(to top, #653131,#F9D6A6); }
.bg1_light-bg4-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#F9D6A6); background: linear-gradient(to bottom, #653131,#F9D6A6); }
.bg1_light-bg4-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#F9D6A6); background: linear-gradient(to left, #653131,#F9D6A6); }
.bg1_light-bg4-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#F9D6A6); background: linear-gradient(to right, #653131,#F9D6A6); }
.bg1_light-bg4_light-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#ff101c); background: linear-gradient(to top, #653131,#ff101c); }
.bg1_light-bg4_light-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#ff101c); background: linear-gradient(to bottom, #653131,#ff101c); }
.bg1_light-bg4_light-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#ff101c); background: linear-gradient(to left, #653131,#ff101c); }
.bg1_light-bg4_light-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#ff101c); background: linear-gradient(to right, #653131,#ff101c); }
.bg1_light-bg4_dark-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#c7ab85); background: linear-gradient(to top, #653131,#c7ab85); }
.bg1_light-bg4_dark-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#c7ab85); background: linear-gradient(to bottom, #653131,#c7ab85); }
.bg1_light-bg4_dark-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#c7ab85); background: linear-gradient(to left, #653131,#c7ab85); }
.bg1_light-bg4_dark-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#c7ab85); background: linear-gradient(to right, #653131,#c7ab85); }
.bg1_dark-bg4-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#F9D6A6); background: linear-gradient(to top, #432121,#F9D6A6); }
.bg1_dark-bg4-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#F9D6A6); background: linear-gradient(to bottom, #432121,#F9D6A6); }
.bg1_dark-bg4-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#F9D6A6); background: linear-gradient(to left, #432121,#F9D6A6); }
.bg1_dark-bg4-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#F9D6A6); background: linear-gradient(to right, #432121,#F9D6A6); }
.bg1_dark-bg4_light-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#ff101c); background: linear-gradient(to top, #432121,#ff101c); }
.bg1_dark-bg4_light-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#ff101c); background: linear-gradient(to bottom, #432121,#ff101c); }
.bg1_dark-bg4_light-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#ff101c); background: linear-gradient(to left, #432121,#ff101c); }
.bg1_dark-bg4_light-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#ff101c); background: linear-gradient(to right, #432121,#ff101c); }
.bg1_dark-bg4_dark-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#c7ab85); background: linear-gradient(to top, #432121,#c7ab85); }
.bg1_dark-bg4_dark-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#c7ab85); background: linear-gradient(to bottom, #432121,#c7ab85); }
.bg1_dark-bg4_dark-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#c7ab85); background: linear-gradient(to left, #432121,#c7ab85); }
.bg1_dark-bg4_dark-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#c7ab85); background: linear-gradient(to right, #432121,#c7ab85); }
.bg1-bgwhite-top{background: #542929; background: -webkit-linear-gradient(to top, #542929,#ffffff); background: linear-gradient(to top, #542929,#ffffff); }
.bg1-bgwhite-bottom{background: #542929; background: -webkit-linear-gradient(to bottom, #542929,#ffffff); background: linear-gradient(to bottom, #542929,#ffffff); }
.bg1-bgwhite-left{background: #542929; background: -webkit-linear-gradient(to left, #542929,#ffffff); background: linear-gradient(to left, #542929,#ffffff); }
.bg1-bgwhite-right{background: #542929; background: -webkit-linear-gradient(to right, #542929,#ffffff); background: linear-gradient(to right, #542929,#ffffff); }
.bgwhite-bg1-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #542929,#ffffff); background: linear-gradient(to bottom, #542929,#ffffff); }
.bgwhite-bg1-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #542929,#ffffff); background: linear-gradient(to top, #542929,#ffffff); }
.bgwhite-bg1-left{background: #ffffff; background: -webkit-linear-gradient(to right, #542929,#ffffff); background: linear-gradient(to right, #542929,#ffffff); }
.bgwhite-bg1-right{background: #ffffff; background: -webkit-linear-gradient(to left, #542929,#ffffff); background: linear-gradient(to top, #542929,#ffffff); }
.bg1_light-bgwhite-top{background: #653131; background: -webkit-linear-gradient(to top, #653131,#ffffff); background: linear-gradient(to top, #653131,#ffffff); }
.bg1_light-bgwhite-bottom{background: #653131; background: -webkit-linear-gradient(to bottom, #653131,#ffffff); background: linear-gradient(to bottom, #653131,#ffffff); }
.bg1_light-bgwhite-left{background: #653131; background: -webkit-linear-gradient(to left, #653131,#ffffff); background: linear-gradient(to left, #653131,#ffffff); }
.bg1_light-bgwhite-right{background: #653131; background: -webkit-linear-gradient(to right, #653131,#ffffff); background: linear-gradient(to right, #653131,#ffffff); }
.bgwhite-bg1_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #653131,#ffffff); background: linear-gradient(to bottom, #653131,#ffffff); }
.bgwhite-bg1_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #653131,#ffffff); background: linear-gradient(to top, #653131,#ffffff); }
.bgwhite-bg1_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #653131,#ffffff); background: linear-gradient(to right, #653131,#ffffff); }
.bgwhite-bg1_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #653131,#ffffff); background: linear-gradient(to top, #653131,#ffffff); }
.bg1_dark-bgwhite-top{background: #432121; background: -webkit-linear-gradient(to top, #432121,#ffffff); background: linear-gradient(to top, #432121,#ffffff); }
.bg1_dark-bgwhite-bottom{background: #432121; background: -webkit-linear-gradient(to bottom, #432121,#ffffff); background: linear-gradient(to bottom, #432121,#ffffff); }
.bg1_dark-bgwhite-left{background: #432121; background: -webkit-linear-gradient(to left, #432121,#ffffff); background: linear-gradient(to left, #432121,#ffffff); }
.bg1_dark-bgwhite-right{background: #432121; background: -webkit-linear-gradient(to right, #432121,#ffffff); background: linear-gradient(to right, #432121,#ffffff); }
.bgwhite-bg1_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #432121,#ffffff); background: linear-gradient(to bottom, #432121,#ffffff); }
.bgwhite-bg1_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #432121,#ffffff); background: linear-gradient(to top, #432121,#ffffff); }
.bgwhite-bg1_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #432121,#ffffff); background: linear-gradient(to right, #432121,#ffffff); }
.bgwhite-bg1_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #432121,#ffffff); background: linear-gradient(to top, #432121,#ffffff); }
.fill-color2{fill: #881412  !important;}
.bg-color2{background: #881412  !important;}
.bg-color2-hover{transition: all .25s ease-in;}
.bg-color2-hover:hover{background: #881412  !important;}
.border-color2{border-color: #881412  !important;}
.text-color2{color: #881412  !important;}
.text-color2-hover{transition: all .25s ease-in;}
.text-color2-hover:hover{color: #881412  !important;}
.fill-color2_dark{fill: #6d100e  !important;}
.bg-color2_dark{background: #6d100e  !important;}
.bg-color2_dark-hover{transition: all .25s ease-in;}
.bg-color2_dark-hover:hover{background: #6d100e  !important;}
.border-color2_dark{border-color: #6d100e  !important;}
.text-color2_dark{color: #6d100e  !important;}
.text-color2_dark-hover{transition: all .25s ease-in;}
.text-color2_dark-hover:hover{color: #6d100e  !important;}
.fill-color2_light{fill: #a31816  !important;}
.bg-color2_light{background: #a31816  !important;}
.bg-color2_light-hover{transition: all .25s ease-in;}
.bg-color2_light-hover:hover{background: #a31816  !important;}
.border-color2_light{border-color: #a31816  !important;}
.text-color2_light{color: #a31816  !important;}
.text-color2_light-hover{transition: all .25s ease-in;}
.text-color2_light-hover:hover{color: #a31816  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg2-bg1-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#542929); background: linear-gradient(to top, #881412,#542929); }
.bg2-bg1-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#542929); background: linear-gradient(to bottom, #881412,#542929); }
.bg2-bg1-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#542929); background: linear-gradient(to left, #881412,#542929); }
.bg2-bg1-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#542929); background: linear-gradient(to right, #881412,#542929); }
.bg2-bg1_light-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#653131); background: linear-gradient(to top, #881412,#653131); }
.bg2-bg1_light-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#653131); background: linear-gradient(to bottom, #881412,#653131); }
.bg2-bg1_light-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#653131); background: linear-gradient(to left, #881412,#653131); }
.bg2-bg1_light-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#653131); background: linear-gradient(to right, #881412,#653131); }
.bg2-bg1_dark-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#432121); background: linear-gradient(to top, #881412,#432121); }
.bg2-bg1_dark-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#432121); background: linear-gradient(to bottom, #881412,#432121); }
.bg2-bg1_dark-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#432121); background: linear-gradient(to left, #881412,#432121); }
.bg2-bg1_dark-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#432121); background: linear-gradient(to right, #881412,#432121); }
.bg2_light-bg1-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#542929); background: linear-gradient(to top, #a31816,#542929); }
.bg2_light-bg1-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#542929); background: linear-gradient(to bottom, #a31816,#542929); }
.bg2_light-bg1-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#542929); background: linear-gradient(to left, #a31816,#542929); }
.bg2_light-bg1-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#542929); background: linear-gradient(to right, #a31816,#542929); }
.bg2_light-bg1_light-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#653131); background: linear-gradient(to top, #a31816,#653131); }
.bg2_light-bg1_light-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#653131); background: linear-gradient(to bottom, #a31816,#653131); }
.bg2_light-bg1_light-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#653131); background: linear-gradient(to left, #a31816,#653131); }
.bg2_light-bg1_light-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#653131); background: linear-gradient(to right, #a31816,#653131); }
.bg2_light-bg1_dark-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#432121); background: linear-gradient(to top, #a31816,#432121); }
.bg2_light-bg1_dark-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#432121); background: linear-gradient(to bottom, #a31816,#432121); }
.bg2_light-bg1_dark-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#432121); background: linear-gradient(to left, #a31816,#432121); }
.bg2_light-bg1_dark-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#432121); background: linear-gradient(to right, #a31816,#432121); }
.bg2_dark-bg1-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#542929); background: linear-gradient(to top, #6d100e,#542929); }
.bg2_dark-bg1-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#542929); background: linear-gradient(to bottom, #6d100e,#542929); }
.bg2_dark-bg1-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#542929); background: linear-gradient(to left, #6d100e,#542929); }
.bg2_dark-bg1-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#542929); background: linear-gradient(to right, #6d100e,#542929); }
.bg2_dark-bg1_light-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#653131); background: linear-gradient(to top, #6d100e,#653131); }
.bg2_dark-bg1_light-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#653131); background: linear-gradient(to bottom, #6d100e,#653131); }
.bg2_dark-bg1_light-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#653131); background: linear-gradient(to left, #6d100e,#653131); }
.bg2_dark-bg1_light-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#653131); background: linear-gradient(to right, #6d100e,#653131); }
.bg2_dark-bg1_dark-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#432121); background: linear-gradient(to top, #6d100e,#432121); }
.bg2_dark-bg1_dark-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#432121); background: linear-gradient(to bottom, #6d100e,#432121); }
.bg2_dark-bg1_dark-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#432121); background: linear-gradient(to left, #6d100e,#432121); }
.bg2_dark-bg1_dark-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#432121); background: linear-gradient(to right, #6d100e,#432121); }
.bg2-bg2_light-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#a31816); background: linear-gradient(to top, #881412,#a31816); }
.bg2-bg2_light-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#a31816); background: linear-gradient(to bottom, #881412,#a31816); }
.bg2-bg2_light-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#a31816); background: linear-gradient(to left, #881412,#a31816); }
.bg2-bg2_light-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#a31816); background: linear-gradient(to right, #881412,#a31816); }
.bg2-bg2_dark-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#6d100e); background: linear-gradient(to top, #881412,#6d100e); }
.bg2-bg2_dark-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#6d100e); background: linear-gradient(to bottom, #881412,#6d100e); }
.bg2-bg2_dark-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#6d100e); background: linear-gradient(to left, #881412,#6d100e); }
.bg2-bg2_dark-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#6d100e); background: linear-gradient(to right, #881412,#6d100e); }
.bg2_light-bg2-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#881412); background: linear-gradient(to top, #a31816,#881412); }
.bg2_light-bg2-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#881412); background: linear-gradient(to bottom, #a31816,#881412); }
.bg2_light-bg2-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#881412); background: linear-gradient(to left, #a31816,#881412); }
.bg2_light-bg2-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#881412); background: linear-gradient(to right, #a31816,#881412); }
.bg2_light-bg2_dark-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#6d100e); background: linear-gradient(to top, #a31816,#6d100e); }
.bg2_light-bg2_dark-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#6d100e); background: linear-gradient(to bottom, #a31816,#6d100e); }
.bg2_light-bg2_dark-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#6d100e); background: linear-gradient(to left, #a31816,#6d100e); }
.bg2_light-bg2_dark-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#6d100e); background: linear-gradient(to right, #a31816,#6d100e); }
.bg2_dark-bg2-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#881412); background: linear-gradient(to top, #6d100e,#881412); }
.bg2_dark-bg2-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#881412); background: linear-gradient(to bottom, #6d100e,#881412); }
.bg2_dark-bg2-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#881412); background: linear-gradient(to left, #6d100e,#881412); }
.bg2_dark-bg2-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#881412); background: linear-gradient(to right, #6d100e,#881412); }
.bg2_dark-bg2_light-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#a31816); background: linear-gradient(to top, #6d100e,#a31816); }
.bg2_dark-bg2_light-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#a31816); background: linear-gradient(to bottom, #6d100e,#a31816); }
.bg2_dark-bg2_light-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#a31816); background: linear-gradient(to left, #6d100e,#a31816); }
.bg2_dark-bg2_light-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#a31816); background: linear-gradient(to right, #6d100e,#a31816); }
.bg2-bg3-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#ECC900); background: linear-gradient(to top, #881412,#ECC900); }
.bg2-bg3-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#ECC900); background: linear-gradient(to bottom, #881412,#ECC900); }
.bg2-bg3-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#ECC900); background: linear-gradient(to left, #881412,#ECC900); }
.bg2-bg3-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#ECC900); background: linear-gradient(to right, #881412,#ECC900); }
.bg2-bg3_light-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#fff100); background: linear-gradient(to top, #881412,#fff100); }
.bg2-bg3_light-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#fff100); background: linear-gradient(to bottom, #881412,#fff100); }
.bg2-bg3_light-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#fff100); background: linear-gradient(to left, #881412,#fff100); }
.bg2-bg3_light-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#fff100); background: linear-gradient(to right, #881412,#fff100); }
.bg2-bg3_dark-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#bda100); background: linear-gradient(to top, #881412,#bda100); }
.bg2-bg3_dark-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#bda100); background: linear-gradient(to bottom, #881412,#bda100); }
.bg2-bg3_dark-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#bda100); background: linear-gradient(to left, #881412,#bda100); }
.bg2-bg3_dark-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#bda100); background: linear-gradient(to right, #881412,#bda100); }
.bg2_light-bg3-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#ECC900); background: linear-gradient(to top, #a31816,#ECC900); }
.bg2_light-bg3-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#ECC900); background: linear-gradient(to bottom, #a31816,#ECC900); }
.bg2_light-bg3-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#ECC900); background: linear-gradient(to left, #a31816,#ECC900); }
.bg2_light-bg3-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#ECC900); background: linear-gradient(to right, #a31816,#ECC900); }
.bg2_light-bg3_light-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#fff100); background: linear-gradient(to top, #a31816,#fff100); }
.bg2_light-bg3_light-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#fff100); background: linear-gradient(to bottom, #a31816,#fff100); }
.bg2_light-bg3_light-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#fff100); background: linear-gradient(to left, #a31816,#fff100); }
.bg2_light-bg3_light-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#fff100); background: linear-gradient(to right, #a31816,#fff100); }
.bg2_light-bg3_dark-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#bda100); background: linear-gradient(to top, #a31816,#bda100); }
.bg2_light-bg3_dark-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#bda100); background: linear-gradient(to bottom, #a31816,#bda100); }
.bg2_light-bg3_dark-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#bda100); background: linear-gradient(to left, #a31816,#bda100); }
.bg2_light-bg3_dark-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#bda100); background: linear-gradient(to right, #a31816,#bda100); }
.bg2_dark-bg3-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#ECC900); background: linear-gradient(to top, #6d100e,#ECC900); }
.bg2_dark-bg3-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#ECC900); background: linear-gradient(to bottom, #6d100e,#ECC900); }
.bg2_dark-bg3-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#ECC900); background: linear-gradient(to left, #6d100e,#ECC900); }
.bg2_dark-bg3-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#ECC900); background: linear-gradient(to right, #6d100e,#ECC900); }
.bg2_dark-bg3_light-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#fff100); background: linear-gradient(to top, #6d100e,#fff100); }
.bg2_dark-bg3_light-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#fff100); background: linear-gradient(to bottom, #6d100e,#fff100); }
.bg2_dark-bg3_light-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#fff100); background: linear-gradient(to left, #6d100e,#fff100); }
.bg2_dark-bg3_light-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#fff100); background: linear-gradient(to right, #6d100e,#fff100); }
.bg2_dark-bg3_dark-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#bda100); background: linear-gradient(to top, #6d100e,#bda100); }
.bg2_dark-bg3_dark-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#bda100); background: linear-gradient(to bottom, #6d100e,#bda100); }
.bg2_dark-bg3_dark-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#bda100); background: linear-gradient(to left, #6d100e,#bda100); }
.bg2_dark-bg3_dark-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#bda100); background: linear-gradient(to right, #6d100e,#bda100); }
.bg2-bg4-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#F9D6A6); background: linear-gradient(to top, #881412,#F9D6A6); }
.bg2-bg4-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#F9D6A6); background: linear-gradient(to bottom, #881412,#F9D6A6); }
.bg2-bg4-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#F9D6A6); background: linear-gradient(to left, #881412,#F9D6A6); }
.bg2-bg4-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#F9D6A6); background: linear-gradient(to right, #881412,#F9D6A6); }
.bg2-bg4_light-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#ff101c); background: linear-gradient(to top, #881412,#ff101c); }
.bg2-bg4_light-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#ff101c); background: linear-gradient(to bottom, #881412,#ff101c); }
.bg2-bg4_light-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#ff101c); background: linear-gradient(to left, #881412,#ff101c); }
.bg2-bg4_light-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#ff101c); background: linear-gradient(to right, #881412,#ff101c); }
.bg2-bg4_dark-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#c7ab85); background: linear-gradient(to top, #881412,#c7ab85); }
.bg2-bg4_dark-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#c7ab85); background: linear-gradient(to bottom, #881412,#c7ab85); }
.bg2-bg4_dark-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#c7ab85); background: linear-gradient(to left, #881412,#c7ab85); }
.bg2-bg4_dark-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#c7ab85); background: linear-gradient(to right, #881412,#c7ab85); }
.bg2_light-bg4-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#F9D6A6); background: linear-gradient(to top, #a31816,#F9D6A6); }
.bg2_light-bg4-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#F9D6A6); background: linear-gradient(to bottom, #a31816,#F9D6A6); }
.bg2_light-bg4-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#F9D6A6); background: linear-gradient(to left, #a31816,#F9D6A6); }
.bg2_light-bg4-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#F9D6A6); background: linear-gradient(to right, #a31816,#F9D6A6); }
.bg2_light-bg4_light-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#ff101c); background: linear-gradient(to top, #a31816,#ff101c); }
.bg2_light-bg4_light-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#ff101c); background: linear-gradient(to bottom, #a31816,#ff101c); }
.bg2_light-bg4_light-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#ff101c); background: linear-gradient(to left, #a31816,#ff101c); }
.bg2_light-bg4_light-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#ff101c); background: linear-gradient(to right, #a31816,#ff101c); }
.bg2_light-bg4_dark-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#c7ab85); background: linear-gradient(to top, #a31816,#c7ab85); }
.bg2_light-bg4_dark-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#c7ab85); background: linear-gradient(to bottom, #a31816,#c7ab85); }
.bg2_light-bg4_dark-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#c7ab85); background: linear-gradient(to left, #a31816,#c7ab85); }
.bg2_light-bg4_dark-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#c7ab85); background: linear-gradient(to right, #a31816,#c7ab85); }
.bg2_dark-bg4-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#F9D6A6); background: linear-gradient(to top, #6d100e,#F9D6A6); }
.bg2_dark-bg4-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#F9D6A6); background: linear-gradient(to bottom, #6d100e,#F9D6A6); }
.bg2_dark-bg4-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#F9D6A6); background: linear-gradient(to left, #6d100e,#F9D6A6); }
.bg2_dark-bg4-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#F9D6A6); background: linear-gradient(to right, #6d100e,#F9D6A6); }
.bg2_dark-bg4_light-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#ff101c); background: linear-gradient(to top, #6d100e,#ff101c); }
.bg2_dark-bg4_light-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#ff101c); background: linear-gradient(to bottom, #6d100e,#ff101c); }
.bg2_dark-bg4_light-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#ff101c); background: linear-gradient(to left, #6d100e,#ff101c); }
.bg2_dark-bg4_light-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#ff101c); background: linear-gradient(to right, #6d100e,#ff101c); }
.bg2_dark-bg4_dark-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#c7ab85); background: linear-gradient(to top, #6d100e,#c7ab85); }
.bg2_dark-bg4_dark-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#c7ab85); background: linear-gradient(to bottom, #6d100e,#c7ab85); }
.bg2_dark-bg4_dark-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#c7ab85); background: linear-gradient(to left, #6d100e,#c7ab85); }
.bg2_dark-bg4_dark-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#c7ab85); background: linear-gradient(to right, #6d100e,#c7ab85); }
.bg2-bgwhite-top{background: #881412; background: -webkit-linear-gradient(to top, #881412,#ffffff); background: linear-gradient(to top, #881412,#ffffff); }
.bg2-bgwhite-bottom{background: #881412; background: -webkit-linear-gradient(to bottom, #881412,#ffffff); background: linear-gradient(to bottom, #881412,#ffffff); }
.bg2-bgwhite-left{background: #881412; background: -webkit-linear-gradient(to left, #881412,#ffffff); background: linear-gradient(to left, #881412,#ffffff); }
.bg2-bgwhite-right{background: #881412; background: -webkit-linear-gradient(to right, #881412,#ffffff); background: linear-gradient(to right, #881412,#ffffff); }
.bgwhite-bg2-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #881412,#ffffff); background: linear-gradient(to bottom, #881412,#ffffff); }
.bgwhite-bg2-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #881412,#ffffff); background: linear-gradient(to top, #881412,#ffffff); }
.bgwhite-bg2-left{background: #ffffff; background: -webkit-linear-gradient(to right, #881412,#ffffff); background: linear-gradient(to right, #881412,#ffffff); }
.bgwhite-bg2-right{background: #ffffff; background: -webkit-linear-gradient(to left, #881412,#ffffff); background: linear-gradient(to top, #881412,#ffffff); }
.bg2_light-bgwhite-top{background: #a31816; background: -webkit-linear-gradient(to top, #a31816,#ffffff); background: linear-gradient(to top, #a31816,#ffffff); }
.bg2_light-bgwhite-bottom{background: #a31816; background: -webkit-linear-gradient(to bottom, #a31816,#ffffff); background: linear-gradient(to bottom, #a31816,#ffffff); }
.bg2_light-bgwhite-left{background: #a31816; background: -webkit-linear-gradient(to left, #a31816,#ffffff); background: linear-gradient(to left, #a31816,#ffffff); }
.bg2_light-bgwhite-right{background: #a31816; background: -webkit-linear-gradient(to right, #a31816,#ffffff); background: linear-gradient(to right, #a31816,#ffffff); }
.bgwhite-bg2_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #a31816,#ffffff); background: linear-gradient(to bottom, #a31816,#ffffff); }
.bgwhite-bg2_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #a31816,#ffffff); background: linear-gradient(to top, #a31816,#ffffff); }
.bgwhite-bg2_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #a31816,#ffffff); background: linear-gradient(to right, #a31816,#ffffff); }
.bgwhite-bg2_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #a31816,#ffffff); background: linear-gradient(to top, #a31816,#ffffff); }
.bg2_dark-bgwhite-top{background: #6d100e; background: -webkit-linear-gradient(to top, #6d100e,#ffffff); background: linear-gradient(to top, #6d100e,#ffffff); }
.bg2_dark-bgwhite-bottom{background: #6d100e; background: -webkit-linear-gradient(to bottom, #6d100e,#ffffff); background: linear-gradient(to bottom, #6d100e,#ffffff); }
.bg2_dark-bgwhite-left{background: #6d100e; background: -webkit-linear-gradient(to left, #6d100e,#ffffff); background: linear-gradient(to left, #6d100e,#ffffff); }
.bg2_dark-bgwhite-right{background: #6d100e; background: -webkit-linear-gradient(to right, #6d100e,#ffffff); background: linear-gradient(to right, #6d100e,#ffffff); }
.bgwhite-bg2_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #6d100e,#ffffff); background: linear-gradient(to bottom, #6d100e,#ffffff); }
.bgwhite-bg2_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #6d100e,#ffffff); background: linear-gradient(to top, #6d100e,#ffffff); }
.bgwhite-bg2_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #6d100e,#ffffff); background: linear-gradient(to right, #6d100e,#ffffff); }
.bgwhite-bg2_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #6d100e,#ffffff); background: linear-gradient(to top, #6d100e,#ffffff); }
.fill-color3{fill: #ECC900  !important;}
.bg-color3{background: #ECC900  !important;}
.bg-color3-hover{transition: all .25s ease-in;}
.bg-color3-hover:hover{background: #ECC900  !important;}
.border-color3{border-color: #ECC900  !important;}
.text-color3{color: #ECC900  !important;}
.text-color3-hover{transition: all .25s ease-in;}
.text-color3-hover:hover{color: #ECC900  !important;}
.fill-color3_dark{fill: #bda100  !important;}
.bg-color3_dark{background: #bda100  !important;}
.bg-color3_dark-hover{transition: all .25s ease-in;}
.bg-color3_dark-hover:hover{background: #bda100  !important;}
.border-color3_dark{border-color: #bda100  !important;}
.text-color3_dark{color: #bda100  !important;}
.text-color3_dark-hover{transition: all .25s ease-in;}
.text-color3_dark-hover:hover{color: #bda100  !important;}
.fill-color3_light{fill: #fff100  !important;}
.bg-color3_light{background: #fff100  !important;}
.bg-color3_light-hover{transition: all .25s ease-in;}
.bg-color3_light-hover:hover{background: #fff100  !important;}
.border-color3_light{border-color: #fff100  !important;}
.text-color3_light{color: #fff100  !important;}
.text-color3_light-hover{transition: all .25s ease-in;}
.text-color3_light-hover:hover{color: #fff100  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg3-bg1-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#542929); background: linear-gradient(to top, #ECC900,#542929); }
.bg3-bg1-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#542929); background: linear-gradient(to bottom, #ECC900,#542929); }
.bg3-bg1-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#542929); background: linear-gradient(to left, #ECC900,#542929); }
.bg3-bg1-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#542929); background: linear-gradient(to right, #ECC900,#542929); }
.bg3-bg1_light-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#653131); background: linear-gradient(to top, #ECC900,#653131); }
.bg3-bg1_light-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#653131); background: linear-gradient(to bottom, #ECC900,#653131); }
.bg3-bg1_light-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#653131); background: linear-gradient(to left, #ECC900,#653131); }
.bg3-bg1_light-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#653131); background: linear-gradient(to right, #ECC900,#653131); }
.bg3-bg1_dark-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#432121); background: linear-gradient(to top, #ECC900,#432121); }
.bg3-bg1_dark-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#432121); background: linear-gradient(to bottom, #ECC900,#432121); }
.bg3-bg1_dark-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#432121); background: linear-gradient(to left, #ECC900,#432121); }
.bg3-bg1_dark-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#432121); background: linear-gradient(to right, #ECC900,#432121); }
.bg3_light-bg1-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#542929); background: linear-gradient(to top, #fff100,#542929); }
.bg3_light-bg1-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#542929); background: linear-gradient(to bottom, #fff100,#542929); }
.bg3_light-bg1-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#542929); background: linear-gradient(to left, #fff100,#542929); }
.bg3_light-bg1-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#542929); background: linear-gradient(to right, #fff100,#542929); }
.bg3_light-bg1_light-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#653131); background: linear-gradient(to top, #fff100,#653131); }
.bg3_light-bg1_light-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#653131); background: linear-gradient(to bottom, #fff100,#653131); }
.bg3_light-bg1_light-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#653131); background: linear-gradient(to left, #fff100,#653131); }
.bg3_light-bg1_light-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#653131); background: linear-gradient(to right, #fff100,#653131); }
.bg3_light-bg1_dark-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#432121); background: linear-gradient(to top, #fff100,#432121); }
.bg3_light-bg1_dark-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#432121); background: linear-gradient(to bottom, #fff100,#432121); }
.bg3_light-bg1_dark-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#432121); background: linear-gradient(to left, #fff100,#432121); }
.bg3_light-bg1_dark-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#432121); background: linear-gradient(to right, #fff100,#432121); }
.bg3_dark-bg1-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#542929); background: linear-gradient(to top, #bda100,#542929); }
.bg3_dark-bg1-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#542929); background: linear-gradient(to bottom, #bda100,#542929); }
.bg3_dark-bg1-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#542929); background: linear-gradient(to left, #bda100,#542929); }
.bg3_dark-bg1-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#542929); background: linear-gradient(to right, #bda100,#542929); }
.bg3_dark-bg1_light-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#653131); background: linear-gradient(to top, #bda100,#653131); }
.bg3_dark-bg1_light-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#653131); background: linear-gradient(to bottom, #bda100,#653131); }
.bg3_dark-bg1_light-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#653131); background: linear-gradient(to left, #bda100,#653131); }
.bg3_dark-bg1_light-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#653131); background: linear-gradient(to right, #bda100,#653131); }
.bg3_dark-bg1_dark-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#432121); background: linear-gradient(to top, #bda100,#432121); }
.bg3_dark-bg1_dark-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#432121); background: linear-gradient(to bottom, #bda100,#432121); }
.bg3_dark-bg1_dark-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#432121); background: linear-gradient(to left, #bda100,#432121); }
.bg3_dark-bg1_dark-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#432121); background: linear-gradient(to right, #bda100,#432121); }
.bg3-bg2-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#881412); background: linear-gradient(to top, #ECC900,#881412); }
.bg3-bg2-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#881412); background: linear-gradient(to bottom, #ECC900,#881412); }
.bg3-bg2-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#881412); background: linear-gradient(to left, #ECC900,#881412); }
.bg3-bg2-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#881412); background: linear-gradient(to right, #ECC900,#881412); }
.bg3-bg2_light-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#a31816); background: linear-gradient(to top, #ECC900,#a31816); }
.bg3-bg2_light-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#a31816); background: linear-gradient(to bottom, #ECC900,#a31816); }
.bg3-bg2_light-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#a31816); background: linear-gradient(to left, #ECC900,#a31816); }
.bg3-bg2_light-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#a31816); background: linear-gradient(to right, #ECC900,#a31816); }
.bg3-bg2_dark-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#6d100e); background: linear-gradient(to top, #ECC900,#6d100e); }
.bg3-bg2_dark-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#6d100e); background: linear-gradient(to bottom, #ECC900,#6d100e); }
.bg3-bg2_dark-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#6d100e); background: linear-gradient(to left, #ECC900,#6d100e); }
.bg3-bg2_dark-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#6d100e); background: linear-gradient(to right, #ECC900,#6d100e); }
.bg3_light-bg2-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#881412); background: linear-gradient(to top, #fff100,#881412); }
.bg3_light-bg2-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#881412); background: linear-gradient(to bottom, #fff100,#881412); }
.bg3_light-bg2-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#881412); background: linear-gradient(to left, #fff100,#881412); }
.bg3_light-bg2-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#881412); background: linear-gradient(to right, #fff100,#881412); }
.bg3_light-bg2_light-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#a31816); background: linear-gradient(to top, #fff100,#a31816); }
.bg3_light-bg2_light-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#a31816); background: linear-gradient(to bottom, #fff100,#a31816); }
.bg3_light-bg2_light-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#a31816); background: linear-gradient(to left, #fff100,#a31816); }
.bg3_light-bg2_light-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#a31816); background: linear-gradient(to right, #fff100,#a31816); }
.bg3_light-bg2_dark-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#6d100e); background: linear-gradient(to top, #fff100,#6d100e); }
.bg3_light-bg2_dark-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#6d100e); background: linear-gradient(to bottom, #fff100,#6d100e); }
.bg3_light-bg2_dark-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#6d100e); background: linear-gradient(to left, #fff100,#6d100e); }
.bg3_light-bg2_dark-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#6d100e); background: linear-gradient(to right, #fff100,#6d100e); }
.bg3_dark-bg2-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#881412); background: linear-gradient(to top, #bda100,#881412); }
.bg3_dark-bg2-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#881412); background: linear-gradient(to bottom, #bda100,#881412); }
.bg3_dark-bg2-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#881412); background: linear-gradient(to left, #bda100,#881412); }
.bg3_dark-bg2-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#881412); background: linear-gradient(to right, #bda100,#881412); }
.bg3_dark-bg2_light-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#a31816); background: linear-gradient(to top, #bda100,#a31816); }
.bg3_dark-bg2_light-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#a31816); background: linear-gradient(to bottom, #bda100,#a31816); }
.bg3_dark-bg2_light-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#a31816); background: linear-gradient(to left, #bda100,#a31816); }
.bg3_dark-bg2_light-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#a31816); background: linear-gradient(to right, #bda100,#a31816); }
.bg3_dark-bg2_dark-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#6d100e); background: linear-gradient(to top, #bda100,#6d100e); }
.bg3_dark-bg2_dark-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#6d100e); background: linear-gradient(to bottom, #bda100,#6d100e); }
.bg3_dark-bg2_dark-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#6d100e); background: linear-gradient(to left, #bda100,#6d100e); }
.bg3_dark-bg2_dark-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#6d100e); background: linear-gradient(to right, #bda100,#6d100e); }
.bg3-bg3_light-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#fff100); background: linear-gradient(to top, #ECC900,#fff100); }
.bg3-bg3_light-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#fff100); background: linear-gradient(to bottom, #ECC900,#fff100); }
.bg3-bg3_light-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#fff100); background: linear-gradient(to left, #ECC900,#fff100); }
.bg3-bg3_light-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#fff100); background: linear-gradient(to right, #ECC900,#fff100); }
.bg3-bg3_dark-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#bda100); background: linear-gradient(to top, #ECC900,#bda100); }
.bg3-bg3_dark-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#bda100); background: linear-gradient(to bottom, #ECC900,#bda100); }
.bg3-bg3_dark-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#bda100); background: linear-gradient(to left, #ECC900,#bda100); }
.bg3-bg3_dark-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#bda100); background: linear-gradient(to right, #ECC900,#bda100); }
.bg3_light-bg3-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#ECC900); background: linear-gradient(to top, #fff100,#ECC900); }
.bg3_light-bg3-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#ECC900); background: linear-gradient(to bottom, #fff100,#ECC900); }
.bg3_light-bg3-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#ECC900); background: linear-gradient(to left, #fff100,#ECC900); }
.bg3_light-bg3-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#ECC900); background: linear-gradient(to right, #fff100,#ECC900); }
.bg3_light-bg3_dark-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#bda100); background: linear-gradient(to top, #fff100,#bda100); }
.bg3_light-bg3_dark-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#bda100); background: linear-gradient(to bottom, #fff100,#bda100); }
.bg3_light-bg3_dark-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#bda100); background: linear-gradient(to left, #fff100,#bda100); }
.bg3_light-bg3_dark-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#bda100); background: linear-gradient(to right, #fff100,#bda100); }
.bg3_dark-bg3-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#ECC900); background: linear-gradient(to top, #bda100,#ECC900); }
.bg3_dark-bg3-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#ECC900); background: linear-gradient(to bottom, #bda100,#ECC900); }
.bg3_dark-bg3-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#ECC900); background: linear-gradient(to left, #bda100,#ECC900); }
.bg3_dark-bg3-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#ECC900); background: linear-gradient(to right, #bda100,#ECC900); }
.bg3_dark-bg3_light-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#fff100); background: linear-gradient(to top, #bda100,#fff100); }
.bg3_dark-bg3_light-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#fff100); background: linear-gradient(to bottom, #bda100,#fff100); }
.bg3_dark-bg3_light-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#fff100); background: linear-gradient(to left, #bda100,#fff100); }
.bg3_dark-bg3_light-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#fff100); background: linear-gradient(to right, #bda100,#fff100); }
.bg3-bg4-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#F9D6A6); background: linear-gradient(to top, #ECC900,#F9D6A6); }
.bg3-bg4-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#F9D6A6); background: linear-gradient(to bottom, #ECC900,#F9D6A6); }
.bg3-bg4-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#F9D6A6); background: linear-gradient(to left, #ECC900,#F9D6A6); }
.bg3-bg4-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#F9D6A6); background: linear-gradient(to right, #ECC900,#F9D6A6); }
.bg3-bg4_light-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#ff101c); background: linear-gradient(to top, #ECC900,#ff101c); }
.bg3-bg4_light-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#ff101c); background: linear-gradient(to bottom, #ECC900,#ff101c); }
.bg3-bg4_light-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#ff101c); background: linear-gradient(to left, #ECC900,#ff101c); }
.bg3-bg4_light-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#ff101c); background: linear-gradient(to right, #ECC900,#ff101c); }
.bg3-bg4_dark-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#c7ab85); background: linear-gradient(to top, #ECC900,#c7ab85); }
.bg3-bg4_dark-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#c7ab85); background: linear-gradient(to bottom, #ECC900,#c7ab85); }
.bg3-bg4_dark-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#c7ab85); background: linear-gradient(to left, #ECC900,#c7ab85); }
.bg3-bg4_dark-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#c7ab85); background: linear-gradient(to right, #ECC900,#c7ab85); }
.bg3_light-bg4-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#F9D6A6); background: linear-gradient(to top, #fff100,#F9D6A6); }
.bg3_light-bg4-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#F9D6A6); background: linear-gradient(to bottom, #fff100,#F9D6A6); }
.bg3_light-bg4-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#F9D6A6); background: linear-gradient(to left, #fff100,#F9D6A6); }
.bg3_light-bg4-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#F9D6A6); background: linear-gradient(to right, #fff100,#F9D6A6); }
.bg3_light-bg4_light-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#ff101c); background: linear-gradient(to top, #fff100,#ff101c); }
.bg3_light-bg4_light-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#ff101c); background: linear-gradient(to bottom, #fff100,#ff101c); }
.bg3_light-bg4_light-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#ff101c); background: linear-gradient(to left, #fff100,#ff101c); }
.bg3_light-bg4_light-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#ff101c); background: linear-gradient(to right, #fff100,#ff101c); }
.bg3_light-bg4_dark-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#c7ab85); background: linear-gradient(to top, #fff100,#c7ab85); }
.bg3_light-bg4_dark-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#c7ab85); background: linear-gradient(to bottom, #fff100,#c7ab85); }
.bg3_light-bg4_dark-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#c7ab85); background: linear-gradient(to left, #fff100,#c7ab85); }
.bg3_light-bg4_dark-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#c7ab85); background: linear-gradient(to right, #fff100,#c7ab85); }
.bg3_dark-bg4-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#F9D6A6); background: linear-gradient(to top, #bda100,#F9D6A6); }
.bg3_dark-bg4-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#F9D6A6); background: linear-gradient(to bottom, #bda100,#F9D6A6); }
.bg3_dark-bg4-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#F9D6A6); background: linear-gradient(to left, #bda100,#F9D6A6); }
.bg3_dark-bg4-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#F9D6A6); background: linear-gradient(to right, #bda100,#F9D6A6); }
.bg3_dark-bg4_light-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#ff101c); background: linear-gradient(to top, #bda100,#ff101c); }
.bg3_dark-bg4_light-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#ff101c); background: linear-gradient(to bottom, #bda100,#ff101c); }
.bg3_dark-bg4_light-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#ff101c); background: linear-gradient(to left, #bda100,#ff101c); }
.bg3_dark-bg4_light-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#ff101c); background: linear-gradient(to right, #bda100,#ff101c); }
.bg3_dark-bg4_dark-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#c7ab85); background: linear-gradient(to top, #bda100,#c7ab85); }
.bg3_dark-bg4_dark-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#c7ab85); background: linear-gradient(to bottom, #bda100,#c7ab85); }
.bg3_dark-bg4_dark-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#c7ab85); background: linear-gradient(to left, #bda100,#c7ab85); }
.bg3_dark-bg4_dark-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#c7ab85); background: linear-gradient(to right, #bda100,#c7ab85); }
.bg3-bgwhite-top{background: #ECC900; background: -webkit-linear-gradient(to top, #ECC900,#ffffff); background: linear-gradient(to top, #ECC900,#ffffff); }
.bg3-bgwhite-bottom{background: #ECC900; background: -webkit-linear-gradient(to bottom, #ECC900,#ffffff); background: linear-gradient(to bottom, #ECC900,#ffffff); }
.bg3-bgwhite-left{background: #ECC900; background: -webkit-linear-gradient(to left, #ECC900,#ffffff); background: linear-gradient(to left, #ECC900,#ffffff); }
.bg3-bgwhite-right{background: #ECC900; background: -webkit-linear-gradient(to right, #ECC900,#ffffff); background: linear-gradient(to right, #ECC900,#ffffff); }
.bgwhite-bg3-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ECC900,#ffffff); background: linear-gradient(to bottom, #ECC900,#ffffff); }
.bgwhite-bg3-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ECC900,#ffffff); background: linear-gradient(to top, #ECC900,#ffffff); }
.bgwhite-bg3-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ECC900,#ffffff); background: linear-gradient(to right, #ECC900,#ffffff); }
.bgwhite-bg3-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ECC900,#ffffff); background: linear-gradient(to top, #ECC900,#ffffff); }
.bg3_light-bgwhite-top{background: #fff100; background: -webkit-linear-gradient(to top, #fff100,#ffffff); background: linear-gradient(to top, #fff100,#ffffff); }
.bg3_light-bgwhite-bottom{background: #fff100; background: -webkit-linear-gradient(to bottom, #fff100,#ffffff); background: linear-gradient(to bottom, #fff100,#ffffff); }
.bg3_light-bgwhite-left{background: #fff100; background: -webkit-linear-gradient(to left, #fff100,#ffffff); background: linear-gradient(to left, #fff100,#ffffff); }
.bg3_light-bgwhite-right{background: #fff100; background: -webkit-linear-gradient(to right, #fff100,#ffffff); background: linear-gradient(to right, #fff100,#ffffff); }
.bgwhite-bg3_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #fff100,#ffffff); background: linear-gradient(to bottom, #fff100,#ffffff); }
.bgwhite-bg3_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #fff100,#ffffff); background: linear-gradient(to top, #fff100,#ffffff); }
.bgwhite-bg3_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #fff100,#ffffff); background: linear-gradient(to right, #fff100,#ffffff); }
.bgwhite-bg3_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #fff100,#ffffff); background: linear-gradient(to top, #fff100,#ffffff); }
.bg3_dark-bgwhite-top{background: #bda100; background: -webkit-linear-gradient(to top, #bda100,#ffffff); background: linear-gradient(to top, #bda100,#ffffff); }
.bg3_dark-bgwhite-bottom{background: #bda100; background: -webkit-linear-gradient(to bottom, #bda100,#ffffff); background: linear-gradient(to bottom, #bda100,#ffffff); }
.bg3_dark-bgwhite-left{background: #bda100; background: -webkit-linear-gradient(to left, #bda100,#ffffff); background: linear-gradient(to left, #bda100,#ffffff); }
.bg3_dark-bgwhite-right{background: #bda100; background: -webkit-linear-gradient(to right, #bda100,#ffffff); background: linear-gradient(to right, #bda100,#ffffff); }
.bgwhite-bg3_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #bda100,#ffffff); background: linear-gradient(to bottom, #bda100,#ffffff); }
.bgwhite-bg3_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #bda100,#ffffff); background: linear-gradient(to top, #bda100,#ffffff); }
.bgwhite-bg3_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #bda100,#ffffff); background: linear-gradient(to right, #bda100,#ffffff); }
.bgwhite-bg3_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #bda100,#ffffff); background: linear-gradient(to top, #bda100,#ffffff); }
.fill-color4{fill: #F9D6A6  !important;}
.bg-color4{background: #F9D6A6  !important;}
.bg-color4-hover{transition: all .25s ease-in;}
.bg-color4-hover:hover{background: #F9D6A6  !important;}
.border-color4{border-color: #F9D6A6  !important;}
.text-color4{color: #F9D6A6  !important;}
.text-color4-hover{transition: all .25s ease-in;}
.text-color4-hover:hover{color: #F9D6A6  !important;}
.fill-color4_dark{fill: #c7ab85  !important;}
.bg-color4_dark{background: #c7ab85  !important;}
.bg-color4_dark-hover{transition: all .25s ease-in;}
.bg-color4_dark-hover:hover{background: #c7ab85  !important;}
.border-color4_dark{border-color: #c7ab85  !important;}
.text-color4_dark{color: #c7ab85  !important;}
.text-color4_dark-hover{transition: all .25s ease-in;}
.text-color4_dark-hover:hover{color: #c7ab85  !important;}
.fill-color4_light{fill: #ff101c  !important;}
.bg-color4_light{background: #ff101c  !important;}
.bg-color4_light-hover{transition: all .25s ease-in;}
.bg-color4_light-hover:hover{background: #ff101c  !important;}
.border-color4_light{border-color: #ff101c  !important;}
.text-color4_light{color: #ff101c  !important;}
.text-color4_light-hover{transition: all .25s ease-in;}
.text-color4_light-hover:hover{color: #ff101c  !important;}
.text-white-hover:hover{color: #ffffff !important;}
.bg4-bg1-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#542929); background: linear-gradient(to top, #F9D6A6,#542929); }
.bg4-bg1-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#542929); background: linear-gradient(to bottom, #F9D6A6,#542929); }
.bg4-bg1-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#542929); background: linear-gradient(to left, #F9D6A6,#542929); }
.bg4-bg1-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#542929); background: linear-gradient(to right, #F9D6A6,#542929); }
.bg4-bg1_light-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#653131); background: linear-gradient(to top, #F9D6A6,#653131); }
.bg4-bg1_light-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#653131); background: linear-gradient(to bottom, #F9D6A6,#653131); }
.bg4-bg1_light-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#653131); background: linear-gradient(to left, #F9D6A6,#653131); }
.bg4-bg1_light-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#653131); background: linear-gradient(to right, #F9D6A6,#653131); }
.bg4-bg1_dark-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#432121); background: linear-gradient(to top, #F9D6A6,#432121); }
.bg4-bg1_dark-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#432121); background: linear-gradient(to bottom, #F9D6A6,#432121); }
.bg4-bg1_dark-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#432121); background: linear-gradient(to left, #F9D6A6,#432121); }
.bg4-bg1_dark-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#432121); background: linear-gradient(to right, #F9D6A6,#432121); }
.bg4_light-bg1-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#542929); background: linear-gradient(to top, #ff101c,#542929); }
.bg4_light-bg1-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#542929); background: linear-gradient(to bottom, #ff101c,#542929); }
.bg4_light-bg1-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#542929); background: linear-gradient(to left, #ff101c,#542929); }
.bg4_light-bg1-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#542929); background: linear-gradient(to right, #ff101c,#542929); }
.bg4_light-bg1_light-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#653131); background: linear-gradient(to top, #ff101c,#653131); }
.bg4_light-bg1_light-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#653131); background: linear-gradient(to bottom, #ff101c,#653131); }
.bg4_light-bg1_light-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#653131); background: linear-gradient(to left, #ff101c,#653131); }
.bg4_light-bg1_light-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#653131); background: linear-gradient(to right, #ff101c,#653131); }
.bg4_light-bg1_dark-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#432121); background: linear-gradient(to top, #ff101c,#432121); }
.bg4_light-bg1_dark-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#432121); background: linear-gradient(to bottom, #ff101c,#432121); }
.bg4_light-bg1_dark-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#432121); background: linear-gradient(to left, #ff101c,#432121); }
.bg4_light-bg1_dark-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#432121); background: linear-gradient(to right, #ff101c,#432121); }
.bg4_dark-bg1-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#542929); background: linear-gradient(to top, #c7ab85,#542929); }
.bg4_dark-bg1-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#542929); background: linear-gradient(to bottom, #c7ab85,#542929); }
.bg4_dark-bg1-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#542929); background: linear-gradient(to left, #c7ab85,#542929); }
.bg4_dark-bg1-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#542929); background: linear-gradient(to right, #c7ab85,#542929); }
.bg4_dark-bg1_light-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#653131); background: linear-gradient(to top, #c7ab85,#653131); }
.bg4_dark-bg1_light-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#653131); background: linear-gradient(to bottom, #c7ab85,#653131); }
.bg4_dark-bg1_light-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#653131); background: linear-gradient(to left, #c7ab85,#653131); }
.bg4_dark-bg1_light-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#653131); background: linear-gradient(to right, #c7ab85,#653131); }
.bg4_dark-bg1_dark-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#432121); background: linear-gradient(to top, #c7ab85,#432121); }
.bg4_dark-bg1_dark-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#432121); background: linear-gradient(to bottom, #c7ab85,#432121); }
.bg4_dark-bg1_dark-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#432121); background: linear-gradient(to left, #c7ab85,#432121); }
.bg4_dark-bg1_dark-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#432121); background: linear-gradient(to right, #c7ab85,#432121); }
.bg4-bg2-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#881412); background: linear-gradient(to top, #F9D6A6,#881412); }
.bg4-bg2-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#881412); background: linear-gradient(to bottom, #F9D6A6,#881412); }
.bg4-bg2-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#881412); background: linear-gradient(to left, #F9D6A6,#881412); }
.bg4-bg2-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#881412); background: linear-gradient(to right, #F9D6A6,#881412); }
.bg4-bg2_light-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#a31816); background: linear-gradient(to top, #F9D6A6,#a31816); }
.bg4-bg2_light-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#a31816); background: linear-gradient(to bottom, #F9D6A6,#a31816); }
.bg4-bg2_light-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#a31816); background: linear-gradient(to left, #F9D6A6,#a31816); }
.bg4-bg2_light-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#a31816); background: linear-gradient(to right, #F9D6A6,#a31816); }
.bg4-bg2_dark-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#6d100e); background: linear-gradient(to top, #F9D6A6,#6d100e); }
.bg4-bg2_dark-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#6d100e); background: linear-gradient(to bottom, #F9D6A6,#6d100e); }
.bg4-bg2_dark-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#6d100e); background: linear-gradient(to left, #F9D6A6,#6d100e); }
.bg4-bg2_dark-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#6d100e); background: linear-gradient(to right, #F9D6A6,#6d100e); }
.bg4_light-bg2-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#881412); background: linear-gradient(to top, #ff101c,#881412); }
.bg4_light-bg2-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#881412); background: linear-gradient(to bottom, #ff101c,#881412); }
.bg4_light-bg2-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#881412); background: linear-gradient(to left, #ff101c,#881412); }
.bg4_light-bg2-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#881412); background: linear-gradient(to right, #ff101c,#881412); }
.bg4_light-bg2_light-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#a31816); background: linear-gradient(to top, #ff101c,#a31816); }
.bg4_light-bg2_light-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#a31816); background: linear-gradient(to bottom, #ff101c,#a31816); }
.bg4_light-bg2_light-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#a31816); background: linear-gradient(to left, #ff101c,#a31816); }
.bg4_light-bg2_light-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#a31816); background: linear-gradient(to right, #ff101c,#a31816); }
.bg4_light-bg2_dark-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#6d100e); background: linear-gradient(to top, #ff101c,#6d100e); }
.bg4_light-bg2_dark-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#6d100e); background: linear-gradient(to bottom, #ff101c,#6d100e); }
.bg4_light-bg2_dark-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#6d100e); background: linear-gradient(to left, #ff101c,#6d100e); }
.bg4_light-bg2_dark-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#6d100e); background: linear-gradient(to right, #ff101c,#6d100e); }
.bg4_dark-bg2-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#881412); background: linear-gradient(to top, #c7ab85,#881412); }
.bg4_dark-bg2-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#881412); background: linear-gradient(to bottom, #c7ab85,#881412); }
.bg4_dark-bg2-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#881412); background: linear-gradient(to left, #c7ab85,#881412); }
.bg4_dark-bg2-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#881412); background: linear-gradient(to right, #c7ab85,#881412); }
.bg4_dark-bg2_light-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#a31816); background: linear-gradient(to top, #c7ab85,#a31816); }
.bg4_dark-bg2_light-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#a31816); background: linear-gradient(to bottom, #c7ab85,#a31816); }
.bg4_dark-bg2_light-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#a31816); background: linear-gradient(to left, #c7ab85,#a31816); }
.bg4_dark-bg2_light-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#a31816); background: linear-gradient(to right, #c7ab85,#a31816); }
.bg4_dark-bg2_dark-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#6d100e); background: linear-gradient(to top, #c7ab85,#6d100e); }
.bg4_dark-bg2_dark-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#6d100e); background: linear-gradient(to bottom, #c7ab85,#6d100e); }
.bg4_dark-bg2_dark-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#6d100e); background: linear-gradient(to left, #c7ab85,#6d100e); }
.bg4_dark-bg2_dark-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#6d100e); background: linear-gradient(to right, #c7ab85,#6d100e); }
.bg4-bg3-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#ECC900); background: linear-gradient(to top, #F9D6A6,#ECC900); }
.bg4-bg3-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#ECC900); background: linear-gradient(to bottom, #F9D6A6,#ECC900); }
.bg4-bg3-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#ECC900); background: linear-gradient(to left, #F9D6A6,#ECC900); }
.bg4-bg3-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#ECC900); background: linear-gradient(to right, #F9D6A6,#ECC900); }
.bg4-bg3_light-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#fff100); background: linear-gradient(to top, #F9D6A6,#fff100); }
.bg4-bg3_light-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#fff100); background: linear-gradient(to bottom, #F9D6A6,#fff100); }
.bg4-bg3_light-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#fff100); background: linear-gradient(to left, #F9D6A6,#fff100); }
.bg4-bg3_light-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#fff100); background: linear-gradient(to right, #F9D6A6,#fff100); }
.bg4-bg3_dark-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#bda100); background: linear-gradient(to top, #F9D6A6,#bda100); }
.bg4-bg3_dark-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#bda100); background: linear-gradient(to bottom, #F9D6A6,#bda100); }
.bg4-bg3_dark-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#bda100); background: linear-gradient(to left, #F9D6A6,#bda100); }
.bg4-bg3_dark-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#bda100); background: linear-gradient(to right, #F9D6A6,#bda100); }
.bg4_light-bg3-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#ECC900); background: linear-gradient(to top, #ff101c,#ECC900); }
.bg4_light-bg3-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#ECC900); background: linear-gradient(to bottom, #ff101c,#ECC900); }
.bg4_light-bg3-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#ECC900); background: linear-gradient(to left, #ff101c,#ECC900); }
.bg4_light-bg3-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#ECC900); background: linear-gradient(to right, #ff101c,#ECC900); }
.bg4_light-bg3_light-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#fff100); background: linear-gradient(to top, #ff101c,#fff100); }
.bg4_light-bg3_light-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#fff100); background: linear-gradient(to bottom, #ff101c,#fff100); }
.bg4_light-bg3_light-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#fff100); background: linear-gradient(to left, #ff101c,#fff100); }
.bg4_light-bg3_light-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#fff100); background: linear-gradient(to right, #ff101c,#fff100); }
.bg4_light-bg3_dark-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#bda100); background: linear-gradient(to top, #ff101c,#bda100); }
.bg4_light-bg3_dark-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#bda100); background: linear-gradient(to bottom, #ff101c,#bda100); }
.bg4_light-bg3_dark-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#bda100); background: linear-gradient(to left, #ff101c,#bda100); }
.bg4_light-bg3_dark-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#bda100); background: linear-gradient(to right, #ff101c,#bda100); }
.bg4_dark-bg3-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#ECC900); background: linear-gradient(to top, #c7ab85,#ECC900); }
.bg4_dark-bg3-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#ECC900); background: linear-gradient(to bottom, #c7ab85,#ECC900); }
.bg4_dark-bg3-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#ECC900); background: linear-gradient(to left, #c7ab85,#ECC900); }
.bg4_dark-bg3-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#ECC900); background: linear-gradient(to right, #c7ab85,#ECC900); }
.bg4_dark-bg3_light-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#fff100); background: linear-gradient(to top, #c7ab85,#fff100); }
.bg4_dark-bg3_light-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#fff100); background: linear-gradient(to bottom, #c7ab85,#fff100); }
.bg4_dark-bg3_light-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#fff100); background: linear-gradient(to left, #c7ab85,#fff100); }
.bg4_dark-bg3_light-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#fff100); background: linear-gradient(to right, #c7ab85,#fff100); }
.bg4_dark-bg3_dark-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#bda100); background: linear-gradient(to top, #c7ab85,#bda100); }
.bg4_dark-bg3_dark-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#bda100); background: linear-gradient(to bottom, #c7ab85,#bda100); }
.bg4_dark-bg3_dark-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#bda100); background: linear-gradient(to left, #c7ab85,#bda100); }
.bg4_dark-bg3_dark-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#bda100); background: linear-gradient(to right, #c7ab85,#bda100); }
.bg4-bg4_light-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#ff101c); background: linear-gradient(to top, #F9D6A6,#ff101c); }
.bg4-bg4_light-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#ff101c); background: linear-gradient(to bottom, #F9D6A6,#ff101c); }
.bg4-bg4_light-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#ff101c); background: linear-gradient(to left, #F9D6A6,#ff101c); }
.bg4-bg4_light-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#ff101c); background: linear-gradient(to right, #F9D6A6,#ff101c); }
.bg4-bg4_dark-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#c7ab85); background: linear-gradient(to top, #F9D6A6,#c7ab85); }
.bg4-bg4_dark-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#c7ab85); background: linear-gradient(to bottom, #F9D6A6,#c7ab85); }
.bg4-bg4_dark-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#c7ab85); background: linear-gradient(to left, #F9D6A6,#c7ab85); }
.bg4-bg4_dark-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#c7ab85); background: linear-gradient(to right, #F9D6A6,#c7ab85); }
.bg4_light-bg4-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#F9D6A6); background: linear-gradient(to top, #ff101c,#F9D6A6); }
.bg4_light-bg4-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#F9D6A6); background: linear-gradient(to bottom, #ff101c,#F9D6A6); }
.bg4_light-bg4-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#F9D6A6); background: linear-gradient(to left, #ff101c,#F9D6A6); }
.bg4_light-bg4-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#F9D6A6); background: linear-gradient(to right, #ff101c,#F9D6A6); }
.bg4_light-bg4_dark-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#c7ab85); background: linear-gradient(to top, #ff101c,#c7ab85); }
.bg4_light-bg4_dark-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#c7ab85); background: linear-gradient(to bottom, #ff101c,#c7ab85); }
.bg4_light-bg4_dark-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#c7ab85); background: linear-gradient(to left, #ff101c,#c7ab85); }
.bg4_light-bg4_dark-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#c7ab85); background: linear-gradient(to right, #ff101c,#c7ab85); }
.bg4_dark-bg4-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#F9D6A6); background: linear-gradient(to top, #c7ab85,#F9D6A6); }
.bg4_dark-bg4-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#F9D6A6); background: linear-gradient(to bottom, #c7ab85,#F9D6A6); }
.bg4_dark-bg4-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#F9D6A6); background: linear-gradient(to left, #c7ab85,#F9D6A6); }
.bg4_dark-bg4-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#F9D6A6); background: linear-gradient(to right, #c7ab85,#F9D6A6); }
.bg4_dark-bg4_light-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#ff101c); background: linear-gradient(to top, #c7ab85,#ff101c); }
.bg4_dark-bg4_light-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#ff101c); background: linear-gradient(to bottom, #c7ab85,#ff101c); }
.bg4_dark-bg4_light-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#ff101c); background: linear-gradient(to left, #c7ab85,#ff101c); }
.bg4_dark-bg4_light-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#ff101c); background: linear-gradient(to right, #c7ab85,#ff101c); }
.bg4-bgwhite-top{background: #F9D6A6; background: -webkit-linear-gradient(to top, #F9D6A6,#ffffff); background: linear-gradient(to top, #F9D6A6,#ffffff); }
.bg4-bgwhite-bottom{background: #F9D6A6; background: -webkit-linear-gradient(to bottom, #F9D6A6,#ffffff); background: linear-gradient(to bottom, #F9D6A6,#ffffff); }
.bg4-bgwhite-left{background: #F9D6A6; background: -webkit-linear-gradient(to left, #F9D6A6,#ffffff); background: linear-gradient(to left, #F9D6A6,#ffffff); }
.bg4-bgwhite-right{background: #F9D6A6; background: -webkit-linear-gradient(to right, #F9D6A6,#ffffff); background: linear-gradient(to right, #F9D6A6,#ffffff); }
.bgwhite-bg4-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #F9D6A6,#ffffff); background: linear-gradient(to bottom, #F9D6A6,#ffffff); }
.bgwhite-bg4-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #F9D6A6,#ffffff); background: linear-gradient(to top, #F9D6A6,#ffffff); }
.bgwhite-bg4-left{background: #ffffff; background: -webkit-linear-gradient(to right, #F9D6A6,#ffffff); background: linear-gradient(to right, #F9D6A6,#ffffff); }
.bgwhite-bg4-right{background: #ffffff; background: -webkit-linear-gradient(to left, #F9D6A6,#ffffff); background: linear-gradient(to top, #F9D6A6,#ffffff); }
.bg4_light-bgwhite-top{background: #ff101c; background: -webkit-linear-gradient(to top, #ff101c,#ffffff); background: linear-gradient(to top, #ff101c,#ffffff); }
.bg4_light-bgwhite-bottom{background: #ff101c; background: -webkit-linear-gradient(to bottom, #ff101c,#ffffff); background: linear-gradient(to bottom, #ff101c,#ffffff); }
.bg4_light-bgwhite-left{background: #ff101c; background: -webkit-linear-gradient(to left, #ff101c,#ffffff); background: linear-gradient(to left, #ff101c,#ffffff); }
.bg4_light-bgwhite-right{background: #ff101c; background: -webkit-linear-gradient(to right, #ff101c,#ffffff); background: linear-gradient(to right, #ff101c,#ffffff); }
.bgwhite-bg4_light-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #ff101c,#ffffff); background: linear-gradient(to bottom, #ff101c,#ffffff); }
.bgwhite-bg4_light-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #ff101c,#ffffff); background: linear-gradient(to top, #ff101c,#ffffff); }
.bgwhite-bg4_light-left{background: #ffffff; background: -webkit-linear-gradient(to right, #ff101c,#ffffff); background: linear-gradient(to right, #ff101c,#ffffff); }
.bgwhite-bg4_light-right{background: #ffffff; background: -webkit-linear-gradient(to left, #ff101c,#ffffff); background: linear-gradient(to top, #ff101c,#ffffff); }
.bg4_dark-bgwhite-top{background: #c7ab85; background: -webkit-linear-gradient(to top, #c7ab85,#ffffff); background: linear-gradient(to top, #c7ab85,#ffffff); }
.bg4_dark-bgwhite-bottom{background: #c7ab85; background: -webkit-linear-gradient(to bottom, #c7ab85,#ffffff); background: linear-gradient(to bottom, #c7ab85,#ffffff); }
.bg4_dark-bgwhite-left{background: #c7ab85; background: -webkit-linear-gradient(to left, #c7ab85,#ffffff); background: linear-gradient(to left, #c7ab85,#ffffff); }
.bg4_dark-bgwhite-right{background: #c7ab85; background: -webkit-linear-gradient(to right, #c7ab85,#ffffff); background: linear-gradient(to right, #c7ab85,#ffffff); }
.bgwhite-bg4_dark-top{background: #ffffff; background: -webkit-linear-gradient(to bottom, #c7ab85,#ffffff); background: linear-gradient(to bottom, #c7ab85,#ffffff); }
.bgwhite-bg4_dark-bottom{background: #ffffff; background: -webkit-linear-gradient(to top, #c7ab85,#ffffff); background: linear-gradient(to top, #c7ab85,#ffffff); }
.bgwhite-bg4_dark-left{background: #ffffff; background: -webkit-linear-gradient(to right, #c7ab85,#ffffff); background: linear-gradient(to right, #c7ab85,#ffffff); }
.bgwhite-bg4_dark-right{background: #ffffff; background: -webkit-linear-gradient(to left, #c7ab85,#ffffff); background: linear-gradient(to top, #c7ab85,#ffffff); }

body{background-image : none;background-color : #FFFFFF}