/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #2a499e;
	--secondary-dark: #980200;
	--bs-black: #000;
	--bs-white: #fff;
	--gray-100: #f5f5f5;
	--gray-200: #e9ecef;
	--gray-300: #ddd;
	--gray-400: #c4c4c4;
	--gray-500: #adb5bd;
	--gray-600: #707070;
	--gray-650: #7b7b7b;
	--gray-700: #434343;
	--gray-800: #2e2e2e;
	--gray-900: #242424;
	--gray-950: #0b0b0b;
	--bs-primary: #2f68ff;
	--bs-secondary: #de4533;
	--bs-dark: var(--bs-black);
	--yellow: #fefa00;
	--yellow-dark: #fee100;
	--green: #4ec618;
	--green-dark: #33a500;
	--blue-02: #1c3476;
	--bs-body-bg: var(--bs-white);
	--bs-body-color: var(--bs-black);
	--bs-body-font-size: 1.6rem;
	--bs-body-line-height: 1.375;
	--bs-body-font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	--bs-link-color: var(--bs-secondary);
	--bs-link-hover-color: var(--secondary-dark);
	--bs-text-muted: #7b7b7b;
	--bs-font-weight-bold: 600;
	--font-weight-bold: 600;
	--bs-font-family-base: Source Sans Pro, Arial, Helvetica, sans-serif;
	--font-family-secondary: Open Sans, Arial, Helvetica, sans-serif;
	--h1-font-size: 4.6rem;
	--h2-font-size: 3rem;
	--h3-font-size: 3.6rem;
	--h4-font-size: 2rem;
	--h5-font-size: 2.2rem;
	--h6-font-size: 1.7rem;
	--h1-font-size-sm: 3.6rem;
	--h2-font-size-sm: 2.6rem;
	--h3-font-size-sm: var(--h3-font-size);
	--h4-font-size-sm: var(--h4-font-size);
	--h5-font-size-sm: var(--h5-font-size);
	--h6-font-size-sm: var(--h6-font-size);
	--headings-font-weight: 700;
	--headings-font-family: Open Sans, Arial, Helvetica, sans-serif;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 700;
	--btn-padding-y: 0.8rem;
	--btn-padding-x: 1.6rem;
	--btn-font-size-sm: 1rem;
	--btn-padding-y-sm: 0.4rem;
	--btn-padding-x-sm: 0.6rem;
	--btn-font-size-lg: 1.6rem;
	--btn-padding-y-lg: 1.1rem;
	--btn-padding-x-lg: 1rem;
	--input-border-color: #7b7b7b;
	--input-color: #7b7b7b;
	--input-placeholder-color: #7b7b7b;
	--input-bg: var(--bs-white);
	--input-box-shadow: none;
	--input-height: 4rem;
	--input-font-size: 1.6rem;
	--input-font-weight: 400;
	--input-padding-y: 0.4rem;
	--input-padding-x: 1.4rem;
	--input-focus-bg: var(--bs-white);
	--input-border-color-focus: #0b0b0b;
	--input-color-focus: #0b0b0b;
	--bs-breadcrumb-margin-bottom: 0.8rem;
	--header-bg-color: var(--bs-white);
	--header-color: var(--bs-black);
	--header-drop-bg-color: var(--bs-white);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--gray-950);
	--header-drop-color-mobile: var(--gray-950);
	--header-drop-hover-color: var(--primary-dark);
	--extra-menu-bg-color: var(--bs-white);
	--extra-menu-color: var(--bs-black);
	--menu-bg-color-mobile: var(--bs-white);
	--menu-color-mobile: var(--bs-black);
	--footer-bg-color: var(--gray-800);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--bs-black);
	--footer-secondary-color: var(--gray-650);
	--backdrop-bg: var(--bs-black);
	--backdrop-opacity: 0.4;
	--modal-border-width: 0;
	--modal-border-color: var(--bs-white);
	--modal-bg: var(--bs-white);
	--gray-light: #7b7b7b;
	--gray-002: #212121;
	--bs-gutter-x: 3rem;
}

/* text-section */
.text-section {
	--h1-font-size-sm: var(--h2-font-size-sm);
	background: var(--gray-100);
	padding-top: 7.5rem;
	padding-bottom: 9.1rem;
	word-break: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	    hyphens: auto;
}
@media (min-width: 992px) {
	.text-section {
		--h1-font-size: 3.6rem;
	}
}
.text-section h2,
.text-section .h2 {
	text-transform: none;
	margin-top: 0.4rem;
}
.text-section figure {
	margin-top: 2.8rem;
	margin-bottom: 1.7rem;
}
.text-section.no-background {
	background: none;
}
.text-section.spacing-type-2 {
	padding: 2rem 0;
}
@media (min-width: 768px) {
	.text-section.spacing-type-2 {
		padding: 5rem 0;
	}
}
.text-section.spacing-type-2 h2,
.text-section.spacing-type-2 .h2 {
	margin-bottom: 2.5rem;
}
.text-section.spacing-type-2 .btn-link {
	margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
	.text-section.spacing-type-2 .btn-link {
		margin-bottom: 0;
	}
}
.text-section.spacing-type-2 p + .btn {
	margin-top: 0.5rem;
}
.text-section.success-msg {
	line-height: 1.625;
}
@media (min-width: 992px) {
	.text-section.success-msg {
		margin-top: 0.7rem;
		margin-bottom: 3.8rem;
	}
}
.text-section.success-msg p {
	margin-bottom: 1.625em;
}
.text-section.success-msg h1, .text-section.success-msg .h1 {
	margin-bottom: 4.4rem;
	font-family: inherit;
}
.text-section.success-msg h2, .text-section.success-msg .h2 {
	margin-bottom: 3.9rem;
	font-family: inherit;
}
.text-section.success-msg h2::before, .text-section.success-msg .h2::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -0.2em;
	width: 1em;
	height: 0.5em;
	margin-left: 0.2em;
	margin-right: 1em;
	border-style: solid;
	border-width: 0 0 0.4rem 0.4rem;
	color: var(--bs-secondary);
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.text-section.success-msg .type-size-2 {
	margin-bottom: 1.375em;
}
.text-section.success-msg .btn {
	min-width: 24rem;
}
.visual-title + .text-section {
	padding-top: 4.2rem;
}
.map-holder + .text-section {
	margin-top: -0.4rem;
}
.text-section strong,
.text-section h3 {
	text-transform: none;
	font-weight: inherit;
	font-size: 2rem;
	line-height: 1.3;
	font-family: inherit;
	letter-spacing: -0.012em;
	display: block;
	margin-bottom: 2.5rem;
}
.text-section p strong {
	font: inherit;
	font-weight: 700;
	margin: 0;
	display: inline;
}
.text-section .type-size-2 {
	font-size: 2rem;
	line-height: 1.3;
}
/*# sourceMappingURL=text-section.css.map */
