/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #333;
	--secondary-dark: #167c1a;
	--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: #343a40;
	--gray-900: #242424;
	--bs-primary: #e30614;
	--bs-secondary: #2faa25;
	--bs-dark: var(--bs-black);
	--green: #2faa25;
	--orange: #ff8900;
	--dark-green-02: #57a63d;
	--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: Roboto, 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: 500;
	--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: 500;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 500;
	--btn-padding-y: 0.7rem;
	--btn-padding-x: 1.7rem;
	--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: var(--bs-black);
	--input-color: var(--bs-black);
	--input-placeholder-color: var(--bs-black);
	--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);
	--header-bg-color: var(--bs-black);
	--header-color: var(--bs-white);
	--header-drop-bg-color: var(--bs-black);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--bs-white);
	--header-drop-color-mobile: var(--bs-black);
	--header-drop-hover-color: var(--bs-primary);
	--extra-menu-bg-color: var(--bs-black);
	--extra-menu-color: var(--bs-white);
	--menu-bg-color-mobile: var(--bs-black);
	--menu-color-mobile: var(--bs-white);
	--footer-bg-color: var(--bs-black);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--gray-900);
	--footer-secondary-color: var(--gray-light);
	--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;
}

/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #333;
	--secondary-dark: #167c1a;
	--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: #343a40;
	--gray-900: #242424;
	--bs-primary: #e30614;
	--bs-secondary: #2faa25;
	--bs-dark: var(--bs-black);
	--green: #2faa25;
	--orange: #ff8900;
	--dark-green-02: #57a63d;
	--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: Roboto, 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: 500;
	--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: 500;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 500;
	--btn-padding-y: 0.7rem;
	--btn-padding-x: 1.7rem;
	--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: var(--bs-black);
	--input-color: var(--bs-black);
	--input-placeholder-color: var(--bs-black);
	--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);
	--header-bg-color: var(--bs-black);
	--header-color: var(--bs-white);
	--header-drop-bg-color: var(--bs-black);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--bs-white);
	--header-drop-color-mobile: var(--bs-black);
	--header-drop-hover-color: var(--bs-primary);
	--extra-menu-bg-color: var(--bs-black);
	--extra-menu-color: var(--bs-white);
	--menu-bg-color-mobile: var(--bs-black);
	--menu-color-mobile: var(--bs-white);
	--footer-bg-color: var(--bs-black);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--gray-900);
	--footer-secondary-color: var(--gray-light);
	--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 {
	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;
}
.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-block: 5.6rem 4.6rem;
	}
}
.text-section.spacing-type-2 h2,
.text-section.spacing-type-2 .h2 {
	margin-bottom: 2.5rem;
}
.text-section.spacing-type-2 .btn-link {
	color: currentColor;
	margin-bottom: 2.5rem;
}
.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;
}
.text-section.success-msg h2, .text-section.success-msg .h2 {
	margin-bottom: 3.9rem;
}
.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.4em;
	margin-left: 0.2em;
	margin-right: 1em;
	border-style: solid;
	border-width: 0 0 0.2rem 0.2rem;
	-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;
}
.text-section strong {
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: -0.012em;
	display: block;
	margin-bottom: 2.5rem;
}
.text-section strong.type-2 {
	font-weight: normal;
	letter-spacing: normal;
}
.text-section .type-size-2 {
	font-size: 2rem;
	line-height: 1.3;
}
/*# sourceMappingURL=text-section.css.map */
