/*!
Theme Name: Global Media Group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalmedia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Global Media Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 90%;
}

.container-fluid {
	width: 90%;
	margin: auto;
}

.container-md {
	max-width: 1024px;
}

.container-lg {
	max-width: 1500px;
}

.container-sm {
	max-width: 850px;
}

.row {
	--bs-gutter-x: 1.3rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

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

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

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

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

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

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

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

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

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

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

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

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

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

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

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

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

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

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

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

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

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

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

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

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

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

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

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

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

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

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

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

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

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

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.z-index-9 {
	z-index: 9 !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	clear: both;
	margin: 0 0 1rem;
	line-height: 1.1;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-weight: 700;
	letter-spacing: .5px;
	color: #231F20;
}

.h1, h1 {
	font-size: 3.5rem;
}

.h2, h2 {
	font-size: 3.15rem;
	line-height: 1;
}

.h3, h3 {
	font-size: 2.6rem;
	line-height: 1.1;
}

.h4, h4 {
	font-size: 1.5rem;
	line-height: 1.3;
}

.h5, h5 {
	font-size: 1.6rem;
	line-height: 1.3;
}

.h6, h6 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	color: #08B679;
}

@media (max-width: 1200px) {
	.h1, h1 {
		font-size: 3.3rem;
	}
	.h3, h3 {
		font-size: 2rem;
	}
	.h3, h3 {
		font-size: 2.4rem;
	}
}

@media (max-width: 1024px) {
	.h1, h1 {
		font-size: 3.3rem;
	}
	.h2, h2 {
		font-size: 2.8rem;
		line-height: 1;
	}
	.h3, h3 {
		font-size: 2rem;
	}
}

@media (max-width: 540px) {
	.h6, h6 {
		font-size: 1rem;
		letter-spacing: 1px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

small {
	font-size: 80%;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif, san-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

sub {
	bottom: 0;
	font-size: 53%;
	opacity: .6;
}

.lead {
	font-size: 110%;
	color: #231F20;
}

.copy-sm p {
	font-size: 90%;
}

.copy-l4 {
	padding: 4rem 0 3rem;
	border-bottom: 1px solid #eee;
}

ul {
	margin-left: 0;
	padding-left: 1.3rem;
}

@media (max-width: 1024px) {
	p {
		margin-top: 0;
		margin-bottom: 1em;
	}
}

.no-break {
	white-space: nowrap;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	color: #444444;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 1.15rem;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body {
		font-size: 1rem;
	}
}

img {
	display: block;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

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

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

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

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

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

.text-primary {
	color: #EC008C !important;
}

.text-default {
	color: #231F20;
}

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

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

.row {
	--bs-gutter-x: 2.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

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

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

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

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

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

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.card .card-text {
	font-size: 1.2rem;
}

.card .card-text p {
	font-size: 1.2rem;
}

.card.card-primary {
	box-shadow: 0px 0px 10px 0px #0000000d;
	border-radius: 15px;
	overflow: hidden;
	padding: 0 0;
}

.card.card-primary .card-img-top {
	position: relative;
}

.card.card-primary .card-img-top-wrap {
	position: relative;
}

.card.card-primary .card-img-top-wrap .icon-wrap {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65px;
	height: 65px;
	transform: translate(-50%, -50%);
	display: flex;
	box-sizing: border-box;
	text-align: center;
}

.card.card-primary .card-img-top-wrap .icon-wrap:hover:after, .card.card-primary .card-img-top-wrap .icon-wrap:active:after, .card.card-primary .card-img-top-wrap .icon-wrap:focus:after, .card.card-primary .card-img-top-wrap .icon-wrap:active:focus:after {
	box-shadow: 0px 0px 0px 30px #000;
}

.card.card-primary .card-img-top-wrap .icon-wrap:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #bbb;
	border-radius: 100%;
	top: 0;
	box-shadow: 0px 0px 0px 20px #000;
	transition: all ease .2s;
	opacity: .6;
}

.card.card-primary .card-img-top-wrap .icon-wrap .icon-play {
	background: transparent;
	box-sizing: border-box;
	width: 25px;
	height: 36px;
	border-color: transparent transparent transparent #fff;
	cursor: pointer;
	border-style: solid;
	border-width: 18px 0 18px 25px;
	z-index: 2;
	position: relative;
	margin: auto;
}

.card.card-primary .card-img-top-wrap.video_lightgallery > a {
	display: block;
	background-color: #181818;
}

.card.card-primary .card-img-top-wrap.video_lightgallery .card-img-top {
	object-fit: cover;
}

.card.card-primary .card-title {
	font-size: 1.3rem;
	line-height: 1.3;
}

.card.card-primary .card-body {
	padding: 25px;
}

.card-grid > .row > .col-md-6, .card-grid > .row > .col-md-4 {
	display: flex;
	flex-direction: column;
}

.card-grid > .row > .col-md-6 > .card, .card-grid > .row > .col-md-4 > .card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.card-grid .card-img-top {
	width: 100%;
	height: 230px;
	object-fit: scale-down;
	object-position: center;
	display: block;
}

.card-grid .card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-grid .card-body .card-text p {
	margin-bottom: 10px;
	font-size: 1rem;
}

.card-grid .card-body .card-text ol, .card-grid .card-body .card-text ul {
	font-size: 1rem;
}

.card-grid .card-body .btn {
	margin-top: auto;
}

/* Links
--------------------------------------------- */
a {
	color: #1A3764;
}

a:hover, a:focus, a:active {
	color: #EC008C;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.btn {
	position: relative;
	display: inline-block;
	padding: 0.5rem 1.5rem .6rem;
	border-radius: 50rem;
	border: 1px solid #EC008C;
	font-size: 1.15rem;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-weight: 600;
	border-color: transparent;
	background: #ffffff;
	color: #EC008C;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: .3px;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
}

.btn:active, .btn:focus {
	border-color: #aaa #bbb #bbb;
}

.btn:hover {
	color: #EC008C;
}

@media (max-width: 650px) {
	.btn {
		max-width: 100% !important;
	}
}

@media (max-width: 500px) {
	.btn {
		min-width: 100% !important;
	}
}

.btn-link {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #EC008C;
	text-decoration: none;
	font-weight: 500;
}

.btn-link-secondary {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #0064c1;
	text-decoration: none;
	font-weight: inherit;
}

.btn-link-inline {
	padding: 0;
	color: #EC008C !important;
}

.btn-primary {
	background-color: #EC008C;
	border-color: #EC008C !important;
	color: #fff !important;
}

.btn-primary:hover {
	border-color: #EC008C;
	background-color: #EC008C;
}

.btn.btn-sm {
	font-size: 1rem;
	padding: 0.3rem 1rem .3rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-secondary {
	background-color: #EC008C;
	border-color: #EC008C !important;
	color: #fff !important;
}

.btn-secondary:hover {
	border-color: #ff079a;
	background-color: #ff079a;
}

.btn-cta {
	background-color: #EC008C;
	border-color: #EC008C !important;
	color: #fff !important;
	border-radius: 20px;
	text-align-last: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-cta:hover {
	border-color: #ff079a;
	background-color: #ff079a;
}

.btn-outline-primary {
	background-color: #ffffff;
	border-color: #EC008C !important;
	color: #EC008C !important;
}

.btn-outline-primary:hover {
	background-color: #EC008C !important;
	color: #ffffff !important;
}

.btn-outline-light {
	border-color: #fff !important;
	color: #fff !important;
}

.btn-dark {
	background-color: #000000;
	color: #fff !important;
}

.btn-dark:hover {
	background-color: #EC008C;
	border-color: #EC008C !important;
}

@media (min-width: 768px) {
	.btn-lg {
		padding: .7rem 1.5rem .8rem;
		font-size: 1.25rem;
	}
}

.link-expand {
	position: static;
}

.link-expand:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 540px) {
	.btn {
		width: 100%;
	}
}

.btn-cta.btn-block {
	text-align: left;
}

.dropdown {
	position: relative;
	width: fit-content;
}

.dropdown .dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .205em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
}

.dropdown .dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	font-size: 19px;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item a {
	padding: .25rem 1.5rem;
	color: #212529;
	display: block;
	width: 100%;
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active:focus, .dropdown .dropdown-menu .dropdown-item:hover:focus {
	color: #fff;
	background-color: #EA871E;
}

.dropdown .dropdown-menu .dropdown-item:hover a, .dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item:focus a, .dropdown .dropdown-menu .dropdown-item:active:focus a, .dropdown .dropdown-menu .dropdown-item:hover:focus a {
	color: #fff;
}

.dropdown.show .dropdown-menu {
	display: block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border-color: #EC008C;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	outline: none;
	border-color: #EC008C;
}

.form-control {
	padding: 1rem 1rem;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 0;
	color: #111;
}

.form-control:placeholder-shown {
	border-color: #C0BDCD;
}

.form-control:hover {
	border-color: #EC008C;
}

textarea {
	width: 100%;
}

label {
	margin-bottom: .3rem;
	display: block;
}

.form-group {
	margin-bottom: 1.3rem;
}

.form-group label {
	font-weight: 700;
	margin-bottom: .5rem;
}

.form-group.focused label {
	color: #EC008C;
}

.form-control {
	border-radius: .6rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	padding: 0.2rem 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: all .3s ease;
}

.site-header > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 992px) {
	.site-header > .container {
		max-width: 1250px;
		width: 95%;
	}
}

.nav-right {
	display: flex;
	align-items: center;
}

.nav-right > * {
	margin-left: 1rem;
}

.nav-right .btn {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	margin-left: 2.5rem;
}

.site-header .nav-right > div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-nav {
	display: inline-flex;
}

.navbar-nav a {
	text-decoration: none;
	display: block;
	font-weight: 400;
	transition: all .3s;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: .9rem;
}

.navbar-nav a:hover {
	color: #EC008C;
}

.navbar-nav > li {
	position: relative;
	margin-left: 2.5rem;
}

.navbar-nav > li > a {
	padding: 0;
	transition: all .3s;
	font-weight: 600;
	position: relative;
	font-size: 1.15rem;
}

.navbar-nav > li.current-page-ancestor > a, .navbar-nav > li.current-menu-item > a {
	color: #EC008C;
}

.navbar-nav > li.menu-item-has-children:after {
	content: '';
	width: 100%;
	height: 150%;
	position: absolute;
	top: 1.2rem;
	z-index: 0;
}

.navbar-nav > li.menu-item-has-children:hover .sub-menu {
	top: 2.5rem;
	pointer-events: inherit;
	opacity: 1;
	z-index: 1;
}

.navbar-nav .sub-menu {
	position: absolute;
	z-index: -2;
	opacity: 1;
	background: #fff;
	padding: 1.2rem 2rem;
	min-width: 300px;
	top: 3.5rem;
	border-radius: 1rem;
	left: -0.8rem;
	box-shadow: rgba(0, 0, 0, 0.19) 0 1rem 2rem;
	transition: all .3s;
	pointer-events: none;
	opacity: 0;
}

.navbar-nav .sub-menu a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.2;
	text-transform: capitalize;
	letter-spacing: -.5px;
	font-size: 1.15rem;
}

.navbar-nav .sub-menu a:hover {
	color: #1A3764;
}

.nav-seprator-l {
	margin-left: 0;
}

.nav-seprator-l:before {
	border-left: 1px solid #b3b3b3;
	border-radius: 0;
	content: '';
	margin-right: 1.3rem;
	margin-left: -10px;
}

.site-branding {
	display: block;
	margin-bottom: -4rem;
	max-width: 155px;
}

.site-branding img {
	transition: all .3s ease;
	max-width: 100%;
	display: block;
}

.mobile-menu {
	align-items: center;
	height: 22px;
	position: relative;
	cursor: pointer;
	display: none;
}

.mobile-menu span:after,
.mobile-menu span:before,
.mobile-menu span {
	width: 30px;
	height: 2px;
	background: #231F20;
	display: block;
	margin: auto;
}

.mobile-menu span:after,
.mobile-menu span:before {
	content: '';
	position: absolute;
}

.mobile-menu span:before {
	top: 0;
}

.mobile-menu span:after {
	bottom: 0;
}

.nav-sticky {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.07) 0 0.1rem 1rem;
	padding: .5rem 0;
}

.nav-sticky .site-branding svg {
	width: 200px;
}

.nav-sticky .site-branding svg .clr-1 {
	fill: #6B6C77;
}

.nav-sticky .site-branding svg .clr-2 {
	fill: #EC008C;
}

.nav-sticky .nav-right .btn {
	color: #fff !important;
	background-color: #1A3764 !important;
	border-color: #1A3764 !important;
}

.nav-sticky .nav-right .btn:hover {
	background-color: #EC008C !important;
	border-color: #EC008C !important;
}

.nav-sticky .navbar-nav > li > a {
	color: #EC008C;
}

.nav-sticky .navbar-nav > li > a:hover {
	color: #1A3764;
}

@media (max-width: 1024px) {
	.site-header {
		padding: .3rem 0;
	}
}

@media (max-width: 768px) {
	.site-branding {
		max-width: 120px;
	}
	.site-header {
		padding: 1rem 0;
	}
}

@media (max-width: 680px) {
	.site-header {
		padding: 1rem 0;
	}
	.site-header .nav-right > * {
		margin-left: 0;
	}
	.site-header .nav-right {
		position: fixed;
		top: 4.7rem;
		background: #F3F5F0;
		right: 0;
		padding: 2rem 1.7rem 2rem;
		color: #fff;
		display: none;
		min-width: 340px;
	}
	.site-header .btn {
		margin-top: 1rem;
	}
	.site-header .mobile-menu {
		position: absolute;
		right: 2rem;
	}
	.site-branding img {
		max-width: 120px;
	}
	.navbar-nav {
		display: block;
	}
	.navbar-nav > li {
		margin-left: 0;
	}
	.navbar-nav > li > a {
		font-size: 1.3rem;
		padding: .3rem 0;
	}
	.mobile-menu {
		display: flex;
	}
	.btn.nav-seprator-l {
		display: block;
		background: #444;
		margin-bottom: 8px;
		margin-top: 10px;
	}
	.nav-seprator-l:before {
		display: none;
	}
	.navbar-nav .sub-menu {
		min-width: 100px;
		z-index: 1;
		position: relative;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		opacity: 1;
		background: transparent;
		box-shadow: none;
		padding: 0;
		margin-bottom: .8rem;
	}
	.navbar-nav .sub-menu a {
		font-size: 1rem;
	}
	.site-header.nav-open .nav-right {
		display: block;
	}
}

@media (max-width: 540px) {
	.site-header {
		padding: 0.5rem 0;
		background-color: #fff;
	}
	.site-header .nav-right {
		right: 1rem;
	}
	.navbar-nav .sub-menu {
		display: none !important;
	}
	.navbar-nav .sub-menu a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.navbar-nav .sub-menu {
		margin-bottom: .4rem;
	}
}

.site-header-amber {
	background-color: #EA871E;
	padding-top: 0;
	padding-bottom: 0;
}

.site-header-amber .nav-right {
	margin-left: 0;
	margin-right: auto;
}

.site-header-amber .navbar-nav > li {
	margin-left: 2rem;
}

.site-header-amber .navbar-nav > li > a {
	font-size: 1.2rem;
	color: #fff;
}

@media (max-width: 768px) {
	.site-header-amber .navbar-nav > li > a {
		color: #EA871E;
	}
}

@media (max-width: 768px) {
	.site-header-amber .navbar-nav > li {
		margin-left: 0;
	}
}

.site-header-amber .mobile-menu span:after,
.site-header-amber .mobile-menu span:before,
.site-header-amber .mobile-menu span {
	background: #fff;
}

.nav-top-primary {
	background-color: #EA871E;
	color: #fff;
}

.nav-top-primary .nav-top-wrap {
	display: flex;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	gap: 30px;
}

.nav-top-primary a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: flex;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	gap: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Footer
--------------------------------------------- */
.section-testimonials {
	margin-bottom: -8rem;
}

.card-testimonials {
	position: relative;
	background: #423B40;
	color: #fff;
	padding: 4rem 4rem;
	border-radius: 3.5rem;
}

.card-testimonials * {
	color: inherit;
}

.card-testimonials h6 {
	display: block;
	margin-top: 2rem;
	margin-bottom: 0;
}

.card-testimonials h3 {
	line-height: 1.2;
	margin-bottom: 2.4rem;
}

.card-testimonials .quote {
	position: absolute;
	right: 2rem;
	top: -3rem;
}

.site-footer {
	padding: 3.2rem 0 1rem;
}

.site-footer hr {
	opacity: .4;
	margin: 2rem 0;
}

.footer-bg {
	display: block;
	margin: auto;
	width: 100%;
	object-fit: cover;
	max-height: 800px;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 1rem;
}

.menu a {
	display: block;
	padding: 10px 0;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.4rem;
}

@media (max-width: 1200px) {
	.menu a {
		font-size: 1.2rem;
	}
}

.social {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.social li {
	margin-right: .8rem;
}

.social a {
	display: block;
	width: 48px;
	height: 48px;
	background: #eee;
	border-radius: 55rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget h4 {
	font-size: 2rem;
}

@media (max-width: 1200px) {
	.widget h4 {
		font-size: 1.7rem;
	}
}

.footer-logo {
	max-width: 200px;
}

@media (max-width: 1200px) {
	.footer-logo {
		max-width: 180px;
	}
}

@media (max-width: 1024px) {
	.card-testimonials h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.card-testimonials h3 br {
		display: none;
	}
	.card-testimonials {
		padding: 3rem;
		border-radius: 2rem;
	}
	.card-testimonials .quote {
		width: 90px;
	}
}

@media (max-width: 768px) {
	.footer-logo {
		display: none;
	}
	.card-testimonials h3 {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.card-testimonials h3 {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.section-testimonials {
		margin-bottom: -3rem;
	}
}

@media (max-width: 640px) {
	.card-testimonials {
		padding: 2rem;
		border-radius: 1.5rem;
	}
	.site-footer {
		padding: 2.2rem 0 0;
	}
	.site-footer hr {
		margin: 0 0 1rem;
	}
	.site-footer .col-md-6.text-right {
		text-align: left !important;
	}
	p.inline-links {
		margin-bottom: .3rem;
	}
	.widget h4 {
		margin-bottom: .5rem;
	}
}

@media (max-width: 500px) {
	.card-testimonials .quote {
		display: none;
	}
}

/* Posts and pages
--------------------------------------------- */
.masterhead {
	display: flex;
	align-items: center;
	min-height: 370px;
}

.masterhead:before, .masterhead:after {
	content: '';
	pointer-events: none;
	display: block;
	background-size: 99%;
	background-repeat: no-repeat;
	position: absolute;
}

.masterhead:before {
	width: 490px;
	height: 50px;
	background-image: url("images/header-curve-bg-2.png");
	background-position: bottom;
	left: -18rem;
	right: 0;
	top: 0;
	margin: auto;
}

@media (max-width: 1200px) {
	.masterhead:before {
		top: -1.5rem;
	}
}

.masterhead:after {
	background-image: url("images/header-curve-bg-3.png");
	background-position: right;
	height: 430px;
	width: 70px;
	left: 0;
}

@media (max-width: 1200px) {
	.masterhead:after {
		left: -2rem;
	}
}

.masterhead .masterhead-copy {
	position: relative;
	z-index: 1;
	margin-top: 3rem;
}

.masterhead-home {
	position: relative;
	height: 750px;
	background-color: #ffffff;
	background-image: url("images/header-curve-bg-1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.masterhead-home h1 {
	margin-bottom: 1rem;
}

.masterhead-home .masterhead-copy {
	max-width: 600px;
	margin-top: 7rem;
}

.masterhead-home .masterhead-img {
	position: absolute;
	bottom: 0;
	right: 11vw;
	height: 640px;
}

.btn-group .btn {
	margin: 0 .2rem;
}

.btn-group .btn-link {
	margin-left: 0;
	margin-right: 1rem;
}

.section-intro {
	background: #F3F5F0;
	padding: 5rem 0;
	border-radius: 6rem 0;
}

.section-fp-1 .section-h {
	text-align: center;
	margin-bottom: 3rem;
}

.section-fp-1 .section-h h6 {
	margin-bottom: 1rem;
}

.section-fp-1 .section-f {
	text-align: center;
	margin-top: 1.5rem;
}

.card-services {
	background: #fff;
	border-radius: 2rem;
	overflow: hidden;
}

.card-services .card-body {
	padding: 1.8rem 2rem .6rem;
	border-radius: 2rem;
}

.card-services .card-body h4 {
	margin-bottom: 0.8rem;
}

.card-services .card-body p {
	min-height: 140px;
}

.card-services.green .card-body {
	color: #ffffff;
	background-color: #08B679;
}

.card-services.green .card-body * {
	color: inherit;
}

.card-services.green-light .card-body {
	color: #ffffff;
	background-color: #7FC241;
}

.card-services.green-light .card-body * {
	color: inherit;
}

.card-services.purple .card-body {
	color: #ffffff;
	background-color: #B51E89;
}

.card-services.purple .card-body * {
	color: inherit;
}

.section-cta-about {
	padding: 6rem 0;
}

.section-cta-about h6 {
	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
	.masterhead-home .masterhead-img {
		right: 2vw;
	}
}

@media (max-width: 1024px) {
	.masterhead-home h1 {
		font-size: 3rem;
	}
	.masterhead-home .masterhead-copy {
		width: 50vw;
		margin-top: 7rem;
	}
	.masterhead-home {
		background-size: 800px;
		height: 670px;
	}
	.masterhead-home .masterhead-img {
		height: 560px;
	}
}

@media (max-width: 768px) {
	.masterhead-home .masterhead-img {
		right: -2rem;
		height: 500px;
	}
	.masterhead-home .masterhead-copy {
		width: 50vw;
		margin-top: 0;
	}
	.masterhead-home {
		align-items: end;
		padding-bottom: 4rem;
		min-height: 360px;
		height: 628px;
		background-size: 80%;
	}
	.masterhead-home h1 {
		font-size: 2.4rem;
	}
	.section-cta-about .section-copy {
		margin-bottom: 3rem;
	}
	.section-intro .section-h h2 {
		font-size: 2rem;
	}
}

@media (max-width: 680px) {
	.masterhead-home .masterhead-copy {
		width: 100%;
	}
	.masterhead-home .masterhead-img {
		display: none;
	}
	.masterhead-home {
		height: auto;
		padding-top: 10rem;
		padding-bottom: 3rem;
		background-size: 50%;
	}
	.section-cta-about {
		padding-top: 3rem;
	}
	.section-intro {
		padding: 3rem 0;
		border-radius: 0 0;
	}
	.card-services .card-body p {
		min-height: 0;
	}
}

.masterhead-about {
	align-items: flex-end;
	min-height: 700px;
}

.masterhead-about p,
.masterhead-about h5 {
	color: #ffffff;
}

.masterhead-about h1 {
	color: #EC008C;
}

.masterhead-about .masterhead-copy {
	margin-bottom: 4rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.section-ab-1 {
	padding: 4rem 0 3rem;
}

.mission-box {
	min-height: 700px;
	display: flex;
	align-items: flex-end;
	justify-content: right;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mission-box .mission-copy {
	background: #333;
	max-width: 550px;
	padding: 1.8rem 2.4rem;
	color: #fff;
}

.mission-box .mission-copy * {
	color: inherit;
}

.section-ab-3 {
	padding: 5rem 0 7rem;
}

.section-ab-3 .row {
	margin: 3rem 0;
}

.section-ab-3 .section-h {
	text-align: center;
	margin-bottom: 4rem;
}

.section-staff {
	padding: 5rem 0 3.5rem;
}

.section-staff img {
	margin-top: -2rem;
}

.section-staff-invert {
	background: #f3f5f0;
}

.masterhead-contact {
	min-height: 400px;
}

.masterhead-contact .masterhead-copy {
	margin-top: 11rem;
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
	margin-bottom: 3rem;
	text-align: center;
}

.contact-form {
	background: #F3F5F0;
	padding: 5rem;
	border-radius: 3rem;
	max-width: 850px;
	margin: auto;
	margin-bottom: 7rem;
}

.form-embed p {
	margin-bottom: 0;
}

.form-embed br {
	display: none;
}

.form-embed .wpcf7-not-valid-tip {
	font-size: .8rem;
	display: block;
	padding: 6px 3px;
}

.form-embed .wpcf7 form .wpcf7-response-output {
	background: #fca84e;
	border: 0;
	color: #fff;
	font-size: 1rem;
}

.section-service-infos h3 {
	font-size: 2.2rem;
}

.section-service-infos img {
	border-radius: 2rem;
}

.section-service-infos .row {
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.section-service-infos {
	padding: 4rem 0 4rem;
}

.section-service-infos .row:nth-child(2n) .copy {
	padding-left: 2rem;
	padding-right: 0;
}

.section-service-infos .copy {
	padding-right: 2rem;
}

.readmore__content {
	width: 100%;
	display: flex;
	margin-bottom: 0;
	padding-bottom: 22px;
}

.readmore__toggle {
	display: inline-block;
	border: none;
	background-color: transparent;
	color: #ffffff;
	padding: 0;
	cursor: pointer;
	position: relative;
	top: -16px;
	text-decoration: underline;
}

.masterhead-page {
	background-image: url("images/header-curve-bg-4.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

.masterhead-page:after {
	background-image: url("images/header-curve-bg-5.png");
}

.services-intro {
	background-image: url("images/header-curve-bg-6.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.about-intro {
	padding-bottom: 0;
	text-align: center;
}

.about-intro img {
	display: block;
	margin-top: 3rem;
}

.about-intro h5 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.section-profile {
	padding: 3rem 0;
}

.section-profile .copy {
	padding-left: 1.4rem;
	margin-top: 3rem;
}

.section-cta-h {
	text-align: center;
}

.section-award {
	padding: 2rem 0 3rem;
}

.section-award .row {
	margin-bottom: 1.4rem;
}

@media (max-width: 1024px) {
	.masterhead-page {
		background-size: 80%;
	}
}

@media (max-width: 768px) {
	.about-intro h5 {
		font-size: 1.5rem;
	}
	.about-intro {
		text-align: left;
	}
	.section-cta-h {
		text-align: left;
	}
	.section-award .row {
		align-items: flex-start !important;
	}
	.section-profile .copy {
		margin-top: 1.5rem;
		padding-left: 0;
	}
	.masterhead-page {
		min-height: 300px;
	}
	.section-intro.about-intro {
		border-radius: 0;
		position: relative;
		padding-top: 3rem;
	}
}

@media (max-width: 680px) {
	.masterhead-page h1 {
		font-size: 2.5rem;
	}
	.masterhead-page {
		align-items: flex-end;
		padding-bottom: 2.5rem;
		min-height: 266px;
	}
	.masterhead-page:after {
		display: none;
	}
	.section-profile {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.section-award .row img {
		margin-bottom: 1rem;
	}
	.section-award {
		padding-top: .3rem;
	}
	.services-intro {
		background-image: none;
	}
	.section-intro .section-h.text-center {
		text-align: left;
		margin-bottom: 2rem !important;
	}
	.section-intro .section-f.text-center {
		margin-top: 2rem !important;
	}
	.section-service-infos {
		padding: 1rem 0 3rem;
	}
	.section-service-infos .row:nth-child(2n) .copy {
		padding-left: 0;
	}
	.section-service-infos .row:nth-child(1), .section-service-infos .row:nth-child(3) {
		flex-direction: column-reverse;
	}
	.section-service-infos img {
		border-radius: 1rem;
		margin-bottom: 1rem;
	}
	.section-service-infos .row {
		padding-bottom: 0;
	}
	.section-service-infos h3 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.masterhead-contact .masterhead-copy {
		text-align: left;
		margin-bottom: 2rem;
	}
	.contact-form {
		border-radius: 1rem;
		padding: 0;
		background: transparent;
		margin-bottom: 3rem;
	}
	.contact-form .btn {
		height: 60px;
	}
}

/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.animsition-overlay-slide {
	background-color: #ffffff !important;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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