/**
 * Bootstrap overrides
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
	white-space: initial;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin-top: 0;
}

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

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

html {
	font-size: 62.5% !important;
}

/* text size */
h1,
.type-xxxl {
	font-size: 6rem;
	line-height: 115%;
}
h2,
.type-xxl {
	font-size: 3.8rem;
	line-height: 115%;
}
h3,
.type-xl {
	font-size: 3.2rem;
	line-height: 115%;
}

h4 {
	font-size: 2.4rem;
	line-height: 115%;
}

h5 {
	font-size: 2rem;
	line-height: 115%;
}

.type-l {
	font-size: 2.2rem;
	line-height: 130%;
}
.type-m,
body {
	font-size: 1.8rem;
	line-height: 130%;
}
.type-s {
	font-size: 1.6rem;
	line-height: 130%;
}

.type-xs,
small,
h6 {
	font-size: 1.4rem;
	line-height: 130%;
}

@media screen and (max-width: 767px) {
	h1,
	.type-xxxl {
		font-size: 3.2rem;
	}
	h2,
	.type-xxl {
		font-size: 2.8rem;
	}
	h3,
	.type-xl {
		font-size: 2.2rem;
	}

	h4 {
		font-size: 2rem;
	}

	h5 {
		font-size: 1.6rem;
	}

	.type-l {
		font-size: 2rem;
	}
	.type-m,
	body {
		font-size: 1.6rem;
	}
	.type-s {
		font-size: 1.4rem;
	}

	.type-xs,
	small,
	h6 {
		font-size: 1.2rem;
	}
}

/* font weight */
.font-lighter {
	font-weight: 100;
}

.font-light {
	font-weight: 300;
}

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

.font-bold {
	font-weight: 600;
}

.font-bolder {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}
h1,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h2 {
	font-weight: 400;
}

html,
body {
	font-family: "Montserrat", sans-serif;
	color: #323232;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 13;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 13;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 13;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 13;
	}

	.order-xl-0 {
		order: 0;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

/* colors */
:root {
	--neutral-brighter: #ffffff;
	--neutral-dark: #323232;
	--saffron: #f6c22c;
	--ruby: #d41367;
	--blue-dark: #222d66;
	--blue-main: #0784c1;
	--pale-blue: #f3f9ff;
	--purple-dark: #673065;
	--purple-main: #673066;
	--transparent: transparent;
}

.bg-neutral-brighter {
	background-color: var(--neutral-brighter) !important;
}

.color-neutral-brighter {
	color: var(--neutral-brighter) !important;
}

.bg-neutral-dark {
	background-color: var(--neutral-dark) !important;
}

.color-neutral-dark {
	color: var(--neutral-dark) !important;
}
.bg-pale-blue {
	background: var(--pale-blue) !important;
}
.color-pale-blue {
	color: var(--pale-blue) !important;
}
.bg-saffron {
	background-color: var(--saffron) !important;
}

.color-saffron {
	color: var(--saffron) !important;
}

.bg-ruby {
	background-color: var(--ruby) !important;
}

.color-ruby {
	color: var(--ruby) !important;
}

.bg-blue-dark {
	background-color: var(--blue-dark) !important;
}

.color-blue-dark {
	color: var(--blue-dark) !important;
}

.bg-blue-main {
	background-color: var(--blue-main) !important;
}

.color-blue-main {
	color: var(--blue-main) !important;
}

.bg-purple-dark {
	background-color: var(--purple-dark) !important;
}

.color-purple-dark {
	color: var(--purple-dark) !important;
}

.bg-purple-main {
	background-color: var(--purple-main) !important;
}

.color-purple-main {
	color: var(--purple-main) !important;
}

.bg-transparent {
	background-color: var(--transparent) !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.justify-start {
	justify-content: flex-start !important;
}

.justify-end {
	justify-content: flex-end !important;
}

.justify-center {
	justify-content: center !important;
}

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

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

.align-start {
	align-items: flex-start !important;
}

.align-end {
	align-items: flex-end !important;
}

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

.flex-col {
	flex-direction: column !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-grow {
	flex-grow: 1 !important;
}

.flex-shrink {
	flex-shrink: 1 !important;
}

@media screen and (max-width: 767px) {
	.xs-d-none {
		display: none !important;
	}

	.xs-d-inline {
		display: inline !important;
	}

	.xs-d-inline-block {
		display: inline-block !important;
	}

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

	.xs-d-table {
		display: table !important;
	}

	.xs-d-table-row {
		display: table-row !important;
	}

	.xs-d-table-cell {
		display: table-cell !important;
	}

	.xs-d-flex {
		display: flex !important;
	}

	.xs-d-inline-flex {
		display: inline-flex !important;
	}

	.xs-justify-start {
		justify-content: flex-start !important;
	}

	.xs-justify-end {
		justify-content: flex-end !important;
	}

	.xs-justify-center {
		justify-content: center !important;
	}

	.xs-justify-around {
		justify-content: space-around !important;
	}

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

	.xs-align-start {
		align-items: flex-start !important;
	}

	.xs-align-end {
		align-items: flex-end !important;
	}

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

	.xs-flex-col {
		flex-direction: column !important;
	}

	.xs-flex-row {
		flex-direction: row !important;
	}

	.xs-flex-grow {
		flex-grow: 1 !important;
	}

	.xs-flex-shrink {
		flex-shrink: 1 !important;
	}
}
.pos-relative {
	position: relative !important;
}

.pos-absolute {
	position: absolute !important;
}

.pos-fixed {
	position: fixed !important;
}

.pos-top {
	top: 0 !important;
}

.pos-right {
	right: 0 !important;
}

.pos-bottom {
	bottom: 0 !important;
}

.pos-left {
	left: 0 !important;
}

.pos-v-center {
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.pos-h-center {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.pos-center {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 767px) {
	.xs-pos-relative {
		position: relative !important;
	}

	.xs-pos-absolute {
		position: absolute !important;
	}

	.xs-pos-fixed {
		position: fixed !important;
	}

	.xs-pos-top {
		top: 0 !important;
	}

	.xs-pos-right {
		right: 0 !important;
	}

	.xs-pos-bottom {
		bottom: 0 !important;
	}

	.xs-pos-left {
		left: 0 !important;
	}

	.xs-pos-v-center {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	.xs-pos-h-center {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.xs-pos-center {
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
}
.ptn {
	padding-top: 0px !important;
}

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

.pbn {
	padding-bottom: 0px !important;
}

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

.phn {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pvn {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.pan {
	padding: 0px !important;
}

.ptxxxs {
	padding-top: 4px !important;
}

.prxxxs {
	padding-right: 4px !important;
}

.pbxxxs {
	padding-bottom: 4px !important;
}

.plxxxs {
	padding-left: 4px !important;
}

.phxxxs {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.pvxxxs {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.paxxxs {
	padding: 4px !important;
}

.ptxxs {
	padding-top: 8px !important;
}

.prxxs {
	padding-right: 8px !important;
}

.pbxxs {
	padding-bottom: 8px !important;
}

.plxxs {
	padding-left: 8px !important;
}

.phxxs {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.pvxxs {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.paxxs {
	padding: 8px !important;
}

.ptxs {
	padding-top: 16px !important;
}

.prxs {
	padding-right: 16px !important;
}

.pbxs {
	padding-bottom: 16px !important;
}

.plxs {
	padding-left: 16px !important;
}

.phxs {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.pvxs {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.paxs {
	padding: 16px !important;
}

.pts {
	padding-top: 24px !important;
}

.prs {
	padding-right: 24px !important;
}

.pbs {
	padding-bottom: 24px !important;
}

.pls {
	padding-left: 24px !important;
}

.phs {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.pvs {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.pas {
	padding: 24px !important;
}

.ptm {
	padding-top: 32px !important;
}

.prm {
	padding-right: 32px !important;
}

.pbm {
	padding-bottom: 32px !important;
}

.plm {
	padding-left: 32px !important;
}

.phm {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

.pvm {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.pam {
	padding: 32px !important;
}

.ptl {
	padding-top: 40px !important;
}

.prl {
	padding-right: 40px !important;
}

.pbl {
	padding-bottom: 40px !important;
}

.pll {
	padding-left: 40px !important;
}

.phl {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.pvl {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.pal {
	padding: 40px !important;
}

.ptxl {
	padding-top: 64px !important;
}

.prxl {
	padding-right: 64px !important;
}

.pbxl {
	padding-bottom: 64px !important;
}

.plxl {
	padding-left: 64px !important;
}

.phxl {
	padding-left: 64px !important;
	padding-right: 64px !important;
}

.pvxl {
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}

.paxl {
	padding: 64px !important;
}

.ptxxl {
	padding-top: 96px !important;
}

.prxxl {
	padding-right: 96px !important;
}

.pbxxl {
	padding-bottom: 96px !important;
}

.plxxl {
	padding-left: 96px !important;
}

.phxxl {
	padding-left: 96px !important;
	padding-right: 96px !important;
}

.pvxxl {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.paxxl {
	padding: 96px !important;
}

.ptxxxl {
	padding-top: 128px !important;
}

.prxxxl {
	padding-right: 128px !important;
}

.pbxxxl {
	padding-bottom: 128px !important;
}

.plxxxl {
	padding-left: 128px !important;
}

.phxxxl {
	padding-left: 128px !important;
	padding-right: 128px !important;
}

.pvxxxl {
	padding-top: 128px !important;
	padding-bottom: 128px !important;
}

.paxxxl {
	padding: 128px !important;
}

.mtxxxs {
	margin-top: 4px !important;
}

.mrxxxs {
	margin-right: 4px !important;
}

.mbxxxs {
	margin-bottom: 4px !important;
}

.mlxxxs {
	margin-left: 4px !important;
}

.mhxxxs {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

.mvxxxs {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.maxxxs {
	margin: 4px !important;
}

.mtxxs {
	margin-top: 8px !important;
}

.mrxxs {
	margin-right: 8px !important;
}

.mbxxs {
	margin-bottom: 8px !important;
}

.mlxxs {
	margin-left: 8px !important;
}

.mhxxs {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.mvxxs {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.maxxs {
	margin: 8px !important;
}

.mtxs {
	margin-top: 16px !important;
}

.mrxs {
	margin-right: 16px !important;
}

.mbxs {
	margin-bottom: 16px !important;
}

.mlxs {
	margin-left: 16px !important;
}

.mhxs {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.mvxs {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.maxs {
	margin: 16px !important;
}

.mts {
	margin-top: 24px !important;
}

.mrs {
	margin-right: 24px !important;
}

.mbs {
	margin-bottom: 24px !important;
}

.mls {
	margin-left: 24px !important;
}

.mhs {
	margin-left: 24px !important;
	margin-right: 24px !important;
}

.mvs {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.mas {
	margin: 24px !important;
}

.mtm {
	margin-top: 32px !important;
}

.mrm {
	margin-right: 32px !important;
}

.mbm {
	margin-bottom: 32px !important;
}

.mlm {
	margin-left: 32px !important;
}

.mhm {
	margin-left: 32px !important;
	margin-right: 32px !important;
}

.mvm {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.mam {
	margin: 32px !important;
}

.mtl {
	margin-top: 40px !important;
}

.mrl {
	margin-right: 40px !important;
}

.mbl {
	margin-bottom: 40px !important;
}

.mll {
	margin-left: 40px !important;
}

.mhl {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.mvl {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mal {
	margin: 40px !important;
}

.mtxl {
	margin-top: 64px !important;
}

.mrxl {
	margin-right: 64px !important;
}

.mbxl {
	margin-bottom: 64px !important;
}

.mlxl {
	margin-left: 64px !important;
}

.mhxl {
	margin-left: 64px !important;
	margin-right: 64px !important;
}

.mvxl {
	margin-top: 64px !important;
	margin-bottom: 64px !important;
}

.maxl {
	margin: 64px !important;
}

.mtxxl {
	margin-top: 96px !important;
}

.mrxxl {
	margin-right: 96px !important;
}

.mbxxl {
	margin-bottom: 96px !important;
}

.mlxxl {
	margin-left: 96px !important;
}

.mhxxl {
	margin-left: 96px !important;
	margin-right: 96px !important;
}

.mvxxl {
	margin-top: 96px !important;
	margin-bottom: 96px !important;
}

.maxxl {
	margin: 96px !important;
}

.mtxxxl {
	margin-top: 128px !important;
}

.mrxxxl {
	margin-right: 128px !important;
}

.mbxxxl {
	margin-bottom: 128px !important;
}

.mlxxxl {
	margin-left: 128px !important;
}

.mhxxxl {
	margin-left: 128px !important;
	margin-right: 128px !important;
}

.mvxxxl {
	margin-top: 128px !important;
	margin-bottom: 128px !important;
}

.maxxxl {
	margin: 128px !important;
}

.mtn {
	margin-top: 0px !important;
}

.mrn {
	margin-right: 0px !important;
}

.mbn {
	margin-bottom: 0px !important;
}

.mln {
	margin-left: 0px !important;
}

.mhn {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mvn {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.man {
	margin: 0px !important;
}

@media screen and (max-width: 767px) {
	.xs-ptn {
		padding-top: 0px !important;
	}

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

	.xs-pbn {
		padding-bottom: 0px !important;
	}

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

	.xs-phn {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.xs-pvn {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.xs-pan {
		padding: 0px !important;
	}

	.xs-ptxxxs {
		padding-top: 4px !important;
	}

	.xs-prxxxs {
		padding-right: 4px !important;
	}

	.xs-pbxxxs {
		padding-bottom: 4px !important;
	}

	.xs-plxxxs {
		padding-left: 4px !important;
	}

	.xs-phxxxs {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.xs-pvxxxs {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}

	.xs-paxxxs {
		padding: 4px !important;
	}

	.xs-ptxxs {
		padding-top: 8px !important;
	}

	.xs-prxxs {
		padding-right: 8px !important;
	}

	.xs-pbxxs {
		padding-bottom: 8px !important;
	}

	.xs-plxxs {
		padding-left: 8px !important;
	}

	.xs-phxxs {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.xs-pvxxs {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.xs-paxxs {
		padding: 8px !important;
	}

	.xs-ptxs {
		padding-top: 16px !important;
	}

	.xs-prxs {
		padding-right: 16px !important;
	}

	.xs-pbxs {
		padding-bottom: 16px !important;
	}

	.xs-plxs {
		padding-left: 16px !important;
	}

	.xs-phxs {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.xs-pvxs {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

	.xs-paxs {
		padding: 16px !important;
	}

	.xs-pts {
		padding-top: 24px !important;
	}

	.xs-prs {
		padding-right: 24px !important;
	}

	.xs-pbs {
		padding-bottom: 24px !important;
	}

	.xs-pls {
		padding-left: 24px !important;
	}

	.xs-phs {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.xs-pvs {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.xs-pas {
		padding: 24px !important;
	}

	.xs-ptm {
		padding-top: 32px !important;
	}

	.xs-prm {
		padding-right: 32px !important;
	}

	.xs-pbm {
		padding-bottom: 32px !important;
	}

	.xs-plm {
		padding-left: 32px !important;
	}

	.xs-phm {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}

	.xs-pvm {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.xs-pam {
		padding: 32px !important;
	}

	.xs-ptl {
		padding-top: 40px !important;
	}

	.xs-prl {
		padding-right: 40px !important;
	}

	.xs-pbl {
		padding-bottom: 40px !important;
	}

	.xs-pll {
		padding-left: 40px !important;
	}

	.xs-phl {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.xs-pvl {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.xs-pal {
		padding: 40px !important;
	}

	.xs-ptxl {
		padding-top: 64px !important;
	}

	.xs-prxl {
		padding-right: 64px !important;
	}

	.xs-pbxl {
		padding-bottom: 64px !important;
	}

	.xs-plxl {
		padding-left: 64px !important;
	}

	.xs-phxl {
		padding-left: 64px !important;
		padding-right: 64px !important;
	}

	.xs-pvxl {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.xs-paxl {
		padding: 64px !important;
	}

	.xs-ptxxl {
		padding-top: 96px !important;
	}

	.xs-prxxl {
		padding-right: 96px !important;
	}

	.xs-pbxxl {
		padding-bottom: 96px !important;
	}

	.xs-plxxl {
		padding-left: 96px !important;
	}

	.xs-phxxl {
		padding-left: 96px !important;
		padding-right: 96px !important;
	}

	.xs-pvxxl {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}

	.xs-paxxl {
		padding: 96px !important;
	}

	.xs-ptxxxl {
		padding-top: 128px !important;
	}

	.xs-prxxxl {
		padding-right: 128px !important;
	}

	.xs-pbxxxl {
		padding-bottom: 128px !important;
	}

	.xs-plxxxl {
		padding-left: 128px !important;
	}

	.xs-phxxxl {
		padding-left: 128px !important;
		padding-right: 128px !important;
	}

	.xs-pvxxxl {
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}

	.xs-paxxxl {
		padding: 128px !important;
	}

	.xs-mtn {
		margin-top: 0px !important;
	}

	.xs-mrn {
		margin-right: 0px !important;
	}

	.xs-mbn {
		margin-bottom: 0px !important;
	}

	.xs-mln {
		margin-left: 0px !important;
	}

	.xs-mhn {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.xs-mvn {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.xs-man {
		margin: 0px !important;
	}

	.xs-mtxxxs {
		margin-top: 4px !important;
	}

	.xs-mrxxxs {
		margin-right: 4px !important;
	}

	.xs-mbxxxs {
		margin-bottom: 4px !important;
	}

	.xs-mlxxxs {
		margin-left: 4px !important;
	}

	.xs-mhxxxs {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.xs-mvxxxs {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}

	.xs-maxxxs {
		margin: 4px !important;
	}

	.xs-mtxxs {
		margin-top: 8px !important;
	}

	.xs-mrxxs {
		margin-right: 8px !important;
	}

	.xs-mbxxs {
		margin-bottom: 8px !important;
	}

	.xs-mlxxs {
		margin-left: 8px !important;
	}

	.xs-mhxxs {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.xs-mvxxs {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}

	.xs-maxxs {
		margin: 8px !important;
	}

	.xs-mtxs {
		margin-top: 16px !important;
	}

	.xs-mrxs {
		margin-right: 16px !important;
	}

	.xs-mbxs {
		margin-bottom: 16px !important;
	}

	.xs-mlxs {
		margin-left: 16px !important;
	}

	.xs-mhxs {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.xs-mvxs {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.xs-maxs {
		margin: 16px !important;
	}

	.xs-mts {
		margin-top: 24px !important;
	}

	.xs-mrs {
		margin-right: 24px !important;
	}

	.xs-mbs {
		margin-bottom: 24px !important;
	}

	.xs-mls {
		margin-left: 24px !important;
	}

	.xs-mhs {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}

	.xs-mvs {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}

	.xs-mas {
		margin: 24px !important;
	}

	.xs-mtm {
		margin-top: 32px !important;
	}

	.xs-mrm {
		margin-right: 32px !important;
	}

	.xs-mbm {
		margin-bottom: 32px !important;
	}

	.xs-mlm {
		margin-left: 32px !important;
	}

	.xs-mhm {
		margin-left: 32px !important;
		margin-right: 32px !important;
	}

	.xs-mvm {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}

	.xs-mam {
		margin: 32px !important;
	}

	.xs-mtl {
		margin-top: 40px !important;
	}

	.xs-mrl {
		margin-right: 40px !important;
	}

	.xs-mbl {
		margin-bottom: 40px !important;
	}

	.xs-mll {
		margin-left: 40px !important;
	}

	.xs-mhl {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.xs-mvl {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.xs-mal {
		margin: 40px !important;
	}

	.xs-mtxl {
		margin-top: 64px !important;
	}

	.xs-mrxl {
		margin-right: 64px !important;
	}

	.xs-mbxl {
		margin-bottom: 64px !important;
	}

	.xs-mlxl {
		margin-left: 64px !important;
	}

	.xs-mhxl {
		margin-left: 64px !important;
		margin-right: 64px !important;
	}

	.xs-mvxl {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}

	.xs-maxl {
		margin: 64px !important;
	}

	.xs-mtxxl {
		margin-top: 96px !important;
	}

	.xs-mrxxl {
		margin-right: 96px !important;
	}

	.xs-mbxxl {
		margin-bottom: 96px !important;
	}

	.xs-mlxxl {
		margin-left: 96px !important;
	}

	.xs-mhxxl {
		margin-left: 96px !important;
		margin-right: 96px !important;
	}

	.xs-mvxxl {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}

	.xs-maxxl {
		margin: 96px !important;
	}

	.xs-mtxxxl {
		margin-top: 128px !important;
	}

	.xs-mrxxxl {
		margin-right: 128px !important;
	}

	.xs-mbxxxl {
		margin-bottom: 128px !important;
	}

	.xs-mlxxxl {
		margin-left: 128px !important;
	}

	.xs-mhxxxl {
		margin-left: 128px !important;
		margin-right: 128px !important;
	}

	.xs-mvxxxl {
		margin-top: 128px !important;
		margin-bottom: 128px !important;
	}

	.xs-maxxxl {
		margin: 128px !important;
	}
}
.txt-lowercase {
	text-transform: lowercase !important;
}

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

.txt-capitalize {
	text-transform: capitalize !important;
}

.txt-sentence {
	text-transform: sentence !important;
}

.font-italic {
	font-style: italic !important;
}

.font-monospace {
	font-family: monospace !important;
}

.ntd {
	text-decoration: none !important;
	max-width: 180px;
}

.txt-underline {
	text-decoration: underline !important;
}

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

.txt-r {
	text-align: right !important;
}

.txt-l {
	text-align: left !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

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

@media (max-width: 575.98px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.1;
}

.opacity-2 {
	opacity: 0.2;
}

.opacity-3 {
	opacity: 0.3;
}

.opacity-4 {
	opacity: 0.4;
}

.opacity-5 {
	opacity: 0.5;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-7 {
	opacity: 0.7;
}

.opacity-8 {
	opacity: 0.8;
}

.opacity-9 {
	opacity: 0.9;
}

.cursor-pointer {
	cursor: pointer !important;
}

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

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

.hide-fully {
	display: none !important;
}

.hide-visibility {
	visibility: hidden !important;
}

.btn {
	background: var(--purple-dark);
	color: #ffffff;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.8rem;
	height: 42px;
	min-width: 180px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border: 1px solid var(--purple-dark);
	box-sizing: border-box;
	border-radius: 4px;
	text-decoration: none;
	outline: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 40px;
	white-space: nowrap;
}

.btn-invert {
	color: var(--purple-dark);
	background-color: #ffffff;
	border-width: 2px;
}

.btn:hover {
	background: var(--purple-dark);
	border: 2px solid var(--purple-dark);
	filter: drop-shadow(-2px 4px 2px rgba(0, 0, 0, 0.16));
}

.btn-invert:hover {
	background: var(--purple-dark);
	border-color: var(--purple-dark);
	filter: drop-shadow(-2px 4px 2px rgba(0, 0, 0, 0.16));
}

/*# sourceMappingURL=base.css.map */
