
#him_jobs_box .inside label span.required-field{
	color: #e22626;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	z-index: 1;
	margin-left: 3px;
}

.loading-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	margin-left: 10px;
	display: none;
}

.loading-icon img {
	max-width: 120px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.him-dhl-ppod-div input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.him-dhl-ppod-div label {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 34px;
	background: #ccc;
	display: block;
	border-radius: 100px;
	position: relative;
}

.him-dhl-ppod-div label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 100px;
	transition: .4s;
	max-width: 26px;
	min-width: 26px;
}

.him-dhl-ppod-div input:checked + label {
	background: #2196F3;
	-webkit-transition: .4s;
		transition: .4s;
}

.him-dhl-ppod-div input:checked + label:after {
		left: inherit;
		right: 4px;
		
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
}

.him-dhl-ppod-div label:active:after {
	width: 130px;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.show-cash-field{
	display: block !important;
}

select.add-disable-css{
		color: #a7aaad;
		border-color: #dcdcde;
		background-color: #f6f7f7;
		box-shadow: none;
		text-shadow: 0 1px 0 #fff;
		cursor: default;
		transform: none;
		pointer-events: none;
}
.h-frm .switch,.h-frm .switch .slider.round{
		max-width: 60px;
		min-width: 60px;
}
.txt-b{font-weight: bold}
#him-woocommerce-shipment-dhl-label .inside{padding: 0}

/*Left side lable part css*/

.dhl-him-action-btn a, .dhl-him-action-btn .dhl-him-delete-lable-btn {
		border-radius: 0 !important;
		border-color : initial !important;
		width: 50%;
		text-align: center;
		vertical-align: bottom !important;
}
.dhl-him-action-btn .dhl-him-tracking-btn{
		background: #46b8da;
		color: #ffffff;
}
.dhl-him-action-btn .dhl-him-tracking-btn:hover{
		background: #063b4a !important;
		color: #ffffff !important;
}
.dhl-him-action-btn .dhl-him-edit-lable-btn{
		background: #0e6c0e;
		color: #ffffff;
}
.dhl-him-action-btn .dhl-him-edit-lable-btn:hover{
		background: #044004 !important;
		color: #ffffff !important;
}
.dhl-him-action-btn .dhl-him-delete-lable-btn{
		background: #e1302b;
		color: #ffffff;
}
.dhl-him-action-btn .dhl-him-delete-lable-btn:hover{
		background: #580805 !important;
		color: #ffffff !important;
}

/*End Left side lable part css*/

/*Start multiple shipping lable list css*/

table.him-dhl-multiple-shipping-lable-list {
	border-collapse: collapse;
	width: 99%;
	margin-top: 50px;
}

table.him-dhl-multiple-shipping-lable-list td, table.him-dhl-multiple-shipping-lable-list th {
	border: 1px solid #000000;
	text-align: left;
	padding: 8px;
}

table.him-dhl-multiple-shipping-lable-list tr:nth-child(even) {
	background-color: #dddddd;
}

/*End multiple shipping lable list css*/

/*Start create lable css*/

input.button.him_dhl_first_create_lable{

		background-color: #014218;
		color: #ffffff;

}
input.button.him_dhl_first_create_lable:hover{

		background-color: #029135;
		color: #ffffff;

}

p.him_dhl_lable_error_message{
	overflow-wrap: anywhere;
	color: #a00;
	font-weight: 900;
}

/*End create lable css*/

/*custom-bootstrap*/
.sr-only{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;}.sr-only-focusable:active, .sr-only-focusable:focus{position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal;}/*! * Bootstrap Grid v4.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */html{-webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar;}*,*::before,*::after{-webkit-box-sizing: inherit; box-sizing: inherit;}.h-container{width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}@media (min-width: 576px){.h-container{max-width: 540px;}}@media (min-width: 768px){.h-container{max-width: 720px;}}@media (min-width: 992px){.h-container{max-width: 960px;}}@media (min-width: 1200px){.h-container{max-width: 1140px;}}.h-container-fluid, .h-container-sm, .h-container-md, .h-container-lg, .h-container-xl{width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}@media (min-width: 576px){.h-container, .h-container-sm{max-width: 540px;}}@media (min-width: 768px){.h-container, .h-container-sm, .h-container-md{max-width: 720px;}}@media (min-width: 992px){.h-container, .h-container-sm, .h-container-md, .h-container-lg{max-width: 960px;}}@media (min-width: 1200px){.h-container, .h-container-sm, .h-container-md, .h-container-lg, .h-container-xl{max-width: 1140px;}}.h-row{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}.h-no-gutters{margin-right: 0; margin-left: 0;}.h-no-gutters > .h-col,.h-no-gutters > [class*="col-"]{padding-right: 0; padding-left: 0;}.h-col-1, .h-col-2, .h-col-3, .h-col-4, .h-col-5, .h-col-6, .h-col-7, .h-col-8, .h-col-9, .h-col-10, .h-col-11, .h-col-12, .h-col,.h-col-auto, .h-col-sm-1, .h-col-sm-2, .h-col-sm-3, .h-col-sm-4, .h-col-sm-5, .h-col-sm-6, .h-col-sm-7, .h-col-sm-8, .h-col-sm-9, .h-col-sm-10, .h-col-sm-11, .h-col-sm-12, .h-col-sm,.h-col-sm-auto, .h-col-md-1, .h-col-md-2, .h-col-md-3, .h-col-md-4, .h-col-md-5, .h-col-md-6, .h-col-md-7, .h-col-md-8, .h-col-md-9, .h-col-md-10, .h-col-md-11, .h-col-md-12, .h-col-md,.h-col-md-auto, .h-col-lg-1, .h-col-lg-2, .h-col-lg-3, .h-col-lg-4, .h-col-lg-5, .h-col-lg-6, .h-col-lg-7, .h-col-lg-8, .h-col-lg-9, .h-col-lg-10, .h-col-lg-11, .h-col-lg-12, .h-col-lg,.h-col-lg-auto, .h-col-xl-1, .h-col-xl-2, .h-col-xl-3, .h-col-xl-4, .h-col-xl-5, .h-col-xl-6, .h-col-xl-7, .h-col-xl-8, .h-col-xl-9, .h-col-xl-10, .h-col-xl-11, .h-col-xl-12, .h-col-xl,.h-col-xl-auto{position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}.h-col{-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}.h-row-cols-1 > *{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}.h-row-cols-2 > *{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-row-cols-3 > *{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-row-cols-4 > *{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-row-cols-5 > *{-webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}.h-row-cols-6 > *{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-auto{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%;}.h-col-1{-webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%;}.h-col-2{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-3{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-col-4{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-col-5{-webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%;}.h-col-6{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-col-7{-webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%;}.h-col-8{-webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%;}.h-col-9{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}.h-col-10{-webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%;}.h-col-11{-webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%;}.h-col-12{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}@media (min-width: 576px){.h-col-sm{-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}.h-row-cols-sm-1 > *{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}.h-row-cols-sm-2 > *{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-row-cols-sm-3 > *{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-row-cols-sm-4 > *{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-row-cols-sm-5 > *{-webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}.h-row-cols-sm-6 > *{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-sm-auto{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%;}.h-col-sm-1{-webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%;}.h-col-sm-2{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-sm-3{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-col-sm-4{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-col-sm-5{-webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%;}.h-col-sm-6{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-col-sm-7{-webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%;}.h-col-sm-8{-webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%;}.h-col-sm-9{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}.h-col-sm-10{-webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%;}.h-col-sm-11{-webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%;}.h-col-sm-12{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}}@media (min-width: 768px){.h-col-md{-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}.h-row-cols-md-1 > *{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}.h-row-cols-md-2 > *{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-row-cols-md-3 > *{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-row-cols-md-4 > *{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-row-cols-md-5 > *{-webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}.h-row-cols-md-6 > *{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-md-auto{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%;}.h-col-md-1{-webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%;}.h-col-md-2{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-md-3{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-col-md-4{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-col-md-5{-webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%;}.h-col-md-6{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-col-md-7{-webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%;}.h-col-md-8{-webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%;}.h-col-md-9{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}.h-col-md-10{-webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%;}.h-col-md-11{-webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%;}.h-col-md-12{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}}@media (min-width: 992px){.h-col-lg{-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}.h-row-cols-lg-1 > *{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}.h-row-cols-lg-2 > *{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-row-cols-lg-3 > *{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-row-cols-lg-4 > *{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-row-cols-lg-5 > *{-webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}.h-row-cols-lg-6 > *{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-lg-auto{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%;}.h-col-lg-1{-webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%;}.h-col-lg-2{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-lg-3{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-col-lg-4{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-col-lg-5{-webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%;}.h-col-lg-6{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-col-lg-7{-webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%;}.h-col-lg-8{-webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%;}.h-col-lg-9{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}.h-col-lg-10{-webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%;}.h-col-lg-11{-webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%;}.h-col-lg-12{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}}@media (min-width: 1200px){.h-col-xl{-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}.h-row-cols-xl-1 > *{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}.h-row-cols-xl-2 > *{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-row-cols-xl-3 > *{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-row-cols-xl-4 > *{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-row-cols-xl-5 > *{-webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}.h-row-cols-xl-6 > *{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-xl-auto{-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%;}.h-col-xl-1{-webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; max-width: 8.3333333333%;}.h-col-xl-2{-webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; max-width: 16.6666666667%;}.h-col-xl-3{-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}.h-col-xl-4{-webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; max-width: 33.3333333333%;}.h-col-xl-5{-webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; max-width: 41.6666666667%;}.h-col-xl-6{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}.h-col-xl-7{-webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; max-width: 58.3333333333%;}.h-col-xl-8{-webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; max-width: 66.6666666667%;}.h-col-xl-9{-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}.h-col-xl-10{-webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; max-width: 83.3333333333%;}.h-col-xl-11{-webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; max-width: 91.6666666667%;}.h-col-xl-12{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}}.h-d-none{display: none !important;}.h-d-inline{display: inline !important;}.h-d-inline-block{display: inline-block !important;}.h-d-block{display: block !important;}.h-d-table{display: table !important;}.h-d-table-row{display: table-row !important;}.h-d-table-cell{display: table-cell !important;}.h-d-flex{display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}.h-d-inline-flex{display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;}@media (min-width: 576px){.h-d-sm-none{display: none !important;}.h-d-sm-inline{display: inline !important;}.h-d-sm-inline-block{display: inline-block !important;}.h-d-sm-block{display: block !important;}.h-d-sm-table{display: table !important;}.h-d-sm-table-row{display: table-row !important;}.h-d-sm-table-cell{display: table-cell !important;}.h-d-sm-flex{display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}.h-d-sm-inline-flex{display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;}}@media (min-width: 768px){.h-d-md-none{display: none !important;}.h-d-md-inline{display: inline !important;}.h-d-md-inline-block{display: inline-block !important;}.h-d-md-block{display: block !important;}.h-d-md-table{display: table !important;}.h-d-md-table-row{display: table-row !important;}.h-d-md-table-cell{display: table-cell !important;}.h-d-md-flex{display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}.h-d-md-inline-flex{display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;}}@media (min-width: 992px){.h-d-lg-none{display: none !important;}.h-d-lg-inline{display: inline !important;}.h-d-lg-inline-block{display: inline-block !important;}.h-d-lg-block{display: block !important;}.h-d-lg-table{display: table !important;}.h-d-lg-table-row{display: table-row !important;}.h-d-lg-table-cell{display: table-cell !important;}.h-d-lg-flex{display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}.h-d-lg-inline-flex{display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;}}@media (min-width: 1200px){.h-d-xl-none{display: none !important;}.h-d-xl-inline{display: inline !important;}.h-d-xl-inline-block{display: inline-block !important;}.h-d-xl-block{display: block !important;}.h-d-xl-table{display: table !important;}.h-d-xl-table-row{display: table-row !important;}.h-d-xl-table-cell{display: table-cell !important;}.h-d-xl-flex{display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}.h-d-xl-inline-flex{display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;}}@media print{.h-d-print-none{display: none !important;}.h-d-print-inline{display: inline !important;}.h-d-print-inline-block{display: inline-block !important;}.h-d-print-block{display: block !important;}.h-d-print-table{display: table !important;}.h-d-print-table-row{display: table-row !important;}.h-d-print-table-cell{display: table-cell !important;}.h-d-print-flex{display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}.h-d-print-inline-flex{display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;}}.h-flex-row{-webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important;}.h-flex-column{-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}.h-flex-row-reverse{-webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important;}.h-flex-column-reverse{-webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important;}.h-flex-wrap{-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}.h-flex-nowrap{-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}.h-flex-wrap-reverse{-ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important;}.h-flex-fill{-webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}.h-flex-grow-0{-webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important;}.h-flex-grow-1{-webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important;}.h-flex-shrink-0{-ms-flex-negative: 0 !important; flex-shrink: 0 !important;}.h-flex-shrink-1{-ms-flex-negative: 1 !important; flex-shrink: 1 !important;}.h-justify-content-start{-webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important;}.h-justify-content-end{-webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}.h-justify-content-center{-webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important;}.h-justify-content-between{-webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important;}.h-justify-content-around{-ms-flex-pack: distribute !important; justify-content: space-around !important;}.h-align-items-start{-webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;}.h-align-items-end{-webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important;}.h-align-items-center{-webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important;}.h-align-items-baseline{-webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important;}.h-align-items-stretch{-webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important;}.h-align-content-start{-ms-flex-line-pack: start !important; align-content: flex-start !important;}.h-align-content-end{-ms-flex-line-pack: end !important; align-content: flex-end !important;}.h-align-content-center{-ms-flex-line-pack: center !important; align-content: center !important;}.h-align-content-between{-ms-flex-line-pack: justify !important; align-content: space-between !important;}.h-align-content-around{-ms-flex-line-pack: distribute !important; align-content: space-around !important;}.h-align-content-stretch{-ms-flex-line-pack: stretch !important; align-content: stretch !important;}.h-align-self-auto{-ms-flex-item-align: auto !important; align-self: auto !important;}.h-align-self-start{-ms-flex-item-align: start !important; align-self: flex-start !important;}.h-align-self-end{-ms-flex-item-align: end !important; align-self: flex-end !important;}.h-align-self-center{-ms-flex-item-align: center !important; align-self: center !important;}.h-align-self-baseline{-ms-flex-item-align: baseline !important; align-self: baseline !important;}.h-align-self-stretch{-ms-flex-item-align: stretch !important; align-self: stretch !important;}@media (min-width: 576px){.h-flex-sm-row{-webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important;}.h-flex-sm-column{-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}.h-flex-sm-row-reverse{-webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important;}.h-flex-sm-column-reverse{-webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important;}.h-flex-sm-wrap{-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}.h-flex-sm-nowrap{-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}.h-flex-sm-wrap-reverse{-ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important;}.h-flex-sm-fill{-webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}.h-flex-sm-grow-0{-webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important;}.h-flex-sm-grow-1{-webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important;}.h-flex-sm-shrink-0{-ms-flex-negative: 0 !important; flex-shrink: 0 !important;}.h-flex-sm-shrink-1{-ms-flex-negative: 1 !important; flex-shrink: 1 !important;}.h-justify-content-sm-start{-webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important;}.h-justify-content-sm-end{-webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}.h-justify-content-sm-center{-webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important;}.h-justify-content-sm-between{-webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important;}.h-justify-content-sm-around{-ms-flex-pack: distribute !important; justify-content: space-around !important;}.h-align-items-sm-start{-webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;}.h-align-items-sm-end{-webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important;}.h-align-items-sm-center{-webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important;}.h-align-items-sm-baseline{-webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important;}.h-align-items-sm-stretch{-webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important;}.h-align-content-sm-start{-ms-flex-line-pack: start !important; align-content: flex-start !important;}.h-align-content-sm-end{-ms-flex-line-pack: end !important; align-content: flex-end !important;}.h-align-content-sm-center{-ms-flex-line-pack: center !important; align-content: center !important;}.h-align-content-sm-between{-ms-flex-line-pack: justify !important; align-content: space-between !important;}.h-align-content-sm-around{-ms-flex-line-pack: distribute !important; align-content: space-around !important;}.h-align-content-sm-stretch{-ms-flex-line-pack: stretch !important; align-content: stretch !important;}.h-align-self-sm-auto{-ms-flex-item-align: auto !important; align-self: auto !important;}.h-align-self-sm-start{-ms-flex-item-align: start !important; align-self: flex-start !important;}.h-align-self-sm-end{-ms-flex-item-align: end !important; align-self: flex-end !important;}.h-align-self-sm-center{-ms-flex-item-align: center !important; align-self: center !important;}.h-align-self-sm-baseline{-ms-flex-item-align: baseline !important; align-self: baseline !important;}.h-align-self-sm-stretch{-ms-flex-item-align: stretch !important; align-self: stretch !important;}}@media (min-width: 768px){.h-flex-md-row{-webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important;}.h-flex-md-column{-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}.h-flex-md-row-reverse{-webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important;}.h-flex-md-column-reverse{-webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important;}.h-flex-md-wrap{-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}.h-flex-md-nowrap{-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}.h-flex-md-wrap-reverse{-ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important;}.h-flex-md-fill{-webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}.h-flex-md-grow-0{-webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important;}.h-flex-md-grow-1{-webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important;}.h-flex-md-shrink-0{-ms-flex-negative: 0 !important; flex-shrink: 0 !important;}.h-flex-md-shrink-1{-ms-flex-negative: 1 !important; flex-shrink: 1 !important;}.h-justify-content-md-start{-webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important;}.h-justify-content-md-end{-webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}.h-justify-content-md-center{-webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important;}.h-justify-content-md-between{-webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important;}.h-justify-content-md-around{-ms-flex-pack: distribute !important; justify-content: space-around !important;}.h-align-items-md-start{-webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;}.h-align-items-md-end{-webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important;}.h-align-items-md-center{-webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important;}.h-align-items-md-baseline{-webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important;}.h-align-items-md-stretch{-webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important;}.h-align-content-md-start{-ms-flex-line-pack: start !important; align-content: flex-start !important;}.h-align-content-md-end{-ms-flex-line-pack: end !important; align-content: flex-end !important;}.h-align-content-md-center{-ms-flex-line-pack: center !important; align-content: center !important;}.h-align-content-md-between{-ms-flex-line-pack: justify !important; align-content: space-between !important;}.h-align-content-md-around{-ms-flex-line-pack: distribute !important; align-content: space-around !important;}.h-align-content-md-stretch{-ms-flex-line-pack: stretch !important; align-content: stretch !important;}.h-align-self-md-auto{-ms-flex-item-align: auto !important; align-self: auto !important;}.h-align-self-md-start{-ms-flex-item-align: start !important; align-self: flex-start !important;}.h-align-self-md-end{-ms-flex-item-align: end !important; align-self: flex-end !important;}.h-align-self-md-center{-ms-flex-item-align: center !important; align-self: center !important;}.h-align-self-md-baseline{-ms-flex-item-align: baseline !important; align-self: baseline !important;}.h-align-self-md-stretch{-ms-flex-item-align: stretch !important; align-self: stretch !important;}}@media (min-width: 992px){.h-flex-lg-row{-webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important;}.h-flex-lg-column{-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}.h-flex-lg-row-reverse{-webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important;}.h-flex-lg-column-reverse{-webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important;}.h-flex-lg-wrap{-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}.h-flex-lg-nowrap{-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}.h-flex-lg-wrap-reverse{-ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important;}.h-flex-lg-fill{-webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}.h-flex-lg-grow-0{-webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important;}.h-flex-lg-grow-1{-webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important;}.h-flex-lg-shrink-0{-ms-flex-negative: 0 !important; flex-shrink: 0 !important;}.h-flex-lg-shrink-1{-ms-flex-negative: 1 !important; flex-shrink: 1 !important;}.h-justify-content-lg-start{-webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important;}.h-justify-content-lg-end{-webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}.h-justify-content-lg-center{-webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important;}.h-justify-content-lg-between{-webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important;}.h-justify-content-lg-around{-ms-flex-pack: distribute !important; justify-content: space-around !important;}.h-align-items-lg-start{-webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;}.h-align-items-lg-end{-webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important;}.h-align-items-lg-center{-webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important;}.h-align-items-lg-baseline{-webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important;}.h-align-items-lg-stretch{-webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important;}.h-align-content-lg-start{-ms-flex-line-pack: start !important; align-content: flex-start !important;}.h-align-content-lg-end{-ms-flex-line-pack: end !important; align-content: flex-end !important;}.h-align-content-lg-center{-ms-flex-line-pack: center !important; align-content: center !important;}.h-align-content-lg-between{-ms-flex-line-pack: justify !important; align-content: space-between !important;}.h-align-content-lg-around{-ms-flex-line-pack: distribute !important; align-content: space-around !important;}.h-align-content-lg-stretch{-ms-flex-line-pack: stretch !important; align-content: stretch !important;}.h-align-self-lg-auto{-ms-flex-item-align: auto !important; align-self: auto !important;}.h-align-self-lg-start{-ms-flex-item-align: start !important; align-self: flex-start !important;}.h-align-self-lg-end{-ms-flex-item-align: end !important; align-self: flex-end !important;}.h-align-self-lg-center{-ms-flex-item-align: center !important; align-self: center !important;}.h-align-self-lg-baseline{-ms-flex-item-align: baseline !important; align-self: baseline !important;}.h-align-self-lg-stretch{-ms-flex-item-align: stretch !important; align-self: stretch !important;}}@media (min-width: 1200px){.h-flex-xl-row{-webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important;}.h-flex-xl-column{-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}.h-flex-xl-row-reverse{-webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important;}.h-flex-xl-column-reverse{-webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important;}.h-flex-xl-wrap{-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}.h-flex-xl-nowrap{-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}.h-flex-xl-wrap-reverse{-ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important;}.h-flex-xl-fill{-webkit-box-flex: 1 !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important;}.h-flex-xl-grow-0{-webkit-box-flex: 0 !important; -ms-flex-positive: 0 !important; flex-grow: 0 !important;}.h-flex-xl-grow-1{-webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important;}.h-flex-xl-shrink-0{-ms-flex-negative: 0 !important; flex-shrink: 0 !important;}.h-flex-xl-shrink-1{-ms-flex-negative: 1 !important; flex-shrink: 1 !important;}.h-justify-content-xl-start{-webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important;}.h-justify-content-xl-end{-webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}.h-justify-content-xl-center{-webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important;}.h-justify-content-xl-between{-webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important;}.h-justify-content-xl-around{-ms-flex-pack: distribute !important; justify-content: space-around !important;}.h-align-items-xl-start{-webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;}.h-align-items-xl-end{-webkit-box-align: end !important; -ms-flex-align: end !important; align-items: flex-end !important;}.h-align-items-xl-center{-webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important;}.h-align-items-xl-baseline{-webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important;}.h-align-items-xl-stretch{-webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important;}.h-align-content-xl-start{-ms-flex-line-pack: start !important; align-content: flex-start !important;}.h-align-content-xl-end{-ms-flex-line-pack: end !important; align-content: flex-end !important;}.h-align-content-xl-center{-ms-flex-line-pack: center !important; align-content: center !important;}.h-align-content-xl-between{-ms-flex-line-pack: justify !important; align-content: space-between !important;}.h-align-content-xl-around{-ms-flex-line-pack: distribute !important; align-content: space-around !important;}.h-align-content-xl-stretch{-ms-flex-line-pack: stretch !important; align-content: stretch !important;}.h-align-self-xl-auto{-ms-flex-item-align: auto !important; align-self: auto !important;}.h-align-self-xl-start{-ms-flex-item-align: start !important; align-self: flex-start !important;}.h-align-self-xl-end{-ms-flex-item-align: end !important; align-self: flex-end !important;}.h-align-self-xl-center{-ms-flex-item-align: center !important; align-self: center !important;}.h-align-self-xl-baseline{-ms-flex-item-align: baseline !important; align-self: baseline !important;}.h-align-self-xl-stretch{-ms-flex-item-align: stretch !important; align-self: stretch !important;}}.h-m-0{margin: 0 !important;}.h-mt-0,.h-my-0{margin-top: 0 !important;}.h-mr-0,.h-mx-0{margin-right: 0 !important;}.h-mb-0,.h-my-0{margin-bottom: 0 !important;}.h-ml-0,.h-mx-0{margin-left: 0 !important;}.h-m-1{margin: 0.25rem !important;}.h-mt-1,.h-my-1{margin-top: 0.25rem !important;}.h-mr-1,.h-mx-1{margin-right: 0.25rem !important;}.h-mb-1,.h-my-1{margin-bottom: 0.25rem !important;}.h-ml-1,.h-mx-1{margin-left: 0.25rem !important;}.h-m-2{margin: 0.5rem !important;}.h-mt-2,.h-my-2{margin-top: 0.5rem !important;}.h-mr-2,.h-mx-2{margin-right: 0.5rem !important;}.h-mb-2,.h-my-2{margin-bottom: 0.5rem !important;}.h-ml-2,.h-mx-2{margin-left: 0.5rem !important;}.h-m-3{margin: 1rem !important;}.h-mt-3,.h-my-3{margin-top: 1rem !important;}.h-mr-3,.h-mx-3{margin-right: 1rem !important;}.h-mb-3,.h-my-3{margin-bottom: 1rem !important;}.h-ml-3,.h-mx-3{margin-left: 1rem !important;}.h-m-4{margin: 1.5rem !important;}.h-mt-4,.h-my-4{margin-top: 1.5rem !important;}.h-mr-4,.h-mx-4{margin-right: 1.5rem !important;}.h-mb-4,.h-my-4{margin-bottom: 1.5rem !important;}.h-ml-4,.h-mx-4{margin-left: 1.5rem !important;}.h-m-5{margin: 3rem !important;}.h-mt-5,.h-my-5{margin-top: 3rem !important;}.h-mr-5,.h-mx-5{margin-right: 3rem !important;}.h-mb-5,.h-my-5{margin-bottom: 3rem !important;}.h-ml-5,.h-mx-5{margin-left: 3rem !important;}.h-p-0{padding: 0 !important;}.h-pt-0,.h-py-0{padding-top: 0 !important;}.h-pr-0,.h-px-0{padding-right: 0 !important;}.h-pb-0,.h-py-0{padding-bottom: 0 !important;}.h-pl-0,.h-px-0{padding-left: 0 !important;}.h-p-1{padding: 0.25rem !important;}.h-pt-1,.h-py-1{padding-top: 0.25rem !important;}.h-pr-1,.h-px-1{padding-right: 0.25rem !important;}.h-pb-1,.h-py-1{padding-bottom: 0.25rem !important;}.h-pl-1,.h-px-1{padding-left: 0.25rem !important;}.h-p-2{padding: 0.5rem !important;}.h-pt-2,.h-py-2{padding-top: 0.5rem !important;}.h-pr-2,.h-px-2{padding-right: 0.5rem !important;}.h-pb-2,.h-py-2{padding-bottom: 0.5rem !important;}.h-pl-2,.h-px-2{padding-left: 0.5rem !important;}.h-p-3{padding: 1rem !important;}.h-pt-3,.h-py-3{padding-top: 1rem !important;}.h-pr-3,.h-px-3{padding-right: 1rem !important;}.h-pb-3,.h-py-3{padding-bottom: 1rem !important;}.h-pl-3,.h-px-3{padding-left: 1rem !important;}.h-p-4{padding: 1.5rem !important;}.h-pt-4,.h-py-4{padding-top: 1.5rem !important;}.h-pr-4,.h-px-4{padding-right: 1.5rem !important;}.h-pb-4,.h-py-4{padding-bottom: 1.5rem !important;}.h-pl-4,.h-px-4{padding-left: 1.5rem !important;}.h-p-5{padding: 3rem !important;}.h-pt-5,.h-py-5{padding-top: 3rem !important;}.h-pr-5,.h-px-5{padding-right: 3rem !important;}.h-pb-5,.h-py-5{padding-bottom: 3rem !important;}.h-pl-5,.h-px-5{padding-left: 3rem !important;}.h-m-n1{margin: -0.25rem !important;}.h-mt-n1,.h-my-n1{margin-top: -0.25rem !important;}.h-mr-n1,.h-mx-n1{margin-right: -0.25rem !important;}.h-mb-n1,.h-my-n1{margin-bottom: -0.25rem !important;}.h-ml-n1,.h-mx-n1{margin-left: -0.25rem !important;}.h-m-n2{margin: -0.5rem !important;}.h-mt-n2,.h-my-n2{margin-top: -0.5rem !important;}.h-mr-n2,.h-mx-n2{margin-right: -0.5rem !important;}.h-mb-n2,.h-my-n2{margin-bottom: -0.5rem !important;}.h-ml-n2,.h-mx-n2{margin-left: -0.5rem !important;}.h-m-n3{margin: -1rem !important;}.h-mt-n3,.h-my-n3{margin-top: -1rem !important;}.h-mr-n3,.h-mx-n3{margin-right: -1rem !important;}.h-mb-n3,.h-my-n3{margin-bottom: -1rem !important;}.h-ml-n3,.h-mx-n3{margin-left: -1rem !important;}.h-m-n4{margin: -1.5rem !important;}.h-mt-n4,.h-my-n4{margin-top: -1.5rem !important;}.h-mr-n4,.h-mx-n4{margin-right: -1.5rem !important;}.h-mb-n4,.h-my-n4{margin-bottom: -1.5rem !important;}.h-ml-n4,.h-mx-n4{margin-left: -1.5rem !important;}.h-m-n5{margin: -3rem !important;}.h-mt-n5,.h-my-n5{margin-top: -3rem !important;}.h-mr-n5,.h-mx-n5{margin-right: -3rem !important;}.h-mb-n5,.h-my-n5{margin-bottom: -3rem !important;}.h-ml-n5,.h-mx-n5{margin-left: -3rem !important;}.h-m-auto{margin: auto !important;}.h-mt-auto,.h-my-auto{margin-top: auto !important;}.h-mr-auto,.h-mx-auto{margin-right: auto !important;}.h-mb-auto,.h-my-auto{margin-bottom: auto !important;}.h-ml-auto,.h-mx-auto{margin-left: auto !important;}@media (min-width: 576px){.h-m-sm-0{margin: 0 !important;}.h-mt-sm-0, .h-my-sm-0{margin-top: 0 !important;}.h-mr-sm-0, .h-mx-sm-0{margin-right: 0 !important;}.h-mb-sm-0, .h-my-sm-0{margin-bottom: 0 !important;}.h-ml-sm-0, .h-mx-sm-0{margin-left: 0 !important;}.h-m-sm-1{margin: 0.25rem !important;}.h-mt-sm-1, .h-my-sm-1{margin-top: 0.25rem !important;}.h-mr-sm-1, .h-mx-sm-1{margin-right: 0.25rem !important;}.h-mb-sm-1, .h-my-sm-1{margin-bottom: 0.25rem !important;}.h-ml-sm-1, .h-mx-sm-1{margin-left: 0.25rem !important;}.h-m-sm-2{margin: 0.5rem !important;}.h-mt-sm-2, .h-my-sm-2{margin-top: 0.5rem !important;}.h-mr-sm-2, .h-mx-sm-2{margin-right: 0.5rem !important;}.h-mb-sm-2, .h-my-sm-2{margin-bottom: 0.5rem !important;}.h-ml-sm-2, .h-mx-sm-2{margin-left: 0.5rem !important;}.h-m-sm-3{margin: 1rem !important;}.h-mt-sm-3, .h-my-sm-3{margin-top: 1rem !important;}.h-mr-sm-3, .h-mx-sm-3{margin-right: 1rem !important;}.h-mb-sm-3, .h-my-sm-3{margin-bottom: 1rem !important;}.h-ml-sm-3, .h-mx-sm-3{margin-left: 1rem !important;}.h-m-sm-4{margin: 1.5rem !important;}.h-mt-sm-4, .h-my-sm-4{margin-top: 1.5rem !important;}.h-mr-sm-4, .h-mx-sm-4{margin-right: 1.5rem !important;}.h-mb-sm-4, .h-my-sm-4{margin-bottom: 1.5rem !important;}.h-ml-sm-4, .h-mx-sm-4{margin-left: 1.5rem !important;}.h-m-sm-5{margin: 3rem !important;}.h-mt-sm-5, .h-my-sm-5{margin-top: 3rem !important;}.h-mr-sm-5, .h-mx-sm-5{margin-right: 3rem !important;}.h-mb-sm-5, .h-my-sm-5{margin-bottom: 3rem !important;}.h-ml-sm-5, .h-mx-sm-5{margin-left: 3rem !important;}.h-p-sm-0{padding: 0 !important;}.h-pt-sm-0, .h-py-sm-0{padding-top: 0 !important;}.h-pr-sm-0, .h-px-sm-0{padding-right: 0 !important;}.h-pb-sm-0, .h-py-sm-0{padding-bottom: 0 !important;}.h-pl-sm-0, .h-px-sm-0{padding-left: 0 !important;}.h-p-sm-1{padding: 0.25rem !important;}.h-pt-sm-1, .h-py-sm-1{padding-top: 0.25rem !important;}.h-pr-sm-1, .h-px-sm-1{padding-right: 0.25rem !important;}.h-pb-sm-1, .h-py-sm-1{padding-bottom: 0.25rem !important;}.h-pl-sm-1, .h-px-sm-1{padding-left: 0.25rem !important;}.h-p-sm-2{padding: 0.5rem !important;}.h-pt-sm-2, .h-py-sm-2{padding-top: 0.5rem !important;}.h-pr-sm-2, .h-px-sm-2{padding-right: 0.5rem !important;}.h-pb-sm-2, .h-py-sm-2{padding-bottom: 0.5rem !important;}.h-pl-sm-2, .h-px-sm-2{padding-left: 0.5rem !important;}.h-p-sm-3{padding: 1rem !important;}.h-pt-sm-3, .h-py-sm-3{padding-top: 1rem !important;}.h-pr-sm-3, .h-px-sm-3{padding-right: 1rem !important;}.h-pb-sm-3, .h-py-sm-3{padding-bottom: 1rem !important;}.h-pl-sm-3, .h-px-sm-3{padding-left: 1rem !important;}.h-p-sm-4{padding: 1.5rem !important;}.h-pt-sm-4, .h-py-sm-4{padding-top: 1.5rem !important;}.h-pr-sm-4, .h-px-sm-4{padding-right: 1.5rem !important;}.h-pb-sm-4, .h-py-sm-4{padding-bottom: 1.5rem !important;}.h-pl-sm-4, .h-px-sm-4{padding-left: 1.5rem !important;}.h-p-sm-5{padding: 3rem !important;}.h-pt-sm-5, .h-py-sm-5{padding-top: 3rem !important;}.h-pr-sm-5, .h-px-sm-5{padding-right: 3rem !important;}.h-pb-sm-5, .h-py-sm-5{padding-bottom: 3rem !important;}.h-pl-sm-5, .h-px-sm-5{padding-left: 3rem !important;}.h-m-sm-n1{margin: -0.25rem !important;}.h-mt-sm-n1, .h-my-sm-n1{margin-top: -0.25rem !important;}.h-mr-sm-n1, .h-mx-sm-n1{margin-right: -0.25rem !important;}.h-mb-sm-n1, .h-my-sm-n1{margin-bottom: -0.25rem !important;}.h-ml-sm-n1, .h-mx-sm-n1{margin-left: -0.25rem !important;}.h-m-sm-n2{margin: -0.5rem !important;}.h-mt-sm-n2, .h-my-sm-n2{margin-top: -0.5rem !important;}.h-mr-sm-n2, .h-mx-sm-n2{margin-right: -0.5rem !important;}.h-mb-sm-n2, .h-my-sm-n2{margin-bottom: -0.5rem !important;}.h-ml-sm-n2, .h-mx-sm-n2{margin-left: -0.5rem !important;}.h-m-sm-n3{margin: -1rem !important;}.h-mt-sm-n3, .h-my-sm-n3{margin-top: -1rem !important;}.h-mr-sm-n3, .h-mx-sm-n3{margin-right: -1rem !important;}.h-mb-sm-n3, .h-my-sm-n3{margin-bottom: -1rem !important;}.h-ml-sm-n3, .h-mx-sm-n3{margin-left: -1rem !important;}.h-m-sm-n4{margin: -1.5rem !important;}.h-mt-sm-n4, .h-my-sm-n4{margin-top: -1.5rem !important;}.h-mr-sm-n4, .h-mx-sm-n4{margin-right: -1.5rem !important;}.h-mb-sm-n4, .h-my-sm-n4{margin-bottom: -1.5rem !important;}.h-ml-sm-n4, .h-mx-sm-n4{margin-left: -1.5rem !important;}.h-m-sm-n5{margin: -3rem !important;}.h-mt-sm-n5, .h-my-sm-n5{margin-top: -3rem !important;}.h-mr-sm-n5, .h-mx-sm-n5{margin-right: -3rem !important;}.h-mb-sm-n5, .h-my-sm-n5{margin-bottom: -3rem !important;}.h-ml-sm-n5, .h-mx-sm-n5{margin-left: -3rem !important;}.h-m-sm-auto{margin: auto !important;}.h-mt-sm-auto, .h-my-sm-auto{margin-top: auto !important;}.h-mr-sm-auto, .h-mx-sm-auto{margin-right: auto !important;}.h-mb-sm-auto, .h-my-sm-auto{margin-bottom: auto !important;}.h-ml-sm-auto, .h-mx-sm-auto{margin-left: auto !important;}}@media (min-width: 768px){.h-m-md-0{margin: 0 !important;}.h-mt-md-0, .h-my-md-0{margin-top: 0 !important;}.h-mr-md-0, .h-mx-md-0{margin-right: 0 !important;}.h-mb-md-0, .h-my-md-0{margin-bottom: 0 !important;}.h-ml-md-0, .h-mx-md-0{margin-left: 0 !important;}.h-m-md-1{margin: 0.25rem !important;}.h-mt-md-1, .h-my-md-1{margin-top: 0.25rem !important;}.h-mr-md-1, .h-mx-md-1{margin-right: 0.25rem !important;}.h-mb-md-1, .h-my-md-1{margin-bottom: 0.25rem !important;}.h-ml-md-1, .h-mx-md-1{margin-left: 0.25rem !important;}.h-m-md-2{margin: 0.5rem !important;}.h-mt-md-2, .h-my-md-2{margin-top: 0.5rem !important;}.h-mr-md-2, .h-mx-md-2{margin-right: 0.5rem !important;}.h-mb-md-2, .h-my-md-2{margin-bottom: 0.5rem !important;}.h-ml-md-2, .h-mx-md-2{margin-left: 0.5rem !important;}.h-m-md-3{margin: 1rem !important;}.h-mt-md-3, .h-my-md-3{margin-top: 1rem !important;}.h-mr-md-3, .h-mx-md-3{margin-right: 1rem !important;}.h-mb-md-3, .h-my-md-3{margin-bottom: 1rem !important;}.h-ml-md-3, .h-mx-md-3{margin-left: 1rem !important;}.h-m-md-4{margin: 1.5rem !important;}.h-mt-md-4, .h-my-md-4{margin-top: 1.5rem !important;}.h-mr-md-4, .h-mx-md-4{margin-right: 1.5rem !important;}.h-mb-md-4, .h-my-md-4{margin-bottom: 1.5rem !important;}.h-ml-md-4, .h-mx-md-4{margin-left: 1.5rem !important;}.h-m-md-5{margin: 3rem !important;}.h-mt-md-5, .h-my-md-5{margin-top: 3rem !important;}.h-mr-md-5, .h-mx-md-5{margin-right: 3rem !important;}.h-mb-md-5, .h-my-md-5{margin-bottom: 3rem !important;}.h-ml-md-5, .h-mx-md-5{margin-left: 3rem !important;}.h-p-md-0{padding: 0 !important;}.h-pt-md-0, .h-py-md-0{padding-top: 0 !important;}.h-pr-md-0, .h-px-md-0{padding-right: 0 !important;}.h-pb-md-0, .h-py-md-0{padding-bottom: 0 !important;}.h-pl-md-0, .h-px-md-0{padding-left: 0 !important;}.h-p-md-1{padding: 0.25rem !important;}.h-pt-md-1, .h-py-md-1{padding-top: 0.25rem !important;}.h-pr-md-1, .h-px-md-1{padding-right: 0.25rem !important;}.h-pb-md-1, .h-py-md-1{padding-bottom: 0.25rem !important;}.h-pl-md-1, .h-px-md-1{padding-left: 0.25rem !important;}.h-p-md-2{padding: 0.5rem !important;}.h-pt-md-2, .h-py-md-2{padding-top: 0.5rem !important;}.h-pr-md-2, .h-px-md-2{padding-right: 0.5rem !important;}.h-pb-md-2, .h-py-md-2{padding-bottom: 0.5rem !important;}.h-pl-md-2, .h-px-md-2{padding-left: 0.5rem !important;}.h-p-md-3{padding: 1rem !important;}.h-pt-md-3, .h-py-md-3{padding-top: 1rem !important;}.h-pr-md-3, .h-px-md-3{padding-right: 1rem !important;}.h-pb-md-3, .h-py-md-3{padding-bottom: 1rem !important;}.h-pl-md-3, .h-px-md-3{padding-left: 1rem !important;}.h-p-md-4{padding: 1.5rem !important;}.h-pt-md-4, .h-py-md-4{padding-top: 1.5rem !important;}.h-pr-md-4, .h-px-md-4{padding-right: 1.5rem !important;}.h-pb-md-4, .h-py-md-4{padding-bottom: 1.5rem !important;}.h-pl-md-4, .h-px-md-4{padding-left: 1.5rem !important;}.h-p-md-5{padding: 3rem !important;}.h-pt-md-5, .h-py-md-5{padding-top: 3rem !important;}.h-pr-md-5, .h-px-md-5{padding-right: 3rem !important;}.h-pb-md-5, .h-py-md-5{padding-bottom: 3rem !important;}.h-pl-md-5, .h-px-md-5{padding-left: 3rem !important;}.h-m-md-n1{margin: -0.25rem !important;}.h-mt-md-n1, .h-my-md-n1{margin-top: -0.25rem !important;}.h-mr-md-n1, .h-mx-md-n1{margin-right: -0.25rem !important;}.h-mb-md-n1, .h-my-md-n1{margin-bottom: -0.25rem !important;}.h-ml-md-n1, .h-mx-md-n1{margin-left: -0.25rem !important;}.h-m-md-n2{margin: -0.5rem !important;}.h-mt-md-n2, .h-my-md-n2{margin-top: -0.5rem !important;}.h-mr-md-n2, .h-mx-md-n2{margin-right: -0.5rem !important;}.h-mb-md-n2, .h-my-md-n2{margin-bottom: -0.5rem !important;}.h-ml-md-n2, .h-mx-md-n2{margin-left: -0.5rem !important;}.h-m-md-n3{margin: -1rem !important;}.h-mt-md-n3, .h-my-md-n3{margin-top: -1rem !important;}.h-mr-md-n3, .h-mx-md-n3{margin-right: -1rem !important;}.h-mb-md-n3, .h-my-md-n3{margin-bottom: -1rem !important;}.h-ml-md-n3, .h-mx-md-n3{margin-left: -1rem !important;}.h-m-md-n4{margin: -1.5rem !important;}.h-mt-md-n4, .h-my-md-n4{margin-top: -1.5rem !important;}.h-mr-md-n4, .h-mx-md-n4{margin-right: -1.5rem !important;}.h-mb-md-n4, .h-my-md-n4{margin-bottom: -1.5rem !important;}.h-ml-md-n4, .h-mx-md-n4{margin-left: -1.5rem !important;}.h-m-md-n5{margin: -3rem !important;}.h-mt-md-n5, .h-my-md-n5{margin-top: -3rem !important;}.h-mr-md-n5, .h-mx-md-n5{margin-right: -3rem !important;}.h-mb-md-n5, .h-my-md-n5{margin-bottom: -3rem !important;}.h-ml-md-n5, .h-mx-md-n5{margin-left: -3rem !important;}.h-m-md-auto{margin: auto !important;}.h-mt-md-auto, .h-my-md-auto{margin-top: auto !important;}.h-mr-md-auto, .h-mx-md-auto{margin-right: auto !important;}.h-mb-md-auto, .h-my-md-auto{margin-bottom: auto !important;}.h-ml-md-auto, .h-mx-md-auto{margin-left: auto !important;}}@media (min-width: 992px){.h-m-lg-0{margin: 0 !important;}.h-mt-lg-0, .h-my-lg-0{margin-top: 0 !important;}.h-mr-lg-0, .h-mx-lg-0{margin-right: 0 !important;}.h-mb-lg-0, .h-my-lg-0{margin-bottom: 0 !important;}.h-ml-lg-0, .h-mx-lg-0{margin-left: 0 !important;}.h-m-lg-1{margin: 0.25rem !important;}.h-mt-lg-1, .h-my-lg-1{margin-top: 0.25rem !important;}.h-mr-lg-1, .h-mx-lg-1{margin-right: 0.25rem !important;}.h-mb-lg-1, .h-my-lg-1{margin-bottom: 0.25rem !important;}.h-ml-lg-1, .h-mx-lg-1{margin-left: 0.25rem !important;}.h-m-lg-2{margin: 0.5rem !important;}.h-mt-lg-2, .h-my-lg-2{margin-top: 0.5rem !important;}.h-mr-lg-2, .h-mx-lg-2{margin-right: 0.5rem !important;}.h-mb-lg-2, .h-my-lg-2{margin-bottom: 0.5rem !important;}.h-ml-lg-2, .h-mx-lg-2{margin-left: 0.5rem !important;}.h-m-lg-3{margin: 1rem !important;}.h-mt-lg-3, .h-my-lg-3{margin-top: 1rem !important;}.h-mr-lg-3, .h-mx-lg-3{margin-right: 1rem !important;}.h-mb-lg-3, .h-my-lg-3{margin-bottom: 1rem !important;}.h-ml-lg-3, .h-mx-lg-3{margin-left: 1rem !important;}.h-m-lg-4{margin: 1.5rem !important;}.h-mt-lg-4, .h-my-lg-4{margin-top: 1.5rem !important;}.h-mr-lg-4, .h-mx-lg-4{margin-right: 1.5rem !important;}.h-mb-lg-4, .h-my-lg-4{margin-bottom: 1.5rem !important;}.h-ml-lg-4, .h-mx-lg-4{margin-left: 1.5rem !important;}.h-m-lg-5{margin: 3rem !important;}.h-mt-lg-5, .h-my-lg-5{margin-top: 3rem !important;}.h-mr-lg-5, .h-mx-lg-5{margin-right: 3rem !important;}.h-mb-lg-5, .h-my-lg-5{margin-bottom: 3rem !important;}.h-ml-lg-5, .h-mx-lg-5{margin-left: 3rem !important;}.h-p-lg-0{padding: 0 !important;}.h-pt-lg-0, .h-py-lg-0{padding-top: 0 !important;}.h-pr-lg-0, .h-px-lg-0{padding-right: 0 !important;}.h-pb-lg-0, .h-py-lg-0{padding-bottom: 0 !important;}.h-pl-lg-0, .h-px-lg-0{padding-left: 0 !important;}.h-p-lg-1{padding: 0.25rem !important;}.h-pt-lg-1, .h-py-lg-1{padding-top: 0.25rem !important;}.h-pr-lg-1, .h-px-lg-1{padding-right: 0.25rem !important;}.h-pb-lg-1, .h-py-lg-1{padding-bottom: 0.25rem !important;}.h-pl-lg-1, .h-px-lg-1{padding-left: 0.25rem !important;}.h-p-lg-2{padding: 0.5rem !important;}.h-pt-lg-2, .h-py-lg-2{padding-top: 0.5rem !important;}.h-pr-lg-2, .h-px-lg-2{padding-right: 0.5rem !important;}.h-pb-lg-2, .h-py-lg-2{padding-bottom: 0.5rem !important;}.h-pl-lg-2, .h-px-lg-2{padding-left: 0.5rem !important;}.h-p-lg-3{padding: 1rem !important;}.h-pt-lg-3, .h-py-lg-3{padding-top: 1rem !important;}.h-pr-lg-3, .h-px-lg-3{padding-right: 1rem !important;}.h-pb-lg-3, .h-py-lg-3{padding-bottom: 1rem !important;}.h-pl-lg-3, .h-px-lg-3{padding-left: 1rem !important;}.h-p-lg-4{padding: 1.5rem !important;}.h-pt-lg-4, .h-py-lg-4{padding-top: 1.5rem !important;}.h-pr-lg-4, .h-px-lg-4{padding-right: 1.5rem !important;}.h-pb-lg-4, .h-py-lg-4{padding-bottom: 1.5rem !important;}.h-pl-lg-4, .h-px-lg-4{padding-left: 1.5rem !important;}.h-p-lg-5{padding: 3rem !important;}.h-pt-lg-5, .h-py-lg-5{padding-top: 3rem !important;}.h-pr-lg-5, .h-px-lg-5{padding-right: 3rem !important;}.h-pb-lg-5, .h-py-lg-5{padding-bottom: 3rem !important;}.h-pl-lg-5, .h-px-lg-5{padding-left: 3rem !important;}.h-m-lg-n1{margin: -0.25rem !important;}.h-mt-lg-n1, .h-my-lg-n1{margin-top: -0.25rem !important;}.h-mr-lg-n1, .h-mx-lg-n1{margin-right: -0.25rem !important;}.h-mb-lg-n1, .h-my-lg-n1{margin-bottom: -0.25rem !important;}.h-ml-lg-n1, .h-mx-lg-n1{margin-left: -0.25rem !important;}.h-m-lg-n2{margin: -0.5rem !important;}.h-mt-lg-n2, .h-my-lg-n2{margin-top: -0.5rem !important;}.h-mr-lg-n2, .h-mx-lg-n2{margin-right: -0.5rem !important;}.h-mb-lg-n2, .h-my-lg-n2{margin-bottom: -0.5rem !important;}.h-ml-lg-n2, .h-mx-lg-n2{margin-left: -0.5rem !important;}.h-m-lg-n3{margin: -1rem !important;}.h-mt-lg-n3, .h-my-lg-n3{margin-top: -1rem !important;}.h-mr-lg-n3, .h-mx-lg-n3{margin-right: -1rem !important;}.h-mb-lg-n3, .h-my-lg-n3{margin-bottom: -1rem !important;}.h-ml-lg-n3, .h-mx-lg-n3{margin-left: -1rem !important;}.h-m-lg-n4{margin: -1.5rem !important;}.h-mt-lg-n4, .h-my-lg-n4{margin-top: -1.5rem !important;}.h-mr-lg-n4, .h-mx-lg-n4{margin-right: -1.5rem !important;}.h-mb-lg-n4, .h-my-lg-n4{margin-bottom: -1.5rem !important;}.h-ml-lg-n4, .h-mx-lg-n4{margin-left: -1.5rem !important;}.h-m-lg-n5{margin: -3rem !important;}.h-mt-lg-n5, .h-my-lg-n5{margin-top: -3rem !important;}.h-mr-lg-n5, .h-mx-lg-n5{margin-right: -3rem !important;}.h-mb-lg-n5, .h-my-lg-n5{margin-bottom: -3rem !important;}.h-ml-lg-n5, .h-mx-lg-n5{margin-left: -3rem !important;}.h-m-lg-auto{margin: auto !important;}.h-mt-lg-auto, .h-my-lg-auto{margin-top: auto !important;}.h-mr-lg-auto, .h-mx-lg-auto{margin-right: auto !important;}.h-mb-lg-auto, .h-my-lg-auto{margin-bottom: auto !important;}.h-ml-lg-auto, .h-mx-lg-auto{margin-left: auto !important;}}@media (min-width: 1200px){.h-m-xl-0{margin: 0 !important;}.h-mt-xl-0, .h-my-xl-0{margin-top: 0 !important;}.h-mr-xl-0, .h-mx-xl-0{margin-right: 0 !important;}.h-mb-xl-0, .h-my-xl-0{margin-bottom: 0 !important;}.h-ml-xl-0, .h-mx-xl-0{margin-left: 0 !important;}.h-m-xl-1{margin: 0.25rem !important;}.h-mt-xl-1, .h-my-xl-1{margin-top: 0.25rem !important;}.h-mr-xl-1, .h-mx-xl-1{margin-right: 0.25rem !important;}.h-mb-xl-1, .h-my-xl-1{margin-bottom: 0.25rem !important;}.h-ml-xl-1, .h-mx-xl-1{margin-left: 0.25rem !important;}.h-m-xl-2{margin: 0.5rem !important;}.h-mt-xl-2, .h-my-xl-2{margin-top: 0.5rem !important;}.h-mr-xl-2, .h-mx-xl-2{margin-right: 0.5rem !important;}.h-mb-xl-2, .h-my-xl-2{margin-bottom: 0.5rem !important;}.h-ml-xl-2, .h-mx-xl-2{margin-left: 0.5rem !important;}.h-m-xl-3{margin: 1rem !important;}.h-mt-xl-3, .h-my-xl-3{margin-top: 1rem !important;}.h-mr-xl-3, .h-mx-xl-3{margin-right: 1rem !important;}.h-mb-xl-3, .h-my-xl-3{margin-bottom: 1rem !important;}.h-ml-xl-3, .h-mx-xl-3{margin-left: 1rem !important;}.h-m-xl-4{margin: 1.5rem !important;}.h-mt-xl-4, .h-my-xl-4{margin-top: 1.5rem !important;}.h-mr-xl-4, .h-mx-xl-4{margin-right: 1.5rem !important;}.h-mb-xl-4, .h-my-xl-4{margin-bottom: 1.5rem !important;}.h-ml-xl-4, .h-mx-xl-4{margin-left: 1.5rem !important;}.h-m-xl-5{margin: 3rem !important;}.h-mt-xl-5, .h-my-xl-5{margin-top: 3rem !important;}.h-mr-xl-5, .h-mx-xl-5{margin-right: 3rem !important;}.h-mb-xl-5, .h-my-xl-5{margin-bottom: 3rem !important;}.h-ml-xl-5, .h-mx-xl-5{margin-left: 3rem !important;}.h-p-xl-0{padding: 0 !important;}.h-pt-xl-0, .h-py-xl-0{padding-top: 0 !important;}.h-pr-xl-0, .h-px-xl-0{padding-right: 0 !important;}.h-pb-xl-0, .h-py-xl-0{padding-bottom: 0 !important;}.h-pl-xl-0, .h-px-xl-0{padding-left: 0 !important;}.h-p-xl-1{padding: 0.25rem !important;}.h-pt-xl-1, .h-py-xl-1{padding-top: 0.25rem !important;}.h-pr-xl-1, .h-px-xl-1{padding-right: 0.25rem !important;}.h-pb-xl-1, .h-py-xl-1{padding-bottom: 0.25rem !important;}.h-pl-xl-1, .h-px-xl-1{padding-left: 0.25rem !important;}.h-p-xl-2{padding: 0.5rem !important;}.h-pt-xl-2, .h-py-xl-2{padding-top: 0.5rem !important;}.h-pr-xl-2, .h-px-xl-2{padding-right: 0.5rem !important;}.h-pb-xl-2, .h-py-xl-2{padding-bottom: 0.5rem !important;}.h-pl-xl-2, .h-px-xl-2{padding-left: 0.5rem !important;}.h-p-xl-3{padding: 1rem !important;}.h-pt-xl-3, .h-py-xl-3{padding-top: 1rem !important;}.h-pr-xl-3, .h-px-xl-3{padding-right: 1rem !important;}.h-pb-xl-3, .h-py-xl-3{padding-bottom: 1rem !important;}.h-pl-xl-3, .h-px-xl-3{padding-left: 1rem !important;}.h-p-xl-4{padding: 1.5rem !important;}.h-pt-xl-4, .h-py-xl-4{padding-top: 1.5rem !important;}.h-pr-xl-4, .h-px-xl-4{padding-right: 1.5rem !important;}.h-pb-xl-4, .h-py-xl-4{padding-bottom: 1.5rem !important;}.h-pl-xl-4, .h-px-xl-4{padding-left: 1.5rem !important;}.h-p-xl-5{padding: 3rem !important;}.h-pt-xl-5, .h-py-xl-5{padding-top: 3rem !important;}.h-pr-xl-5, .h-px-xl-5{padding-right: 3rem !important;}.h-pb-xl-5, .h-py-xl-5{padding-bottom: 3rem !important;}.h-pl-xl-5, .h-px-xl-5{padding-left: 3rem !important;}.h-m-xl-n1{margin: -0.25rem !important;}.h-mt-xl-n1, .h-my-xl-n1{margin-top: -0.25rem !important;}.h-mr-xl-n1, .h-mx-xl-n1{margin-right: -0.25rem !important;}.h-mb-xl-n1, .h-my-xl-n1{margin-bottom: -0.25rem !important;}.h-ml-xl-n1, .h-mx-xl-n1{margin-left: -0.25rem !important;}.h-m-xl-n2{margin: -0.5rem !important;}.h-mt-xl-n2, .h-my-xl-n2{margin-top: -0.5rem !important;}.h-mr-xl-n2, .h-mx-xl-n2{margin-right: -0.5rem !important;}.h-mb-xl-n2, .h-my-xl-n2{margin-bottom: -0.5rem !important;}.h-ml-xl-n2, .h-mx-xl-n2{margin-left: -0.5rem !important;}.h-m-xl-n3{margin: -1rem !important;}.h-mt-xl-n3, .h-my-xl-n3{margin-top: -1rem !important;}.h-mr-xl-n3, .h-mx-xl-n3{margin-right: -1rem !important;}.h-mb-xl-n3, .h-my-xl-n3{margin-bottom: -1rem !important;}.h-ml-xl-n3, .h-mx-xl-n3{margin-left: -1rem !important;}.h-m-xl-n4{margin: -1.5rem !important;}.h-mt-xl-n4, .h-my-xl-n4{margin-top: -1.5rem !important;}.h-mr-xl-n4, .h-mx-xl-n4{margin-right: -1.5rem !important;}.h-mb-xl-n4, .h-my-xl-n4{margin-bottom: -1.5rem !important;}.h-ml-xl-n4, .h-mx-xl-n4{margin-left: -1.5rem !important;}.h-m-xl-n5{margin: -3rem !important;}.h-mt-xl-n5, .h-my-xl-n5{margin-top: -3rem !important;}.h-mr-xl-n5, .h-mx-xl-n5{margin-right: -3rem !important;}.h-mb-xl-n5, .h-my-xl-n5{margin-bottom: -3rem !important;}.h-ml-xl-n5, .h-mx-xl-n5{margin-left: -3rem !important;}.h-m-xl-auto{margin: auto !important;}.h-mt-xl-auto, .h-my-xl-auto{margin-top: auto !important;}.h-mr-xl-auto, .h-mx-xl-auto{margin-right: auto !important;}.h-mb-xl-auto, .h-my-xl-auto{margin-bottom: auto !important;}.h-ml-xl-auto, .h-mx-xl-auto{margin-left: auto !important;}}.h-text-monospace{font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;}.h-text-justify{text-align: justify !important;}.h-text-wrap{white-space: normal !important;}.h-text-nowrap{white-space: nowrap !important;}.h-text-truncate{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.h-text-left{text-align: left !important;}.h-text-right{text-align: right !important;}.h-text-center{text-align: center !important;}@media (min-width: 576px){.h-text-sm-left{text-align: left !important;}.h-text-sm-right{text-align: right !important;}.h-text-sm-center{text-align: center !important;}}@media (min-width: 768px){.h-text-md-left{text-align: left !important;}.h-text-md-right{text-align: right !important;}.h-text-md-center{text-align: center !important;}}@media (min-width: 992px){.h-text-lg-left{text-align: left !important;}.h-text-lg-right{text-align: right !important;}.h-text-lg-center{text-align: center !important;}}@media (min-width: 1200px){.h-text-xl-left{text-align: left !important;}.h-text-xl-right{text-align: right !important;}.h-text-xl-center{text-align: center !important;}}.h-text-lowercase{text-transform: lowercase !important;}.h-text-uppercase{text-transform: uppercase !important;}.h-text-capitalize{text-transform: capitalize !important;}.h-font-weight-light{font-weight: 300 !important;}.h-font-weight-lighter{font-weight: lighter !important;}.h-font-weight-normal{font-weight: 400 !important;}.h-font-weight-bold{font-weight: 700 !important;}.h-font-weight-bolder{font-weight: bolder !important;}.h-font-italic{font-style: italic !important;}.h-text-white{color: #fff !important;}.h-text-primary{color: #007bff !important;}a.h-text-primary:hover, a.h-text-primary:focus{color: #0056b3 !important;}.h-text-secondary{color: #6c757d !important;}a.h-text-secondary:hover, a.h-text-secondary:focus{color: #494f54 !important;}.h-text-success{color: #28a745 !important;}a.h-text-success:hover, a.h-text-success:focus{color: #19692c !important;}.h-text-info{color: #17a2b8 !important;}a.h-text-info:hover, a.h-text-info:focus{color: #0f6674 !important;}.h-text-warning{color: #ffc107 !important;}a.h-text-warning:hover, a.h-text-warning:focus{color: #ba8b00 !important;}.h-text-danger{color: #dc3545 !important;}a.h-text-danger:hover, a.h-text-danger:focus{color: #a71d2a !important;}.h-text-light{color: #f8f9fa !important;}a.h-text-light:hover, a.h-text-light:focus{color: #cbd3da !important;}.h-text-dark{color: #343a40 !important;}a.h-text-dark:hover, a.h-text-dark:focus{color: #121416 !important;}.h-text-body{color: #212529 !important;}.h-text-muted{color: #6c757d !important;}.h-text-black-50{color: rgba(0, 0, 0, 0.5) !important;}.h-text-white-50{color: rgba(255, 255, 255, 0.5) !important;}.h-text-hide{font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}.h-text-decoration-none{text-decoration: none !important;}.h-text-break{word-break: break-word !important; overflow-wrap: break-word !important;}.h-text-reset{color: inherit !important;}.h-w-25{width: 25% !important;}.h-w-50{width: 50% !important;}.h-w-75{width: 75% !important;}.h-w-100{width: 100% !important;}.h-w-auto{width: auto !important;}.h-25{height: 25% !important;}.h-50{height: 50% !important;}.h-75{height: 75% !important;}.h-100{height: 100% !important;}.h-auto{height: auto !important;}.mw-100{max-width: 100% !important;}.mh-100{max-height: 100% !important;}.min-vw-100{min-width: 100vw !important;}.min-vh-100{min-height: 100vh !important;}.vw-100{width: 100vw !important;}.vh-100{height: 100vh !important;}.h-position-static{position: static !important;}.h-position-relative{position: relative !important;}.h-position-absolute{position: absolute !important;}.h-position-fixed{position: fixed !important;}.h-position-sticky{position: -webkit-sticky !important; position: sticky !important;}.h-fixed-top{position: fixed; top: 0; right: 0; left: 0; z-index: 1030;}.h-fixed-bottom{position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030;}@supports ((position: -webkit-sticky) or (position: sticky)){.h-sticky-top{position: -webkit-sticky; position: sticky; top: 0; z-index: 1020;}}.h-visible{visibility: visible !important;}.h-invisible{visibility: hidden !important;}
hr{margin-top: 1rem;margin-bottom: 1rem;border: 0;border-top: 1px solid rgba(0, 0, 0, 0.1);}.button{min-height: 34px !important;}/*form UI*/.h-frm fieldset{padding: 0; margin: 0; border: 0; min-width: 0;}.h-frm legend{display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5;}.h-frm label{display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold;}.h-frm input[type="search"]{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}.h-frm input[type="radio"],.h-frm input[type="checkbox"]{margin: 4px 0 0; margin-top: 1px \9; line-height: normal;}.h-frm input[type="file"]{display: block;}.h-frm input[type="range"]{display: block; width: 100%;}.h-frm select[multiple],.h-frm select[size]{height: auto;}.h-frm input[type="file"]:focus,.h-frm input[type="radio"]:focus,.h-frm input[type="checkbox"]:focus{outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}.h-frm output{display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555555;}.h-frm .form-control{-webkit-appearance: auto; -moz-appearance: auto;-o-appearance: auto;appearance: auto;display: block;max-width: inherit;width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}.h-frm .form-control:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}.h-frm .form-control::-moz-placeholder{color: #999; opacity: 1;}.h-frm .form-control:-ms-input-placeholder{color: #999;}.h-frm .form-control::-webkit-input-placeholder{color: #999;}.h-frm .form-control::-ms-expand{border: 0; background-color: transparent;}.h-frm .form-control[disabled], .h-frm .form-control[readonly], fieldset[disabled] .h-frm .form-control{background-color: #eeeeee; opacity: 1;}.h-frm .form-control[disabled], fieldset[disabled] .h-frm .form-control{cursor: not-allowed;}.h-frm textarea.form-control{height: auto;}.h-frm input[type="search"]{-webkit-appearance: none;}@media screen and (-webkit-min-device-pixel-ratio: 0){.h-frm input[type="date"].form-control, .h-frm input[type="time"].form-control, .h-frm input[type="datetime-local"].form-control, .h-frm input[type="month"].form-control{line-height: 34px;}.h-frm input[type="date"].input-sm, .input-group-sm .h-frm input[type="date"], .h-frm input[type="time"].input-sm, .input-group-sm .h-frm input[type="time"], .h-frm input[type="datetime-local"].input-sm, .input-group-sm .h-frm input[type="datetime-local"], .h-frm input[type="month"].input-sm, .input-group-sm .h-frm input[type="month"]{line-height: 30px;}.h-frm input[type="date"].input-lg, .input-group-lg .h-frm input[type="date"], .h-frm input[type="time"].input-lg, .input-group-lg .h-frm input[type="time"], .h-frm input[type="datetime-local"].input-lg, .input-group-lg .h-frm input[type="datetime-local"], .h-frm input[type="month"].input-lg, .input-group-lg .h-frm input[type="month"]{line-height: 46px;}}.h-frm .form-group{margin-bottom: 15px;}.h-frm .radio,.h-frm .checkbox{position: relative; display: block; margin-top: 10px; margin-bottom: 10px;}.h-frm .radio label,.h-frm .checkbox label{min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;}.h-frm .radio input[type="radio"],.h-frm .radio-inline input[type="radio"],.h-frm .checkbox input[type="checkbox"],.h-frm .checkbox-inline input[type="checkbox"]{position: absolute; margin-left: -20px; margin-top: 4px \9;}.h-frm .radio + .radio,.h-frm .checkbox + .checkbox{margin-top: -5px;}.h-frm .radio-inline,.h-frm .checkbox-inline{position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer;}.h-frm .radio-inline + .radio-inline,.h-frm .checkbox-inline + .checkbox-inline{margin-top: 0; margin-left: 10px;}.h-frm input[type="radio"][disabled], .h-frm input[type="radio"].disabled, fieldset[disabled] .h-frm input[type="radio"],.h-frm input[type="checkbox"][disabled],.h-frm input[type="checkbox"].disabled, fieldset[disabled].h-frm input[type="checkbox"]{cursor: not-allowed;}.h-frm .radio-inline.disabled, fieldset[disabled] .h-frm .radio-inline,.h-frm .checkbox-inline.disabled, fieldset[disabled].h-frm .checkbox-inline{cursor: not-allowed;}.h-frm .radio.disabled label, fieldset[disabled] .h-frm .radio label,.h-frm .checkbox.disabled label, fieldset[disabled].h-frm .checkbox label{cursor: not-allowed;}.h-frm .form-control-static{padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px;}.h-frm .form-control-static.input-lg, .h-frm .form-control-static.input-sm{padding-left: 0; padding-right: 0;}.h-frm .input-sm{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}.h-frm select.input-sm{height: 30px; line-height: 30px;}.h-frm textarea.input-sm,.h-frm select[multiple].input-sm{height: auto;}.h-frm .form-group-sm .form-control{height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}.h-frm .form-group-sm select.form-control{height: 30px; line-height: 30px;}.h-frm .form-group-sm textarea.form-control,.h-frm .form-group-sm select[multiple].form-control{height: auto;}.h-frm .form-group-sm .form-control-static{height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5;}.h-frm .input-lg{height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px;}.h-frm select.input-lg{height: 46px; line-height: 46px;}.h-frm textarea.input-lg,.h-frm select[multiple].input-lg{height: auto;}.h-frm .form-group-lg .form-control{height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px;}.h-frm .form-group-lg select.form-control{height: 46px; line-height: 46px;}.h-frm .form-group-lg textarea.form-control,.h-frm .form-group-lg select[multiple].form-control{height: auto;}.h-frm .form-group-lg .form-control-static{height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.33333;}.h-frm .has-feedback{position: relative;}.h-frm .has-feedback .form-control{padding-right: 42.5px;}.h-frm .form-control-feedback{position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none;}.h-frm .input-lg + .form-control-feedback,.h-frm .input-group-lg + .form-control-feedback,.h-frm .form-group-lg .form-control + .form-control-feedback{width: 46px; height: 46px; line-height: 46px;}.h-frm .input-sm + .form-control-feedback,.h-frm .input-group-sm + .form-control-feedback,.h-frm .form-group-sm .form-control + .form-control-feedback{width: 30px; height: 30px; line-height: 30px;}.h-frm .has-success .help-block,.h-frm .has-success .control-label,.h-frm .has-success .radio,.h-frm .has-success .checkbox,.h-frm .has-success .radio-inline,.h-frm .has-success .checkbox-inline, .h-frm .has-success.radio label, .h-frm .has-success.checkbox label, .h-frm .has-success.radio-inline label, .h-frm .has-success.checkbox-inline label{color: #3c763d;}.h-frm .has-success .form-control{border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.h-frm .has-success .form-control:focus{border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;}.h-frm .has-success .input-group-addon{color: #3c763d; border-color: #3c763d; background-color: #dff0d8;}.h-frm .has-success .form-control-feedback{color: #3c763d;}.h-frm .has-warning .help-block,.h-frm .has-warning .control-label,.h-frm .has-warning .radio,.h-frm .has-warning .checkbox,.h-frm .has-warning .radio-inline,.h-frm .has-warning .checkbox-inline, .h-frm .has-warning.radio label, .h-frm .has-warning.checkbox label, .h-frm .has-warning.radio-inline label, .h-frm .has-warning.checkbox-inline label{color: #8a6d3b;}.h-frm .has-warning .form-control{border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.h-frm .has-warning .form-control:focus{border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;}.h-frm .has-warning .input-group-addon{color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3;}.h-frm .has-warning .form-control-feedback{color: #8a6d3b;}.h-frm .has-error .help-block,.h-frm .has-error .control-label,.h-frm .has-error .radio,.h-frm .has-error .checkbox,.h-frm .has-error .radio-inline,.h-frm .has-error .checkbox-inline, .h-frm .has-error.radio label, .h-frm .has-error.checkbox label, .h-frm .has-error.radio-inline label, .h-frm .has-error.checkbox-inline label{color: #a94442;}.h-frm .has-error .form-control{border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.h-frm .has-error .form-control:focus{border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;}.h-frm .has-error .input-group-addon{color: #a94442; border-color: #a94442; background-color: #f2dede;}.h-frm .has-error .form-control-feedback{color: #a94442;}.h-frm .has-feedback label ~ .form-control-feedback{top: 25px;}.h-frm .has-feedback label.sr-only ~ .form-control-feedback{top: 0;}.h-frm .help-block{display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}@media (min-width: 768px){.h-frm .form-inline .form-group{display: inline-block; margin-bottom: 0; vertical-align: middle;}.h-frm .form-inline .form-control{display: inline-block; width: auto; vertical-align: middle;}.h-frm .form-inline .form-control-static{display: inline-block;}.h-frm .form-inline .input-group{display: inline-table; vertical-align: middle;}.h-frm .form-inline .input-group .input-group-addon, .h-frm .form-inline .input-group .input-group-btn, .h-frm .form-inline .input-group .form-control{width: auto;}.h-frm .form-inline .input-group > .form-control{width: 100%;}.h-frm .form-inline .control-label{margin-bottom: 0; vertical-align: middle;}.h-frm .form-inline .radio, .h-frm .form-inline .checkbox{display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle;}.h-frm .form-inline .radio label, .h-frm .form-inline .checkbox label{padding-left: 0;}.h-frm .form-inline .radio input[type="radio"], .h-frm .form-inline .checkbox input[type="checkbox"]{position: relative; margin-left: 0;}.h-frm .form-inline .has-feedback .form-control-feedback{top: 0;}}.h-frm .form-horizontal .radio,.h-frm .form-horizontal .checkbox,.h-frm .form-horizontal .radio-inline,.h-frm .form-horizontal .checkbox-inline{margin-top: 0; margin-bottom: 0; padding-top: 7px;}.h-frm .form-horizontal .radio,.h-frm .form-horizontal .checkbox{min-height: 27px;}.h-frm .form-horizontal .form-group{margin-left: -15px; margin-right: -15px;}.h-frm .form-horizontal .form-group:before, .h-frm .form-horizontal .form-group:after{content: " "; display: table;}.h-frm .form-horizontal .form-group:after{clear: both;}@media (min-width: 768px){.h-frm .form-horizontal .control-label{text-align: right; margin-bottom: 0; padding-top: 7px;}}.h-frm .form-horizontal .has-feedback .form-control-feedback{right: 15px;}@media (min-width: 768px){.h-frm .form-horizontal .form-group-lg .control-label{padding-top: 11px; font-size: 18px;}}@media (min-width: 768px){.h-frm .form-horizontal .form-group-sm .control-label{padding-top: 6px; font-size: 12px;}}
/*end custom-bootstrap*/