html,
body {
	font-size: 16px;
	font-family: Hind Siliguri, Helvetica, Arial, sans-serif;
	color: #404658;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
span,
label,
pre {
	z-index: 1;
	transition: font-size 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9), opacity 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9), color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9), background-color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	line-height: 1.5;
	font-weight: 600;
	font-family: Poppins, Helvetica, Arial, sans-serif;
}

p {
	margin-top: 0;
	font-size: 1rem;
	margin-bottom: 1.25rem;
}

span,
label,
pre,
li,
a {
	line-height: 1.5;
	position: relative;
}

a {
	font-weight: inherit;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	align-items: center;
}

a:hover,
a:focus {
	color: #58c8e7;
}

a > [class^=icon-],
a > [class*=icon-] {
	text-decoration: none;
	margin: 0 0.35rem;
}

a:not([class]) {
	font-weight: 500;
	text-decoration: underline;
}

a:not([class]):hover,
a:not([class]):focus {
	color: #58c8e7;
	border-color: currentColor;
}

a.hoverable {
	opacity: 1;
	transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.hoverable:hover,
a.hoverable:focus {
	opacity: 0.5;
}

a.glide {
	display: inline-flex;
	align-items: center;
	padding: 4px 0;
}

a.glide:focus::after,
a.glide:hover::after {
	transform: scaleX(1);
}

a.glide::after {
	transition-duration: 0.45s;
	transform-origin: left;
	transition-timing-function: cubic-bezier(0.6, 0.05, 0.4, 0.9);
	transition-property: transform;
	content: "";
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	background-color: currentColor;
}

a.glide.circle > [class^=icon-],
a.glide.circle > [class*=" icon-"] {
	transition: background-color 0.15s, color 0.15s, transform 0.15s cubic-bezier(0, 1, 0.5, 1);
	transform: translateX(0) rotate(0deg);
}

a.glide.circle > [class^=icon-],
a.glide.circle > [class*=" icon-"] {
	background-color: #fff;
	color: #131416;
	height: 38px;
	width: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

a.glide.circle:hover > em,
a.glide.circle:focus > em {
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
	transform: translateX(0.5rem) rotate(90deg);
	background-color: #2cb9e0;
	color: #fff;
}

a.glide:hover,
a.glide:focus {
	color: #2cb9e0;
}

.subtitle {
	color: inherit;
	font-weight: 400;
	margin-bottom: 0.5rem;
	font-size: 1.15rem;
}

.superheading {
	line-height: 1.25rem;
	font-weight: 600 !important;
	font-size: 0.875rem !important;
	text-transform: uppercase;
	margin-bottom: 0.75rem !important;
	letter-spacing: 0.025rem !important;
}

.color-primary {
	color: #2d459b;
}

.color-tertiary {
	color: #2cb9e0;
}

.color-secondary {
	color: #5d83bb;
}

.color-bluetiful {
	color: #1d6bf3;
}

.color-darktiful {
	color: #002842;
}

.color-success {
	color: #1cc383;
}

.color-muted {
	color: #757a82;
}

.color-white {
	color: #fff;
}

.color-silver {
	color: #d7dee4;
}

.color-midnight {
	color: #131416;
}

.color-severus {
	color: #2d2f35;
}

.color-comet {
	color: #404658;
}

.color-error {
	color: #e0245d;
}

.hover\:color-primary:hover {
	color: #2d459b;
}

.hover\:color-tertiary:hover {
	color: #2cb9e0;
}

.hover\:color-secondary:hover {
	color: #5d83bb;
}

.hover\:color-bluetiful:hover {
	color: #1d6bf3;
}

.hover\:color-darktiful:hover {
	color: #002842;
}

.hover\:color-success:hover {
	color: #1cc383;
}

.hover:color-muted:hover {
	color: #757a82;
}

.hover\:color-white:hover {
	color: #fff;
}

.hover\:color-silver:hover {
	color: #d7dee4;
}

.hover\:color-midnight:hover {
	color: #131416;
}

.hover\:color-severus:hover {
	color: #2d2f35;
}

.hover\:color-comet:hover {
	color: #404658;
}

.hover\:color-error:hover {
	color: #e0245d;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-outlined {
	-moz-text-fill-color: transparent;
	-moz-text-stroke: 1px currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px currentColor;
	transition: -moz-text-fill-color 0.75s cubic-bezier(0, 1, 0.5, 1), -webkit-text-fill-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	text-decoration: none;
}

.black {
	font-weight: 800 !important;
}

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

.semibold {
	font-weight: 600 !important;
}

.medium {
	font-weight: 500 !important;
}

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

.thin {
	font-weight: 300 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.opacity-0 {
	opacity: 0;
}

.opacity-025 {
	opacity: 0.25;
}

.opacity-05 {
	opacity: 0.5;
}

.opacity-075 {
	opacity: 0.75;
}

.opacity-1 {
	opacity: 1;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
	font-size: 1.25rem;
}

.h4,
h4,
.h5,
h5 {
	font-size: 1.125rem;
}

.h6,
h6 {
	font-size: 1.15rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	word-break: initial;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-width: 64rem;
}

.display-1.no-mw,
.display-2.no-mw,
.display-3.no-mw,
.display-4.no-mw,
.display-5.no-mw,
.display-6.no-mw {
	max-width: none;
}

.display-1 {
	font-size: 2.5rem !important;
	line-height: 1.25 !important;
}

.display-2 {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}

.display-3 {
	font-size: 1.75rem !important;
	line-height: 2.25rem !important;
}

.display-4 {
	font-size: 1.35rem !important;
	line-height: 2rem !important;
}

.display-5 {
	font-size: 1.25rem !important;
	line-height: 1.9rem !important;
}

.display-6 {
	font-size: 1.15rem !important;
	line-height: 1.75rem !important;
}

.size-extra-small {
	font-size: 0.8rem !important;
}

.size-small {
	font-size: 0.85rem !important;
}

.size-super {
	font-size: 0.925rem !important;
}

.size-normal {
	font-size: 1rem !important;
}

.size-smedium {
	font-size: 1.075rem !important;
}

.size-medium {
	font-size: 1.15rem !important;
}

.size-large {
	font-size: 1.35rem !important;
}

.size-extra-large {
	font-size: 1.75rem !important;
}

@media (min-width: 768px) {

	.display-1 {
		font-size: 3.75rem !important;
	}

	.display-2 {
		font-size: 2.75rem !important;
	}
}

@media (min-width: 1200px) {

	.size-medium {
		font-size: 1.35rem !important;
	}

	.size-large {
		font-size: 1.75rem !important;
	}

	.size-extra-large {
		font-size: 2.5rem !important;
	}

	.display-1 {
		font-size: 4.5rem !important;
		line-height: 1.15 !important;
	}

	.display-2 {
		font-size: 3.5rem !important;
		line-height: 1.15 !important;
	}

	.display-3 {
		font-size: 2.5rem !important;
		line-height: 1.15 !important;
	}
}

.italic {
	font-style: italic;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-125 {
	line-height: 1.25 !important;
}

.lh-15 {
	line-height: 1.5 !important;
}

.lh-175 {
	line-height: 1.75 !important;
}

.lh-2 {
	line-height: 2 !important;
}

.lh-225 {
	line-height: 2.25 !important;
}

.lh-25 {
	line-height: 2.5 !important;
}

.underline {
	border-bottom: 2px solid rgba(117, 122, 130, 0.5);
}

.underline.thick {
	border-width: 4px;
}

a.underline:hover {
	color: #2cb9e0;
	border-color: #2cb9e0;
	transition: color 0.15s, border-color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	cursor: default;
	line-height: 1.75;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
	scroll-behavior: smooth;
}

figure {
	margin: 0;
}

body {
	top: 0;
	margin: 0;
}

dd,
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

hr {
	color: inherit;
	height: 0;
	overflow: visible;
}

main {
	display: block;
}

nav ol,
nav ul {
	list-style: none;
	padding: 0;
}

nav li::before {
	content: "​";
	display: none;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

iframe {
	border-style: none;
	max-width: 100%;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

svg:not([fill]) {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}

button,
input,
select {
	margin: 0;
}

button {
	overflow: visible;
	text-transform: none;
	outline: 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

input {
	overflow: visible;
}

select {
	text-transform: none;
}

textarea {
	margin: 0;
	overflow: auto;
	resize: vertical;
	resize: block;
}

[type=checkbox],
[type=radio] {
	padding: 0;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden] {
	display: none;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled=true],
[disabled] {
	cursor: not-allowed;
}

[aria-hidden=false][hidden] {
	display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 0;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.tribe-events-pg-template,
.tribe-events-view {
	padding-top: 100px !important;
}

.tribe-common.event-tickets {
	margin-top: -25px !important;
	margin-bottom: 30px im !important;
}

.tribe-events-content {
	font-family: "Hind Siliguri", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-events-event-meta {
	font-family: "Hind Siliguri", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-events-sub-nav {
	font-family: "Hind Siliguri", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-events-back {
	font-family: "Hind Siliguri", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6 {
	font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-common p {
	font-family: "Hind Siliguri", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-common .tribe-common-b2 {
	font-family: "Hind Siliguri", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
	font-size: 14px !important;
}

.tribe-common .tribe-common-h3 {
	font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-events-schedule {
	font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-events-single-event-title {
	font-family: Poppins, Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}

.tribe-events .tribe-events-c-ical__link {
	border-radius: 0 !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	border-radius: 0 !important;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	transition: border 0.3s, background-color 0.3s ease-in;
	margin: 0 2px;
	border: 1px solid transparent;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
	border-color: #2d459b;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	padding: 6px 12px;
	width: unset;
	height: unset;
}

.pagination .page-numbers.current {
	background-color: #2d459b;
	color: #fff;
}

.wp-block-lazyblock-testimonial img {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.h-100 {
	height: 100% !important;
}

.w-100 {
	width: 100% !important;
}

.h-auto {
	height: auto !important;
}

.w-auto {
	width: auto !important;
}

.container,
.container-inner,
.container-outer {
	padding: 0 40px;
}

.container {
	max-width: 1400px;
}

.container-inner {
	max-width: 750px;
}

.container-outer {
	max-width: 1760px;
}

.container,
.container-full,
.container-inner,
.container-outer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

.container-full > .row,
.container-full > .row.small,
.container-full > .row.tiny {
	margin-left: 0;
	margin-right: 0;
}

.row,
.row.small,
.row.tiny {
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.row {
	margin-right: -16px;
	margin-left: -16px;
}

.row.small {
	margin-right: -8px;
	margin-left: -8px;
}

.row.tiny {
	margin-right: -4px;
	margin-left: -4px;
}

[class^=col-] {
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
}

.row > [class^=col-] {
	padding-right: 16px;
	padding-left: 16px;
}

.row.small > [class^=col-] {
	padding-right: 8px;
	padding-left: 8px;
}

.row.tiny > [class^=col-] {
	padding-right: 4px;
	padding-left: 4px;
}

[class^=col-] > .row,
[class^=col-] > .row.small,
[class^=col-] > .row.tiny {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

[class^=col-] > .row {
	margin-left: -16px;
	margin-right: -16px;
}

[class^=col-] > .row.small {
	margin-left: -8px;
	margin-right: -8px;
}

[class^=col-] > .row.tiny {
	margin-left: -4px;
	margin-right: -4px;
}

.m-0 {
	margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

.m-1 {
	margin: 0.75rem !important;
}

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

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

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

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

.p-1 {
	padding: 0.75rem !important;
}

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

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

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

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

.m-2 {
	margin: 1.5rem !important;
}

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

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

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

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

.p-2 {
	padding: 1.5rem !important;
}

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

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

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

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

.m-3 {
	margin: 2.25rem !important;
}

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

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

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

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

.p-3 {
	padding: 2.25rem !important;
}

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

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

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

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

.m-4 {
	margin: 3rem !important;
}

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

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

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

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

.p-4 {
	padding: 3rem !important;
}

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

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

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

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

.m-5 {
	margin: 3.75rem !important;
}

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

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

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

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

.p-5 {
	padding: 3.75rem !important;
}

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

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

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

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

.m-6 {
	margin: 4.5rem !important;
}

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

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

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

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

.p-6 {
	padding: 4.5rem !important;
}

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

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

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

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

.m-7 {
	margin: 5.25rem !important;
}

.mt-7,
.my-7 {
	margin-top: 5.25rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 5.25rem !important;
}

.mx-7,
.mr-7 {
	margin-right: 5.25rem !important;
}

.mx-7,
.ml-7 {
	margin-left: 5.25rem !important;
}

.p-7 {
	padding: 5.25rem !important;
}

.pt-7,
.py-7 {
	padding-top: 5.25rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 5.25rem !important;
}

.px-7,
.pr-7 {
	padding-right: 5.25rem !important;
}

.px-7,
.pl-7 {
	padding-left: 5.25rem !important;
}

.m-8 {
	margin: 6rem !important;
}

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

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

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

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

.p-8 {
	padding: 6rem !important;
}

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

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

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

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

.col-1 {
	width: 8.3333333333% !important;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1 !important;
}

.offset-1 {
	margin-left: 8.3333333333% !important;
}

.col-2 {
	width: 16.6666666667% !important;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2 !important;
}

.offset-2 {
	margin-left: 16.6666666667% !important;
}

.col-3 {
	width: 25% !important;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3 !important;
}

.offset-3 {
	margin-left: 25% !important;
}

.col-4 {
	width: 33.3333333333% !important;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4 !important;
}

.offset-4 {
	margin-left: 33.3333333333% !important;
}

.col-5 {
	width: 41.6666666667% !important;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5 !important;
}

.offset-5 {
	margin-left: 41.6666666667% !important;
}

.col-6 {
	width: 50% !important;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-order: 6;
	order: 6 !important;
}

.offset-6 {
	margin-left: 50% !important;
}

.col-7 {
	width: 58.3333333333% !important;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-order: 7;
	order: 7 !important;
}

.offset-7 {
	margin-left: 58.3333333333% !important;
}

.col-8 {
	width: 66.6666666667% !important;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-order: 8;
	order: 8 !important;
}

.offset-8 {
	margin-left: 66.6666666667% !important;
}

.col-9 {
	width: 75% !important;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-order: 9;
	order: 9 !important;
}

.offset-9 {
	margin-left: 75% !important;
}

.col-10 {
	width: 83.3333333333% !important;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10 !important;
}

.offset-10 {
	margin-left: 83.3333333333% !important;
}

.col-11 {
	width: 91.6666666667% !important;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-order: 11;
	order: 11 !important;
}

.offset-11 {
	margin-left: 91.6666666667% !important;
}

.col-12 {
	width: 100% !important;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-order: 12;
	order: 12 !important;
}

.offset-12 {
	margin-left: 100% !important;
}

.col-auto {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 0 auto !important;
	width: auto !important;
	max-width: 100% !important;
}

.col-fill {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 0;
	flex: 1 0 0 !important;
	width: auto !important;
}

.col-no-grow {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto !important;
	width: auto !important;
}

.hidden {
	display: none !important;
}

@media (min-width: 576px) {

	.show-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	.m-xs-0 {
		margin: 0 !important;
	}

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

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

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

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

	.p-xs-0 {
		padding: 0 !important;
	}

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

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

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

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

	.m-xs-1 {
		margin: 0.75rem !important;
	}

	.mt-xs-1,
	.my-xs-1 {
		margin-top: 0.75rem !important;
	}

	.mb-xs-1,
	.my-xs-1 {
		margin-bottom: 0.75rem !important;
	}

	.mx-xs-1,
	.mr-xs-1 {
		margin-right: 0.75rem !important;
	}

	.mx-xs-1,
	.ml-xs-1 {
		margin-left: 0.75rem !important;
	}

	.p-xs-1 {
		padding: 0.75rem !important;
	}

	.pt-xs-1,
	.py-xs-1 {
		padding-top: 0.75rem !important;
	}

	.pb-xs-1,
	.py-xs-1 {
		padding-bottom: 0.75rem !important;
	}

	.px-xs-1,
	.pr-xs-1 {
		padding-right: 0.75rem !important;
	}

	.px-xs-1,
	.pl-xs-1 {
		padding-left: 0.75rem !important;
	}

	.m-xs-2 {
		margin: 1.5rem !important;
	}

	.mt-xs-2,
	.my-xs-2 {
		margin-top: 1.5rem !important;
	}

	.mb-xs-2,
	.my-xs-2 {
		margin-bottom: 1.5rem !important;
	}

	.mx-xs-2,
	.mr-xs-2 {
		margin-right: 1.5rem !important;
	}

	.mx-xs-2,
	.ml-xs-2 {
		margin-left: 1.5rem !important;
	}

	.p-xs-2 {
		padding: 1.5rem !important;
	}

	.pt-xs-2,
	.py-xs-2 {
		padding-top: 1.5rem !important;
	}

	.pb-xs-2,
	.py-xs-2 {
		padding-bottom: 1.5rem !important;
	}

	.px-xs-2,
	.pr-xs-2 {
		padding-right: 1.5rem !important;
	}

	.px-xs-2,
	.pl-xs-2 {
		padding-left: 1.5rem !important;
	}

	.m-xs-3 {
		margin: 2.25rem !important;
	}

	.mt-xs-3,
	.my-xs-3 {
		margin-top: 2.25rem !important;
	}

	.mb-xs-3,
	.my-xs-3 {
		margin-bottom: 2.25rem !important;
	}

	.mx-xs-3,
	.mr-xs-3 {
		margin-right: 2.25rem !important;
	}

	.mx-xs-3,
	.ml-xs-3 {
		margin-left: 2.25rem !important;
	}

	.p-xs-3 {
		padding: 2.25rem !important;
	}

	.pt-xs-3,
	.py-xs-3 {
		padding-top: 2.25rem !important;
	}

	.pb-xs-3,
	.py-xs-3 {
		padding-bottom: 2.25rem !important;
	}

	.px-xs-3,
	.pr-xs-3 {
		padding-right: 2.25rem !important;
	}

	.px-xs-3,
	.pl-xs-3 {
		padding-left: 2.25rem !important;
	}

	.m-xs-4 {
		margin: 3rem !important;
	}

	.mt-xs-4,
	.my-xs-4 {
		margin-top: 3rem !important;
	}

	.mb-xs-4,
	.my-xs-4 {
		margin-bottom: 3rem !important;
	}

	.mx-xs-4,
	.mr-xs-4 {
		margin-right: 3rem !important;
	}

	.mx-xs-4,
	.ml-xs-4 {
		margin-left: 3rem !important;
	}

	.p-xs-4 {
		padding: 3rem !important;
	}

	.pt-xs-4,
	.py-xs-4 {
		padding-top: 3rem !important;
	}

	.pb-xs-4,
	.py-xs-4 {
		padding-bottom: 3rem !important;
	}

	.px-xs-4,
	.pr-xs-4 {
		padding-right: 3rem !important;
	}

	.px-xs-4,
	.pl-xs-4 {
		padding-left: 3rem !important;
	}

	.m-xs-5 {
		margin: 3.75rem !important;
	}

	.mt-xs-5,
	.my-xs-5 {
		margin-top: 3.75rem !important;
	}

	.mb-xs-5,
	.my-xs-5 {
		margin-bottom: 3.75rem !important;
	}

	.mx-xs-5,
	.mr-xs-5 {
		margin-right: 3.75rem !important;
	}

	.mx-xs-5,
	.ml-xs-5 {
		margin-left: 3.75rem !important;
	}

	.p-xs-5 {
		padding: 3.75rem !important;
	}

	.pt-xs-5,
	.py-xs-5 {
		padding-top: 3.75rem !important;
	}

	.pb-xs-5,
	.py-xs-5 {
		padding-bottom: 3.75rem !important;
	}

	.px-xs-5,
	.pr-xs-5 {
		padding-right: 3.75rem !important;
	}

	.px-xs-5,
	.pl-xs-5 {
		padding-left: 3.75rem !important;
	}

	.m-xs-6 {
		margin: 4.5rem !important;
	}

	.mt-xs-6,
	.my-xs-6 {
		margin-top: 4.5rem !important;
	}

	.mb-xs-6,
	.my-xs-6 {
		margin-bottom: 4.5rem !important;
	}

	.mx-xs-6,
	.mr-xs-6 {
		margin-right: 4.5rem !important;
	}

	.mx-xs-6,
	.ml-xs-6 {
		margin-left: 4.5rem !important;
	}

	.p-xs-6 {
		padding: 4.5rem !important;
	}

	.pt-xs-6,
	.py-xs-6 {
		padding-top: 4.5rem !important;
	}

	.pb-xs-6,
	.py-xs-6 {
		padding-bottom: 4.5rem !important;
	}

	.px-xs-6,
	.pr-xs-6 {
		padding-right: 4.5rem !important;
	}

	.px-xs-6,
	.pl-xs-6 {
		padding-left: 4.5rem !important;
	}

	.m-xs-7 {
		margin: 5.25rem !important;
	}

	.mt-xs-7,
	.my-xs-7 {
		margin-top: 5.25rem !important;
	}

	.mb-xs-7,
	.my-xs-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-xs-7,
	.mr-xs-7 {
		margin-right: 5.25rem !important;
	}

	.mx-xs-7,
	.ml-xs-7 {
		margin-left: 5.25rem !important;
	}

	.p-xs-7 {
		padding: 5.25rem !important;
	}

	.pt-xs-7,
	.py-xs-7 {
		padding-top: 5.25rem !important;
	}

	.pb-xs-7,
	.py-xs-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-xs-7,
	.pr-xs-7 {
		padding-right: 5.25rem !important;
	}

	.px-xs-7,
	.pl-xs-7 {
		padding-left: 5.25rem !important;
	}

	.m-xs-8 {
		margin: 6rem !important;
	}

	.mt-xs-8,
	.my-xs-8 {
		margin-top: 6rem !important;
	}

	.mb-xs-8,
	.my-xs-8 {
		margin-bottom: 6rem !important;
	}

	.mx-xs-8,
	.mr-xs-8 {
		margin-right: 6rem !important;
	}

	.mx-xs-8,
	.ml-xs-8 {
		margin-left: 6rem !important;
	}

	.p-xs-8 {
		padding: 6rem !important;
	}

	.pt-xs-8,
	.py-xs-8 {
		padding-top: 6rem !important;
	}

	.pb-xs-8,
	.py-xs-8 {
		padding-bottom: 6rem !important;
	}

	.px-xs-8,
	.pr-xs-8 {
		padding-right: 6rem !important;
	}

	.px-xs-8,
	.pl-xs-8 {
		padding-left: 6rem !important;
	}

	.col-xs-1 {
		width: 8.3333333333% !important;
	}

	.order-xs-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-xs-1 {
		margin-left: 8.3333333333%;
	}

	.col-xs-2 {
		width: 16.6666666667% !important;
	}

	.order-xs-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-xs-2 {
		margin-left: 16.6666666667%;
	}

	.col-xs-3 {
		width: 25% !important;
	}

	.order-xs-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-xs-3 {
		margin-left: 25%;
	}

	.col-xs-4 {
		width: 33.3333333333% !important;
	}

	.order-xs-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-xs-4 {
		margin-left: 33.3333333333%;
	}

	.col-xs-5 {
		width: 41.6666666667% !important;
	}

	.order-xs-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-xs-5 {
		margin-left: 41.6666666667%;
	}

	.col-xs-6 {
		width: 50% !important;
	}

	.order-xs-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-xs-6 {
		margin-left: 50%;
	}

	.col-xs-7 {
		width: 58.3333333333% !important;
	}

	.order-xs-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-xs-7 {
		margin-left: 58.3333333333%;
	}

	.col-xs-8 {
		width: 66.6666666667% !important;
	}

	.order-xs-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-xs-8 {
		margin-left: 66.6666666667%;
	}

	.col-xs-9 {
		width: 75% !important;
	}

	.order-xs-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-xs-9 {
		margin-left: 75%;
	}

	.col-xs-10 {
		width: 83.3333333333% !important;
	}

	.order-xs-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-xs-10 {
		margin-left: 83.3333333333%;
	}

	.col-xs-11 {
		width: 91.6666666667% !important;
	}

	.order-xs-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-xs-11 {
		margin-left: 91.6666666667%;
	}

	.col-xs-12 {
		width: 100% !important;
	}

	.order-xs-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-xs-12 {
		margin-left: 100%;
	}
}

@media (min-width: 768px) {

	.show-sm {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

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

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

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

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

	.p-sm-0 {
		padding: 0 !important;
	}

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

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

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

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

	.m-sm-1 {
		margin: 0.75rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.75rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.75rem !important;
	}

	.mx-sm-1,
	.mr-sm-1 {
		margin-right: 0.75rem !important;
	}

	.mx-sm-1,
	.ml-sm-1 {
		margin-left: 0.75rem !important;
	}

	.p-sm-1 {
		padding: 0.75rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.75rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.75rem !important;
	}

	.px-sm-1,
	.pr-sm-1 {
		padding-right: 0.75rem !important;
	}

	.px-sm-1,
	.pl-sm-1 {
		padding-left: 0.75rem !important;
	}

	.m-sm-2 {
		margin: 1.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 1.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 1.5rem !important;
	}

	.mx-sm-2,
	.mr-sm-2 {
		margin-right: 1.5rem !important;
	}

	.mx-sm-2,
	.ml-sm-2 {
		margin-left: 1.5rem !important;
	}

	.p-sm-2 {
		padding: 1.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 1.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 1.5rem !important;
	}

	.px-sm-2,
	.pr-sm-2 {
		padding-right: 1.5rem !important;
	}

	.px-sm-2,
	.pl-sm-2 {
		padding-left: 1.5rem !important;
	}

	.m-sm-3 {
		margin: 2.25rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 2.25rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 2.25rem !important;
	}

	.mx-sm-3,
	.mr-sm-3 {
		margin-right: 2.25rem !important;
	}

	.mx-sm-3,
	.ml-sm-3 {
		margin-left: 2.25rem !important;
	}

	.p-sm-3 {
		padding: 2.25rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 2.25rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 2.25rem !important;
	}

	.px-sm-3,
	.pr-sm-3 {
		padding-right: 2.25rem !important;
	}

	.px-sm-3,
	.pl-sm-3 {
		padding-left: 2.25rem !important;
	}

	.m-sm-4 {
		margin: 3rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 3rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 3rem !important;
	}

	.mx-sm-4,
	.mr-sm-4 {
		margin-right: 3rem !important;
	}

	.mx-sm-4,
	.ml-sm-4 {
		margin-left: 3rem !important;
	}

	.p-sm-4 {
		padding: 3rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 3rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 3rem !important;
	}

	.px-sm-4,
	.pr-sm-4 {
		padding-right: 3rem !important;
	}

	.px-sm-4,
	.pl-sm-4 {
		padding-left: 3rem !important;
	}

	.m-sm-5 {
		margin: 3.75rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3.75rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3.75rem !important;
	}

	.mx-sm-5,
	.mr-sm-5 {
		margin-right: 3.75rem !important;
	}

	.mx-sm-5,
	.ml-sm-5 {
		margin-left: 3.75rem !important;
	}

	.p-sm-5 {
		padding: 3.75rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3.75rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3.75rem !important;
	}

	.px-sm-5,
	.pr-sm-5 {
		padding-right: 3.75rem !important;
	}

	.px-sm-5,
	.pl-sm-5 {
		padding-left: 3.75rem !important;
	}

	.m-sm-6 {
		margin: 4.5rem !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 4.5rem !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 4.5rem !important;
	}

	.mx-sm-6,
	.mr-sm-6 {
		margin-right: 4.5rem !important;
	}

	.mx-sm-6,
	.ml-sm-6 {
		margin-left: 4.5rem !important;
	}

	.p-sm-6 {
		padding: 4.5rem !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 4.5rem !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 4.5rem !important;
	}

	.px-sm-6,
	.pr-sm-6 {
		padding-right: 4.5rem !important;
	}

	.px-sm-6,
	.pl-sm-6 {
		padding-left: 4.5rem !important;
	}

	.m-sm-7 {
		margin: 5.25rem !important;
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 5.25rem !important;
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-sm-7,
	.mr-sm-7 {
		margin-right: 5.25rem !important;
	}

	.mx-sm-7,
	.ml-sm-7 {
		margin-left: 5.25rem !important;
	}

	.p-sm-7 {
		padding: 5.25rem !important;
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 5.25rem !important;
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-sm-7,
	.pr-sm-7 {
		padding-right: 5.25rem !important;
	}

	.px-sm-7,
	.pl-sm-7 {
		padding-left: 5.25rem !important;
	}

	.m-sm-8 {
		margin: 6rem !important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top: 6rem !important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 6rem !important;
	}

	.mx-sm-8,
	.mr-sm-8 {
		margin-right: 6rem !important;
	}

	.mx-sm-8,
	.ml-sm-8 {
		margin-left: 6rem !important;
	}

	.p-sm-8 {
		padding: 6rem !important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top: 6rem !important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 6rem !important;
	}

	.px-sm-8,
	.pr-sm-8 {
		padding-right: 6rem !important;
	}

	.px-sm-8,
	.pl-sm-8 {
		padding-left: 6rem !important;
	}

	.col-sm-1 {
		width: 8.3333333333% !important;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.col-sm-2 {
		width: 16.6666666667% !important;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.col-sm-3 {
		width: 25% !important;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.col-sm-4 {
		width: 33.3333333333% !important;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.col-sm-5 {
		width: 41.6666666667% !important;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.col-sm-6 {
		width: 50% !important;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.col-sm-7 {
		width: 58.3333333333% !important;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.col-sm-8 {
		width: 66.6666666667% !important;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.col-sm-9 {
		width: 75% !important;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.col-sm-10 {
		width: 83.3333333333% !important;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.col-sm-11 {
		width: 91.6666666667% !important;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}

	.col-sm-12 {
		width: 100% !important;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-sm-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {

	.show-md {
		display: block !important;
	}

	.hidden-md {
		display: none !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

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

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

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

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

	.p-md-0 {
		padding: 0 !important;
	}

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

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

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

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

	.m-md-1 {
		margin: 0.75rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.75rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.75rem !important;
	}

	.mx-md-1,
	.mr-md-1 {
		margin-right: 0.75rem !important;
	}

	.mx-md-1,
	.ml-md-1 {
		margin-left: 0.75rem !important;
	}

	.p-md-1 {
		padding: 0.75rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.75rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.75rem !important;
	}

	.px-md-1,
	.pr-md-1 {
		padding-right: 0.75rem !important;
	}

	.px-md-1,
	.pl-md-1 {
		padding-left: 0.75rem !important;
	}

	.m-md-2 {
		margin: 1.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 1.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 1.5rem !important;
	}

	.mx-md-2,
	.mr-md-2 {
		margin-right: 1.5rem !important;
	}

	.mx-md-2,
	.ml-md-2 {
		margin-left: 1.5rem !important;
	}

	.p-md-2 {
		padding: 1.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 1.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 1.5rem !important;
	}

	.px-md-2,
	.pr-md-2 {
		padding-right: 1.5rem !important;
	}

	.px-md-2,
	.pl-md-2 {
		padding-left: 1.5rem !important;
	}

	.m-md-3 {
		margin: 2.25rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 2.25rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 2.25rem !important;
	}

	.mx-md-3,
	.mr-md-3 {
		margin-right: 2.25rem !important;
	}

	.mx-md-3,
	.ml-md-3 {
		margin-left: 2.25rem !important;
	}

	.p-md-3 {
		padding: 2.25rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 2.25rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 2.25rem !important;
	}

	.px-md-3,
	.pr-md-3 {
		padding-right: 2.25rem !important;
	}

	.px-md-3,
	.pl-md-3 {
		padding-left: 2.25rem !important;
	}

	.m-md-4 {
		margin: 3rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 3rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 3rem !important;
	}

	.mx-md-4,
	.mr-md-4 {
		margin-right: 3rem !important;
	}

	.mx-md-4,
	.ml-md-4 {
		margin-left: 3rem !important;
	}

	.p-md-4 {
		padding: 3rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 3rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 3rem !important;
	}

	.px-md-4,
	.pr-md-4 {
		padding-right: 3rem !important;
	}

	.px-md-4,
	.pl-md-4 {
		padding-left: 3rem !important;
	}

	.m-md-5 {
		margin: 3.75rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3.75rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3.75rem !important;
	}

	.mx-md-5,
	.mr-md-5 {
		margin-right: 3.75rem !important;
	}

	.mx-md-5,
	.ml-md-5 {
		margin-left: 3.75rem !important;
	}

	.p-md-5 {
		padding: 3.75rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3.75rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3.75rem !important;
	}

	.px-md-5,
	.pr-md-5 {
		padding-right: 3.75rem !important;
	}

	.px-md-5,
	.pl-md-5 {
		padding-left: 3.75rem !important;
	}

	.m-md-6 {
		margin: 4.5rem !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 4.5rem !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 4.5rem !important;
	}

	.mx-md-6,
	.mr-md-6 {
		margin-right: 4.5rem !important;
	}

	.mx-md-6,
	.ml-md-6 {
		margin-left: 4.5rem !important;
	}

	.p-md-6 {
		padding: 4.5rem !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 4.5rem !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 4.5rem !important;
	}

	.px-md-6,
	.pr-md-6 {
		padding-right: 4.5rem !important;
	}

	.px-md-6,
	.pl-md-6 {
		padding-left: 4.5rem !important;
	}

	.m-md-7 {
		margin: 5.25rem !important;
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 5.25rem !important;
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-md-7,
	.mr-md-7 {
		margin-right: 5.25rem !important;
	}

	.mx-md-7,
	.ml-md-7 {
		margin-left: 5.25rem !important;
	}

	.p-md-7 {
		padding: 5.25rem !important;
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 5.25rem !important;
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-md-7,
	.pr-md-7 {
		padding-right: 5.25rem !important;
	}

	.px-md-7,
	.pl-md-7 {
		padding-left: 5.25rem !important;
	}

	.m-md-8 {
		margin: 6rem !important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top: 6rem !important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom: 6rem !important;
	}

	.mx-md-8,
	.mr-md-8 {
		margin-right: 6rem !important;
	}

	.mx-md-8,
	.ml-md-8 {
		margin-left: 6rem !important;
	}

	.p-md-8 {
		padding: 6rem !important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top: 6rem !important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom: 6rem !important;
	}

	.px-md-8,
	.pr-md-8 {
		padding-right: 6rem !important;
	}

	.px-md-8,
	.pl-md-8 {
		padding-left: 6rem !important;
	}

	.col-md-1 {
		width: 8.3333333333% !important;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.col-md-2 {
		width: 16.6666666667% !important;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.col-md-3 {
		width: 25% !important;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.col-md-4 {
		width: 33.3333333333% !important;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.col-md-5 {
		width: 41.6666666667% !important;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.col-md-6 {
		width: 50% !important;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.col-md-7 {
		width: 58.3333333333% !important;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.col-md-8 {
		width: 66.6666666667% !important;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.col-md-9 {
		width: 75% !important;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.col-md-10 {
		width: 83.3333333333% !important;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.col-md-11 {
		width: 91.6666666667% !important;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}

	.col-md-12 {
		width: 100% !important;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-md-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {

	.show-lg {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-lg-7 {
		margin: 5.25rem !important;
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 5.25rem !important;
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-lg-7,
	.mr-lg-7 {
		margin-right: 5.25rem !important;
	}

	.mx-lg-7,
	.ml-lg-7 {
		margin-left: 5.25rem !important;
	}

	.p-lg-7 {
		padding: 5.25rem !important;
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 5.25rem !important;
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-lg-7,
	.pr-lg-7 {
		padding-right: 5.25rem !important;
	}

	.px-lg-7,
	.pl-lg-7 {
		padding-left: 5.25rem !important;
	}

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

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

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

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

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

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

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

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

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

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

	.col-lg-1 {
		width: 8.3333333333% !important;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.col-lg-2 {
		width: 16.6666666667% !important;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.col-lg-3 {
		width: 25% !important;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.col-lg-4 {
		width: 33.3333333333% !important;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.col-lg-5 {
		width: 41.6666666667% !important;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.col-lg-6 {
		width: 50% !important;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.col-lg-7 {
		width: 58.3333333333% !important;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.col-lg-8 {
		width: 66.6666666667% !important;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.col-lg-9 {
		width: 75% !important;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.col-lg-10 {
		width: 83.3333333333% !important;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.col-lg-11 {
		width: 91.6666666667% !important;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}

	.col-lg-12 {
		width: 100% !important;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-lg-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1440px) {

	.show-xl {
		display: block !important;
	}

	.hidden-xl {
		display: none !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

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

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

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

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

	.p-xl-0 {
		padding: 0 !important;
	}

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

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

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

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

	.m-xl-1 {
		margin: 0.75rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.75rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.75rem !important;
	}

	.mx-xl-1,
	.mr-xl-1 {
		margin-right: 0.75rem !important;
	}

	.mx-xl-1,
	.ml-xl-1 {
		margin-left: 0.75rem !important;
	}

	.p-xl-1 {
		padding: 0.75rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.75rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.75rem !important;
	}

	.px-xl-1,
	.pr-xl-1 {
		padding-right: 0.75rem !important;
	}

	.px-xl-1,
	.pl-xl-1 {
		padding-left: 0.75rem !important;
	}

	.m-xl-2 {
		margin: 1.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 1.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 1.5rem !important;
	}

	.mx-xl-2,
	.mr-xl-2 {
		margin-right: 1.5rem !important;
	}

	.mx-xl-2,
	.ml-xl-2 {
		margin-left: 1.5rem !important;
	}

	.p-xl-2 {
		padding: 1.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 1.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 1.5rem !important;
	}

	.px-xl-2,
	.pr-xl-2 {
		padding-right: 1.5rem !important;
	}

	.px-xl-2,
	.pl-xl-2 {
		padding-left: 1.5rem !important;
	}

	.m-xl-3 {
		margin: 2.25rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 2.25rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 2.25rem !important;
	}

	.mx-xl-3,
	.mr-xl-3 {
		margin-right: 2.25rem !important;
	}

	.mx-xl-3,
	.ml-xl-3 {
		margin-left: 2.25rem !important;
	}

	.p-xl-3 {
		padding: 2.25rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 2.25rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 2.25rem !important;
	}

	.px-xl-3,
	.pr-xl-3 {
		padding-right: 2.25rem !important;
	}

	.px-xl-3,
	.pl-xl-3 {
		padding-left: 2.25rem !important;
	}

	.m-xl-4 {
		margin: 3rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 3rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 3rem !important;
	}

	.mx-xl-4,
	.mr-xl-4 {
		margin-right: 3rem !important;
	}

	.mx-xl-4,
	.ml-xl-4 {
		margin-left: 3rem !important;
	}

	.p-xl-4 {
		padding: 3rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 3rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 3rem !important;
	}

	.px-xl-4,
	.pr-xl-4 {
		padding-right: 3rem !important;
	}

	.px-xl-4,
	.pl-xl-4 {
		padding-left: 3rem !important;
	}

	.m-xl-5 {
		margin: 3.75rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3.75rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3.75rem !important;
	}

	.mx-xl-5,
	.mr-xl-5 {
		margin-right: 3.75rem !important;
	}

	.mx-xl-5,
	.ml-xl-5 {
		margin-left: 3.75rem !important;
	}

	.p-xl-5 {
		padding: 3.75rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3.75rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3.75rem !important;
	}

	.px-xl-5,
	.pr-xl-5 {
		padding-right: 3.75rem !important;
	}

	.px-xl-5,
	.pl-xl-5 {
		padding-left: 3.75rem !important;
	}

	.m-xl-6 {
		margin: 4.5rem !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 4.5rem !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 4.5rem !important;
	}

	.mx-xl-6,
	.mr-xl-6 {
		margin-right: 4.5rem !important;
	}

	.mx-xl-6,
	.ml-xl-6 {
		margin-left: 4.5rem !important;
	}

	.p-xl-6 {
		padding: 4.5rem !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 4.5rem !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 4.5rem !important;
	}

	.px-xl-6,
	.pr-xl-6 {
		padding-right: 4.5rem !important;
	}

	.px-xl-6,
	.pl-xl-6 {
		padding-left: 4.5rem !important;
	}

	.m-xl-7 {
		margin: 5.25rem !important;
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 5.25rem !important;
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-xl-7,
	.mr-xl-7 {
		margin-right: 5.25rem !important;
	}

	.mx-xl-7,
	.ml-xl-7 {
		margin-left: 5.25rem !important;
	}

	.p-xl-7 {
		padding: 5.25rem !important;
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 5.25rem !important;
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-xl-7,
	.pr-xl-7 {
		padding-right: 5.25rem !important;
	}

	.px-xl-7,
	.pl-xl-7 {
		padding-left: 5.25rem !important;
	}

	.m-xl-8 {
		margin: 6rem !important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top: 6rem !important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 6rem !important;
	}

	.mx-xl-8,
	.mr-xl-8 {
		margin-right: 6rem !important;
	}

	.mx-xl-8,
	.ml-xl-8 {
		margin-left: 6rem !important;
	}

	.p-xl-8 {
		padding: 6rem !important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top: 6rem !important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 6rem !important;
	}

	.px-xl-8,
	.pr-xl-8 {
		padding-right: 6rem !important;
	}

	.px-xl-8,
	.pl-xl-8 {
		padding-left: 6rem !important;
	}

	.col-xl-1 {
		width: 8.3333333333% !important;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.col-xl-2 {
		width: 16.6666666667% !important;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.col-xl-3 {
		width: 25% !important;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.col-xl-4 {
		width: 33.3333333333% !important;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.col-xl-5 {
		width: 41.6666666667% !important;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.col-xl-6 {
		width: 50% !important;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.col-xl-7 {
		width: 58.3333333333% !important;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.col-xl-8 {
		width: 66.6666666667% !important;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.col-xl-9 {
		width: 75% !important;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.col-xl-10 {
		width: 83.3333333333% !important;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.col-xl-11 {
		width: 91.6666666667% !important;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}

	.col-xl-12 {
		width: 100% !important;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-xl-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1600px) {

	.show-xxl {
		display: block !important;
	}

	.hidden-xxl {
		display: none !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

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

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

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

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

	.p-xxl-0 {
		padding: 0 !important;
	}

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

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

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

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

	.m-xxl-1 {
		margin: 0.75rem !important;
	}

	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: 0.75rem !important;
	}

	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: 0.75rem !important;
	}

	.mx-xxl-1,
	.mr-xxl-1 {
		margin-right: 0.75rem !important;
	}

	.mx-xxl-1,
	.ml-xxl-1 {
		margin-left: 0.75rem !important;
	}

	.p-xxl-1 {
		padding: 0.75rem !important;
	}

	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: 0.75rem !important;
	}

	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: 0.75rem !important;
	}

	.px-xxl-1,
	.pr-xxl-1 {
		padding-right: 0.75rem !important;
	}

	.px-xxl-1,
	.pl-xxl-1 {
		padding-left: 0.75rem !important;
	}

	.m-xxl-2 {
		margin: 1.5rem !important;
	}

	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: 1.5rem !important;
	}

	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: 1.5rem !important;
	}

	.mx-xxl-2,
	.mr-xxl-2 {
		margin-right: 1.5rem !important;
	}

	.mx-xxl-2,
	.ml-xxl-2 {
		margin-left: 1.5rem !important;
	}

	.p-xxl-2 {
		padding: 1.5rem !important;
	}

	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: 1.5rem !important;
	}

	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: 1.5rem !important;
	}

	.px-xxl-2,
	.pr-xxl-2 {
		padding-right: 1.5rem !important;
	}

	.px-xxl-2,
	.pl-xxl-2 {
		padding-left: 1.5rem !important;
	}

	.m-xxl-3 {
		margin: 2.25rem !important;
	}

	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 2.25rem !important;
	}

	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 2.25rem !important;
	}

	.mx-xxl-3,
	.mr-xxl-3 {
		margin-right: 2.25rem !important;
	}

	.mx-xxl-3,
	.ml-xxl-3 {
		margin-left: 2.25rem !important;
	}

	.p-xxl-3 {
		padding: 2.25rem !important;
	}

	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 2.25rem !important;
	}

	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 2.25rem !important;
	}

	.px-xxl-3,
	.pr-xxl-3 {
		padding-right: 2.25rem !important;
	}

	.px-xxl-3,
	.pl-xxl-3 {
		padding-left: 2.25rem !important;
	}

	.m-xxl-4 {
		margin: 3rem !important;
	}

	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 3rem !important;
	}

	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 3rem !important;
	}

	.mx-xxl-4,
	.mr-xxl-4 {
		margin-right: 3rem !important;
	}

	.mx-xxl-4,
	.ml-xxl-4 {
		margin-left: 3rem !important;
	}

	.p-xxl-4 {
		padding: 3rem !important;
	}

	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 3rem !important;
	}

	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 3rem !important;
	}

	.px-xxl-4,
	.pr-xxl-4 {
		padding-right: 3rem !important;
	}

	.px-xxl-4,
	.pl-xxl-4 {
		padding-left: 3rem !important;
	}

	.m-xxl-5 {
		margin: 3.75rem !important;
	}

	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3.75rem !important;
	}

	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3.75rem !important;
	}

	.mx-xxl-5,
	.mr-xxl-5 {
		margin-right: 3.75rem !important;
	}

	.mx-xxl-5,
	.ml-xxl-5 {
		margin-left: 3.75rem !important;
	}

	.p-xxl-5 {
		padding: 3.75rem !important;
	}

	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3.75rem !important;
	}

	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3.75rem !important;
	}

	.px-xxl-5,
	.pr-xxl-5 {
		padding-right: 3.75rem !important;
	}

	.px-xxl-5,
	.pl-xxl-5 {
		padding-left: 3.75rem !important;
	}

	.m-xxl-6 {
		margin: 4.5rem !important;
	}

	.mt-xxl-6,
	.my-xxl-6 {
		margin-top: 4.5rem !important;
	}

	.mb-xxl-6,
	.my-xxl-6 {
		margin-bottom: 4.5rem !important;
	}

	.mx-xxl-6,
	.mr-xxl-6 {
		margin-right: 4.5rem !important;
	}

	.mx-xxl-6,
	.ml-xxl-6 {
		margin-left: 4.5rem !important;
	}

	.p-xxl-6 {
		padding: 4.5rem !important;
	}

	.pt-xxl-6,
	.py-xxl-6 {
		padding-top: 4.5rem !important;
	}

	.pb-xxl-6,
	.py-xxl-6 {
		padding-bottom: 4.5rem !important;
	}

	.px-xxl-6,
	.pr-xxl-6 {
		padding-right: 4.5rem !important;
	}

	.px-xxl-6,
	.pl-xxl-6 {
		padding-left: 4.5rem !important;
	}

	.m-xxl-7 {
		margin: 5.25rem !important;
	}

	.mt-xxl-7,
	.my-xxl-7 {
		margin-top: 5.25rem !important;
	}

	.mb-xxl-7,
	.my-xxl-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-xxl-7,
	.mr-xxl-7 {
		margin-right: 5.25rem !important;
	}

	.mx-xxl-7,
	.ml-xxl-7 {
		margin-left: 5.25rem !important;
	}

	.p-xxl-7 {
		padding: 5.25rem !important;
	}

	.pt-xxl-7,
	.py-xxl-7 {
		padding-top: 5.25rem !important;
	}

	.pb-xxl-7,
	.py-xxl-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-xxl-7,
	.pr-xxl-7 {
		padding-right: 5.25rem !important;
	}

	.px-xxl-7,
	.pl-xxl-7 {
		padding-left: 5.25rem !important;
	}

	.m-xxl-8 {
		margin: 6rem !important;
	}

	.mt-xxl-8,
	.my-xxl-8 {
		margin-top: 6rem !important;
	}

	.mb-xxl-8,
	.my-xxl-8 {
		margin-bottom: 6rem !important;
	}

	.mx-xxl-8,
	.mr-xxl-8 {
		margin-right: 6rem !important;
	}

	.mx-xxl-8,
	.ml-xxl-8 {
		margin-left: 6rem !important;
	}

	.p-xxl-8 {
		padding: 6rem !important;
	}

	.pt-xxl-8,
	.py-xxl-8 {
		padding-top: 6rem !important;
	}

	.pb-xxl-8,
	.py-xxl-8 {
		padding-bottom: 6rem !important;
	}

	.px-xxl-8,
	.pr-xxl-8 {
		padding-right: 6rem !important;
	}

	.px-xxl-8,
	.pl-xxl-8 {
		padding-left: 6rem !important;
	}

	.col-xxl-1 {
		width: 8.3333333333% !important;
	}

	.order-xxl-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}

	.col-xxl-2 {
		width: 16.6666666667% !important;
	}

	.order-xxl-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}

	.col-xxl-3 {
		width: 25% !important;
	}

	.order-xxl-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.col-xxl-4 {
		width: 33.3333333333% !important;
	}

	.order-xxl-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}

	.col-xxl-5 {
		width: 41.6666666667% !important;
	}

	.order-xxl-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}

	.col-xxl-6 {
		width: 50% !important;
	}

	.order-xxl-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.col-xxl-7 {
		width: 58.3333333333% !important;
	}

	.order-xxl-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}

	.col-xxl-8 {
		width: 66.6666666667% !important;
	}

	.order-xxl-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}

	.col-xxl-9 {
		width: 75% !important;
	}

	.order-xxl-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.col-xxl-10 {
		width: 83.3333333333% !important;
	}

	.order-xxl-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}

	.col-xxl-11 {
		width: 91.6666666667% !important;
	}

	.order-xxl-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}

	.col-xxl-12 {
		width: 100% !important;
	}

	.order-xxl-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-xxl-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1800px) {

	.show-xxxl {
		display: block !important;
	}

	.hidden-xxxl {
		display: none !important;
	}

	.m-xxxl-0 {
		margin: 0 !important;
	}

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

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

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

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

	.p-xxxl-0 {
		padding: 0 !important;
	}

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

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

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

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

	.m-xxxl-1 {
		margin: 0.75rem !important;
	}

	.mt-xxxl-1,
	.my-xxxl-1 {
		margin-top: 0.75rem !important;
	}

	.mb-xxxl-1,
	.my-xxxl-1 {
		margin-bottom: 0.75rem !important;
	}

	.mx-xxxl-1,
	.mr-xxxl-1 {
		margin-right: 0.75rem !important;
	}

	.mx-xxxl-1,
	.ml-xxxl-1 {
		margin-left: 0.75rem !important;
	}

	.p-xxxl-1 {
		padding: 0.75rem !important;
	}

	.pt-xxxl-1,
	.py-xxxl-1 {
		padding-top: 0.75rem !important;
	}

	.pb-xxxl-1,
	.py-xxxl-1 {
		padding-bottom: 0.75rem !important;
	}

	.px-xxxl-1,
	.pr-xxxl-1 {
		padding-right: 0.75rem !important;
	}

	.px-xxxl-1,
	.pl-xxxl-1 {
		padding-left: 0.75rem !important;
	}

	.m-xxxl-2 {
		margin: 1.5rem !important;
	}

	.mt-xxxl-2,
	.my-xxxl-2 {
		margin-top: 1.5rem !important;
	}

	.mb-xxxl-2,
	.my-xxxl-2 {
		margin-bottom: 1.5rem !important;
	}

	.mx-xxxl-2,
	.mr-xxxl-2 {
		margin-right: 1.5rem !important;
	}

	.mx-xxxl-2,
	.ml-xxxl-2 {
		margin-left: 1.5rem !important;
	}

	.p-xxxl-2 {
		padding: 1.5rem !important;
	}

	.pt-xxxl-2,
	.py-xxxl-2 {
		padding-top: 1.5rem !important;
	}

	.pb-xxxl-2,
	.py-xxxl-2 {
		padding-bottom: 1.5rem !important;
	}

	.px-xxxl-2,
	.pr-xxxl-2 {
		padding-right: 1.5rem !important;
	}

	.px-xxxl-2,
	.pl-xxxl-2 {
		padding-left: 1.5rem !important;
	}

	.m-xxxl-3 {
		margin: 2.25rem !important;
	}

	.mt-xxxl-3,
	.my-xxxl-3 {
		margin-top: 2.25rem !important;
	}

	.mb-xxxl-3,
	.my-xxxl-3 {
		margin-bottom: 2.25rem !important;
	}

	.mx-xxxl-3,
	.mr-xxxl-3 {
		margin-right: 2.25rem !important;
	}

	.mx-xxxl-3,
	.ml-xxxl-3 {
		margin-left: 2.25rem !important;
	}

	.p-xxxl-3 {
		padding: 2.25rem !important;
	}

	.pt-xxxl-3,
	.py-xxxl-3 {
		padding-top: 2.25rem !important;
	}

	.pb-xxxl-3,
	.py-xxxl-3 {
		padding-bottom: 2.25rem !important;
	}

	.px-xxxl-3,
	.pr-xxxl-3 {
		padding-right: 2.25rem !important;
	}

	.px-xxxl-3,
	.pl-xxxl-3 {
		padding-left: 2.25rem !important;
	}

	.m-xxxl-4 {
		margin: 3rem !important;
	}

	.mt-xxxl-4,
	.my-xxxl-4 {
		margin-top: 3rem !important;
	}

	.mb-xxxl-4,
	.my-xxxl-4 {
		margin-bottom: 3rem !important;
	}

	.mx-xxxl-4,
	.mr-xxxl-4 {
		margin-right: 3rem !important;
	}

	.mx-xxxl-4,
	.ml-xxxl-4 {
		margin-left: 3rem !important;
	}

	.p-xxxl-4 {
		padding: 3rem !important;
	}

	.pt-xxxl-4,
	.py-xxxl-4 {
		padding-top: 3rem !important;
	}

	.pb-xxxl-4,
	.py-xxxl-4 {
		padding-bottom: 3rem !important;
	}

	.px-xxxl-4,
	.pr-xxxl-4 {
		padding-right: 3rem !important;
	}

	.px-xxxl-4,
	.pl-xxxl-4 {
		padding-left: 3rem !important;
	}

	.m-xxxl-5 {
		margin: 3.75rem !important;
	}

	.mt-xxxl-5,
	.my-xxxl-5 {
		margin-top: 3.75rem !important;
	}

	.mb-xxxl-5,
	.my-xxxl-5 {
		margin-bottom: 3.75rem !important;
	}

	.mx-xxxl-5,
	.mr-xxxl-5 {
		margin-right: 3.75rem !important;
	}

	.mx-xxxl-5,
	.ml-xxxl-5 {
		margin-left: 3.75rem !important;
	}

	.p-xxxl-5 {
		padding: 3.75rem !important;
	}

	.pt-xxxl-5,
	.py-xxxl-5 {
		padding-top: 3.75rem !important;
	}

	.pb-xxxl-5,
	.py-xxxl-5 {
		padding-bottom: 3.75rem !important;
	}

	.px-xxxl-5,
	.pr-xxxl-5 {
		padding-right: 3.75rem !important;
	}

	.px-xxxl-5,
	.pl-xxxl-5 {
		padding-left: 3.75rem !important;
	}

	.m-xxxl-6 {
		margin: 4.5rem !important;
	}

	.mt-xxxl-6,
	.my-xxxl-6 {
		margin-top: 4.5rem !important;
	}

	.mb-xxxl-6,
	.my-xxxl-6 {
		margin-bottom: 4.5rem !important;
	}

	.mx-xxxl-6,
	.mr-xxxl-6 {
		margin-right: 4.5rem !important;
	}

	.mx-xxxl-6,
	.ml-xxxl-6 {
		margin-left: 4.5rem !important;
	}

	.p-xxxl-6 {
		padding: 4.5rem !important;
	}

	.pt-xxxl-6,
	.py-xxxl-6 {
		padding-top: 4.5rem !important;
	}

	.pb-xxxl-6,
	.py-xxxl-6 {
		padding-bottom: 4.5rem !important;
	}

	.px-xxxl-6,
	.pr-xxxl-6 {
		padding-right: 4.5rem !important;
	}

	.px-xxxl-6,
	.pl-xxxl-6 {
		padding-left: 4.5rem !important;
	}

	.m-xxxl-7 {
		margin: 5.25rem !important;
	}

	.mt-xxxl-7,
	.my-xxxl-7 {
		margin-top: 5.25rem !important;
	}

	.mb-xxxl-7,
	.my-xxxl-7 {
		margin-bottom: 5.25rem !important;
	}

	.mx-xxxl-7,
	.mr-xxxl-7 {
		margin-right: 5.25rem !important;
	}

	.mx-xxxl-7,
	.ml-xxxl-7 {
		margin-left: 5.25rem !important;
	}

	.p-xxxl-7 {
		padding: 5.25rem !important;
	}

	.pt-xxxl-7,
	.py-xxxl-7 {
		padding-top: 5.25rem !important;
	}

	.pb-xxxl-7,
	.py-xxxl-7 {
		padding-bottom: 5.25rem !important;
	}

	.px-xxxl-7,
	.pr-xxxl-7 {
		padding-right: 5.25rem !important;
	}

	.px-xxxl-7,
	.pl-xxxl-7 {
		padding-left: 5.25rem !important;
	}

	.m-xxxl-8 {
		margin: 6rem !important;
	}

	.mt-xxxl-8,
	.my-xxxl-8 {
		margin-top: 6rem !important;
	}

	.mb-xxxl-8,
	.my-xxxl-8 {
		margin-bottom: 6rem !important;
	}

	.mx-xxxl-8,
	.mr-xxxl-8 {
		margin-right: 6rem !important;
	}

	.mx-xxxl-8,
	.ml-xxxl-8 {
		margin-left: 6rem !important;
	}

	.p-xxxl-8 {
		padding: 6rem !important;
	}

	.pt-xxxl-8,
	.py-xxxl-8 {
		padding-top: 6rem !important;
	}

	.pb-xxxl-8,
	.py-xxxl-8 {
		padding-bottom: 6rem !important;
	}

	.px-xxxl-8,
	.pr-xxxl-8 {
		padding-right: 6rem !important;
	}

	.px-xxxl-8,
	.pl-xxxl-8 {
		padding-left: 6rem !important;
	}

	.col-xxxl-1 {
		width: 8.3333333333% !important;
	}

	.order-xxxl-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.offset-xxxl-1 {
		margin-left: 8.3333333333%;
	}

	.col-xxxl-2 {
		width: 16.6666666667% !important;
	}

	.order-xxxl-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.offset-xxxl-2 {
		margin-left: 16.6666666667%;
	}

	.col-xxxl-3 {
		width: 25% !important;
	}

	.order-xxxl-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.offset-xxxl-3 {
		margin-left: 25%;
	}

	.col-xxxl-4 {
		width: 33.3333333333% !important;
	}

	.order-xxxl-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.offset-xxxl-4 {
		margin-left: 33.3333333333%;
	}

	.col-xxxl-5 {
		width: 41.6666666667% !important;
	}

	.order-xxxl-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.offset-xxxl-5 {
		margin-left: 41.6666666667%;
	}

	.col-xxxl-6 {
		width: 50% !important;
	}

	.order-xxxl-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.offset-xxxl-6 {
		margin-left: 50%;
	}

	.col-xxxl-7 {
		width: 58.3333333333% !important;
	}

	.order-xxxl-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.offset-xxxl-7 {
		margin-left: 58.3333333333%;
	}

	.col-xxxl-8 {
		width: 66.6666666667% !important;
	}

	.order-xxxl-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.offset-xxxl-8 {
		margin-left: 66.6666666667%;
	}

	.col-xxxl-9 {
		width: 75% !important;
	}

	.order-xxxl-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.offset-xxxl-9 {
		margin-left: 75%;
	}

	.col-xxxl-10 {
		width: 83.3333333333% !important;
	}

	.order-xxxl-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.offset-xxxl-10 {
		margin-left: 83.3333333333%;
	}

	.col-xxxl-11 {
		width: 91.6666666667% !important;
	}

	.order-xxxl-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.offset-xxxl-11 {
		margin-left: 91.6666666667%;
	}

	.col-xxxl-12 {
		width: 100% !important;
	}

	.order-xxxl-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.offset-xxxl-12 {
		margin-left: 100%;
	}
}

.wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.no-wrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.no-wrap [class^=col-] {
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}

.no-wrap.overflow-auto [class^=col-] {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.direction-row {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.direction-column {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.align-start {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.align-end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.align-end [class^=col-] {
	vertical-align: bottom;
}

.align-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-center [class^=col-] {
	vertical-align: middle;
}

.align-stretch {
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.align-baseline {
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.align-content-start {
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.align-content-end {
	-ms-flex-line-pack: end;
	-webkit-align-content: flex-end;
	align-content: flex-end;
}

.align-content-end [class^=col-] {
	vertical-align: bottom;
}

.align-content-center {
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
}

.align-content-space-between {
	-ms-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between;
}

.align-content-space-around {
	-ms-flex-line-pack: distribute;
	-webkit-align-content: space-around;
	align-content: space-around;
}

.align-self-start {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.align-self-end {
	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	vertical-align: bottom;
}

.align-self-center {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	vertical-align: middle;
}

.justify-start {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.justify-end {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.justify-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.justify-space-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.justify-space-around {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.container > .row.row-bleed {
	padding-right: 0;
	padding-left: 0;
}

.row-bleed > [class^=col-] {
	padding-right: 0;
	padding-left: 0;
}

.row.row-bleed {
	margin-left: 0;
	margin-right: 0;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.inline-flex {
	display: inline-flex;
}

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

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

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.static {
	position: static;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.transparent,
.bg-transparent {
	background-color: transparent !important;
}

.comet,
.bg-comet {
	background-color: #404658 !important;
}

.comet,
a.comet {
	color: #fff !important;
}

.severus,
.bg-severus {
	background-color: #2d2f35 !important;
}

.severus,
a.severus {
	color: #fff !important;
}

.midnight,
.bg-midnight {
	background-color: #131416 !important;
}

.midnight,
a.midnight {
	color: #fff !important;
}

.white,
.bg-white {
	background-color: #fff !important;
}

.white,
a.white {
	color: #404658 !important;
}

.snowdrop,
.bg-snowdrop {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #f3f5f7 !important;
}

.snowdrop,
a.snowdrop {
	color: #404658 !important;
}

a.snowdrop:hover {
	background-color: #fff !important;
}

.daylight,
.bg-daylight {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #fbfbfd !important;
}

.daylight,
a.daylight {
	color: #404658 !important;
}

a.daylight:hover {
	background-color: #fff !important;
}

.silver,
.bg-silver {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #d7dee4 !important;
}

.silver,
a.silver {
	color: #404658 !important;
}

a.silver:hover {
	background-color: #e6ebee !important;
}

.gray,
.bg-gray {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #757a82 !important;
}

.gray,
a.gray {
	color: #fff !important;
	text-decoration: none !important;
}

a.gray:hover {
	background-color: #82878f !important;
}

.lightergray,
.bg-lightergray {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #f3f5f7 !important;
}

.lightergray,
a.lightergray {
	color: #131416 !important;
	text-decoration: none !important;
}

a.lightergray:hover {
	background-color: #fff !important;
}

.blue,
.bg-blue {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #2d459b !important;
}

.blue,
a.blue {
	color: #fff !important;
	text-decoration: none !important;
}

a.blue:hover {
	background-color: #334eaf !important;
}

.lighterblue,
.bg-lighterblue {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #5d83bb !important;
}

.lighterblue,
a.lighterblue {
	color: #fff !important;
	text-decoration: none !important;
}

a.lighterblue:hover {
	background-color: #6f91c3 !important;
}

.cyan,
.bg-cyan {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #2cb9e0 !important;
}

.cyan,
a.cyan {
	color: #fff !important;
	text-decoration: none !important;
}

a.cyan:hover {
	background-color: #42c0e3 !important;
}

.red,
.bg-red {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #e0245d !important;
}

.red,
a.red {
	color: #fff !important;
	text-decoration: none !important;
}

a.red:hover {
	background-color: #e33a6e !important;
}

.lighterred,
.bg-lighterred {
	transition: color 0.75s, background-color 0.75s cubic-bezier(0, 1, 0.5, 1);
	background-color: #e33a6e !important;
}

.lighterred,
a.lighterred {
	color: #fff !important;
}

a.lighterred:hover {
	background-color: #e6517e !important;
}

.bluetiful,
.bg-bluetiful {
	background-color: #1d6bf3 !important;
}

.bluetiful,
a.bluetiful {
	color: #fff !important;
}

.darktiful,
.bg-darktiful {
	background-color: #002842 !important;
}

.darktiful,
a.darktiful {
	color: #fff !important;
}

.text-stylized-blue,
.text-stylized-comet,
.text-stylized-cyan,
.text-stylized-daylight,
.text-stylized-gray,
.text-stylized-lighterblue,
.text-stylized-lightergray,
.text-stylized-lighterred,
.text-stylized-midnight,
.text-stylized-red,
.text-stylized-severus,
.text-stylized-silver,
.text-stylized-snowdrop,
.text-stylized-white,
.text-stylized-bluetiful,
.text-stylized-darktiful {
	display: inline;
	padding: 0;
	line-height: 1.5;
}

.text-stylized-blue {
	box-shadow: inset 0 -0.75em 0 #2d459b;
}

.text-stylized-comet {
	box-shadow: inset 0 -0.75em 0 #404658 !important;
}

.text-stylized-severus {
	box-shadow: inset 0 -0.75em 0 #2d2f35 !important;
}

.text-stylized-midnight {
	box-shadow: inset 0 -0.75em 0 #131416 !important;
}

.text-stylized-white {
	box-shadow: inset 0 -0.75em 0 #fff !important;
}

.text-stylized-snowdrop {
	box-shadow: inset 0 -0.75em 0 #f3f5f7 !important;
}

.text-stylized-daylight {
	box-shadow: inset 0 -0.75em 0 #fbfbfd !important;
}

.text-stylized-silver {
	box-shadow: inset 0 -0.75em 0 #d7dee4 !important;
}

.text-stylized-gray {
	box-shadow: inset 0 -0.75em 0 #757a82 !important;
}

.text-stylized-lightergray {
	box-shadow: inset 0 -0.75em 0 #f3f5f7 !important;
}

.text-stylized-lighterblue {
	box-shadow: inset 0 -0.75em 0 #5d83bb !important;
}

.text-stylized-cyan {
	box-shadow: inset 0 -0.75em 0 #2cb9e0 !important;
}

.text-stylized-red {
	box-shadow: inset 0 -0.75em 0 #e0245d !important;
}

.text-stylized-lighterred {
	box-shadow: inset 0 -0.75em 0 #e33a6e !important;
}

.text-stylized-bluetiful {
	box-shadow: inset 0 -0.75em 0 #1d6bf3 !important;
}

.text-stylized-darktiful {
	box-shadow: inset 0 -0.75em 0 #002842 !important;
}

.accordion .accordion-panel {
	color: inherit;
	cursor: pointer;
	padding: 1.25rem 2.5rem 1.25rem 0;
	width: 100%;
	outline: none;
	position: relative;
	line-height: 1.75;
	display: flex;
}

.accordion .accordion-panel > em {
	transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
	transform: rotate(0);
}

.accordion .accordion-panel.active > em {
	transform: rotate(90deg);
}

.accordion .accordion-panel.no-icon {
	padding-right: 0;
}

.accordion .accordion-panel.no-icon::after {
	content: none;
	display: none;
}

.accordion .accordion-panel.active::after {
	content: "−";
}

.accordion .accordion-panel::after {
	background: rgba(175, 175, 176, 0.1);
	content: "+";
	color: inherit;
	font-weight: 300;
	font-size: 1.5rem;
	position: absolute;
	text-align: center;
	right: 0;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
}

.accordion.expandable .accordion-item > .accordion-content__wrapper {
	max-height: 100px;
	opacity: 1;
	position: relative;
}

.accordion .accordion-item > .accordion-content__wrapper {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s, max-height 0.3s cubic-bezier(0.6, 0.05, 0.4, 0.9);
	font-size: 0.96rem;
}

.accordion .accordion-item > .accordion-content__wrapper.active {
	opacity: 1;
}

ul.tags {
	display: flex;
	flex-wrap: wrap;
}

ul.tags > li {
	margin-bottom: 0.15rem;
	margin-top: 0.15rem;
}

ul.tags li + li {
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}

.tag {
	padding: 0.15rem 0.75rem;
	background-color: #f3f5f7;
	border-radius: 0.15rem;
}

.article-view {
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-bottom: 2.5rem;
	max-width: 1140px;
}

.article-tags li + li {
	margin-left: 0.25rem;
}

.article-content p {
	line-height: 2;
	margin: 1.75rem 0;
}

.article-content p:empty,
.article-content b:empty,
.article-content li:empty,
.article-content span:empty {
	height: 0;
	margin: 0.25rem 0;
}

.article-content img {
	width: 100%;
}

.article-content ul {
	list-style-type: circle;
	padding-left: 1.5rem;
}

.article-content ol {
	counter-reset: list;
}

.article-content ol li {
	counter-increment: list;
	padding-left: 1.5rem;
	position: relative;
}

.article-content ol li::before {
	position: absolute;
	left: 0;
	content: counter(list) ". ";
}

@media (min-width: 1200px) {

	.article-view {
		padding-top: 10rem;
	}
}

.news-article {
	margin-bottom: 1.25rem;
	display: flex;
	flex-direction: column;
}

.news-article.as-row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.news-article.as-row .news-article_poster {
	width: 64px;
	height: 64px;
	flex: 1 0 64px;
}

.news-article.as-row .news-article_poster.medium {
	width: 96px;
	height: 96px;
	flex: 1 0 96px;
}

.news-article.as-row .news-article_poster.large {
	width: 128px;
	height: 128px;
	flex: 1 0 128px;
}

.news-article.as-row .news-article_content {
	margin-left: 0.75rem;
	flex: 1 1 calc(100% - 64px);
}

.banner .banner-content {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.banner .banner-content .banner-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 5;
}

.banner .banner-content .banner-content-left,
.banner .banner-content .banner-content-right {
	display: flex;
	flex-direction: column;
	position: relative;
}

.banner .banner-content .banner-content-left {
	flex: 1 1 420px;
	padding: 16px;
}

.banner .banner-content .banner-content-right {
	flex: 3 1 420px;
	background-size: cover;
}

.box {
	background-color: inherit;
	color: inherit;
	padding: 1.25rem;
}

.box .h1,
.box h1,
.box .h2,
.box h2,
.box .h3,
.box h3 {
	font-size: 1.25rem;
	margin: 2.5rem 0 1.25rem;
}

.box .h4,
.box h4,
.box .h5,
.box h5 {
	font-size: 1.15rem;
	margin: 2rem 0 1.25rem;
}

.box .h6,
.box h6 {
	font-size: 1.1rem;
	margin: 1.5rem 0 1.25rem;
}

.box p {
	font-size: 0.925rem;
}

.box a,
.box span,
.box li,
.box label,
.box pre {
	font-size: 0.85rem;
}

.box.medium {
	padding: 8px;
}

.box.small {
	padding: 4px;
}

@media (min-width: 992px) {

	.box {
		padding: 1.75rem;
	}
}

.box-shadow {
	box-shadow: 0 0 24px -12px rgba(126, 126, 126, 0.3);
}

.box-shadow-md {
	box-shadow: 0 0 32px -18px rgba(126, 126, 126, 0.3);
}

.box-shadow-lg {
	box-shadow: 0 0 48px -24px rgba(126, 126, 126, 0.3);
}

.fade-top,
.fade-bottom {
	position: relative;
}

.fade-top::before,
.fade-bottom::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	max-height: 70%;
	z-index: 1;
}

.fade-top::before {
	bottom: 0;
}

.fade-bottom::after {
	top: 0;
}

.fade-top.fade-muted::before,
.fade-bottom.fade-muted::after {
	background: linear-gradient(0deg, #757a82, transparent);
}

.fade-top.fade-daylight::before,
.fade-bottom.fade-daylight::after {
	background: linear-gradient(0deg, #fbfbfd, transparent);
}

.fade-top.fade-snowdrop::before,
.fade-bottom.fade-snowdrop::after {
	background: linear-gradient(0deg, #f3f5f7, transparent);
}

.fade-top.fade-white::before,
.fade-bottom.fade-white::after {
	background: linear-gradient(0deg, #fff, transparent);
}

.fade-top.fade-silver::before,
.fade-bottom.fade-silver::after {
	background: linear-gradient(0deg, #d7dee4, transparent);
}

button {
	color: inherit;
	outline: 0;
	border: 0;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent;
	padding: 4px;
	position: relative;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.btn {
	line-height: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: auto;
	font-weight: inherit;
	display: inline-flex;
	align-items: center;
	position: relative;
	-webkit-transition-property: background-color, opacity;
	transition-property: background-color, opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0.05, 0.4, 0.9);
	transition-timing-function: cubic-bezier(0.6, 0.05, 0.4, 0.9);
	text-align: center;
	border: 1px solid transparent;
	background-color: inherit;
	color: inherit;
	overflow: hidden;
	cursor: pointer;
}

.btn:hover,
.btn:focus {
	transition: color 0.15s, background-color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.btn.sm {
	padding: 0.75rem 1rem;
}

.btn.block {
	display: block;
	width: 100%;
}

.btn.outline {
	border: 1px solid #131416;
	color: #131416;
	background-color: transparent;
}

.btn.outline > [class*=icon] {
	margin-left: 0.25rem;
}

.btn.outline:hover,
.btn.outline:focus {
	background-color: #131416;
	color: #fff;
}

.btn.outline.inverse {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.btn.outline.inverse:hover,
.btn.outline.inverse:focus {
	background-color: #fff;
	color: #131416;
}

.btn.primary {
	color: #fff;
	background-color: #2d459b;
}

.btn.primary:hover,
.btn.primary:focus {
	background-color: #4a66ca;
}

.btn.outline.primary {
	border-color: #2d459b !important;
	color: #2d459b !important;
	background-color: transparent !important;
}

.btn.outline.primary:hover,
.btn.outline.primary:focus {
	background-color: #2d459b !important;
	color: #fff !important;
}

.btn.secondary {
	color: #fff;
	background-color: #5d83bb;
}

.btn.secondary:hover,
.btn.secondary:focus {
	background-color: #93acd2;
}

.btn.outline.secondary {
	border-color: #5d83bb !important;
	color: #5d83bb !important;
	background-color: transparent !important;
}

.btn.outline.secondary:hover,
.btn.outline.secondary:focus {
	background-color: #5d83bb !important;
	color: #fff !important;
}

.btn.tertiary {
	color: #fff;
	background-color: #2cb9e0;
}

.btn.tertiary:hover,
.btn.tertiary:focus {
	background-color: #42c0e3;
}

.btn.outline.tertiary {
	border-color: #2cb9e0 !important;
	color: #2cb9e0 !important;
	background-color: transparent !important;
}

.btn.outline.tertiary:hover,
.btn.outline.tertiary:focus {
	background-color: #2cb9e0 !important;
	color: #fff !important;
}

.btn.bluetiful {
	color: #fff;
	background-color: #1d6bf3;
}

.btn.bluetiful:hover,
.btn.bluetiful:focus {
	background-color: #357bf4;
}

.btn.outline.bluetiful {
	border-color: #1d6bf3 !important;
	color: #1d6bf3 !important;
	background-color: transparent !important;
}

.btn.outline.bluetiful:hover,
.btn.outline.bluetiful:focus {
	background-color: #1d6bf3 !important;
	color: #fff !important;
}

.btn.error {
	color: #fff;
	background-color: #e0245d;
}

.btn.error:hover,
.btn.error:focus {
	background-color: #e33a6e;
}

.btn.outline.error {
	border-color: #e0245d !important;
	color: #e0245d !important;
	background-color: transparent !important;
}

.btn.outline.error:hover,
.btn.outline.error:focus {
	background-color: #e0245d !important;
	color: #fff !important;
}

.btn.paypal-blue {
	color: #fff;
	background-color: #00a8ea;
}

.btn.paypal-blue:hover,
.btn.paypal-blue:focus {
	background-color: #05b8ff;
}

.btn.outline.paypal-blue {
	border-color: #00a8ea !important;
	color: #00a8ea !important;
	background-color: transparent !important;
}

.btn.outline.paypal-blue:hover,
.btn.outline.paypal-blue:focus {
	background-color: #00a8ea !important;
	color: #fff !important;
}

.btn.global-giving-orange {
	color: #fff;
	background-color: #f08b1d;
}

.btn.global-giving-orange:hover,
.btn.global-giving-orange:focus {
	background-color: #f29735;
}

.btn.outline.global-giving-orange {
	border-color: #f08b1d !important;
	color: #f08b1d !important;
	background-color: transparent !important;
}

.btn.outline.global-giving-orange:hover,
.btn.outline.global-giving-orange:focus {
	background-color: #f08b1d !important;
	color: #fff !important;
}

.btn.tge-dark-blue {
	color: #fff;
	background-color: #2072b9;
}

.btn.tge-dark-blue:hover,
.btn.tge-dark-blue:focus {
	background-color: #247fcf;
}

.btn.outline.tge-dark-blue {
	border-color: #2072b9 !important;
	color: #2072b9 !important;
	background-color: transparent !important;
}

.btn.outline.tge-dark-blue:hover,
.btn.outline.tge-dark-blue:focus {
	background-color: #2072b9 !important;
	color: #fff !important;
}

[class^=radius-],
[class*=" radius-"] {
	overflow: hidden;
}

.radius-circle {
	border-radius: 50%;
}

.radius-pill {
	border-radius: 1.25rem;
}

.radius-1 {
	border-radius: 0.25rem;
}

.radius-2 {
	border-radius: 0.5rem;
}

.radius-3 {
	border-radius: 0.75rem;
}

.radius-4 {
	border-radius: 1rem;
}

@media (min-width: 992px) {

	.btn {
		line-height: 1.25rem;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}

.card {
	display: flex;
	flex-direction: column;
	background-color: #f3f5f7;
	padding: 32px;
	position: relative;
	transition: transform 0.15s, color 0.15s, background-color 0.15s cubic-bezier(0, 1, 0.5, 1);
	border: 1px solid #eaedf1;
	font-weight: inherit;
	color: initial !important;
}

.card.medium {
	font-size: 1.125rem;
	padding: 16px;
}

.card.small {
	font-size: 0.8rem;
	padding: 8px;
}

.publication.card {
	cursor: pointer;
	background-color: #fff;
	min-height: 380px;
	padding: 24px 24px;
	position: relative;
	margin: 2rem 0;
}

.publication.card::after {
	content: "";
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #eaedf1;
	z-index: 5;
}

.publication.card:hover {
	color: initial;
	transform: translateY(-1rem);
	transition: transform 0.15s, color 0.15s, background-color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.publication.card .card_header {
	position: relative;
	padding-top: 56.25%;
	background: #f3f5f7;
	top: -4rem;
}

.publication.card .card_content {
	top: -2rem;
	position: relative;
}

.publication.card .card_content .card_content_description {
	font-size: 0.96rem;
	margin-bottom: 0.15rem;
}

.publication.card .card_content_heading {
	font-size: 1.25rem;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}

.publication.card .card_content_category {
	text-transform: uppercase;
	font-size: 0.925rem;
	padding: 0.4rem 0;
	color: #2cb9e0;
}

.publication.card .card_content_metadata {
	display: flex;
	margin-top: 0.25rem;
	align-items: center;
}

.publication.card .card_content_metadata .avatar {
	margin: 0 1rem 0 0;
}

.publication.card .card_content_metadata .card_content_metadata_name,
.publication.card .card_content_metadata .card_content_metadata_date {
	font-size: 94%;
	margin: 0 0 0.15rem 0;
	line-height: 1.5;
}

.tile {
	padding: 1.5rem;
}

.tile [class*=icon-] {
	transition: transform 0.5s cubic-bezier(0, 1, 0.5, 1);
}

.tile:hover [class*=icon-],
.tile:focus [class*=icon-] {
	transform: translateX(1rem);
}

@media (min-width: 768px) {

	.tile {
		padding: 1.5rem 3rem;
	}
}

.keen-slider {
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.keen-slider,
.keen-slider__slide {
	overflow: hidden;
	position: relative;
}

.keen-slider__slide {
	width: 100%;
	min-height: 100%;
	cursor: grab;
}

.keen-slider[data-keen-slider-v] {
	flex-wrap: wrap;
}

.keen-slider[data-keen-slider-v] .keen-slider__slide {
	width: 100%;
}

.keen-slider[data-keen-slider-moves] * {
	pointer-events: none;
}

.cookie_box {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 32px;
	margin: 0 auto;
	padding: 8px 16px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 970px;
	z-index: 9999;
	opacity: 1;
	background-color: #fff;
	-webkit-transition: 0.3s opacity cubic-bezier(0.6, 0.05, 0.4, 0.9);
	transition: 0.3s opacity cubic-bezier(0.6, 0.05, 0.4, 0.9);
	box-shadow: 0 -12px 32px -24px rgba(19, 20, 22, 0.15);
	-webkit-box-shadow: 0 -12px 32px -24px rgba(19, 20, 22, 0.15);
	-moz-box-shadow: 0 -12px 32px -24px rgba(19, 20, 22, 0.15);
	display: flex;
}

.cookie_box > img {
	min-width: 32px;
	width: 32px;
	height: auto;
}

.cookie_box > span {
	flex: 1 1 480px;
	font-weight: 400;
	margin: 8px;
}

.cookie_box > .btn {
	flex: 0 0 auto;
	margin: 0 5px 0 5px;
}

.cookie_box.closed {
	opacity: 0;
}

.field {
	display: flex;
	flex: 1 1 auto;
	margin-bottom: 2rem;
	flex-direction: column;
}

.field.horizontal {
	flex-direction: row;
	align-items: center;
}

.field.horizontal label {
	padding-right: 0.925rem;
}

input,
select,
textarea {
	font-family: inherit;
	color: inherit;
	background-color: transparent;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	opacity: 0.75;
	color: currentColor;
}

input[type=text].neo,
input[type=email].neo,
input[type=date].neo,
input[type=search].neo,
input.search-field,
select.neo,
textarea.neo {
	font-size: 0.925rem;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(117, 122, 130, 0.5);
	border-radius: 0;
	transition: border-color 0.75s cubic-bezier(0, 1, 0.5, 1);
}

input[type=text].neo:focus,
input[type=text].neo:focus-within,
input[type=text].neo:focus-visible,
input[type=email].neo:focus,
input[type=email].neo:focus-within,
input[type=email].neo:focus-visible,
input[type=date].neo:focus,
input[type=date].neo:focus-within,
input[type=date].neo:focus-visible,
input[type=search].neo:focus,
input[type=search].neo:focus-within,
input[type=search].neo:focus-visible,
input.search-field:focus,
input.search-field:focus-within,
input.search-field:focus-visible,
select.neo:focus,
select.neo:focus-within,
select.neo:focus-visible,
textarea.neo:focus,
textarea.neo:focus-within,
textarea.neo:focus-visible {
	outline: 2px solid #2cb9e0;
	border-color: #2cb9e0;
}

.neolabel,
.neo > label {
	font-size: 0.925rem;
	line-height: 1.25rem;
	letter-spacing: 0.03rem;
	padding: 0.25rem 0 0.25rem;
}

.neo.radio {
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}

.neo.radio label {
	display: flex;
	flex: 1 1 auto;
	padding: 1.25rem 0.75rem;
	cursor: pointer;
}

.neo.dropdown {
	position: relative;
}

.neo.dropdown::after {
	right: 0.75rem;
	top: calc(50% - 0.5em);
	line-height: 1;
	position: absolute;
	content: "";
	font-family: "neo-icons" !important;
}

.neo.dropdown select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.neo.dropdown select::-ms-expand {
	display: none;
}

.search-form {
	display: flex;
	width: 100%;
}

.search-form > label {
	flex: 1 1 auto;
}

.search-form .search-submit {
	margin: 0 0.5rem;
	border: 1px solid currentColor;
	opacity: 0.75;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
	opacity: 1;
}

.timeline_navigation {
	display: none;
}

@media (min-width: 992px) {

	.timeline_navigation {
		display: flex;
		flex: 0 1 128px;
		flex-direction: column;
	}
}

.i {
	display: inline-block;
	color: inherit;
}

.i.sm svg {
	height: 18px;
	width: 18px;
}

.i svg {
	height: 24px;
	width: 24px;
}

.i.md svg {
	height: 28px;
	width: 28px;
}

.i.logo svg {
	height: 32px;
	width: auto;
}

.i.white {
	color: #fff;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.poster {
	padding-top: 23.175%;
	padding-bottom: 33.175%;
	background-color: #f3f5f7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	display: block;
}

.poster > img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	-o-object-fit: cover;
}

.poster > .poster-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.poster.fixed {
	background-attachment: fixed;
}

.poster.offset-top {
	margin-top: -5rem;
}

.poster.tiny {
	padding-top: 7.75%;
	padding-bottom: 7.75%;
}

.poster.small {
	padding-top: 12.5%;
	padding-bottom: 12.5%;
}

.poster.widescreen {
	padding-top: 21.4285714285%;
	padding-bottom: 14.428571%;
}

.poster.asp4_3 {
	padding-top: 37.5%;
	padding-bottom: 37.5%;
}

.poster.asp4_25 {
	padding-top: 31.25%;
	padding-bottom: 31.25%;
}

.poster.full {
	padding-top: 50%;
	padding-bottom: 50%;
}

.poster.extra {
	padding-top: 64.125%;
	padding-bottom: 64.125%;
}

.poster.shadow::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #131416;
	opacity: 0.65;
	content: "";
	display: block;
}

.poster.shadow.lighter::after {
	opacity: 0.3;
}

.avatar {
	width: 36px;
	height: 36px;
	background-color: #f3f5f7;
	border-radius: 50%;
}

.avatar.md {
	width: 42px;
	height: 42px;
}

.avatar.lg {
	width: 48px;
	height: 48px;
}

.avatar > img {
	background-color: #f3f5f7;
	border-radius: 50%;
}

table.infographic-container {
	width: 100%;
	border-spacing: 1em;
	border-collapse: separate;
	min-width: 1280px;
	table-layout: fixed;
}

table.infographic-container hr {
	border: 2px solid #72727257;
	border-radius: 2px;
}

table.infographic-container th.infographic-col-header {
	width: 210px;
	font-family: "Poppins";
	font-weight: 500;
	color: #002842;
}

table.infographic-container th.infographic-row-header {
	white-space: nowrap;
	font-family: "Poppins";
	font-size: 23px;
	color: #002842;
}

table.infographic-container td.infographic-cell {
	white-space: unset;
	word-break: break-word;
	text-align: center;
	position: relative;
	padding: 0;
}

table.infographic-container td.infographic-cell > .infographic-cell-content {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	font-family: "Poppins";
	min-height: 64px;
	padding: 0.4em;
	color: #fff;
	justify-content: center;
	z-index: 2;
}

table.infographic-container td.infographic-cell > .infographic-cell-background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 85%;
}

.disc {
	list-style-type: disc;
	margin-left: 1rem;
}

.disc li {
	line-height: 1.75;
	margin: 0.25rem 0;
}

.list {
	margin: 0.25rem 0;
}

.list .item {
	border-bottom: 1px solid rgba(117, 122, 130, 0.15);
}

.ordered {
	position: relative;
	counter-reset: number;
}

.ordered li {
	counter-increment: number;
	position: relative;
	padding: 0.5rem 0 0.5rem 1.25rem;
}

.ordered li::before {
	opacity: 0.75;
	font-size: 0.8em;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(number);
}

.tree_list ul > li > .item,
.tree_list ul > li > .title {
	display: flex;
	align-items: center;
	cursor: pointer;
	min-height: 2.5rem;
	padding: 0.75rem 0.5rem 0.75rem 2rem;
}

.tree_list ul > li > .item .i,
.tree_list ul > li > .title .i {
	position: absolute;
	left: 0;
	width: 2rem;
	display: flex;
	justify-content: center;
}

.tree_list ul > li > .item.active,
.tree_list ul > li > .title.active {
	color: #fff;
	background-color: #2cb9e0;
}

.tree_list ul ul > li > .item,
.tree_list ul ul > li > .title {
	padding-left: calc(1.5rem + (1.5rem * (0 + 1)));
}

.map_wrapper {
	position: relative;
	overflow: hidden;
}

.map_wrapper img.map {
	width: 100%;
}

.map_wrapper > .map_markers_desktop .map_block,
.map_wrapper > .map_markers_mobile .map_block {
	display: inline-block;
	padding: 8px;
	border-radius: 4px;
	background-color: #fff;
	color: #2cb9e0;
	text-align: center;
	line-height: 1.125;
}

.map_wrapper > .map_markers_desktop .map_block:hover,
.map_wrapper > .map_markers_desktop .map_block:focus,
.map_wrapper > .map_markers_mobile .map_block:hover,
.map_wrapper > .map_markers_mobile .map_block:focus {
	color: #fff;
	background-color: #2cb9e0;
}

.map_wrapper > .map_markers_mobile {
	display: none;
	visibility: hidden;
	opacity: 0;
	padding-top: 1.5rem;
}

.map_wrapper > .map_markers_desktop {
	top: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

.map_wrapper > .map_markers_desktop > .marker {
	cursor: pointer;
	display: block;
	width: 8px;
	height: 8px;
	background-color: inherit;
	position: relative;
	border-radius: 50%;
}

.map_wrapper > .map_markers_desktop > .marker:focus > .tooltip,
.map_wrapper > .map_markers_desktop > .marker:hover > .tooltip {
	opacity: 1;
	z-index: 10;
	pointer-events: auto;
}

.map_wrapper > .map_markers_desktop > .marker > .tooltip {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	opacity: 0;
	border: 1px solid rgba(117, 122, 130, 0.5);
	background-color: #131416;
	white-space: nowrap;
	padding: 0.3rem 0.7rem;
	border-radius: 0.25rem;
	transition: opacity 0.5s cubic-bezier(0, 1, 0.5, 1) 0.15s;
}

@media (max-width: 1200px) {

	.map_wrapper > .map_markers_desktop {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.map_wrapper > .map_markers_mobile {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.map_wrapper > .map_markers_mobile .map_block {
		width: 100%;
	}
}

.nav-menu_section {
	cursor: auto;
	transition: opacity 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
	display: block;
	opacity: 0;
	position: absolute;
	top: calc(100% - 8px);
	left: -16px;
	padding: 28px 28px 20px;
	background-color: #fff;
	color: #131416;
	pointer-events: none;
	z-index: -1;
	min-width: 280px;
	box-shadow: 0 0 32px -18px rgba(126, 126, 126, 0.3);
}

.nav-menu li:hover > .nav-menu_section,
.nav-menu_section:hover,
.nav-menu li:focus > .nav-menu_section,
.nav-menu_link:focus + .nav-menu_section,
.nav-menu_section:focus {
	pointer-events: auto;
	z-index: 20;
	opacity: 1;
}

ul.nav-menu_dropdown {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

ul.nav-menu_dropdown > .node {
	margin-bottom: 1.25rem;
}

ul.nav-menu_dropdown > .node > ul {
	font-size: 0.925rem;
}

ul.nav-menu_dropdown > .node > ul > li,
ul.nav-menu_dropdown > .node > ul > li > a {
	line-height: 1.15;
	padding: 3px 0;
}

ul.nav-menu_dropdown > .node > .label {
	display: flex;
	margin-bottom: 0.5rem;
	padding-bottom: 0.25rem;
	font-size: 0.925rem;
	text-transform: uppercase;
	color: #757a82;
	border-bottom: 1px solid #757a82;
}

.overlay {
	pointer-events: none;
	z-index: -9999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #131416;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s cubic-bezier(0, 1, 0.5, 1);
}

.overlay.show {
	opacity: 1;
	z-index: 9999;
	pointer-events: auto;
	visibility: visible;
}

.nav-trigger {
	height: 48px;
	width: 48px;
	padding: 0.75rem;
}

.nav-trigger > .toggle {
	width: 100%;
}

.nav-trigger > .toggle::after,
.nav-trigger > .toggle::before {
	position: relative;
	content: "";
	display: block;
	background-color: currentColor;
	width: 100%;
	height: 2px;
}

.nav-trigger > .toggle::before {
	margin-bottom: 8px;
}

.overlay-content {
	height: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.overlay-content > .overlay-content__left {
	flex: 1 1 320px;
}

.overlay-content > .overlay-content__right {
	overflow: auto;
	flex: 18 1 320px;
}

.overlay-content .menu {
	color: #757a82;
	display: flex;
	flex-direction: column;
}

.overlay-content .menu a:hover,
.overlay-content .menu a:focus {
	color: #fff;
	-moz-text-fill-color: #fff;
	-webkit-text-fill-color: #fff;
}

@media (min-width: 768px) {

	.overlay-content > .overlay-content__right {
		padding-right: 5rem;
		padding-left: 5rem;
	}
}

.modal-trigger {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #d7dee4;
	box-shadow: rgba(215, 222, 228, 0.5) 0 1px 8px;
	transition: border-color 0.15s, background-color 0.15s cubic-bezier(0, 1, 0.5, 1);
}

.modal-trigger:hover,
.modal-trigger:focus,
.modal-trigger:hover > .modal-trigger-image,
.modal-trigger:focus > .modal-trigger-image {
	border-color: #2cb9e0;
	background-color: rgba(44, 185, 224, 0.1);
}

.modal-trigger > .modal-trigger-image {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #f3f5f7;
}

.modal-trigger > .modal-trigger-image > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

.modal-trigger > .modal-trigger-content {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.modal-title,
.modal-subtitle,
.modal-small {
	margin: 4px 0;
}

.modal-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.modal-title.modal-title-highlight {
	color: #002842;
	font-family: "Poppins";
	font-weight: 700;
	font-size: 2.25rem;
}

.modal-subtitle {
	font-weight: 400;
	font-size: 1rem;
}

.modal-small {
	font-weight: 400;
	font-size: 0.925rem;
}

.modal-wrapper {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(45, 47, 53, 0.3);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s cubic-bezier(0, 1, 0.5, 1);
	z-index: 1000;
}

.modal-wrapper:target,
.modal-wrapper:target > .modal {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.modal-wrapper .modal {
	color: initial;
	cursor: default;
	z-index: 1005;
	transition: opacity 0.3s cubic-bezier(0, 1, 0.5, 1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 24px);
	max-width: 1080px;
	max-height: 75%;
	background-color: #fff;
	overflow: hidden;
}

.modal-wrapper .modal.jumbo {
	max-width: none !important;
	width: auto !important;
	max-height: none !important;
	height: 100% !important;
}

.modal-wrapper .modal .modal-header {
	padding: 32px 32px 16px 32px;
}

.modal-wrapper .modal .modal-body {
	overflow: auto;
	padding: 32px 12px;
	margin: 12px;
}

.modal-wrapper .modal .modal-body.jumbo {
	padding-top: 90px !important;
}

.modal-wrapper .modal .modal-footer {
	display: flex;
	padding: 16px 32px 32px 32px;
}

.error-404 {
	background-color: #fbfbfd;
}

@keyframes animatedBackground {

	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

.text-404 {
	display: table;
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: repeat-x;
	animation: animatedBackground 30s linear infinite;
	font-size: calc(128px + 128 * ((100vw - 320px) / 1920));
	font-weight: bold;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.page-header {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 7.5rem;
	color: #fff;
	background-color: #757a82;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-header.empty {
	background-color: transparent;
	color: #131416;
}

.page-header .page-header__content {
	z-index: 20;
}

.page-header .page-header__background {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-header .page-header__background.no-overlay::before {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.page-header .page-header__background::before {
	position: absolute;
	display: block;
	content: "";
	background-color: #131416;
	opacity: 0.5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.page-header .page-header__background > img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	z-index: 1;
}

@media (min-width: 768px) {

	.page-header {
		padding-top: 12rem;
		padding-bottom: 9.5rem;
	}
}

@media (min-width: 992px) {

	.page-header {
		padding-top: 14rem;
		padding-bottom: 11.5rem;
	}
}

@media (min-width: 1200px) {

	.page-header {
		padding-top: 16rem;
		padding-bottom: 13.5rem;
	}
}

.content.shadowed.top::before,
.content.shadowed.bottom::after {
	display: block;
	content: "";
	position: absolute;
	height: 250px;
	width: 100%;
	background-color: inherit;
	z-index: -1;
}

.content.shadowed.top::before {
	top: -250px;
}

.content.shadowed.bottom::before {
	bottom: 250px;
}

.content-page,
.content {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	position: relative;
}

.content-page__sider-left,
.content-page__sider-right,
.content-page__article,
.content-page__breadcrumb-list {
	max-width: 100%;
}

.content-page__article {
	flex: 6 1 768px;
	display: flex;
	flex-direction: column;
}

.content-page__sider-left {
	border-right: 1px solid #d7dee4;
}

.content-page__sider-right {
	border-left: 1px solid #d7dee4;
}

.content-page__sider-left,
.content-page__sider-right {
	display: flex;
	flex-direction: column;
	flex: 1 1 320px;
	height: auto;
}

.content-page__sider-left .h1,
.content-page__sider-left h1,
.content-page__sider-left .h2,
.content-page__sider-left h2,
.content-page__sider-left .h3,
.content-page__sider-left h3,
.content-page__sider-right .h1,
.content-page__sider-right h1,
.content-page__sider-right .h2,
.content-page__sider-right h2,
.content-page__sider-right .h3,
.content-page__sider-right h3 {
	font-size: 1.25rem;
}

.content-page__sider-left .h4,
.content-page__sider-left h4,
.content-page__sider-left .h5,
.content-page__sider-left h5,
.content-page__sider-right .h4,
.content-page__sider-right h4,
.content-page__sider-right .h5,
.content-page__sider-right h5 {
	font-size: 1.125rem;
}

.content-page__sider-left .h6,
.content-page__sider-left h6,
.content-page__sider-right .h6,
.content-page__sider-right h6 {
	font-size: 1.15rem;
}

.content-page__sider-left p,
.content-page__sider-right p {
	font-size: 0.925rem;
	line-height: 1.5;
}

.content-page__sider-left p:empty,
.content-page__sider-left b:empty,
.content-page__sider-left li:empty,
.content-page__sider-left span:empty,
.content-page__sider-right p:empty,
.content-page__sider-right b:empty,
.content-page__sider-right li:empty,
.content-page__sider-right span:empty {
	height: 0;
	margin: 0.25rem 0;
}

.content-page__sider-left img,
.content-page__sider-right img {
	width: 100%;
}

.page-post ul {
	list-style-type: initial;
	padding: 0.5rem 0.25rem 0.5rem 1.25rem;
}

.page-post ul li {
	opacity: 0.9;
	line-height: 2;
}

.page-post iframe {
	display: block;
	margin: 0.75rem 0;
}

.page-post hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 0;
	border-top: 1px solid rgba(117, 122, 130, 0.5);
}

.page-post img {
	padding: 0.25rem 0;
	margin: 0.25rem 0;
}

.page-post img.alignleft {
	padding-left: 0;
	margin-left: 0;
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.page-post img.alignright {
	padding-right: 0;
	margin-right: 0;
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.page-post .alignleft {
	float: left;
}

.page-post .alignright {
	float: right;
}

.page-post p:empty {
	height: 0;
	margin: 0.25rem 0;
}

.page-post p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

ul.content-page__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	font-weight: 300;
	font-size: 0.925rem;
	list-style-type: none;
	align-items: center;
}

ul.content-page__breadcrumb-list a,
ul.content-page__breadcrumb-list em {
	color: #757a82;
	text-decoration: none;
}

@media (min-width: 768px) {

	.content-page,
	.content {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media (min-width: 992px) {

	.content-page__sider-left,
	.content-page__sider-right,
	.content-page__article,
	.content-page__breadcrumb-list {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.content-page,
	.content {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

@media (min-width: 1200px) {

	.content-page,
	.content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.tabset-tabs {
	display: none;
	position: relative;
}

.tabset-item-title {
	font-weight: 400;
	display: flex;
	margin: 0;
	padding: 1.25rem 0;
	cursor: pointer;
	transition: padding 0.2s cubic-bezier(0.6, 0.05, 0.4, 0.9);
	position: relative;
	border-top: 2px solid rgba(117, 122, 130, 0.3);
}

.tabset-item-title::after {
	content: "";
	height: 4px;
	width: 4px;
	position: absolute;
	top: -4px;
	right: 1.25rem;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	transform: rotate(45deg);
	border-color: transparent #131416 #131416 transparent;
	opacity: 1;
	transition: opacity 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.tabset-tabs .tabset-tab.tabset-active:nth-child(3n+1),
.tabset-tabs .tabset-tab:nth-child(3n+1):hover,
.tabset-item:nth-child(3n+1) .tabset-item-title:hover,
.tabset-active:nth-child(3n+1) .tabset-item-title {
	border-color: #2d459b;
	color: #2d459b;
}

.tabset-tabs .tabset-tab.tabset-active:nth-child(3n+2),
.tabset-tabs .tabset-tab:nth-child(3n+2):hover,
.tabset-item:nth-child(3n+2) .tabset-item-title:hover,
.tabset-active:nth-child(3n+2) .tabset-item-title {
	border-color: #5d83bb;
	color: #5d83bb;
}

.tabset-tabs .tabset-tab.tabset-active:nth-child(3n+3),
.tabset-tabs .tabset-tab:nth-child(3n+3):hover,
.tabset-item:nth-child(3n+3) .tabset-item-title:hover,
.tabset-active:nth-child(3n+3) .tabset-item-title {
	border-color: #2cb9e0;
	color: #2cb9e0;
}

.tabset-item-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.tabset-active .tabset-item-title::after {
	opacity: 0;
}

.tabset-active .tabset-item-content {
	padding: 1.75rem 0;
	max-height: initial;
	opacity: 1;
}

@media (min-width: 992px) {

	.tabset-tabs {
		display: flex;
		border-bottom: 1px solid rgba(117, 122, 130, 0.3);
	}

	.tabset-tabs .tabset-tab {
		font-weight: 500;
		padding: 1.25rem 0;
		margin-right: 1.25rem;
		cursor: pointer;
		border: 0;
		word-break: initial;
	}

	.tabset-tabs .tabset-tab::after {
		display: block;
		content: "";
		width: 100%;
		height: 5px;
		background-color: transparent;
		position: absolute;
		bottom: -3px;
		left: 0;
		transition: background-color 0.2s cubic-bezier(0.6, 0.05, 0.4, 0.9);
	}

	.tabset-tabs .tabset-tab:nth-child(3n+1).tabset-active::after,
	.tabset-tabs .tabset-tab:nth-child(3n+1):hover::after {
		background-color: #2d459b;
	}

	.tabset-tabs .tabset-tab:nth-child(3n+2).tabset-active::after,
	.tabset-tabs .tabset-tab:nth-child(3n+2):hover::after {
		background-color: #5d83bb;
	}

	.tabset-tabs .tabset-tab:nth-child(3n+3).tabset-active::after,
	.tabset-tabs .tabset-tab:nth-child(3n+3):hover::after {
		background-color: #2cb9e0;
	}

	.tabset-item-title {
		display: none;
	}

	.tabset-item.tabset-active {
		display: block;
	}
}

.testimonial,
.testimonial-wrapper {
	margin: 0;
}

.testimonial {
	height: 100%;
}

.testimonial .testimonial-quote {
	padding: 1rem 0;
	position: relative;
}

.testimonial .testimonial-quote::before {
	content: "“";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: 12rem;
	color: #2cb9e0;
	opacity: 0.25;
	z-index: 0;
}

.testimonial-wrapper {
	padding: 2.5rem 1.5rem;
}

@media (min-width: 992px) {

	.testimonial-wrapper {
		padding: 3rem;
	}
}

.hoverable-content-active {
	opacity: 1;
	visibility: visible;
}

.hoverable-target-active {
	opacity: 1;
}

.hoverable-target-inactive {
	opacity: 0.425;
}

.hoverable-target,
.hoverable-target-active {
	transition: background-color 0.75s, opacity 0.75s ease;
}

.hoverable-content-inactive {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	display: none !important;
}

.hoverable-content-active,
.hoverable-content-inactive {
	transition: opacity 0.75s ease;
}

.expandable {
	position: relative;
	height: 100%;
}

.expandable .expandable-link,
.expandable .expandable-overlay,
.expandable .expandable-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.expandable .expandable-link {
	display: block;
	z-index: 10;
}

.expandable .expandable-content {
	z-index: 5;
	position: relative;
}

.expandable .expandable-overlay {
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.25s, background-color 0.25s;
	-moz-transition: opacity 0.25s, background-color 0.25s;
	-ms-transition: opacity 0.25s, background-color 0.25s;
	-o-transition: opacity 0.25s, background-color 0.25s;
	transition: opacity 0.25s, background-color 0.25s;
}

.expandable .expandable-bg {
	z-index: 0;
	background-size: cover;
	background-position: 50%;
}

.expandable .expandable-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(19, 19, 19, 0.3);
}

.expandable:hover .expandable-overlay,
.expandable:focus .expandable-overlay {
	opacity: 1;
}

.border {
	border: 1px solid rgba(117, 122, 130, 0.15);
}

.border-top {
	border-top: 1px solid rgba(117, 122, 130, 0.15);
}

.border-bottom {
	border-bottom: 1px solid rgba(117, 122, 130, 0.15);
}

.border-left {
	border-left: 1px solid rgba(117, 122, 130, 0.15);
}

.border-right {
	border-right: 1px solid rgba(117, 122, 130, 0.15);
}

.border-none {
	border: 0 !important;
}

.border-white {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-white {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-top-white {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.border-white {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-bottom-white {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.border-white {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-left-white {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.border-white {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-right-white {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.spacer {
	padding: 1rem 0;
	display: block;
	width: 100%;
}

.spacer.small {
	padding: 0.5rem 0;
}

.spacer.mini {
	padding: 0.25rem;
}

.poster_right {
	padding-left: calc(50vw - ((1440px / 2) - 24px));
}

.poster_left {
	padding-right: calc(50vw - ((1440px / 2) - 24px));
}

#region_asia,
#region_europe,
#region_america,
#region_africa,
#region_australia {
	cursor: pointer;
}

#region_asia > path,
#region_europe > path,
#region_america > path,
#region_africa > path,
#region_australia > path {
	transition: fill 0.15s cubic-bezier(0, 1, 0.5, 1);
}

#region_asia:hover > path,
#region_asia:focus > path,
#region_europe:hover > path,
#region_europe:focus > path,
#region_america:hover > path,
#region_america:focus > path,
#region_africa:hover > path,
#region_africa:focus > path,
#region_australia:hover > path,
#region_australia:focus > path {
	fill: #2cb9e0;
}

.shadowed-title {
	opacity: 0.075;
	position: absolute;
	z-index: 0;
	color: inherit;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
}

.line {
	padding: 5rem 0;
	position: relative;
}

.line.rect {
	background-color: #fff;
	cursor: pointer;
	padding: 5rem 5%;
	margin: 1.75rem 0;
	box-shadow: 0 0 32px -10px rgba(45, 47, 53, 0.1);
	transition: background-color 0.15s, transform 0.15s cubic-bezier(0, 1, 0.5, 1);
}

.line.rect:hover,
.line.rect:focus {
	transform: scale(1.025);
}

.line.rect:hover.primary,
.line.rect:focus.primary {
	background-color: #2d459b;
	color: #fff;
}

.line.rect:hover.secondary,
.line.rect:focus.secondary {
	background-color: #5d83bb;
	color: #fff;
}

.line.rect:hover.tertiary,
.line.rect:focus.tertiary {
	background-color: #2cb9e0;
	color: #fff;
}

.line::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	margin: 0 auto;
	background-color: transparent;
	top: 0;
	left: 0;
}

.line.primary::before {
	background-color: #2d459b;
}

.line.secondary::before {
	background-color: #5d83bb;
}

.line.tertiary::before {
	background-color: #2cb9e0;
}

.next_page {
	padding: 2rem 0 !important;
	background-color: #131416;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	transition: background-color 0.15s cubic-bezier(0, 1, 0.5, 1);
	cursor: pointer;
	display: block;
}

.next_page:hover,
.next_page:focus {
	background-color: #2cb9e0;
	transition: background-color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.next_page .next_page_wrapper {
	color: #fff;
}

.next_page .next_page_marker {
	font-weight: 500;
	margin-bottom: 1.75rem;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15rem;
}

.pointer {
	cursor: pointer !important;
}

hr.divider {
	margin: 2.5rem 0;
	width: 100%;
	border: 0;
	border-top: 1px solid rgba(117, 122, 130, 0.2);
}

.label-tag {
	color: #fff;
	padding: 5px 20px;
	line-height: 1.3;
	display: inline-flex;
	border-radius: 30px !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.delay-0 {
	-webkit-animation-delay: 0ms !important;
	-moz-animation-delay: 0ms !important;
	-o-animation-delay: 0ms !important;
	animation-delay: 0ms !important;
}

.delay-500 {
	-webkit-animation-delay: 500ms !important;
	-moz-animation-delay: 500ms !important;
	-o-animation-delay: 500ms !important;
	animation-delay: 500ms !important;
}

.delay-1000 {
	-webkit-animation-delay: 1000ms !important;
	-moz-animation-delay: 1000ms !important;
	-o-animation-delay: 1000ms !important;
	animation-delay: 1000ms !important;
}

.delay-1500 {
	-webkit-animation-delay: 1500ms !important;
	-moz-animation-delay: 1500ms !important;
	-o-animation-delay: 1500ms !important;
	animation-delay: 1500ms !important;
}

.delay-2000 {
	-webkit-animation-delay: 2000ms !important;
	-moz-animation-delay: 2000ms !important;
	-o-animation-delay: 2000ms !important;
	animation-delay: 2000ms !important;
}

.delay-2500 {
	-webkit-animation-delay: 2500ms !important;
	-moz-animation-delay: 2500ms !important;
	-o-animation-delay: 2500ms !important;
	animation-delay: 2500ms !important;
}

.delay-3000 {
	-webkit-animation-delay: 3000ms !important;
	-moz-animation-delay: 3000ms !important;
	-o-animation-delay: 3000ms !important;
	animation-delay: 3000ms !important;
}

.animate-reveal {
	opacity: 0;
	-webkit-animation: reveal 1.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	-moz-animation: reveal 1.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	-o-animation: reveal 1.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
	animation: reveal 1.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-translate-up {
	position: relative;
	transition: transform 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.animate-translate-up:hover,
.animate-translate-up:focus {
	transform: translateY(-1rem);
}

.animate-line {
	position: relative;
	transition: transform 0.75s cubic-bezier(0, 1, 0.5, 1);
	will-change: transform;
}

.animate-line:hover,
.animate-line:focus {
	transform: translateY(-1rem);
}

.animate-line:hover::after,
.animate-line:focus::after {
	width: 100%;
}

.animate-line.bottom::after {
	bottom: 0;
	top: auto;
}

.animate-line::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	top: 0;
	left: 0;
	background-color: currentColor;
	transition: width 1s cubic-bezier(0, 1, 0.5, 1);
}

.animate-pulsate {
	position: relative;
}

.animate-pulsate::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulsate 2s cubic-bezier(0, 1, 0.5, 1) 1.5s infinite;
	-moz-animation: pulsate 2s cubic-bezier(0, 1, 0.5, 1) 1.5s infinite;
	-o-animation: pulsate 2s cubic-bezier(0, 1, 0.5, 1) 1.5s infinite;
	animation: pulsate 2s cubic-bezier(0, 1, 0.5, 1) 1.5s infinite;
	will-change: transform;
}

.movable {
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.movable:hover,
.movable:focus {
	transform: translateY(-1rem);
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.tiltable {
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.tiltable:hover,
.tiltable:focus {
	transform: rotate(-5deg);
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.scalable {
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

.scalable:hover,
.scalable:focus {
	transform: scale(1.05);
	transition: transform 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

@-webkit-keyframes reveal {

	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes reveal {

	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes reveal {

	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes reveal {

	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes pulsate {

	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@-moz-keyframes pulsate {

	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@-o-keyframes pulsate {

	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@keyframes pulsate {

	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-o-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

.header {
	position: relative;
	width: 100%;
}

.navbar {
	height: 100px;
	width: 100%;
	background-color: rgba(19, 20, 22, 0.5);
	-webkit-backdrop-filter: blur(0.75rem);
	backdrop-filter: blur(0.75rem);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.navbar.responsive {
	position: fixed;
	top: -100px;
	z-index: 500;
	will-change: transform;
	transition: background-color 0.5s, color 0.5s, transform 0.5s, -webkit-transform 0.5s, top 0.5s cubic-bezier(0, 1, 0.5, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.navbar.responsive.show {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.navbar.responsive.sticky {
	background-color: #fff;
	color: #131416;
}

.nav-menu_link {
	margin: 8px 16px;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 0.925rem;
}

.nav-menu_link > em {
	margin: 0 0.35rem;
}

.nav-menu {
	padding: 0 2rem;
	height: 100%;
	flex: 1 1 auto;
	display: flex;
}

.nav-menu > li {
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
	transition: background-color 0.15s cubic-bezier(0.6, 0.05, 0.4, 0.9);
}

@media (max-width: 1200px) {

	.navbar {
		height: 80px;
	}

	.navbar.responsive {
		top: -80px;
	}

	.navbar.responsive.show {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}

	.nav_logo em.i svg,
	.nav_logo {
		height: 24px;
	}

	.nav-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}

.footer {
	position: relative;
	bottom: 0;
	background-color: #131416;
	color: #fff;
}

.footer .footer_row {
	padding: 4rem 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_row.logo {
	border-bottom: 0;
	padding: 2rem 0 0 0;
}

.footer .footer_heading {
	margin-bottom: 1rem;
}

.footer .footer_links {
	margin: 0.5rem 0;
}

.footer .footer_copyright {
	font-size: 0.85rem;
	opacity: 0.75;
	font-weight: 400;
}

.footer .footer_links > li {
	margin-bottom: 0.75rem;
	font-size: 1rem;
	opacity: 0.75;
}

.footer .footer_links > li:hover,
.footer .footer_links > li:focus {
	color: #fff;
}

.footer a {
	text-decoration: none !important;
}
