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

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

/* GRID
--------------------------------------------- */
.grid {
	display: grid;
	grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
	grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
	gap: var(--bs-gap, 1.5rem);
}

.grid .g-col-12 {
	grid-column: auto/span 12;
}

.grid .g-col-3 {
	grid-column: auto/span 3;
}

.grid .g-col-4 {
	grid-column: auto/span 4;
}

.grid .g-col-6 {
	grid-column: auto/span 6;
}

.grid .g-col-12 {
	grid-column: auto/span 12;
}

@media (min-width: 576px) {
	.grid .g-col-sm-6 {
		grid-column: auto/span 6;
	}
	.grid .g-col-sm-4 {
		grid-column: auto/span 4;
	}
}

@media (min-width: 768px) {
	.grid .g-col-md-6 {
		grid-column: auto/span 6;
	}
	.grid .g-col-md-4 {
		grid-column: auto/span 4;
	}
}

@media (min-width: 821px) {
	.grid .g-col-lg-6 {
		grid-column: auto/span 6;
	}
	.grid .g-col-lg-4 {
		grid-column: auto/span 4;
	}
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1F1D1D;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 1rem;
	line-height: 1.1;
}

h1 {
	font-size: 4.5em;
}

h2 {
	font-size: 3rem;
	line-height: 1.3;
}

h3 {
	font-size: 2.4rem;
	line-height: 1.3;
}

h4 {
	font-size: 30px;
	line-height: 1.3;
}

h5 {
	font-size: 1.5rem;
	line-height: 1.3;
}

h6 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
}

@media (max-width: 1024px) {
	h4 {
		font-size: 1.6rem;
	}
}

@media (max-width: 576px) {
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2rem;
	}
}

@media (max-width: 425px) {
	h3 {
		font-size: 1.7rem;
	}
}

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Playfair Display", courier, monospace;
	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%;
}

.lead {
	font-size: 1.5rem;
}

.lead-2 {
	font-size: 1.3rem;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

svg .svg-elem-1 {
	stroke-dashoffset: 1843.47216796875px;
	stroke-dasharray: 1843.47216796875px;
	fill: transparent;
	-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
	stroke-dashoffset: 0;
	fill: #7c007c;
}

/*////*/
/* Loading Screen Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
@keyframes swipeDown {
	0% {
		top: 0;
		height: 100%;
	}
	99% {
		top: 100%;
		height: 100%;
	}
	100% {
		top: 100%;
		height: 0;
	}
}

@keyframes swipeUp {
	0% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 100%;
	}
}

@keyframes swipeDownTransform {
	0% {
		transform: translateY(0);
	}
	99% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(100%);
	}
}

@keyframes swipeUpTransform {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes videoSlideMobile {
	from {
		top: 280px;
	}
	to {
		top: calc(-50vh - 32.5px);
	}
}

@keyframes videoSlideDesktop {
	from {
		top: calc(50vh);
	}
	to {
		top: calc(-50vh);
	}
}

.loading-screen {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	opacity: 1;
	display: flex;
	overflow: hidden;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-name: swipeDown;
	animation-delay: 200ms;
	animation-duration: 700ms;
	animation-timing-function: cubic-bezier(0.78, 0.05, 0.1, 0.99);
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

.video-container {
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	left: calc(50vw - 92px);
	top: 280px;
	animation-name: videoSlideMobile;
	animation-delay: 200ms;
	animation-duration: 700ms;
	animation-timing-function: cubic-bezier(0.78, 0.05, 0.1, 0.99);
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

@media screen and (min-width: 768px) {
	.video-container {
		top: calc(50vh - 32.5px);
		animation-name: videoSlideDesktop;
	}
}

.video-container svg {
	width: 185px;
	height: 224px;
}

.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: #840083;
}

.row {
	--bs-gutter-x: 1.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;
	}
}

html {
	cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%333333' r='4'/%3E%3C/svg%3E") 3 3, auto;
}

.cursor {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: var(--width);
	height: var(--height);
	transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
	transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1), 150ms height cubic-bezier(0.39, 0.575, 0.565, 1), 150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
	z-index: 99999;
	pointer-events: none;
	will-change: transform;
}

@media (pointer: fine) {
	.cursor {
		display: block;
	}
}

.cursor::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: var(--radius);
	border: 2px solid #840083;
	opacity: var(--scale);
	-webkit-transform: scale(var(--scale));
	transform: scale(var(--scale));
	transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1), 300ms transform cubic-bezier(0.39, 0.575, 0.565, 1), 150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

html:not(html:hover) .cursor::after {
	opacity: 0;
	transform: scale(0);
}

.btn {
	cursor: inherit;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #840083;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.btn {
	position: relative;
	display: inline-block;
	text-align: center;
	border: 2px solid;
	border-color: transparent;
	background: transparent;
	color: #840083;
	line-height: 1;
	padding: 1.1rem 2rem 1rem;
	font-size: .85rem;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	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 {
	min-width: 200px;
}

.btn:after, .btn:before {
	opacity: 0;
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	visibility: hidden;
}

.btn:after {
	bottom: -2px;
	right: -1px;
	border-left: 2px solid #840083;
	border-bottom: 2px solid #840083;
	transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn:before {
	top: -2px;
	left: -1px;
	border-top: 2px solid #840083;
	border-right: 2px solid #840083;
	transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn:hover {
	animation: pulse 1s ease-out .4s;
	color: #840083;
}

.btn:hover:after, .btn:hover:before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	visibility: visible;
	transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn:hover:after {
	transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn:hover:before {
	transition: width .1s ease, height .1s ease .1s;
}

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

.btn-primary:after {
	right: 0;
}

.btn-primary:before {
	left: 0;
}

.btn-secondary {
	background-color: #08A991;
	border-color: #08A991;
	color: #fff;
}

.btn-secondary:after {
	right: 0;
}

.btn-secondary:before {
	left: 0;
}

.btn-light {
	background-color: #fff;
	border-color: #fff;
	color: #840083;
}

.btn-light:after {
	right: 0;
	border-color: #fff;
}

.btn-light:before {
	left: 0;
	border-color: #fff;
}

.btn-light:hover {
	background-color: #840083;
	color: #fff;
}

.btn-outline-primary {
	border-color: #1F1D1D;
	color: #1F1D1D;
}

.btn-outline-primary:after {
	right: 0;
}

.btn-outline-primary:before {
	left: 0;
}

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

.btn-outline-light:after {
	right: 0;
	border-color: #391b39;
}

.btn-outline-light:before {
	left: 0;
	border-color: #391b39;
}

.btn-outline-light:hover {
	color: #fff;
}

.btn-lg {
	padding: 1.3rem 2rem;
	font-size: 1rem;
}

.btn-xlg {
	padding: 1.5rem 2rem 1.7rem;
	font-size: 1.5rem;
}

@media (max-width: 576px) {
	.btn-xlg {
		padding: 1rem 2rem 1rem;
		font-size: 1.2rem;
	}
}

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 {
	padding: .8rem 0;
	width: 100%;
	color: #666;
}

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

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: #840083;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="password"].form-control,
input[type="search"].form-control,
input[type="number"].form-control,
input[type="tel"].form-control,
input[type="range"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="week"].form-control,
input[type="time"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="color"].form-control,
textarea.form-control {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #840083;
	color: #111;
}

input[type="text"].form-control:placeholder-shown,
input[type="email"].form-control:placeholder-shown,
input[type="url"].form-control:placeholder-shown,
input[type="password"].form-control:placeholder-shown,
input[type="search"].form-control:placeholder-shown,
input[type="number"].form-control:placeholder-shown,
input[type="tel"].form-control:placeholder-shown,
input[type="range"].form-control:placeholder-shown,
input[type="date"].form-control:placeholder-shown,
input[type="month"].form-control:placeholder-shown,
input[type="week"].form-control:placeholder-shown,
input[type="time"].form-control:placeholder-shown,
input[type="datetime"].form-control:placeholder-shown,
input[type="datetime-local"].form-control:placeholder-shown,
input[type="color"].form-control:placeholder-shown,
textarea.form-control:placeholder-shown {
	border-color: #C0BDCD;
}

input[type="text"].form-control:hover,
input[type="email"].form-control:hover,
input[type="url"].form-control:hover,
input[type="password"].form-control:hover,
input[type="search"].form-control:hover,
input[type="number"].form-control:hover,
input[type="tel"].form-control:hover,
input[type="range"].form-control:hover,
input[type="date"].form-control:hover,
input[type="month"].form-control:hover,
input[type="week"].form-control:hover,
input[type="time"].form-control:hover,
input[type="datetime"].form-control:hover,
input[type="datetime-local"].form-control:hover,
input[type="color"].form-control:hover,
textarea.form-control:hover {
	border-color: #840083;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	padding: .6rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	transition: all .3s ease;
}

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

.admin-bar .site-header {
	top: 2rem;
}

@media (min-width: 576px) {
	.site-header.base {
		padding: 1.2rem 0;
		background-color: transparent;
		box-shadow: none;
	}
	.site-header.base .nav-l2 {
		margin-top: 5.8rem;
	}
	.site-header.base .nav-l2 a {
		padding: 1rem 2vw;
	}
	.site-header.base .nav-l2 a svg {
		display: block;
	}
}

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

.main-navigation {
	display: block;
}

.main-navigation ul.menu {
	list-style: none;
	margin: 4px 0;
	padding-left: 0;
}

.main-navigation ul.menu li {
	position: relative;
}

.main-navigation ul.menu li.current-menu-item a {
	color: #840083;
}

.main-navigation ul.menu .menu-disabled a {
	pointer-events: none;
	display: flex !important;
	align-items: flex-start;
	color: #999;
}

.main-navigation ul.menu .menu-disabled a span {
	display: inline-block;
	margin-left: 6px;
	font-size: 9px;
	background: #dddddd85;
	border-radius: 4px;
	padding: 1px 4px 0px;
	color: #840083;
}

.main-navigation ul.menu a:not(.btn) {
	position: relative;
	display: block;
	text-decoration: none;
	padding: .4rem 1rem;
	margin: 0 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .85rem;
	letter-spacing: 1px;
	color: #1F1D1D;
	transition: all .5s;
}

.main-navigation ul.menu a:not(.btn):before {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 12px;
	height: 12px;
	border: 2px solid #840083;
	border-width: 0 0 2px 2px;
	opacity: 0;
	transition: all 0.2s;
}

.main-navigation ul.menu a:not(.btn):after {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 12px;
	border: 2px solid #840083;
	border-width: 2px 2px 0 0;
	opacity: 0;
	transition: all 0.2s;
}

.main-navigation ul.menu a:not(.btn):hover {
	color: #840083;
}

.main-navigation ul.menu ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul.menu ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul.menu ul li:hover > ul,
.main-navigation ul.menu ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul.menu ul a {
	width: 200px;
}

.main-navigation ul.menu li:hover > ul,
.main-navigation ul.menu li.focus > ul {
	left: auto;
}

.main-navigation .btn {
	padding: 0.8rem 2rem 0.8rem;
}

.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {
	opacity: 1;
	top: 0;
	right: 0;
}

.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
	opacity: 1;
	bottom: 0;
	left: 0;
}

.menu-primary-container {
	position: absolute;
	left: 0;
	right: 0;
	width: 600px;
	margin: auto;
	text-align: center;
}

.site-title {
	margin: 0;
}

.site-title a {
	display: block;
}

.site-title svg,
.site-title img {
	width: 100%;
	height: auto;
	display: block;
}

.menu-logo {
	position: fixed;
	z-index: 9;
	display: inline-block;
	padding: .8rem 1.5rem;
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
	transform: translate(0, -50%);
}

.menu-logo svg {
	width: 78px;
	height: 78px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	display: none;
}

.mobile-menu .menu-overlay {
	position: absolute;
	right: 0;
	top: -100px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100px;
	border-radius: 50% 50% 50% 50%;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-shadow: 0 0 0 0 #840083, 0 0 0 0 #840083;
	cursor: pointer;
}

.mobile-menu .hamburger {
	position: absolute;
	top: 2.4rem;
	right: 2rem;
	width: 30px;
	height: 2px;
	z-index: 9;
	background: #840083;
	display: block;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.mobile-menu .hamburger:after, .mobile-menu .hamburger:before {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #840083;
}

.mobile-menu .hamburger:before {
	top: -10px;
}

.mobile-menu .hamburger:after {
	bottom: -10px;
}

.mobile-menu .btn {
	position: fixed;
	z-index: 100;
	bottom: 1rem;
	transition: 1s 0s ease-in-out;
	right: 0;
	left: 0;
	width: 88%;
	margin: auto;
	transform: translate(0, 230%);
	opacity: 0;
}

.mobile-menu input {
	display: none;
}

.mobile-menu input:checked + .menu-overlay {
	background: #840083;
	box-shadow: 0 0 0 100vw #840083, 0 0 0 100vh #840083;
	border-radius: 0;
}

.mobile-menu input:checked + .menu-overlay + .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

.mobile-menu input:checked + .menu-overlay + .hamburger:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	bottom: 0;
	background-color: #fff;
}

.mobile-menu input:checked + .menu-overlay + .hamburger:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

.mobile-menu input:checked + .menu-overlay + .hamburger + ul {
	opacity: 1;
	z-index: 100;
	height: auto;
	transform: translate(-50%, 50%);
}

.mobile-menu input:checked + .menu-overlay + .hamburger + ul + .btn {
	opacity: 1;
	transform: translate(0, 0%);
}

.mobile-menu input:checked + .menu-overlay + .hamburger + ul + .btn + .menu-logo {
	opacity: 1;
	transform: translate(0, 0%);
	pointer-events: inherit;
}

.mobile-menu ul {
	position: absolute;
	top: 50%;
	left: 32%;
	z-index: -5;
	height: 0;
	overflow: hidden;
	transform: translate(-50%, 30%);
	opacity: 0;
	transition: .6s 0s ease-in-out;
	margin: 0;
	list-style: none;
	padding: 0;
}

.mobile-menu ul a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10vw;
	font-weight: 700;
	margin: 0;
	padding: 0.4rem 0;
	letter-spacing: 1px;
}

#primary-menu-mobile .menu-disabled a {
	display: flex;
	opacity: .3;
	pointer-events: none;
}

#primary-menu-mobile .menu-disabled a span {
	margin-left: 11px;
	font-size: 22px;
}

.nav-l2 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-evenly;
	background: #333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin-top: 4.5rem;
	transition: all .3s;
	pointer-events: none;
	opacity: 0;
	top: -15px;
}

.admin-bar .nav-l2 {
	margin-top: 6.8rem;
}

.nav-l2 li a {
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	opacity: .6;
	padding: .8rem 2vw;
	transition: all .3s;
}

.nav-l2 li a span {
	display: block;
}

.nav-l2 li a svg {
	height: 44px;
	width: 41px;
	margin: auto;
	margin-bottom: 8px;
	display: none;
}

.nav-l2 li:hover a {
	opacity: 1;
}

.nav-l2 li.active a {
	opacity: 1;
	background-color: #840083;
}

.services-is-hover .nav-l2 {
	opacity: 1;
	top: 0;
	pointer-events: inherit;
}

.menu-link-services {
	position: relative;
}

.menu-link-services:before {
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	right: 0;
}

body[class^="page-template-service-"] .nav-l2,
body[class*="page-template-service-"] .nav-l2 {
	display: flex !important;
	opacity: 1;
	pointer-events: inherit;
	top: 0 !important;
}

@media screen and (min-width: 821px) {
	.main-navigation ul.menu {
		display: flex;
		justify-content: center;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@media (max-width: 1024px) {
	.main-navigation a:not(.btn) {
		margin: 0 0.6rem;
	}
	.right-navigation .btn {
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.main-navigation {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
}

@media (max-width: 576px) {
	.site-title {
		width: 170px;
	}
}

/* Footer
--------------------------------------------- */
.main-footer {
	background-color: #fff;
	background-image: url(images/footer-bg-pattern.png);
	padding: 6rem 4vw 3rem;
	background-repeat: no-repeat;
	background-position: center right;
}

.main-footer h4 {
	font-size: 3.5rem;
	margin-bottom: 2rem;
}

.main-footer h6 {
	color: #840083;
	margin-bottom: 1.6rem;
}

.main-footer .btn {
	margin-bottom: 2rem;
}

.main-footer .menu {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.main-footer .menu a {
	display: block;
	padding: .5rem 1.5rem;
	text-decoration: none;
	color: inherit;
}

.main-footer .menu a:hover {
	color: #840083;
}

.main-footer-sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6rem;
}

.main-footer-sub > * {
	margin-bottom: 0;
}

.section-clients {
	padding-bottom: 5rem;
}

.section-clients .section-heading {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
	font-size: 1.12rem;
	line-height: 1.8;
}

.section-clients .section-heading h3 {
	font-size: 2.5rem;
	margin: 0;
	margin-right: 4rem;
	line-height: 1.2;
	width: 100%;
	max-width: 470px;
}

.section-clients .section-heading p {
	width: 100%;
	margin-bottom: 0;
}

.section-pre-footer {
	background-color: #E8E6F1;
}

.section-cta {
	text-align: center;
	background: #fff;
	padding: 4rem;
	border: 14px solid #FFF;
	box-shadow: #840083 0 0 0 7px inset;
	position: relative;
	margin-bottom: 5rem;
}

.section-cta h2 {
	font-size: 4rem;
}

.section-cta .btn {
	width: 100%;
	margin-top: 1.5rem;
}

.card-logo-grid {
	text-align: center;
	--bs-columns: 4;
	--bs-gap: 1rem;
}

.card-logo {
	display: flex;
	align-items: center;
	height: 150px;
	background: rgba(255, 255, 255, 0.5);
	justify-content: center;
	transition: all .3s;
}

.card-logo img {
	width: 185px;
	height: 93px;
	object-fit: contain;
	object-position: center;
	transition: all .3s;
}

.card-logo:hover {
	background: #fff;
}

.grecaptcha-badge {
	opacity: 0 !important;
	pointer-events: none !important;
}

.page-template-page-contact .grecaptcha-badge {
	opacity: 1 !important;
	pointer-events: inherit !important;
}

@media (max-width: 1600px) {
	.section-cta h2 {
		font-size: 3.2rem;
	}
}

@media (max-width: 1024px) {
	.section-clients {
		margin-top: -4rem;
	}
	.section-clients .section-heading h3 {
		max-width: 100%;
		font-size: 2.3rem;
	}
	.section-clients .section-heading {
		margin-bottom: 2rem;
	}
	.card-logo img {
		width: 154px;
		height: 70px;
	}
	.card-logo {
		height: 120px;
	}
	.lead {
		font-size: 1.3rem;
	}
	.main-footer-sub {
		display: block;
		margin-top: 4rem;
	}
	.main-footer .menu {
		margin-left: -22px;
		margin-top: .6rem;
	}
	.main-footer h4 {
		font-size: 3rem;
	}
	.section-cta {
		padding: 2.3rem;
	}
	.section-cta h2 {
		font-size: 3rem;
	}
	.section-clients {
		padding-bottom: 3rem;
	}
	.section-clients .section-heading {
		display: block;
	}
	.section-clients .section-heading h3 {
		margin-right: 0;
		margin-bottom: 1rem;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.section-cta h2 {
		font-size: 2.8rem;
	}
	.card-logo-grid {
		--bs-columns: 3;
	}
}

@media (max-width: 576px) {
	.section-cta {
		top: 0;
		padding: 1.8rem;
		margin-bottom: 2rem;
		margin-top: 0.5rem;
		border: 10px solid #FFF;
		box-shadow: #840083 0 0 0 5px inset;
	}
	.section-cta h2 {
		font-size: 2rem;
		text-align: left;
	}
	.section-cta .btn {
		margin-top: 0;
	}
	.section-home-5 {
		padding-bottom: 2rem;
	}
	.section-home-5 .section-footer {
		margin-top: 2rem;
	}
	.section-pre-footer {
		padding-top: 1.2rem;
	}
	.section-clients {
		padding-bottom: 2rem;
	}
	.section-clients .section-heading {
		margin-bottom: 2rem;
		font-size: 1rem;
	}
	.section-clients .section-heading h3 {
		font-size: 1.6rem;
	}
	.main-footer {
		padding-top: 3rem;
		background: #fff;
		padding-bottom: 2rem;
	}
	.main-footer h4 {
		font-size: 2rem;
	}
	.main-footer h6 {
		margin-bottom: 1rem;
	}
	.main-footer h4 {
		margin-bottom: 1.4rem;
	}
	.main-footer .menu {
		display: none;
	}
	.lead {
		font-size: 1.2rem;
	}
	.main-footer-sub {
		margin-top: 1.4rem;
		font-size: 14px;
	}
	.section-clients {
		margin-top: 0;
	}
	.grid.card-logo-grid {
		--bs-columns: 2;
		gap: 9px !important;
	}
	.card-logo img {
		width: 125px;
	}
	.card-logo {
		height: 110px;
	}
}

/* Posts and pages
--------------------------------------------- */
.bg-dot, .section-home-1,
.section-home-2, body.page #page {
	background: linear-gradient(90deg, #fff 21px, transparent 1%) center, linear-gradient(#fff 21px, transparent 1%) center, #a799cc;
	background-size: 22px 22px;
	background-attachment: fixed;
}

.section-home {
	padding: 5rem 5vw;
}

.section-home h3,
.section-home h2 {
	font-size: 4.2vw;
	text-align: center;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.section-home h3 i,
.section-home h2 i {
	font-family: "Playfair Display", courier, monospace;
	font-style: italic;
	color: #840083;
}

.section-home h3 {
	font-size: 2.8vw;
}

.section-home-1,
.section-home-2 {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-home-1 h2 {
	margin-bottom: 9rem;
}

.section-home-3 {
	background-color: #E8E6F1;
	background-image: url("images/home/shadow-1.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 0 !important;
	padding: 14vh 0 4rem;
}

.section-home-3 .container {
	position: relative;
	z-index: 1;
}

.section-home-3 .section-about {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0 6rem;
}

.section-home-3 .section-img {
	width: 50%;
}

.section-home-3 .section-img img {
	width: 100%;
}

.section-home-3 .section-copy {
	max-width: 50%;
	margin-left: 5vw;
	margin-bottom: 4rem;
}

.section-home-3 h4 {
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.section-home-3 h4 i {
	font-family: "Playfair Display", courier, monospace;
	font-style: italic;
	color: #840083;
}

.section-home-3 h3 {
	text-align: left;
	font-size: 3.4rem;
	margin-bottom: 1.2rem;
}

.section-home-3 .lead {
	font-size: 1.2rem;
	margin-bottom: 2.4rem;
	max-width: 610px;
}

.svg-section-home-3 {
	position: absolute;
	top: 0;
	width: 30vw;
	height: auto;
	opacity: 1;
	transition: all .2s;
}

.section-stat {
	position: relative;
	background: #840083;
	color: #fff;
	padding: 4rem 0;
}

.stat-list {
	display: flex;
	justify-content: center;
}

.block-count {
	padding: 0 2.5rem;
	display: flex;
	align-items: center;
}

.block-count-h {
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	margin-right: 1rem;
}

.block-count p {
	margin-bottom: 0;
}

.section-home-4 {
	background-color: #fff;
	display: flex;
	align-items: center;
	min-height: 0;
	padding: 7rem 0;
}

.section-home-4 .section-h {
	text-align: center;
	margin-bottom: 3vh;
}

.section-home-4 .section-h h6 {
	margin-bottom: 0;
}

.section-home-5 {
	padding-bottom: 4rem;
	padding-top: 1rem;
}

.section-home-5 .section-footer {
	text-align: center;
	margin-top: 4rem;
}

.section-home-5 .item-copy-l2 h3 {
	text-align: left;
}

.block-f {
	display: flex;
	border-bottom: 1px solid #eeee;
	padding: 2.5rem 1.5rem;
}

.block-f-icon {
	width: 100px;
	min-width: 100px;
}

.block-f-icon span {
	font-family: "Playfair Display", courier, monospace;
	color: #840083;
	font-style: italic;
	font-size: 4rem;
	line-height: .35;
	font-weight: 600;
	opacity: .15;
}

.block-f-content {
	width: 100%;
}

.block-f-content p {
	margin: 0;
}

/* Successes
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
.content-module.successes.hide {
	z-index: -9999;
}

@media screen and (min-width: 768px) {
	.content-module.successes .successes--container {
		display: flex;
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding-top: 10vh;
	}
}

@media screen and (min-width: 768px) {
	.content-module.successes .successes--container .content-left {
		flex: 0 1 700px;
		margin-right: 115px;
		padding-bottom: calc(50vh - 11.25vh);
	}
}

@media screen and (min-width: 768px) {
	.content-module.successes .successes--container .content-right {
		flex: 0 1 550px;
		padding-bottom: calc(95vh - 11.25vh);
	}
}

.content-module.successes .counter {
	display: none;
}

@media screen and (min-width: 768px) {
	.content-module.successes .counter {
		display: block;
		position: sticky;
		top: calc(50vh - 10px);
		line-height: 20px;
		letter-spacing: 1.5px;
		font-size: 14px;
		float: left;
	}
}

@media screen and (min-width: 768px) {
	.content-module.successes .content-items {
		max-width: 506px;
		margin-left: 110px;
	}
}

.content-module.successes .content-items .content-item {
	margin-bottom: 20px;
	transition: opacity 300ms ease;
	display: block;
	text-decoration: none;
	position: relative;
}

.content-module.successes .content-items .content-item:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.content-module.successes .content-items .content-item {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
		margin-bottom: 0;
		opacity: 0.3;
	}
	.content-module.successes .content-items .content-item:last-child {
		padding-bottom: 0;
	}
	.content-module.successes .content-items .content-item:hover > div {
		transform: translateX(15px);
	}
}

.content-module.successes .content-items .content-item img {
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.content-module.successes .content-items .content-item img {
		display: none;
	}
}

.content-module.successes .content-items .content-item > div {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media screen and (min-width: 768px) {
	.content-module.successes .content-items .content-item > div {
		padding: 0;
		position: relative;
		background: transparent;
		transition: transform 300ms ease;
	}
}

.content-module.successes .content-items .content-item * {
	transform: translateX(0);
	transition: color 300ms ease;
}

.content-module.successes .content-items .content-item h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
	.content-module.successes .content-items .content-item h2 {
		font-size: 40px;
		line-height: 52px;
		letter-spacing: -1px;
	}
}

.content-module.successes .content-items .content-item.active {
	opacity: 1;
}

.content-module.successes .image-items {
	display: none;
}

@media screen and (min-width: 768px) {
	.content-module.successes .image-items {
		display: block;
		position: sticky;
		top: calc(50vh - 150px);
	}
}

@media screen and (min-width: 1400px) {
	.content-module.successes .image-items {
		display: block;
		position: sticky;
		top: calc(50vh - 225px);
	}
}

.content-module.successes .image-items .item-copy {
	position: absolute;
	left: 0;
	opacity: 0;
	width: 100%;
	transition: opacity 300ms ease;
	border-radius: 4px;
}

.content-module.successes .image-items .item-copy.active {
	z-index: 2;
}

.content-module.successes .backgrounds {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -3;
}

.content-module.successes .backgrounds .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: -1;
	opacity: 0;
	transition: opacity 600ms linear;
}

@media screen and (min-width: 768px) {
	.content-module.successes .backgrounds .overlay {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

.content-module.successes .backgrounds img {
	display: none;
}

@media screen and (min-width: 768px) {
	.content-module.successes .backgrounds img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0;
		position: absolute;
		z-index: -2;
		transform: scale(1.1);
		transition: opacity 300ms ease, transform 2000ms ease;
	}
}

.content-module.successes .backgrounds img.active {
	opacity: 1;
}

.content-module.successes .backgrounds img:nth-child(2) {
	opacity: 1 !important;
}

.home .content-module.successes.hide {
	z-index: -9999;
}

.home .content-module.successes .counter {
	color: #fff;
}

.home .content-module.successes .content-items .content-item {
	color: #fff;
	padding-top: 2.2rem;
	padding-bottom: 2.2rem;
}

.home .content-module.successes .content-items .content-item h2 {
	text-align: left;
	font-size: 4.4rem;
	line-height: 1;
	margin-bottom: 0.9rem;
}

.home .content-module.successes .content-items .content-item p {
	opacity: .8;
}

@media screen and (min-width: 768px) {
	.home .content-module.successes .successes--container .content-left {
		padding-bottom: calc(18vh - 11.25vh);
	}
}

.item-copy-l2 {
	background: purple;
	padding: 3.6rem 3.4rem;
	color: #fff;
}

@media (min-width: 1400px) {
	.item-copy-l2 {
		font-size: 1.2rem;
	}
}

.item-copy-l2 h3 {
	font-size: 2.4rem;
}

.item-copy-l2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.item-copy-l2 ul li {
	position: relative;
	padding: 6px 0;
	display: flex;
	align-items: center;
}

.item-copy-l2 ul li:before {
	content: '';
	width: 17px;
	height: 2px;
	background: #ffffff96;
	display: inline-block;
	margin-right: 14px;
	margin-top: 3px;
}

.item-copy-l2-footer {
	margin-top: 2rem;
}

.item-copy-l2-footer .btn {
	width: 100%;
	margin-bottom: .5rem;
}

@media (min-width: 1400px) {
	.item-copy-l2-footer {
		display: flex;
	}
	.item-copy-l2-footer .btn {
		width: auto;
	}
	.item-copy-l2-footer .btn + .btn {
		margin-left: 0.7rem;
	}
}

.section-pre-footer,
.main-footer,
.section-home-4,
.section-home-3 {
	position: relative;
}

.logo-svg svg {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 42vw;
	height: auto;
	z-index: 0;
}

.logo-svg .path {
	stroke-dashoffset: 890px;
	stroke-dasharray: 1000;
}

.svg-logo-hide .logo-svg {
	opacity: 0;
}

.effect-shine:after {
	content: attr(data-text);
	color: #1F1D1D;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	font-family: inherit;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(-80deg, #787878 75%, #840083 100%, #787878 45%);
	background-size: 300%;
	animation: shine 6s linear infinite;
	transform: rotate(270deg);
	transform-origin: left 0;
	font-weight: 700;
}

span.effect-shine {
	position: fixed;
	bottom: 1rem;
	left: 2rem;
	z-index: 9;
}

@keyframes shine {
	from {
		background-position: 50%;
	}
	to {
		background-position: -250%;
	}
}

@media (max-width: 1500px) {
	.section-home-3 h3 {
		font-size: 3rem;
	}
	.section-home-3 {
		padding-top: 7rem;
		padding-bottom: 4rem;
	}
	.section-home-3 .section-about {
		padding: 0;
	}
	.section-home-3 h3 {
		font-size: 3rem;
	}
	.section-home-3 {
		padding-top: 7rem;
		padding-bottom: 4rem;
	}
	.section-home-3 .section-about {
		padding: 0;
	}
	.home .content-module.successes .content-items .content-item h2 {
		font-size: 3.8rem;
	}
}

@media (max-width: 1024px) {
	.section-home h3,
	.section-home h2 {
		font-size: 5.2vw;
	}
	.section-home-3 h3 {
		font-size: 2.6rem;
	}
	.section-home-3 .lead {
		font-size: 1.1rem;
	}
	.section-stat {
		padding: 3rem 0;
	}
	.section-home-2 {
		min-height: 50vh;
		align-items: baseline;
		padding-top: 5vh;
	}
	span.effect-shine {
		left: 1rem;
	}
	.section-home-3 h4 {
		font-size: 1.4rem;
	}
	.section-home-3 .section-copy {
		max-width: 50%;
	}
	.section-home-4 .section-h {
		margin-bottom: 2.2rem;
	}
	.block-f {
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
	.stat-list {
		justify-content: space-between;
	}
	.block-count {
		display: block;
		padding-left: 0;
	}
	.block-count-h {
		width: auto !important;
	}
	.block-f-icon {
		width: 80px;
		min-width: 80px;
	}
	.block-f-icon span {
		font-size: 3.3rem;
	}
	.section-home-5 {
		padding-top: 0;
	}
	.home .content-module.successes .content-items {
		margin-left: 90px;
	}
	.home .content-module.successes .content-items .content-item h2 {
		font-size: 2rem;
	}
	.home .content-module.successes .successes--container .content-left {
		margin-right: 3rem;
	}
	.item-copy-l2 {
		padding: 2.2rem;
		font-size: 1rem;
	}
	.item-copy-l2 h3 {
		font-size: 1.8rem;
	}
	.item-copy-l2 ul li:before {
		display: none;
	}
}

@media (max-width: 820px) {
	.section-home-3 .lead {
		max-width: 100%;
	}
	.svg-section-home-3 {
		display: none;
	}
	.section-home-3 h3 br {
		display: none;
	}
	.section-home-3 h3 {
		line-height: 1.3;
	}
	span.effect-shine {
		display: none;
	}
	.section-home-3 {
		padding: 3rem 0;
	}
	.section-home-3 .section-about {
		display: block;
		padding: 1rem 0;
	}
	.section-home-3 .section-copy {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 0;
	}
	.section-home-3 .section-img {
		display: none;
	}
	.section-stat {
		padding: 3rem 0;
	}
	.block-count-h {
		font-size: 2rem;
	}
	.home .content-module.successes .successes--container .content-right {
		display: none;
	}
	.section-home-3 .lead {
		max-width: 100%;
	}
	.svg-section-home-3 {
		display: none;
	}
	.home .content-module.successes .successes--container .content-left {
		margin-right: 0;
		padding-bottom: 1rem;
	}
	.home .content-module.successes .content-items {
		max-width: 100%;
		margin-left: 0;
	}
	.content-module.successes .successes--container {
		padding-top: 3rem;
	}
	.content-module.successes .successes--container .content-left {
		padding-bottom: 1rem;
	}
}

@media (max-width: 576px) {
	.stat-list {
		flex-wrap: wrap;
	}
	.block-count {
		flex: 0 0 auto;
		width: 50%;
		margin: 0;
		padding: 1rem 0;
	}
	.section-stat {
		padding: 1rem 0;
	}
	.section-home h3,
	.section-home h2 {
		font-size: 2.3rem;
	}
	.section-home-1 h2 {
		margin-bottom: 0;
	}
	.btn {
		width: 100%;
	}
	.logo-svg svg {
		width: 80vw;
	}
	.section-home-3 {
		padding: 2rem 0 0;
	}
	.section-home-3 .section-img {
		padding: 0 1rem;
	}
	.section-home-4 {
		padding-bottom: 1rem;
		padding-top: 3rem;
	}
	.section-home-4 .section-h h6 {
		margin-bottom: .5rem;
	}
	.block-f.block-f-last {
		border: 0;
	}
	.block-f-icon {
		width: 60px;
		min-width: 60px;
	}
	.block-f-icon span {
		font-size: 2.7rem;
		opacity: .2;
	}
	.section-home-4 .grid {
		gap: 0;
	}
	.section-home-4 .section-h {
		text-align: left;
		margin-bottom: 0;
	}
	.home .content-module.successes .content-items {
		margin-left: 0;
	}
	.home .content-module.successes .content-items .content-item {
		padding: 0;
		margin: 0;
		padding-top: 1rem;
	}
	.home .content-module.successes .content-items .content-item > div {
		position: static;
		padding: 0;
	}
	.home .content-module.successes .content-items .content-item h2 {
		font-size: 1.6rem;
	}
	.home .content-module.successes .successes--container .content-left {
		margin-right: 0;
	}
	.home .content-module.successes .successes--container .content-left:before {
		content: 'What We Do';
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;
		margin-bottom: 1rem;
		display: block;
	}
	.section-home-5 {
		padding-bottom: 2rem;
	}
	.section-home-3 h3 {
		font-size: 1.8rem;
	}
}

@media (max-width: 550px) {
	body.home .section-lr-l3 {
		padding: 0;
	}
	body.home .section-lr .section-lr-copy {
		margin-bottom: 0;
	}
	body.home .section-lr {
		margin-bottom: 1.5rem;
	}
	.section-home-3 h3 br {
		display: block;
	}
	.block-f {
		padding-top: 2rem;
	}
	.block-f-icon span {
		font-size: 2.3rem;
		color: #000;
		position: relative;
		top: 6px;
	}
	.block-f-content h4 {
		font-size: 1.5rem;
	}
	.home .content-module.successes .content-items .content-item h2 {
		font-size: 1.5rem;
	}
	.home .content-module.successes .content-items .content-item {
		padding: 1rem 0;
	}
	.home .content-module.successes .successes--container .content-left {
		padding-bottom: 0;
	}
	.section-home-3 .lead {
		font-size: 1rem;
	}
}

.sticky {
	display: block;
}

.post {
	color: inherit;
	text-decoration: none;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

body.page .site-main {
	padding-top: 6rem;
}

.page-header-blog {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.page-header-blog h1 {
	font-size: 8vw;
}

.post {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: all .3s;
}

.post h2 {
	font-size: 1.6rem;
	line-height: 1.3;
}

.post .meta {
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin-bottom: .4rem;
}

.post:hover {
	color: inherit;
}

.post:hover h2 {
	color: #840083;
}

.post-default img {
	margin-bottom: 1rem;
}

.post-inline {
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
}

.post-inline img {
	min-width: 200px;
	max-width: 200px;
	height: 150px;
	object-fit: cover;
	margin-right: 2rem;
}

.post-lg h2 {
	font-size: 2.2rem;
	line-height: 1.1;
}

.section-blog-list {
	background: #E8E6F1;
	padding: 5rem 0;
	margin-top: 5rem;
}

.section-blog-list .section-h {
	margin-bottom: 2rem;
}

@media (max-width: 820px) {
	.page-header-blog {
		padding-bottom: 1rem;
	}
	.section-blog-list {
		padding-top: 4rem;
		margin-top: 3rem;
	}
}

@media (max-width: 576px) {
	.page-header-blog {
		padding-top: 1rem;
	}
	.post-inline {
		display: block;
	}
	.post {
		display: block;
		padding-bottom: 1rem;
	}
	.post h2 {
		font-size: 1.4rem;
	}
	.post-inline img {
		min-width: 100%;
		height: 185px;
	}
	.section-blog-list {
		padding-top: 2rem;
		margin-top: 1rem;
		padding-bottom: 1rem;
	}
	.post-inline img,
	.post-default img {
		margin-bottom: 10px;
	}
}

.page-header-about {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	padding: 4rem 0 5rem;
}

.page-header-about h6 {
	font-size: 1.5rem;
}

.page-header-about h1 {
	font-size: 4rem;
	line-height: 1.3;
}

.page-header-about h1 i {
	font-style: italic;
}

.page-about-s1 {
	display: flex;
}

.page-about-s1 img {
	width: 50%;
	object-fit: cover;
	margin-left: -5rem;
}

.page-about-s1 .page-about-r {
	font-size: 1.5rem;
}

.page-about-s1 .page-about-r p:last-child {
	margin-bottom: 0;
}

.page-about-s1 .page-about-r blockquote {
	background: #840083;
	color: #fff;
	padding: 3rem 3.5rem;
	margin-left: -8rem;
	margin-right: 0;
	max-width: 755px;
}

.p-lead {
	padding: 2rem 0;
	padding-left: 5rem;
	padding-right: 1rem;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.p-foot {
	background-color: #E8E6F1;
	padding: 3rem;
}

.page-about-s2 {
	padding: 6rem 3rem;
	text-align: center;
	font-size: 1.5rem;
	max-width: 981px;
	margin: auto;
	line-height: 1.7;
}

.page-about-s3 {
	position: relative;
	background-color: #E8E6F1;
	display: flex;
	justify-content: center;
}

.page-about-s3 .svg-h {
	position: absolute;
	left: 3rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page-about-s3 .page-about-l {
	position: relative;
	z-index: 1;
	padding: 6rem 0;
}

.page-about-s3 img {
	width: 50%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

.card-l2 {
	background: #fff;
	padding: 2.5rem;
	padding-left: 4rem;
	max-width: 550px;
	margin: 1.5rem 0;
	line-height: 1.6;
	font-size: 1.3rem;
}

.card-l2 p {
	margin: 0;
}

.card-l2 i {
	background: #840083;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -1.6rem;
}

.page-template-page-about .section-cta {
	top: 0;
	margin-bottom: 6rem;
}

@media (max-width: 1600px) {
	.page-header-about h1 {
		font-size: 3rem;
	}
	.p-lead {
		font-size: 1.2rem;
	}
	.page-about-s1 .page-about-r {
		font-size: 1.2rem;
	}
	.page-about-s1 .page-about-r blockquote {
		padding: 2.5rem;
		max-width: 640px;
		margin-bottom: 2rem;
	}
	.page-about-s2 {
		font-size: 1.2rem;
	}
	.card-l2 {
		font-size: 1.2rem;
	}
}

@media (max-width: 1024px) {
	.page-header-about h1 {
		font-size: 3rem;
	}
	.page-header-about {
		padding: 4rem 0 3rem;
	}
	.p-lead {
		font-size: 1.3rem;
		padding-left: 3rem;
		margin-bottom: 1rem;
		padding-top: 1rem;
	}
	.page-about-s1 .page-about-r blockquote {
		padding: 2rem 2.5rem;
	}
	.p-foot {
		padding: 2rem 3rem;
	}
}

@media (max-width: 820px) {
	.page-about-s2 {
		padding: 3.5rem 0;
		text-align: left;
		font-size: 1.3rem;
	}
	.p-foot {
		font-size: 1.3rem;
	}
	.page-about-s1 .page-about-r blockquote {
		font-size: 1.3rem;
	}
	.p-lead {
		margin-bottom: 0;
		padding-top: 0;
	}
	.page-header-about h1 {
		font-size: 2.5rem;
	}
	.page-header-about {
		padding-top: 3rem;
	}
	.page-about-s3 {
		justify-content: flex-end;
		padding-right: 1rem;
	}
}

@media (max-width: 768px) {
	.page-about-s3 .svg-h {
		width: 84px;
	}
}

@media (max-width: 576px) {
	.page-header-about {
		padding: 1rem;
	}
	.page-header-about h1 {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.page-about-s1 {
		display: block;
	}
	.page-about-s1 img {
		width: 100%;
		margin: 0;
		height: 190px;
		margin-bottom: 1rem;
	}
	.p-lead {
		padding: 0;
		font-size: 1rem;
	}
	.page-about-s1 .page-about-r blockquote {
		margin: 0;
		padding: 1.5rem;
		margin-top: 1rem;
		font-size: 1rem;
	}
	.p-foot {
		padding: 1.5rem;
		font-size: 1rem;
	}
	.page-about-s2 {
		padding-top: 1.5rem;
		font-size: 1rem;
	}
	.card-l2 {
		padding: 1.5rem;
		font-size: 1rem;
		min-width: 100%;
		min-width: 100%;
		margin-bottom: 3rem;
	}
	.card-l2:last-child {
		margin-bottom: 0;
	}
	.page-about-s3 {
		display: block;
		padding: 1rem;
		position: relative;
		padding-top: 6rem;
	}
	.card-l2 i {
		position: static;
		margin-top: -3.5rem;
		margin-bottom: 1rem;
	}
	.page-about-s3 .svg-h {
		position: relative;
		transform: rotate(-90deg);
		width: 20px;
		height: 200px;
		position: absolute;
		top: -41rem;
		left: 5rem;
	}
	.page-about-s3 img {
		display: none;
	}
	.page-about-s3 .page-about-l {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-template-page-about .section-cta {
		margin-bottom: 2rem;
	}
}

.page-top {
	margin-top: 4rem;
}

.page-top-services {
	margin-bottom: -40rem;
}

.page-header {
	margin: auto;
	text-align: center;
	max-width: 800px;
}

.page-header h1 {
	margin-bottom: 1.2rem;
}

.page-header p {
	font-size: 1.2rem;
}

.section-services {
	padding-top: 27rem;
}

.page-template-service-web-dev .content-module.successes .content-items .content-item,
.page-template-page-services .content-module.successes .content-items .content-item {
	color: inherit;
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.page-template-service-web-dev .content-module.successes .content-items .content-item h2,
.page-template-page-services .content-module.successes .content-items .content-item h2 {
	margin-bottom: .8rem;
}

.page-template-service-web-dev .content-module.successes .content-items .content-item.active h2,
.page-template-page-services .content-module.successes .content-items .content-item.active h2 {
	color: #840083;
}

.page-template-service-web-dev .content-module.successes .successes--container,
.page-template-page-services .content-module.successes .successes--container {
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 3vw;
}

.page-template-service-web-dev .content-module.successes .image-items .item-copy.item-copy-l3 h2,
.page-template-page-services .content-module.successes .image-items .item-copy.item-copy-l3 h2 {
	font-size: 4rem;
	margin-top: 2rem;
}

.page-template-service-web-dev .content-module.successes .successes--container .content-left,
.page-template-page-services .content-module.successes .successes--container .content-left {
	flex: 0 1 615px;
	margin-right: 115px;
	padding-bottom: calc(15rem - 11.25vh);
}

.page-template-page-services .content-module.successes .successes--container {
	padding-top: 20rem;
}

.page-template-service-web-dev .content-module.successes .successes--container {
	padding-top: 10vh;
}

.page-template-service-web-dev .content-module.successes .successes--container .content-right {
	padding-bottom: 52vh;
}

.page-intro-services-h {
	display: flex;
	align-items: center;
	margin-bottom: 5rem;
}

.page-intro-services-h h2 {
	width: 100%;
	margin-right: 3vw;
	margin-bottom: 0;
	line-height: 1.3;
}

.page-intro-services-h p {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.page-intro-services {
	background: #000000;
	padding: 6rem 0 5rem;
	margin-top: 5rem;
	color: #fff;
	position: relative;
}

.page-intro-services:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .8;
}

.page-intro-services > .container {
	position: relative;
}

.page-intro-services p {
	opacity: .75;
}

.page-intro-services-c {
	gap: var(--bs-gap, 4rem);
}

.carousel {
	width: 100%;
	cursor: grab;
	padding-bottom: 12rem;
	border-top: 1px solid #ddd;
	padding-top: 5rem;
	background: #fff;
}

.carousel .section-h {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.carousel .section-h h2 {
	margin-bottom: 0;
}

.carousel.dragging {
	cursor: grabbing;
}

.carousel--wrap {
	white-space: nowrap;
	margin-right: -1rem;
	margin-left: -1rem;
}

.carousel--item {
	display: inline-block;
	width: 30vw;
	padding: 1rem;
	user-select: none;
	color: inherit;
	text-decoration: none;
}

.carousel--item figure {
	position: relative;
	z-index: 1;
	display: block;
	height: 0;
	padding-bottom: 68.5%;
	overflow: hidden;
}

.carousel--item figure img {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: middle;
	transform-origin: center;
}

.carousel--item h6 {
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.carousel--item h2 {
	font-size: 1.6rem;
	margin-top: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.carousel--item:hover {
	color: #840083;
}

.carousel--progress {
	position: relative;
	z-index: 2;
	pointer-events: none;
	bottom: -14px;
	width: 20vw;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background: #ddd;
}

.carousel--progress-bar {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #840083;
	transform: scaleX(0);
	transform-origin: 0% 0%;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 2px solid #840083;
	outline: none;
	background: #a3a3a300;
	border-radius: 55rem;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li.slick-active button {
	background-color: #840083;
}

.section-wte {
	padding: 6rem 0;
	background-color: #E8E6F1;
}

.section-wte .section-h {
	text-align: center;
	margin-bottom: 3vh;
}

.section-wte .section-h h6 {
	margin-bottom: 0;
}

.section-wte .section-h svg {
	margin-top: -1.4rem;
	margin-right: 1rem;
}

.page-header-service-detail {
	margin-top: 6rem;
	padding: 8rem 0;
	background: url("images/services/header.jpg");
	background-size: cover;
	background-position: top;
}

.page-header-service-detail .page-header-copy {
	max-width: 700px;
}

.page-header-service-detail h1 {
	font-size: 4.5rem;
}

.page-header-service-detail p {
	font-size: 1.5rem;
}

.tabs-stage {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.section-lr .section-lr-copy {
	margin-bottom: 2rem;
}

@media (min-width: 800px) {
	.section-lr {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 2rem 0;
	}
	.section-lr .section-lr-i.left {
		width: 50%;
		padding-right: 3vw;
		padding-left: 0;
	}
	.section-lr .section-lr-i.right {
		width: 50%;
		padding-right: 0;
		padding-left: 3vw;
	}
	.section-lr.reverse {
		flex-direction: row-reverse;
	}
	.section-lr.reverse .section-lr-i.left {
		padding-right: 0;
		padding-left: 3vw;
	}
	.section-lr.reverse .section-lr-i.right {
		padding-left: 0;
		padding-right: 3vw;
	}
}

@media (max-width: 1024px) {
	.section-lr {
		align-items: inherit;
	}
}

.page-section-intro {
	padding-top: 5rem;
}

.page-template-service-web-dev .page-section-intro {
	margin-bottom: -11rem;
}

.page-template-service-web-dev .section-services {
	padding-top: 0;
}

.page-template-service-web-dev .content-module.successes .successes--container .content-right {
	padding-bottom: 65vh;
}

.tabs-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-block {
	background: #E8E6F1;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #E8E6F1;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.service-block svg {
	margin-bottom: .5rem;
}

.service-block p {
	margin: 0;
}

.service-block.active {
	background: #fff;
	border-color: #840083;
	color: #840083;
}

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

.section-service-blocks .section-h {
	padding-bottom: 3rem;
	text-align: center;
}

.carousel {
	overflow: hidden;
}

@media (max-width: 1200px) {
	.nav-l2 li a {
		text-align: left;
		font-size: 14px !important;
	}
	.nav-l2 li a svg {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.page-header-service-detail h1,
	.page-header h1 {
		font-size: 3.4rem;
	}
	.section-lr-copy h2 {
		font-size: 2.3rem;
	}
	.section-lr {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page-header-service-detail p,
	.page-header p {
		font-size: 1.1rem;
	}
	.page-intro-services-h {
		display: block;
	}
	.page-intro-services-h h2 {
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}
	.page-intro-services-h h2 br {
		display: none;
	}
	.page-intro-services {
		padding: 4rem 0;
	}
	.page .content-module.successes .content-items {
		margin-left: 5rem;
	}
	.page-template-page-services .content-module.successes .successes--container {
		padding-top: 18rem;
	}
	.page-template-page-services .content-module.successes .image-items .item-copy.item-copy-l3 h2 {
		font-size: 2.5rem;
		margin-top: .8rem;
	}
	.page-intro-services p {
		font-size: 1.1rem;
	}
	.page-header-service-detail {
		margin-top: 0;
		padding-bottom: 4rem;
		padding-top: 3rem;
	}
	.page-template-service-web-dev .content-module.successes .content-items .content-item h2 {
		font-size: 2rem;
		line-height: 1.2;
	}
	.page-template-service-web-dev .content-module.successes .successes--container .content-left {
		margin-right: 2rem;
	}
	.page-template-service-web-dev .content-module.successes .successes--container {
		padding-top: 4rem;
	}
}

@media (max-width: 820px) {
	.section-lr {
		margin-bottom: 3rem;
	}
	.section-wte {
		padding: 4rem 0 3rem;
	}
	.page-top-services {
		margin-bottom: 0;
	}
	.page-intro-services-h {
		margin-bottom: 3rem;
	}
	.page-intro-services-c {
		gap: var(--bs-gap, 2rem);
	}
	.page-template-page-services .content-module.successes .successes--container {
		max-width: 100%;
		padding-left: 0;
		padding-top: 1rem;
	}
	.page-template-page-services .content-module.successes .successes--container .content-left {
		margin-right: 0;
		display: block;
		padding-bottom: 0;
	}
	.page-template-page-services .content-module.successes .successes--container .content-right {
		display: none;
	}
	.page-template-page-services .content-module.successes .content-items {
		max-width: 100%;
		margin-left: 0;
	}
	.page-template-page-services .content-module.successes .content-items .content-item {
		opacity: 1;
		padding-bottom: 1.3rem;
	}
	.page-template-page-services .content-module.successes .counter {
		display: none;
	}
	.section-services {
		padding: 3rem;
		padding-top: 2rem;
	}
	.page-header-services {
		margin-bottom: 0;
		margin-top: 3rem;
	}
	.page-header-services h1 {
		min-width: 0;
		font-size: 4rem;
	}
	.carousel--item {
		width: 50vw;
	}
	.content-module.successes .counter {
		display: none;
	}
	.page .content-module.successes .content-items {
		margin: 0;
		max-width: 100%;
	}
	.page-template-service-web-dev .content-module.successes .successes--container .content-right {
		display: none;
	}
	.page-template-service-web-dev .content-module.successes .successes--container .content-left {
		margin: 0;
		padding-bottom: 0;
	}
	.page-template-service-web-dev .content-module.successes .content-items .content-item {
		padding-bottom: 2rem;
	}
	.page-template-service-web-dev .content-module.successes .successes--container {
		padding: 2rem 0;
		display: block;
	}
}

@media (max-width: 576px) {
	.nav-l2 {
		display: none;
	}
	.page-header-service-detail {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
	.page-header-service-detail h1,
	.page-header h1 {
		font-size: 2.6rem;
	}
	ul.grid.tabs-nav {
		display: block;
	}
	ul.grid.tabs-nav > li {
		margin-bottom: .5rem;
	}
	.section-service-blocks {
		padding: 2rem 0 2rem;
	}
	.section.pt-1.pb-3 {
		padding-bottom: 0;
	}
	.section-home.section-wte .grid {
		display: block;
	}
	.block-f {
		padding-top: 1.8rem;
		padding-bottom: 1.5rem;
	}
	.carousel--item h2 {
		font-size: 1.2rem;
		letter-spacing: -.4px;
	}
	.service-block {
		min-height: 0;
		padding: 1rem;
	}
	.service-block > span {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}
	.service-block > span svg {
		width: 70px;
		height: 45px;
		margin-bottom: 0;
		margin-right: .5rem;
	}
	.page-top-services {
		margin-bottom: 0;
		margin-top: 1.5rem;
	}
	.page-intro-services-h {
		margin-bottom: 3rem;
	}
	.page-intro-services-c {
		gap: var(--bs-gap, 2rem);
	}
	.page-header {
		text-align: left;
	}
	.page-header h1 {
		font-size: 2.8rem;
	}
	.page-intro-services {
		margin-top: 3rem;
		padding: 3rem 0 1rem;
	}
	.page-intro-services-h h2 {
		font-size: 2.2rem;
	}
	.page-intro-services p {
		font-size: 1rem;
	}
	.card-info {
		margin-bottom: 2rem;
	}
	.section-services {
		padding: 1.2rem;
		padding-top: 0;
	}
	.page-template-service-web-dev .content-module.successes .content-items .content-item,
	.page-template-page-services .content-module.successes .content-items .content-item {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page-template-service-web-dev .content-module.successes .content-items .content-item > div,
	.page-template-page-services .content-module.successes .content-items .content-item > div {
		position: static;
		padding: 0;
		background: transparent;
	}
	.page-header-services {
		text-align: left;
		font-size: 2rem;
		margin-top: 1rem;
	}
	.page-header-services h1 {
		font-size: 2.4rem;
		margin-bottom: .5rem;
	}
	.page-header-services p {
		font-size: 1rem;
	}
	.carousel {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.carousel--item {
		width: 64vw;
	}
}

.page-template-service-medical.page .site-main {
	padding-top: 0;
}

.page-template-service-medical .site-header {
	background-color: #1a161a;
}

.page-template-service-medical .site-header.base {
	background-color: transparent;
}

.page-template-service-medical .site-header .nav-l2 {
	display: none !important;
}

.page-template-service-medical .site-header .main-navigation .btn {
	border-color: #fff;
	color: #fff;
}

.page-template-service-medical .site-header .main-navigation ul.menu a:not(.btn) {
	color: #fff;
}

.page-template-service-medical .site-header .site-branding svg path {
	fill: #fff;
}

.page-template-service-medical .page-header-service-medical {
	padding-top: 10rem;
	padding-bottom: 0;
	color: #fff;
}

.page-template-service-medical .page-header-service-medical .page-header-copy h1 {
	font-size: 3.8em;
}

.page-template-service-medical .page-header-service-medical .page-header-img {
	padding-top: 1rem;
	text-align: center;
}

.page-template-service-medical .carousel {
	background-color: #E8E6F1;
	padding-bottom: 4rem;
}

.page-template-service-medical .mobile-menu .hamburger {
	background: #fff;
}

.page-template-service-medical .mobile-menu .hamburger:after, .page-template-service-medical .mobile-menu .hamburger:before {
	background: #fff;
}

.page-header-alert {
	margin-top: 5rem;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	padding: 1.3rem 0 1.4rem;
}

.page-header-alert h6 {
	margin: 0;
}

.section-medical-intro {
	text-align: center;
	padding: 5rem 0;
	background: #fff;
}

.section-medical-intro .section-heading {
	max-width: 900px;
	margin: auto;
}

.section-medical-intro .section-heading h3 {
	line-height: 1.4;
}

.section-medical-intro .section-heading p {
	font-size: 1.2rem;
}

.list-medical-services {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.2rem;
	margin-top: 2rem;
}

.list-medical-services > li {
	flex: 0 0 auto;
	width: 25%;
	padding: 6px;
}

.card-l4 {
	background-color: #E8E6F1;
	display: flex;
	align-items: center;
	padding: 1rem 1.2rem;
	min-height: 90px;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.3;
}

.card-l4 svg {
	width: 50px;
	min-width: 50px;
	margin-right: .8rem;
}

.separator-l2 {
	display: block;
	width: 100px;
	height: 2px;
	background: #eee;
	margin: 2.5rem auto 2rem;
}

.section-lr-l3 {
	padding: 2rem 0 1.5rem;
}

.section-carousel {
	overflow: visible;
}

.section-carousel .section-cta {
	margin-bottom: 3rem;
	margin-top: -15rem;
}

.section-carousel .section-cta h2 {
	font-size: 3rem;
}

.section-medical-info {
	background-color: #B1C7CE;
	padding-top: 7rem;
	padding-bottom: 14rem;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.page-template-service-medical .page-header-service-medical .page-header-copy h1 {
		font-size: 3.5rem;
	}
	.page-template-service-medical .page-header-service-medical .page-header-img img {
		width: 84%;
	}
	.page-template-service-medical .lead {
		font-size: 1.2rem;
	}
	.section-wte {
		padding: 4rem 0;
	}
	.section-carousel .section-cta h2 {
		font-size: 2.8rem;
	}
}

@media (max-width: 1024px) {
	.page-template-service-medical .page-header-service-medical .page-header-copy h1 {
		font-size: 2.8rem;
	}
	.section-medical-intro {
		padding: 3rem 0;
	}
	.section-home h3 {
		font-size: 5vw;
	}
	.section-carousel .section-cta h2 {
		font-size: 2.2rem;
	}
	.carousel .section-h h2 {
		font-size: 2.5rem;
	}
	.section-cta .btn {
		font-size: 1.2rem;
		padding: 1.3rem 2rem;
	}
	.section-carousel .section-cta {
		margin-bottom: -4rem;
	}
}

@media (max-width: 850px) {
	.section-home h3 {
		font-size: 5vw;
	}
	.section-carousel .section-cta h2 {
		font-size: 2.2rem;
	}
	.carousel .section-h h2 {
		font-size: 2.5rem;
	}
	.section-cta .btn {
		font-size: 1.2rem;
		padding: 1.3rem 2rem;
	}
	.section-carousel .section-cta {
		margin-bottom: -4rem;
	}
	.list-medical-services > li {
		width: 50%;
	}
	.section-medical-info {
		background-position: 50% center;
		padding: 4rem 0 12rem;
		background-size: auto 100%;
	}
	h2 {
		font-size: 2.5rem;
	}
	.page-header-copy br {
		display: none;
	}
	.section-medical-intro .section-heading h3 {
		line-height: 1.3;
	}
}

@media (max-width: 550px) {
	.page-template-service-medical .page-header-service-medical .page-header-copy h1 {
		font-size: 2rem;
		line-height: 1.3;
	}
	.page-template-service-medical .page-header-service-medical .page-header-img {
		margin-top: 1rem;
	}
	.page-template-service-medical .page-header-service-medical .page-header-img img {
		width: 100%;
	}
	.page-template-service-medical .section-lr {
		margin-bottom: 0;
	}
	.page-template-service-medical .section-lr-l3 {
		padding-bottom: 0;
	}
	.page-template-service-medical .section-medical-cta {
		display: none;
	}
	.page-template-service-medical .section-carousel .section-cta {
		margin-top: 0;
	}
	.page-template-service-medical .carousel {
		padding-top: 2rem;
	}
	.page-header-alert {
		margin-top: 2rem;
	}
	.page-template-service-medical .page-header-service-medical {
		padding-top: 7rem;
	}
	.section-medical-intro .section-heading h3 br {
		display: none;
	}
	.page-header-alert h6 {
		line-height: 1.4;
	}
	.section-medical-intro {
		text-align: left;
	}
	.separator-l2 {
		margin: 2rem 0 2rem;
	}
	.carousel .section-h svg {
		display: none;
	}
	.card-l4 {
		font-size: 1rem;
	}
	.card-l4 svg {
		width: 30px;
		min-width: 30px;
	}
	.list-medical-services {
		margin-top: 1rem;
		margin-left: -6px;
		margin-right: -6px;
		margin-bottom: .5rem;
	}
	.block-f-content h4 {
		font-size: 1.3rem;
	}
	.section-medical-info h2 {
		font-size: 1.4rem;
	}
	.section-cta .btn {
		padding: .7rem;
		line-height: 1.3;
	}
	.section-carousel .section-cta h2 {
		font-size: 1.6rem;
	}
	.section-carousel .section-cta {
		margin-bottom: 2rem;
	}
	.carousel .section-h h2 {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.section-cta .btn {
		font-size: 1rem;
	}
	.page-header-alert h6 {
		line-height: 1.4;
	}
	.section-medical-intro {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.section-wte {
		padding: 3rem 0;
	}
	.section-wte .section-h {
		margin-bottom: 0;
	}
	.section-home h3 {
		margin-bottom: 0;
	}
	.section-wte .section-h h6 {
		margin-bottom: .5rem;
	}
	.section-wte .section-h h3 {
		font-size: 6vw;
	}
	.section-wte .block-f {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.list-medical-services > li {
		width: 100%;
		padding-bottom: 0;
	}
	.card-l4 {
		padding: 1rem 1rem;
		min-height: 0;
	}
}

@media (max-width: 375px) {
	h3 {
		font-size: 1.5rem;
	}
}

.section-contact {
	display: flex;
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.section-contact .lead {
	font-size: 1.4rem;
}

.section-contact-aside {
	width: 50%;
}

.section-contact-aside .section-h {
	margin-top: 5vh;
	max-width: 500px;
}

.section-contact-form {
	width: 50%;
	background: #E8E6F1;
	padding: 3.5rem;
}

.list-contact {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 500px;
}

.list-contact li {
	margin: 12px 0;
}

.list-contact a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	padding: 1.2rem 1.4rem;
	font-size: 1.25rem;
	background: #f9f9f9;
	transition: all .3s;
	border: 2px solid transparent;
}

.list-contact a svg {
	margin-right: 1rem;
	width: 22px;
	min-width: 22px;
	height: 20px;
}

.list-contact a:hover {
	background: #fff;
	border-color: #840083;
}

.list-contact:hover a {
	background: #fff;
}

.social {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 3rem;
}

.social li {
	margin-right: 17px;
}

.social li a {
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50rem;
	border: 1px solid #e8e6f1;
}

.social li a:hover svg path {
	fill: #840083 !important;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	padding: 7px 0;
	color: #840083;
}

.section-contact-form .grid {
	--bs-columns: 2;
	gap: var(--bs-gap, 1rem);
}

@media (max-width: 1440px) {
	.section-contact-aside .section-h h1 {
		font-size: 3.5rem;
	}
	.section-contact .lead {
		font-size: 1.2rem;
	}
}

@media (max-width: 1024px) {
	.section-contact-aside .section-h h1 {
		font-size: 3rem;
	}
	.section-contact .lead {
		font-size: 1.2rem;
	}
	.section-contact-aside .section-h {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	.list-contact a {
		font-size: 1.2rem;
	}
	.section-contact {
		display: block;
		padding-top: 2rem;
		padding-bottom: 0;
	}
	.section-contact-aside {
		width: 100%;
		padding: 0;
		padding-right: 0 !important;
	}
	.section-contact-form {
		width: 100%;
		margin-top: 3rem;
	}
}

@media (max-width: 820px) {
	.section-contact .lead br {
		display: none;
	}
	.section-contact .lead {
		font-size: 1.2rem;
	}
	.section-contact-aside .section-h h1 {
		font-size: 3rem;
	}
	.section-contact-aside .section-h {
		margin-top: 0;
	}
	.list-contact a {
		padding: .7rem 1.5rem;
		font-size: 1.2rem;
	}
	.social {
		margin-top: 2rem;
	}
}

@media (max-width: 576px) {
	.list-contact a {
		padding: .5rem 1rem;
		font-size: 1rem;
	}
	.wpcf7-spinner {
		margin-top: -3rem;
		top: -36px;
	}
	.section-contact-form p {
		margin-bottom: 0;
	}
	.section-contact-form {
		padding-bottom: 1rem;
	}
	.section-contact-aside .section-h h1 {
		font-size: 2.2rem;
	}
	.section-contact .lead {
		font-size: 1rem;
	}
	.section-contact-aside .section-h {
		margin-bottom: 2rem;
	}
	.section-contact-form {
		padding: 2rem;
		margin-top: 2rem;
	}
	.form-group {
		margin-bottom: 2rem;
	}
	.section-contact-form .grid {
		--bs-columns: 1;
		gap: 0;
	}
}

.demo-6 {
	--color-text: #3f3f55;
	--color-bg: #161619;
	--color-link: #3f3f56;
	--color-link-hover: #760fd5;
	--color-info: #3f3f55;
}

.site-main-portfolio .page-header {
	padding: 1rem 0;
	max-width: 100%;
}

.site-main-portfolio .page-header h1 {
	margin-bottom: 0;
}

.grid-portfolio {
	padding: 6rem 0;
	margin: 0 auto;
	margin-bottom: 10rem;
	display: grid;
	grid-template-columns: repeat(2, calc(52% - 3vw));
	grid-column-gap: 3vw;
	grid-row-gap: 3vw;
}

.grid__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid__item:hover:hover .grid__item-cta,
.grid__item:hover:hover .grid__item-imgwrap .grid__item-logo,
.grid__item:hover:hover .grid__item-imgwrap:before {
	opacity: 1;
}

.grid__item--bg {
	background: #0e0b94;
}

.grid__item-imgwrap {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid__item-img--bw {
	filter: grayscale(1);
}

.grid__item-img--blur {
	filter: blur(6px);
}

.grid__item-logo {
	position: absolute;
	z-index: 1;
	transition: all .5s;
	width: 300px;
	height: 134px;
	object-fit: contain;
}

.grid__item-img--scaled {
	transform: scale3d(1.2, 1.2, 1);
	transition: all .3s;
	position: relative;
}

.grid__item-img--scaled:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	background: #000;
	transition: all .3s;
}

.grid__item-img--opaque {
	opacity: 0;
}

.grid__item-content {
	position: absolute;
	bottom: 1rem;
	right: 2rem;
	z-index: 10;
	width: 100%;
	pointer-events: none;
}

.grid__item-title {
	font-size: 3.5rem;
	margin: 0;
	color: #000;
	padding: 0 2rem;
	margin-bottom: -2.3rem;
	max-width: 450px;
}

.grid__item-title--inverted {
	color: #0e0ca5;
}

.grid__item-cta {
	text-align: right;
	width: 100%;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-end;
	opacity: 0;
}

.grid__item-cta span {
	flex: none;
	white-space: pre;
	opacity: 0;
}

.grid__item-imgwrap .grid__item-logo {
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
}

.grid__item-imgwrap:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.88);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
}

@media screen and (max-width: 55em) {
	.grid-portfolio {
		padding: 0;
		grid-template-columns: 100%;
		grid-row-gap: 4rem;
	}
	.grid__item-title {
		font-size: 1.5rem;
		margin-right: 1rem;
	}
	.grid__item-cta {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.grid__item-logo {
		width: 240px;
	}
	.grid__item {
		height: 260px;
	}
	.grid-portfolio {
		grid-row-gap: 1.2rem;
		margin-bottom: 2rem;
	}
	.page-top {
		margin-top: 2rem;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.b-0 {
	border: 0;
}

.pt-2 {
	padding-top: 2rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.pr-2 {
	padding-right: 2rem;
}

.pr-3 {
	padding-right: 3rem;
}

.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;
}

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

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

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

/* Alignments
--------------------------------------------- */
.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;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

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