@font-face {
	font-family: vds_icons;
	src: url(/fonts/vds_icons.eot?6cma2a);
	src: url(/fonts/vds_icons.eot?6cma2a#iefix) format("embedded-opentype"), url(/fonts/vds_icons.ttf?6cma2a) format("truetype"), url(/fonts/vds_icons.woff?6cma2a) format("woff"), url(/fonts/vds_icons.svg?6cma2a#vds_icons) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

i {
	font-family: vds_icons, sans-serif !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-black {
	color: #484848;
}

.icon-blue {
	color: #0077D9;
}

.icon-dark-gray {
	color: #7F7F7F;
}

.icon-cross-o:before {
    content: "\e555";
}

.icon-up-down-arrow:before {
	content: "\e909";
}

.icon-magnifier-o:before {
	content: "\e222";
}

.icon-love-o:before {
	content: "\e927";
}

.icon-human-o:before {
	content: "\e92c";
}

.icon-recent2-o:before {
	content: "\e905";
}

.icon-file2-o:before {
	content: "\e908";
}

.icon-comment-o:before {
	content: "\e789";
}

.icon-point-o:before {
	content: "\e907";
}

.icon-coupon-o:before {
	content: "\e904";
}

.icon-email-o:before {
	content: "\e906";
}

.icon-20 {
	font-size: 1.25rem
}

.icon-24 {
	font-size: 1.5rem;
}

header {
	border: none;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
}

#global-header {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}

#global-header .d-none {
	display: none !important;
}

#global-header .d-block {
	display: block !important
}

#global-header h4 {
	font-size: 1rem;
	line-height: 1.6rem;
	margin-bottom: 0.125rem;
}

#global-header h6 {
	font-size: 0.75rem;
	line-height: 1.6rem;
	margin-bottom: 0.25rem;
}

#global-header #global-header-content {
	background: #ffffff;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 0.75rem;
}

#global-header #global-header-content:before,
#global-header #global-header-content:after {
	content: none !important;
}

#global-header .container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#global-header #global-header-content #header_kw-search_open,
#global-header #global-header-content #header_mypage_open-menu {
	min-width: 50px;
}

#global-header #global-header-content #header_mypage_open-menu {
	cursor: pointer;
}

#global-header #global-header-content #header_wishlist_move-wishlist {
	min-width: 80px;
}

#global-header a {
	text-decoration: none;
}

#global-header .menu-text {
	color: #7F7F7F;
	font-size: 0.75rem;
	line-height: 0.875rem;
}

#global-header .vt-logo img {
	width: 110px;
}

#header_gtop_link img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

#global-header .ha-logo img {
    height: 55px;
    width: auto;
}

#global-header #global-header-content.highest-z-index {
	z-index: 1070;
}

#global-header .wishlist-notification {
	color: #ffffff;
	border: 0.0625rem solid #E4336B;
	background: #E4336B;
	position: absolute;
	width: 18px;
	height: 18px;
	margin-left: 0.25rem;
	margin-top: -0.25rem;
	font-family: "-apple-system", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	top: 0.5rem;
}

#global-header .d-flex {
	display: flex !important;
}

#global-header .flex-column {
	flex-direction: column !important
}

#global-header #header_gtop_link {
	max-width: none !important;
}

#global-header .search-menu-list {
	background: #ffffff;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 1.5rem;
	position: fixed;
	z-index: -999;
	transition: opacity 0.2s linear, z-index 0.2s 0.5s;
	opacity: 0;
	display: none;
}

#global-header .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border-radius: 0.1875rem;
	border: none;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 0.75rem;
	pointer-events: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-selct: none;
	user-select: none;
	height: 100%;
	margin: 0;
	line-height: inherit;
}

#global-header .side-menu-currency-container {
	position: static;
}

#global-header .search-menu-list button.close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 1.5rem;
	right: 0;
	left: auto;
	transform: translateX(0);
	border: 0;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-right: 1.5rem;
	padding: 0;
	z-index: 1050;
}

#global-header .search-menu-list button.close i {
	position: relative;
	top: 1px;
}

#global-header .search-menu-list.show {
	display: block;
	z-index: 1050;
}

#global-header .search-menu-list.show button.close:hover,
#global-header .search-menu-list.show button.close:active {
	background-color: #F4F4F4;
}

#global-header .search-menu-list.animation {
	opacity: 1;
	transition: opacity 0.2s linear;
}

#global-header .search-menu-list .search-menu-container {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#global-header .search-menu-list .search-menu-content {
	padding: 4.25rem 1.25rem 0.5rem;
}

#global-header .search-overlay {
	background: #484848;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

#global-header #keyword-search-form {
	position: relative;
	z-index: 10;
}

#global-header #keyword-search-form #kw_btn {
	margin-right: 0;
	position: absolute;
	top: 0.25rem;
	right: 1rem;
	width: 20px;
	height: 20px;
	opacity: 0;
}

#global-header #keyword-search-form .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	left: -99999999px;
	width: 1px;
}

#global-header #keyword-search-form .ui-autocomplete-input {
	font-size: 0.875rem;
	border: 0;
	border-radius: 0px;
	border-bottom: 2px solid #0077D9;
	padding-left: 0.5rem;
	padding-right: 3rem;
	margin: 0;
	height: 36px;
	width: 100%;
	outline: 0;
	box-sizing: border-box;
}

#global-header #keyword-search-form .ui-autocomplete-input.active {
	background: #EFF4FA;
}

#global-header #keyword-search-form .ui-autocomplete-input.is_focus .search-overlay {
	background: #EFF4FA;
}

#global-header #keyword-search-form i {
	margin-right: 0;
	position: absolute;
	top: 0.25rem;
	right: 1rem;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete {
	background: #ffffff;
	border: none;
	border-radius: 0.25rem;
	box-shadow: none;
	display: none;
	font-size: 0.875rem;
	font-weight: 700;
	left: 0;
	padding: 0.25rem 0.75rem;
	height: 100%;
	max-height: none;
	overflow-y: auto;
	position: relative;
	width: 100% !important;
	box-sizing: border-box;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete li {
	list-style-type: none;
	display: flex;
	align-items: center;
	border: none;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-title-area,
#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-title-category {
	padding: 0.5rem 0;
	background: none;
	font-size: inherit;
	color: inherit;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-parent-category-count,
#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest_cate_area {
	font-weight: 400;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete a {
	color: #7F7F7F;
	padding: 0.5rem 0;
	width: 100%;
	line-height: inherit;
	font-size: 14px !important;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete a:hover,
#global-header #keyword-search-form .suggest_class.ui-autocomplete a:active {
	color: #376DAB;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-parent-category-label,
#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-area-label {
	font-weight: bold;
}

#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-area-count,
#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-parent-category-count,
#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest_cate_area {
	color: #7F7F7F;
	font-size: inherit;
}

#global-header #keyword-search-form .ui-widget-content .ui-state-focus {
	border: none;
	background: none;
	font-weight: normal;
	color: #212121;
	zoom: 0;
	margin: 0;
}

#global-header #keyword_search_dropdown_header,
#global-header #keyword_search_dropdown {
	position: absolute;
	width: 100% !important;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4.5rem 1.5rem 2.5rem 1.5rem;
	background-color: #ffffff;
	padding: 4.5rem 1.5rem 2.5rem 1.5rem;
	background-color: #ffffff;
}

#global-header .ac2020-right-menu {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	z-index: 1050;
	top: 0;
	right: -100%;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
	transition: opacity 0.2s linear, z-index 0.2s 0.5s;
	opacity: 0;
	display: none;
}

#global-header .ac2020-right-menu button.close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 1.5rem;
	right: 0;
	left: auto;
	transform: translateX(0);
	border: 0;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-right: 1.5rem;
	padding: 0;
	z-index: 1050;
}

#global-header .ac2020-right-menu button.close i {
	position: relative;
	top: 1px;
}

#global-header .ac2020-right-menu.show {
	display: block;
	z-index: 1050;
	right: 0px;
	overflow-y: scroll;
	overflow-x: visible;
}

#global-header .ac2020-right-menu.show button.close:hover,
.ac2020-right-menu.show button.close:active {
	background-color: #F4F4F4;
}

#global-header .ac2020-right-menu.animation {
	opacity: 1;
	transition: opacity 0.2s linear;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container {
	padding: 4rem 1.5rem 2.5rem 1.5rem;
	background-color: #ffffff;
	height: 100%;
	height: -webkit-fill-available;
	height: -moz-available;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container .account-management-link>a {
	padding: 0.625rem 0;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container .number {
	color: #7F7F7F;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container .account-link {
	color: #7F7F7F;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container a:hover .number {
	color: #0077D9;
}

#global-header .ac2020-right-menu .ac2020-right-menu-container a:hover .account-link {
	color: #0077D9;
}

#global-header #side_menu_currency_change {
	z-index: 1070;
}

#global-header #side_menu_currency_change.z-index-auto {
	z-index: auto;
}

#global-header .side-menu-currency-container {
	position: static;
}

#global-header .side-menu-currency-overlay {
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1050;
	background: rgba(0, 0, 0, 0.5);
}

#global-header .select_currency_side_menu {
	margin: 60px 24px 40px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #DADADA;
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	width: -webkit-fill-available;
	width: -moz-available;
	z-index: 1060;
}

#global-header .select_currency_side_menu.ha-currency.logged-in {
	bottom: 20px;
}

#global-header .select_currency_side_menu.show {
	display: block !important;
}

#global-header #side_menu_currency_close {
	display: block;
	position: absolute;
	top: -35px;
	color: #FFF;
	text-align: right;
	width: 100%;
}

#global-header .select_currency_side_menu.logged-in #side_menu_currency_close {
	display: block;
}

#global-header #side_menu_currency_close span {
	background-image: url(/_tr/vt/1/img/currency_flag/btn_close.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
	padding: 4px 0 4px 30px;
}

#global-header .dropdown_currency li {
	list-style-type: none;
}

#global-header .select_currency .dropdown_currency {
	position: relative;
	padding: 12px;
	overflow-y: scroll;
	height: 500px;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#global-header .select_currency_side_menu .dropdown_currency {
	padding: 12px;
	overflow-y: scroll;
	height: 100%;
	height: -webkit-fill-available;
	height: -moz-available;
}

#global-header .select_currency .dropdown_currency li a,
#global-header .select_currency_side_menu .dropdown_currency li a {
	border-radius: 4px;
	display: block;
	padding: 12px;
	text-decoration: none;
	color: #7F7F7F;
	margin: 0px;
}

#global-header .select_currency .dropdown_currency li a:hover,
#global-header .select_currency_side_menu .dropdown_currency li a:hover,
#global-header .dropdown_currency li a.selected {
	background: #F2F2F2;
	color: #484848;
}

#global-header .select_currency .dropdown_currency li.border_top,
#global-header .select_currency_side_menu .dropdown_currency li.border_top {
	border-top: 1px solid #E9E9E9;
	margin-top: 10px;
	padding-top: 10px;
}

#global-header .select_currency .dropdown_currency .currency_change_js,
#global-header .select_currency_side_menu .dropdown_currency .currency_change_js {
	display: flex;
	text-align: left;
	line-height: 1.5em;
	align-items: center;
}

#global-header .select_currency .dropdown_currency .currency_change_js img,
#global-header .select_currency_side_menu .dropdown_currency .currency_change_js img {
	height: auto;
	width: 20px;
}

#global-header .select_currency .dropdown_currency .currency_change_js .currency-icon,
#global-header .select_currency_side_menu .dropdown_currency .currency_change_js .currency-icon {
	margin-right: 8px;
}

#global-header .select_currency .dropdown_currency .currency_change_js div:nth-child(3),
#global-header .select_currency_side_menu .dropdown_currency .currency_change_js div:nth-child(3) {
	margin-left: auto;
	font-weight: bold;
	font-size: 15px;
}

#global-header .select_currency .dropdown_currency .currency_change_js div:nth-child(2),
#global-header .select_currency_side_menu .dropdown_currency .currency_change_js div:nth-child(2) {
	margin-left: 0;
	margin-right: auto;
	font-size: 15px;
}

@media screen and (min-width: 576px) {
	#global-header .container {
		width: 528px;
	}

	#global-header .vt-logo img {
		width: 130px;
	}
}

@media screen and (min-width: 768px) {
	#global-header .container {
		width: 688px;
	}
}

@media screen and (min-width: 992px) {
	header {
		border-bottom: 0.0625rem solid #DADADA;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0.75rem;
	}

	#global-header .ha-logo img {
        height: 40px;
        width: auto;
    }

	#global-header .container {
		width: 912px;
	}
	

	#global-header .d-lg-block {
		display: block !important
	}

	#global-header .d-lg-none {
		display: none !important
	}

	#global-header .d-lg-flex {
		display: -webkit-flex;
		display: flex !important;
	}

	#global-header .wishlist-notification {
		margin-left: 1rem;
		bottom: 0.25rem;
	}


	.new_currency_flag {
		cursor: pointer;
	}

	.new_currency_flag:hover .select_currency {
		display: block !important;
	}

	.header-currency-icon {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}

	.select_currency {
		background-color: #FFFFFF;
		border-radius: 4px;
		border: 1px solid #DADADA;
		position: absolute !important;
		display: none;
		left: 0 !important;
		top: 26px !important;
		z-index: 1010;
		transform: translateX(-40%);
		width: 272px !important;
		height: auto !important;
	}

	.select_currency_side_menu {
		margin: 0 !important;
		top: auto !important;
		left: 0 !important;
		width: 100% !important;
	}

	.select_currency_side_menu.logged-in #side_menu_currency_close {
		display: none !important;
	}

	.select_currency_side_menu .dropdown_currency {
		max-height: 350px !important;
		overflow-y: scroll;
	}

	.select_currency_side_menu.logged-in .dropdown_currency {
		max-height: 550px !important;
		overflow-y: scroll;
	}

	#side_menu_currency_change {
		z-index: auto !important;
	}

	#side_menu_currency_change:hover+.select_currency_side_menu,
	.select_currency_side_menu:hover {
		display: block !important;
	}

	.side-menu-currency-container {
		position: relative !important;
	}

	.side-menu-currency-overlay {
		display: none !important;
	}

	#global-header .ac2020-right-menu {
		position: absolute;
		display: none;
		width: 320px !important;
		top: 26px;
		padding-top: 0;
		opacity: 1;
		right: 0;
		left: unset;
		z-index: 1010;
	}

	#global-header .ac2020-right-menu button.close {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 1.25rem;
		right: 0;
		left: auto;
		transform: translateX(0);
		border: 0;
		border-radius: 50%;
		background-color: #ffffff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		margin-right: 1.5rem;
		padding: 0;
		z-index: 1050;
	}

	#global-header .ac2020-right-menu button.close i {
		position: relative;
		top: 1px;
	}

	#global-header .ac2020-right-menu.show {
		display: block;
		overflow-y: visible;
	}

	#global-header .ac2020-right-menu.show button.close:hover,
	#global-header .ac2020-right-menu.show button.close:active {
		background-color: #F4F4F4;
	}

	#global-header .ac2020-right-menu .ac2020-right-menu-container {
		border: 2px solid #DADADA;
		margin-top: -1px;
		height: auto;
		padding-top: 2.5rem;
	}

	#global-header .right-account-menu:hover .ac2020-right-menu {
		display: block;
	}

	#global-header #keyword-search-form .ui-autocomplete-input {
		width: 300px;
		margin-left: 0px;
	}

	#global-header #keyword-search-form .suggest_class.ui-autocomplete {
		border: 1px solid #DADADA;
		box-shadow: 0rem 0rem 0.313rem rgba(0, 0, 0, 0.1);
		max-height: 320px;
	}

	#global-header #keyword-search-form .suggest_class.ui-autocomplete li.suggest-title-area,
	#global-header #keyword-search-form .suggest_class.ui-autocomplete li.suggest-title-category {
		background: transparent;
		color: inherit;
		font-size: 14px;
		font-weight: bold;
		padding: 0.5rem 0;
	}

	#global-header #keyword-search-form .suggest_class.ui-autocomplete li.ui-menu-item {
		font-size: inherit;
	}

	#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-area-count,
	#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest-parent-category-count,
	#global-header #keyword-search-form .suggest_class.ui-autocomplete .suggest_cate_area {
		color: inherit;
		font-size: inherit;
	}

	#global-header .menu-text {
		color: #7F7F7F;
		font-size: 0.875rem;
		line-height: 1.6rem;
	}
}

@media screen and (min-width: 1200px) {
	#global-header .container {
		width: 1220px;
		margin-right: auto;
		margin-left: auto;
	}
}

/* Utility classes */
.h-100 {
    height: 100%;
}

.overflow-hidden {
    overflow: hidden !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.position-relative {
	position: relative !important;
}

.rounded-circle {
	border-radius: 100%;
}

.rounded-4 {
	border-radius: 0.25rem !important;
}

.border-light {
	border: 0.0625rem solid #DADADA !important;
}

.border-dotted-bottom-light {
	border-bottom: 0.0625rem dotted #DADADA;
}

.border-dotted-bottom-gray {
	border-bottom: 0.0625rem dotted #B6B6B6;
}

.btn-w-100 {
	width: 100%;
}

.text-pink {
	color: #E4336B;
}

.text-dark-gray {
	color: #7f7f7f !important;
}

.text-center {
	text-align: center !important;
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.fs-36 {
	font-size: 2.25rem;
	line-height: 2.6rem;
	margin-bottom: .625rem;
	font-weight: 400
}

.fs-32 {
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: .625rem;
	font-weight: 400
}

.fs-24 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: .625rem;
	font-weight: 400
}

.fs-20 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: .5rem;
	font-weight: 400
}

.fs-18 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: .375rem;
	font-weight: 400
}

.fs-16 {
	font-size: 1rem;
	line-height: 1.6rem;
	margin-bottom: .125rem;
	font-weight: 400
}

.fs-14 {
	font-size: .875rem;
	line-height: 1.5rem;
	margin-bottom: .125rem;
	font-weight: 400
}

.fs-13 {
	font-size: 13px;
	line-height: 1.1875rem;
	margin-bottom: .125rem;
	font-weight: 400
}

.fs-12 {
	font-size: .75rem;
	line-height: 1.6rem;
	margin-bottom: .25rem;
	font-weight: 400
}

.custom-select-radiobox-2 .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-radius: .1875rem;
	border: none;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: .375rem .75rem;
	pointer-events: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-selct: none;
	user-select: none
}

.custom-select-radiobox-2 .btn-icon {
	background-color: #fff;
	border: 1px solid #0077d9;
	border-radius: 0;
	color: #484848;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	padding: .5625rem 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-selct: none;
	user-select: none
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

#global-header .mb-0,
#global-header .my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .0625rem !important
}

.mt-1,
.my-1 {
	margin-top: .0625rem !important
}

.mr-1,
.mx-1 {
	margin-right: .0625rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .0625rem !important
}

.ml-1,
.mx-1 {
	margin-left: .0625rem !important
}

.m-2 {
	margin: .125rem !important
}

.mt-2,
.my-2 {
	margin-top: .125rem !important
}

.mr-2,
.mx-2 {
	margin-right: .125rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .125rem !important
}

.ml-2,
.mx-2 {
	margin-left: .125rem !important
}

.m-4 {
	margin: .25rem !important
}

.mt-4,
.my-4 {
	margin-top: .25rem !important
}

.mr-4,
.mx-4 {
	margin-right: .25rem !important
}

.mb-4,
.my-4 {
	margin-bottom: .25rem !important
}

.ml-4,
.mx-4 {
	margin-left: .25rem !important
}

.m-6 {
	margin: .375rem !important
}

.mt-6,
.my-6 {
	margin-top: .375rem !important
}

.mr-6,
.mx-6 {
	margin-right: .375rem !important
}

.mb-6,
.my-6 {
	margin-bottom: .375rem !important
}

.ml-6,
.mx-6 {
	margin-left: .375rem !important
}

.m-8 {
	margin: .5rem !important
}

.mt-8,
.my-8 {
	margin-top: .5rem !important
}

.mr-8,
.mx-8 {
	margin-right: .5rem !important
}

.mb-8,
.my-8 {
	margin-bottom: .5rem !important
}

.ml-8,
.mx-8 {
	margin-left: .5rem !important
}

.m-12 {
	margin: .75rem !important
}

.mt-12,
.my-12 {
	margin-top: .75rem !important
}

.mr-12,
.mx-12 {
	margin-right: .75rem !important
}

.mb-12,
.my-12 {
	margin-bottom: .75rem !important
}

.ml-12,
.mx-12 {
	margin-left: .75rem !important
}

.m-14 {
	margin: .875rem !important
}

.mt-14,
.my-14 {
	margin-top: .875rem !important
}

.mr-14,
.mx-14 {
	margin-right: .875rem !important
}

.mb-14,
.my-14 {
	margin-bottom: .875rem !important
}

.ml-14,
.mx-14 {
	margin-left: .875rem !important
}

.m-16 {
	margin: 1rem !important
}

.mt-16,
.my-16 {
	margin-top: 1rem !important
}

.mr-16,
.mx-16 {
	margin-right: 1rem !important
}

.mb-16,
.my-16 {
	margin-bottom: 1rem !important
}

.ml-16,
.mx-16 {
	margin-left: 1rem !important
}

.m-20 {
	margin: 1.25rem !important
}

.mt-20,
.my-20 {
	margin-top: 1.25rem !important
}

.mr-20,
.mx-20 {
	margin-right: 1.25rem !important
}

.mb-20,
.my-20 {
	margin-bottom: 1.25rem !important
}

.ml-20,
.mx-20 {
	margin-left: 1.25rem !important
}

.m-24 {
	margin: 1.5rem !important
}

.mt-24,
.my-24 {
	margin-top: 1.5rem !important
}

.mr-24,
.mx-24 {
	margin-right: 1.5rem !important
}

.mb-24,
.my-24 {
	margin-bottom: 1.5rem !important
}

.ml-24,
.mx-24 {
	margin-left: 1.5rem !important
}

.m-26 {
	margin: 1.625rem !important
}

.mt-26,
.my-26 {
	margin-top: 1.625rem !important
}

.mr-26,
.mx-26 {
	margin-right: 1.625rem !important
}

.mb-26,
.my-26 {
	margin-bottom: 1.625rem !important
}

.ml-26,
.mx-26 {
	margin-left: 1.625rem !important
}

.m-28 {
	margin: 1.75rem !important
}

.mt-28,
.my-28 {
	margin-top: 1.75rem !important
}

.mr-28,
.mx-28 {
	margin-right: 1.75rem !important
}

.mb-28,
.my-28 {
	margin-bottom: 1.75rem !important
}

.ml-28,
.mx-28 {
	margin-left: 1.75rem !important
}

.m-32 {
	margin: 2rem !important
}

.mt-32,
.my-32 {
	margin-top: 2rem !important
}

.mr-32,
.mx-32 {
	margin-right: 2rem !important
}

.mb-32,
.my-32 {
	margin-bottom: 2rem !important
}

.ml-32,
.mx-32 {
	margin-left: 2rem !important
}

.m-36 {
	margin: 2.25rem !important
}

.mt-36,
.my-36 {
	margin-top: 2.25rem !important
}

.mr-36,
.mx-36 {
	margin-right: 2.25rem !important
}

.mb-36,
.my-36 {
	margin-bottom: 2.25rem !important
}

.ml-36,
.mx-36 {
	margin-left: 2.25rem !important
}

.m-40 {
	margin: 2.5rem !important
}

.mt-40,
.my-40 {
	margin-top: 2.5rem !important
}

.mr-40,
.mx-40 {
	margin-right: 2.5rem !important
}

.mb-40,
.my-40 {
	margin-bottom: 2.5rem !important
}

.ml-40,
.mx-40 {
	margin-left: 2.5rem !important
}

.m-44 {
	margin: 2.75rem !important
}

.mt-44,
.my-44 {
	margin-top: 2.75rem !important
}

.mr-44,
.mx-44 {
	margin-right: 2.75rem !important
}

.mb-44,
.my-44 {
	margin-bottom: 2.75rem !important
}

.ml-44,
.mx-44 {
	margin-left: 2.75rem !important
}

.m-48 {
	margin: 3rem !important
}

.mt-48,
.my-48 {
	margin-top: 3rem !important
}

.mr-48,
.mx-48 {
	margin-right: 3rem !important
}

.mb-48,
.my-48 {
	margin-bottom: 3rem !important
}

.ml-48,
.mx-48 {
	margin-left: 3rem !important
}

.m-52 {
	margin: 3.25rem !important
}

.mt-52,
.my-52 {
	margin-top: 3.25rem !important
}

.mr-52,
.mx-52 {
	margin-right: 3.25rem !important
}

.mb-52,
.my-52 {
	margin-bottom: 3.25rem !important
}

.ml-52,
.mx-52 {
	margin-left: 3.25rem !important
}

.m-56 {
	margin: 3.5rem !important
}

.mt-56,
.my-56 {
	margin-top: 3.5rem !important
}

.mr-56,
.mx-56 {
	margin-right: 3.5rem !important
}

.mb-56,
.my-56 {
	margin-bottom: 3.5rem !important
}

.ml-56,
.mx-56 {
	margin-left: 3.5rem !important
}

.m-60 {
	margin: 3.75rem !important
}

.mt-60,
.my-60 {
	margin-top: 3.75rem !important
}

.mr-60,
.mx-60 {
	margin-right: 3.75rem !important
}

.mb-60,
.my-60 {
	margin-bottom: 3.75rem !important
}

.ml-60,
.mx-60 {
	margin-left: 3.75rem !important
}

.m-64 {
	margin: 4rem !important
}

.mt-64,
.my-64 {
	margin-top: 4rem !important
}

.mr-64,
.mx-64 {
	margin-right: 4rem !important
}

.mb-64,
.my-64 {
	margin-bottom: 4rem !important
}

.ml-64,
.mx-64 {
	margin-left: 4rem !important
}

.m-68 {
	margin: 4.25rem !important
}

.mt-68,
.my-68 {
	margin-top: 4.25rem !important
}

.mr-68,
.mx-68 {
	margin-right: 4.25rem !important
}

.mb-68,
.my-68 {
	margin-bottom: 4.25rem !important
}

.ml-68,
.mx-68 {
	margin-left: 4.25rem !important
}

.m-72 {
	margin: 4.5rem !important
}

.mt-72,
.my-72 {
	margin-top: 4.5rem !important
}

.mr-72,
.mx-72 {
	margin-right: 4.5rem !important
}

.mb-72,
.my-72 {
	margin-bottom: 4.5rem !important
}

.ml-72,
.mx-72 {
	margin-left: 4.5rem !important
}

.m-76 {
	margin: 5.42rem !important
}

.mt-76,
.my-76 {
	margin-top: 5.42rem !important
}

.mr-76,
.mx-76 {
	margin-right: 5.42rem !important
}

.mb-76,
.my-76 {
	margin-bottom: 5.42rem !important
}

.ml-76,
.mx-76 {
	margin-left: 5.42rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .0625rem !important
}

.pt-1,
.py-1 {
	padding-top: .0625rem !important
}

.pr-1,
.px-1 {
	padding-right: .0625rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .0625rem !important
}

.pl-1,
.px-1 {
	padding-left: .0625rem !important
}

.p-2 {
	padding: .125rem !important
}

.pt-2,
.py-2 {
	padding-top: .125rem !important
}

.pr-2,
.px-2 {
	padding-right: .125rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .125rem !important
}

.pl-2,
.px-2 {
	padding-left: .125rem !important
}

.p-4 {
	padding: .25rem !important
}

.pt-4,
.py-4 {
	padding-top: .25rem !important
}

.pr-4,
.px-4 {
	padding-right: .25rem !important
}

.pb-4,
.py-4 {
	padding-bottom: .25rem !important
}

.pl-4,
.px-4 {
	padding-left: .25rem !important
}

.p-6 {
	padding: .375rem !important
}

.pt-6,
.py-6 {
	padding-top: .375rem !important
}

.pr-6,
.px-6 {
	padding-right: .375rem !important
}

.pb-6,
.py-6 {
	padding-bottom: .375rem !important
}

.pl-6,
.px-6 {
	padding-left: .375rem !important
}

.p-8 {
	padding: .5rem !important
}

.pt-8,
.py-8 {
	padding-top: .5rem !important
}

.pr-8,
.px-8 {
	padding-right: .5rem !important
}

.pb-8,
.py-8 {
	padding-bottom: .5rem !important
}

.pl-8,
.px-8 {
	padding-left: .5rem !important
}

.p-12 {
	padding: .75rem !important
}

.pt-12,
.py-12 {
	padding-top: .75rem !important
}

.pr-12,
.px-12 {
	padding-right: .75rem !important
}

.pb-12,
.py-12 {
	padding-bottom: .75rem !important
}

.pl-12,
.px-12 {
	padding-left: .75rem !important
}

.p-14 {
	padding: .875rem !important
}

.pt-14,
.py-14 {
	padding-top: .875rem !important
}

.pr-14,
.px-14 {
	padding-right: .875rem !important
}

.pb-14,
.py-14 {
	padding-bottom: .875rem !important
}

.pl-14,
.px-14 {
	padding-left: .875rem !important
}

.p-16 {
	padding: 1rem !important
}

.pt-16,
.py-16 {
	padding-top: 1rem !important
}

.pr-16,
.px-16 {
	padding-right: 1rem !important
}

.pb-16,
.py-16 {
	padding-bottom: 1rem !important
}

.pl-16,
.px-16 {
	padding-left: 1rem !important
}

.p-20 {
	padding: 1.25rem !important
}

.pt-20,
.py-20 {
	padding-top: 1.25rem !important
}

.pr-20,
.px-20 {
	padding-right: 1.25rem !important
}

.pb-20,
.py-20 {
	padding-bottom: 1.25rem !important
}

.pl-20,
.px-20 {
	padding-left: 1.25rem !important
}

.p-24 {
	padding: 1.5rem !important
}

.pt-24,
.py-24 {
	padding-top: 1.5rem !important
}

.pr-24,
.px-24 {
	padding-right: 1.5rem !important
}

.pb-24,
.py-24 {
	padding-bottom: 1.5rem !important
}

.pl-24,
.px-24 {
	padding-left: 1.5rem !important
}

.p-26 {
	padding: 1.625rem !important
}

.pt-26,
.py-26 {
	padding-top: 1.625rem !important
}

.pr-26,
.px-26 {
	padding-right: 1.625rem !important
}

.pb-26,
.py-26 {
	padding-bottom: 1.625rem !important
}

.pl-26,
.px-26 {
	padding-left: 1.625rem !important
}

.p-28 {
	padding: 1.75rem !important
}

.pt-28,
.py-28 {
	padding-top: 1.75rem !important
}

.pr-28,
.px-28 {
	padding-right: 1.75rem !important
}

.pb-28,
.py-28 {
	padding-bottom: 1.75rem !important
}

.pl-28,
.px-28 {
	padding-left: 1.75rem !important
}

.p-32 {
	padding: 2rem !important
}

.pt-32,
.py-32 {
	padding-top: 2rem !important
}

.pr-32,
.px-32 {
	padding-right: 2rem !important
}

.pb-32,
.py-32 {
	padding-bottom: 2rem !important
}

.pl-32,
.px-32 {
	padding-left: 2rem !important
}

.p-36 {
	padding: 2.25rem !important
}

.pt-36,
.py-36 {
	padding-top: 2.25rem !important
}

.pr-36,
.px-36 {
	padding-right: 2.25rem !important
}

.pb-36,
.py-36 {
	padding-bottom: 2.25rem !important
}

.pl-36,
.px-36 {
	padding-left: 2.25rem !important
}

.p-40 {
	padding: 2.5rem !important
}

.pt-40,
.py-40 {
	padding-top: 2.5rem !important
}

.pr-40,
.px-40 {
	padding-right: 2.5rem !important
}

.pb-40,
.py-40 {
	padding-bottom: 2.5rem !important
}

.pl-40,
.px-40 {
	padding-left: 2.5rem !important
}

.p-44 {
	padding: 2.75rem !important
}

.pt-44,
.py-44 {
	padding-top: 2.75rem !important
}

.pr-44,
.px-44 {
	padding-right: 2.75rem !important
}

.pb-44,
.py-44 {
	padding-bottom: 2.75rem !important
}

.pl-44,
.px-44 {
	padding-left: 2.75rem !important
}

.p-48 {
	padding: 3rem !important
}

.pt-48,
.py-48 {
	padding-top: 3rem !important
}

.pr-48,
.px-48 {
	padding-right: 3rem !important
}

.pb-48,
.py-48 {
	padding-bottom: 3rem !important
}

.pl-48,
.px-48 {
	padding-left: 3rem !important
}

.p-52 {
	padding: 3.25rem !important
}

.pt-52,
.py-52 {
	padding-top: 3.25rem !important
}

.pr-52,
.px-52 {
	padding-right: 3.25rem !important
}

.pb-52,
.py-52 {
	padding-bottom: 3.25rem !important
}

.pl-52,
.px-52 {
	padding-left: 3.25rem !important
}

.p-56 {
	padding: 3.5rem !important
}

.pt-56,
.py-56 {
	padding-top: 3.5rem !important
}

.pr-56,
.px-56 {
	padding-right: 3.5rem !important
}

.pb-56,
.py-56 {
	padding-bottom: 3.5rem !important
}

.pl-56,
.px-56 {
	padding-left: 3.5rem !important
}

.p-60 {
	padding: 3.75rem !important
}

.pt-60,
.py-60 {
	padding-top: 3.75rem !important
}

.pr-60,
.px-60 {
	padding-right: 3.75rem !important
}

.pb-60,
.py-60 {
	padding-bottom: 3.75rem !important
}

.pl-60,
.px-60 {
	padding-left: 3.75rem !important
}

.p-64 {
	padding: 4rem !important
}

.pt-64,
.py-64 {
	padding-top: 4rem !important
}

.pr-64,
.px-64 {
	padding-right: 4rem !important
}

.pb-64,
.py-64 {
	padding-bottom: 4rem !important
}

.pl-64,
.px-64 {
	padding-left: 4rem !important
}

.p-68 {
	padding: 4.25rem !important
}

.pt-68,
.py-68 {
	padding-top: 4.25rem !important
}

.pr-68,
.px-68 {
	padding-right: 4.25rem !important
}

.pb-68,
.py-68 {
	padding-bottom: 4.25rem !important
}

.pl-68,
.px-68 {
	padding-left: 4.25rem !important
}

.p-72 {
	padding: 4.5rem !important
}

.pt-72,
.py-72 {
	padding-top: 4.5rem !important
}

.pr-72,
.px-72 {
	padding-right: 4.5rem !important
}

.pb-72,
.py-72 {
	padding-bottom: 4.5rem !important
}

.pl-72,
.px-72 {
	padding-left: 4.5rem !important
}

.p-76 {
	padding: 5.42rem !important
}

.pt-76,
.py-76 {
	padding-top: 5.42rem !important
}

.pr-76,
.px-76 {
	padding-right: 5.42rem !important
}

.pb-76,
.py-76 {
	padding-bottom: 5.42rem !important
}

.pl-76,
.px-76 {
	padding-left: 5.42rem !important
}

@media screen and (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .0625rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .0625rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .0625rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .0625rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .0625rem !important
	}

	.m-lg-2 {
		margin: .125rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .125rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .125rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .125rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .125rem !important
	}

	.m-lg-4 {
		margin: .25rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: .25rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: .25rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: .25rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: .25rem !important
	}

	.m-lg-6 {
		margin: .375rem !important
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: .375rem !important
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: .375rem !important
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: .375rem !important
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: .375rem !important
	}

	.m-lg-8 {
		margin: .5rem !important
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top: .5rem !important
	}

	.mr-lg-8,
	.mx-lg-8 {
		margin-right: .5rem !important
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: .5rem !important
	}

	.ml-lg-8,
	.mx-lg-8 {
		margin-left: .5rem !important
	}

	.m-lg-12 {
		margin: .75rem !important
	}

	.mt-lg-12,
	.my-lg-12 {
		margin-top: .75rem !important
	}

	.mr-lg-12,
	.mx-lg-12 {
		margin-right: .75rem !important
	}

	.mb-lg-12,
	.my-lg-12 {
		margin-bottom: .75rem !important
	}

	.ml-lg-12,
	.mx-lg-12 {
		margin-left: .75rem !important
	}

	.m-lg-14 {
		margin: .875rem !important
	}

	.mt-lg-14,
	.my-lg-14 {
		margin-top: .875rem !important
	}

	.mr-lg-14,
	.mx-lg-14 {
		margin-right: .875rem !important
	}

	.mb-lg-14,
	.my-lg-14 {
		margin-bottom: .875rem !important
	}

	.ml-lg-14,
	.mx-lg-14 {
		margin-left: .875rem !important
	}

	.m-lg-16 {
		margin: 1rem !important
	}

	.mt-lg-16,
	.my-lg-16 {
		margin-top: 1rem !important
	}

	.mr-lg-16,
	.mx-lg-16 {
		margin-right: 1rem !important
	}

	.mb-lg-16,
	.my-lg-16 {
		margin-bottom: 1rem !important
	}

	.ml-lg-16,
	.mx-lg-16 {
		margin-left: 1rem !important
	}

	.m-lg-20 {
		margin: 1.25rem !important
	}

	.mt-lg-20,
	.my-lg-20 {
		margin-top: 1.25rem !important
	}

	.mr-lg-20,
	.mx-lg-20 {
		margin-right: 1.25rem !important
	}

	.mb-lg-20,
	.my-lg-20 {
		margin-bottom: 1.25rem !important
	}

	.ml-lg-20,
	.mx-lg-20 {
		margin-left: 1.25rem !important
	}

	.m-lg-24 {
		margin: 1.5rem !important
	}

	.mt-lg-24,
	.my-lg-24 {
		margin-top: 1.5rem !important
	}

	.mr-lg-24,
	.mx-lg-24 {
		margin-right: 1.5rem !important
	}

	.mb-lg-24,
	.my-lg-24 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-24,
	.mx-lg-24 {
		margin-left: 1.5rem !important
	}

	.m-lg-26 {
		margin: 1.625rem !important
	}

	.mt-lg-26,
	.my-lg-26 {
		margin-top: 1.625rem !important
	}

	.mr-lg-26,
	.mx-lg-26 {
		margin-right: 1.625rem !important
	}

	.mb-lg-26,
	.my-lg-26 {
		margin-bottom: 1.625rem !important
	}

	.ml-lg-26,
	.mx-lg-26 {
		margin-left: 1.625rem !important
	}

	.m-lg-28 {
		margin: 1.75rem !important
	}

	.mt-lg-28,
	.my-lg-28 {
		margin-top: 1.75rem !important
	}

	.mr-lg-28,
	.mx-lg-28 {
		margin-right: 1.75rem !important
	}

	.mb-lg-28,
	.my-lg-28 {
		margin-bottom: 1.75rem !important
	}

	.ml-lg-28,
	.mx-lg-28 {
		margin-left: 1.75rem !important
	}

	.m-lg-32 {
		margin: 2rem !important
	}

	.mt-lg-32,
	.my-lg-32 {
		margin-top: 2rem !important
	}

	.mr-lg-32,
	.mx-lg-32 {
		margin-right: 2rem !important
	}

	.mb-lg-32,
	.my-lg-32 {
		margin-bottom: 2rem !important
	}

	.ml-lg-32,
	.mx-lg-32 {
		margin-left: 2rem !important
	}

	.m-lg-36 {
		margin: 2.25rem !important
	}

	.mt-lg-36,
	.my-lg-36 {
		margin-top: 2.25rem !important
	}

	.mr-lg-36,
	.mx-lg-36 {
		margin-right: 2.25rem !important
	}

	.mb-lg-36,
	.my-lg-36 {
		margin-bottom: 2.25rem !important
	}

	.ml-lg-36,
	.mx-lg-36 {
		margin-left: 2.25rem !important
	}

	.m-lg-40 {
		margin: 2.5rem !important
	}

	.mt-lg-40,
	.my-lg-40 {
		margin-top: 2.5rem !important
	}

	.mr-lg-40,
	.mx-lg-40 {
		margin-right: 2.5rem !important
	}

	.mb-lg-40,
	.my-lg-40 {
		margin-bottom: 2.5rem !important
	}

	.ml-lg-40,
	.mx-lg-40 {
		margin-left: 2.5rem !important
	}

	.m-lg-44 {
		margin: 2.75rem !important
	}

	.mt-lg-44,
	.my-lg-44 {
		margin-top: 2.75rem !important
	}

	.mr-lg-44,
	.mx-lg-44 {
		margin-right: 2.75rem !important
	}

	.mb-lg-44,
	.my-lg-44 {
		margin-bottom: 2.75rem !important
	}

	.ml-lg-44,
	.mx-lg-44 {
		margin-left: 2.75rem !important
	}

	.m-lg-48 {
		margin: 3rem !important
	}

	.mt-lg-48,
	.my-lg-48 {
		margin-top: 3rem !important
	}

	.mr-lg-48,
	.mx-lg-48 {
		margin-right: 3rem !important
	}

	.mb-lg-48,
	.my-lg-48 {
		margin-bottom: 3rem !important
	}

	.ml-lg-48,
	.mx-lg-48 {
		margin-left: 3rem !important
	}

	.m-lg-52 {
		margin: 3.25rem !important
	}

	.mt-lg-52,
	.my-lg-52 {
		margin-top: 3.25rem !important
	}

	.mr-lg-52,
	.mx-lg-52 {
		margin-right: 3.25rem !important
	}

	.mb-lg-52,
	.my-lg-52 {
		margin-bottom: 3.25rem !important
	}

	.ml-lg-52,
	.mx-lg-52 {
		margin-left: 3.25rem !important
	}

	.m-lg-56 {
		margin: 3.5rem !important
	}

	.mt-lg-56,
	.my-lg-56 {
		margin-top: 3.5rem !important
	}

	.mr-lg-56,
	.mx-lg-56 {
		margin-right: 3.5rem !important
	}

	.mb-lg-56,
	.my-lg-56 {
		margin-bottom: 3.5rem !important
	}

	.ml-lg-56,
	.mx-lg-56 {
		margin-left: 3.5rem !important
	}

	.m-lg-60 {
		margin: 3.75rem !important
	}

	.mt-lg-60,
	.my-lg-60 {
		margin-top: 3.75rem !important
	}

	.mr-lg-60,
	.mx-lg-60 {
		margin-right: 3.75rem !important
	}

	.mb-lg-60,
	.my-lg-60 {
		margin-bottom: 3.75rem !important
	}

	.ml-lg-60,
	.mx-lg-60 {
		margin-left: 3.75rem !important
	}

	.m-lg-64 {
		margin: 4rem !important
	}

	.mt-lg-64,
	.my-lg-64 {
		margin-top: 4rem !important
	}

	.mr-lg-64,
	.mx-lg-64 {
		margin-right: 4rem !important
	}

	.mb-lg-64,
	.my-lg-64 {
		margin-bottom: 4rem !important
	}

	.ml-lg-64,
	.mx-lg-64 {
		margin-left: 4rem !important
	}

	.m-lg-68 {
		margin: 4.25rem !important
	}

	.mt-lg-68,
	.my-lg-68 {
		margin-top: 4.25rem !important
	}

	.mr-lg-68,
	.mx-lg-68 {
		margin-right: 4.25rem !important
	}

	.mb-lg-68,
	.my-lg-68 {
		margin-bottom: 4.25rem !important
	}

	.ml-lg-68,
	.mx-lg-68 {
		margin-left: 4.25rem !important
	}

	.m-lg-72 {
		margin: 4.5rem !important
	}

	.mt-lg-72,
	.my-lg-72 {
		margin-top: 4.5rem !important
	}

	.mr-lg-72,
	.mx-lg-72 {
		margin-right: 4.5rem !important
	}

	.mb-lg-72,
	.my-lg-72 {
		margin-bottom: 4.5rem !important
	}

	.ml-lg-72,
	.mx-lg-72 {
		margin-left: 4.5rem !important
	}

	.m-lg-76 {
		margin: 5.42rem !important
	}

	.mt-lg-76,
	.my-lg-76 {
		margin-top: 5.42rem !important
	}

	.mr-lg-76,
	.mx-lg-76 {
		margin-right: 5.42rem !important
	}

	.mb-lg-76,
	.my-lg-76 {
		margin-bottom: 5.42rem !important
	}

	.ml-lg-76,
	.mx-lg-76 {
		margin-left: 5.42rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .0625rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .0625rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .0625rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .0625rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .0625rem !important
	}

	.p-lg-2 {
		padding: .125rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .125rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .125rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .125rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .125rem !important
	}

	.p-lg-4 {
		padding: .25rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: .25rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: .25rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: .25rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: .25rem !important
	}

	.p-lg-6 {
		padding: .375rem !important
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: .375rem !important
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: .375rem !important
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: .375rem !important
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: .375rem !important
	}

	.p-lg-8 {
		padding: .5rem !important
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top: .5rem !important
	}

	.pr-lg-8,
	.px-lg-8 {
		padding-right: .5rem !important
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: .5rem !important
	}

	.pl-lg-8,
	.px-lg-8 {
		padding-left: .5rem !important
	}

	.p-lg-12 {
		padding: .75rem !important
	}

	.pt-lg-12,
	.py-lg-12 {
		padding-top: .75rem !important
	}

	.pr-lg-12,
	.px-lg-12 {
		padding-right: .75rem !important
	}

	.pb-lg-12,
	.py-lg-12 {
		padding-bottom: .75rem !important
	}

	.pl-lg-12,
	.px-lg-12 {
		padding-left: .75rem !important
	}

	.p-lg-14 {
		padding: .875rem !important
	}

	.pt-lg-14,
	.py-lg-14 {
		padding-top: .875rem !important
	}

	.pr-lg-14,
	.px-lg-14 {
		padding-right: .875rem !important
	}

	.pb-lg-14,
	.py-lg-14 {
		padding-bottom: .875rem !important
	}

	.pl-lg-14,
	.px-lg-14 {
		padding-left: .875rem !important
	}

	.p-lg-16 {
		padding: 1rem !important
	}

	.pt-lg-16,
	.py-lg-16 {
		padding-top: 1rem !important
	}

	.pr-lg-16,
	.px-lg-16 {
		padding-right: 1rem !important
	}

	.pb-lg-16,
	.py-lg-16 {
		padding-bottom: 1rem !important
	}

	.pl-lg-16,
	.px-lg-16 {
		padding-left: 1rem !important
	}

	.p-lg-20 {
		padding: 1.25rem !important
	}

	.pt-lg-20,
	.py-lg-20 {
		padding-top: 1.25rem !important
	}

	.pr-lg-20,
	.px-lg-20 {
		padding-right: 1.25rem !important
	}

	.pb-lg-20,
	.py-lg-20 {
		padding-bottom: 1.25rem !important
	}

	.pl-lg-20,
	.px-lg-20 {
		padding-left: 1.25rem !important
	}

	.p-lg-24 {
		padding: 1.5rem !important
	}

	.pt-lg-24,
	.py-lg-24 {
		padding-top: 1.5rem !important
	}

	.pr-lg-24,
	.px-lg-24 {
		padding-right: 1.5rem !important
	}

	.pb-lg-24,
	.py-lg-24 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-24,
	.px-lg-24 {
		padding-left: 1.5rem !important
	}

	.p-lg-26 {
		padding: 1.625rem !important
	}

	.pt-lg-26,
	.py-lg-26 {
		padding-top: 1.625rem !important
	}

	.pr-lg-26,
	.px-lg-26 {
		padding-right: 1.625rem !important
	}

	.pb-lg-26,
	.py-lg-26 {
		padding-bottom: 1.625rem !important
	}

	.pl-lg-26,
	.px-lg-26 {
		padding-left: 1.625rem !important
	}

	.p-lg-28 {
		padding: 1.75rem !important
	}

	.pt-lg-28,
	.py-lg-28 {
		padding-top: 1.75rem !important
	}

	.pr-lg-28,
	.px-lg-28 {
		padding-right: 1.75rem !important
	}

	.pb-lg-28,
	.py-lg-28 {
		padding-bottom: 1.75rem !important
	}

	.pl-lg-28,
	.px-lg-28 {
		padding-left: 1.75rem !important
	}

	.p-lg-32 {
		padding: 2rem !important
	}

	.pt-lg-32,
	.py-lg-32 {
		padding-top: 2rem !important
	}

	.pr-lg-32,
	.px-lg-32 {
		padding-right: 2rem !important
	}

	.pb-lg-32,
	.py-lg-32 {
		padding-bottom: 2rem !important
	}

	.pl-lg-32,
	.px-lg-32 {
		padding-left: 2rem !important
	}

	.p-lg-36 {
		padding: 2.25rem !important
	}

	.pt-lg-36,
	.py-lg-36 {
		padding-top: 2.25rem !important
	}

	.pr-lg-36,
	.px-lg-36 {
		padding-right: 2.25rem !important
	}

	.pb-lg-36,
	.py-lg-36 {
		padding-bottom: 2.25rem !important
	}

	.pl-lg-36,
	.px-lg-36 {
		padding-left: 2.25rem !important
	}

	.p-lg-40 {
		padding: 2.5rem !important
	}

	.pt-lg-40,
	.py-lg-40 {
		padding-top: 2.5rem !important
	}

	.pr-lg-40,
	.px-lg-40 {
		padding-right: 2.5rem !important
	}

	.pb-lg-40,
	.py-lg-40 {
		padding-bottom: 2.5rem !important
	}

	.pl-lg-40,
	.px-lg-40 {
		padding-left: 2.5rem !important
	}

	.p-lg-44 {
		padding: 2.75rem !important
	}

	.pt-lg-44,
	.py-lg-44 {
		padding-top: 2.75rem !important
	}

	.pr-lg-44,
	.px-lg-44 {
		padding-right: 2.75rem !important
	}

	.pb-lg-44,
	.py-lg-44 {
		padding-bottom: 2.75rem !important
	}

	.pl-lg-44,
	.px-lg-44 {
		padding-left: 2.75rem !important
	}

	.p-lg-48 {
		padding: 3rem !important
	}

	.pt-lg-48,
	.py-lg-48 {
		padding-top: 3rem !important
	}

	.pr-lg-48,
	.px-lg-48 {
		padding-right: 3rem !important
	}

	.pb-lg-48,
	.py-lg-48 {
		padding-bottom: 3rem !important
	}

	.pl-lg-48,
	.px-lg-48 {
		padding-left: 3rem !important
	}

	.p-lg-52 {
		padding: 3.25rem !important
	}

	.pt-lg-52,
	.py-lg-52 {
		padding-top: 3.25rem !important
	}

	.pr-lg-52,
	.px-lg-52 {
		padding-right: 3.25rem !important
	}

	.pb-lg-52,
	.py-lg-52 {
		padding-bottom: 3.25rem !important
	}

	.pl-lg-52,
	.px-lg-52 {
		padding-left: 3.25rem !important
	}

	.p-lg-56 {
		padding: 3.5rem !important
	}

	.pt-lg-56,
	.py-lg-56 {
		padding-top: 3.5rem !important
	}

	.pr-lg-56,
	.px-lg-56 {
		padding-right: 3.5rem !important
	}

	.pb-lg-56,
	.py-lg-56 {
		padding-bottom: 3.5rem !important
	}

	.pl-lg-56,
	.px-lg-56 {
		padding-left: 3.5rem !important
	}

	.p-lg-60 {
		padding: 3.75rem !important
	}

	.pt-lg-60,
	.py-lg-60 {
		padding-top: 3.75rem !important
	}

	.pr-lg-60,
	.px-lg-60 {
		padding-right: 3.75rem !important
	}

	.pb-lg-60,
	.py-lg-60 {
		padding-bottom: 3.75rem !important
	}

	.pl-lg-60,
	.px-lg-60 {
		padding-left: 3.75rem !important
	}

	.p-lg-64 {
		padding: 4rem !important
	}

	.pt-lg-64,
	.py-lg-64 {
		padding-top: 4rem !important
	}

	.pr-lg-64,
	.px-lg-64 {
		padding-right: 4rem !important
	}

	.pb-lg-64,
	.py-lg-64 {
		padding-bottom: 4rem !important
	}

	.pl-lg-64,
	.px-lg-64 {
		padding-left: 4rem !important
	}

	.p-lg-68 {
		padding: 4.25rem !important
	}

	.pt-lg-68,
	.py-lg-68 {
		padding-top: 4.25rem !important
	}

	.pr-lg-68,
	.px-lg-68 {
		padding-right: 4.25rem !important
	}

	.pb-lg-68,
	.py-lg-68 {
		padding-bottom: 4.25rem !important
	}

	.pl-lg-68,
	.px-lg-68 {
		padding-left: 4.25rem !important
	}

	.p-lg-72 {
		padding: 4.5rem !important
	}

	.pt-lg-72,
	.py-lg-72 {
		padding-top: 4.5rem !important
	}

	.pr-lg-72,
	.px-lg-72 {
		padding-right: 4.5rem !important
	}

	.pb-lg-72,
	.py-lg-72 {
		padding-bottom: 4.5rem !important
	}

	.pl-lg-72,
	.px-lg-72 {
		padding-left: 4.5rem !important
	}

	.p-lg-76 {
		padding: 5.42rem !important
	}

	.pt-lg-76,
	.py-lg-76 {
		padding-top: 5.42rem !important
	}

	.pr-lg-76,
	.px-lg-76 {
		padding-right: 5.42rem !important
	}

	.pb-lg-76,
	.py-lg-76 {
		padding-bottom: 5.42rem !important
	}

	.pl-lg-76,
	.px-lg-76 {
		padding-left: 5.42rem !important
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	#global-header [class^=col-] {
		flex: 0 0 auto
	}

	#global-header [class*=offset-] {
		flex: 0 auto
	}
}