/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.invisible {
	visibility: hidden;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.m-1 {
	margin: 0.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-24 {
	margin-bottom: 6rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.hidden {
	display: none;
}
.h-full {
	height: 100%;
}
.h-\[250px\] {
	height: 250px;
}
.h-\[260px\] {
	height: 260px;
}
.h-screen {
	height: 100vh;
}
.h-52 {
	height: 13rem;
}
.h-96 {
	height: 24rem;
}
.h-64 {
	height: 16rem;
}
.h-\[500px\] {
	height: 500px;
}
.h-3 {
	height: 0.75rem;
}
.min-h-\[500px\] {
	min-height: 500px;
}
.min-h-\[250px\] {
	min-height: 250px;
}
.min-h-\[625px\] {
	min-height: 625px;
}
.min-h-mobile {
	min-height: 340px;
}
.w-full {
	width: 100%;
}
.w-1\/2 {
	width: 50%;
}
.w-48 {
	width: 12rem;
}
.w-screen {
	width: 100vw;
}
.w-\[200px\] {
	width: 200px;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-4\/5 {
	width: 80%;
}
.w-3\/5 {
	width: 60%;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-3\/4 {
	width: 75%;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-3 {
	width: 0.75rem;
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(48, 75, 89, var(--tw-border-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 75, 89, var(--tw-bg-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(130, 195, 203, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-orange-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 115, 47, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-6 {
	padding: 1.5rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.pt-40 {
	padding-top: 10rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pl-9 {
	padding-left: 2.25rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pt-20 {
	padding-top: 5rem;
}
.text-center {
	text-align: center;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.italic {
	font-style: italic;
}
.not-italic {
	font-style: normal;
}
.leading-6 {
	line-height: 1.5rem;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(130, 195, 203, var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(48, 75, 89, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.hamburger {
  padding: 0;
  height: 36px;
  background: none;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-box {
  padding: 6px;
  margin-left: 4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: calc(50% + 1px);
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1023px) {
  .hamburger {
    height: 54px;
  }

  .hamburger-box {
    padding: 14px;
    width: 54px;
    height: 54px;
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }
}
.glide__bullets {
	top: 0px;
	right: 1.5rem;
}
@media (min-width: 1024px) {

	.glide__bullets {
		position: absolute;
	}
}

.glide__bullet {
	margin-right: 0.25rem;
	height: 0.75rem;
	width: 0.75rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

@media (min-width: 1024px) {

	.glide__bullet {
		margin-left: 0.25rem;
	}

	.glide__bullet {
		margin-right: 0px;
	}
}

.glide__bullet--active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.footer-form form {
	position: relative;
}

.footer-form .gform_wrapper.gravity-theme .gform_fields {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	display: flex;
	flex-wrap: wrap;
  grid-column-gap: unset;
  grid-row-gap: 0px !important;
}

.footer-form .gform_wrapper.gravity-theme .gform_fields .gfield {
	width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

@media (min-width: 1024px) {

	.footer-form .gform_wrapper.gravity-theme .gform_fields .gfield {
		width: 50%;
	}
}

.footer-form .gform_wrapper.gravity-theme .gform_fields .gfield.w-full {
	width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.footer-form .gform_wrapper.gravity-theme .gform_fields .gfield.w-consent {
	width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

@media (min-width: 1024px) {

	.footer-form .gform_wrapper.gravity-theme .gform_fields .gfield.w-consent {
		width: 75%;
	}
}

.gform_title,
.gfield_label {
  display: none !important;
}

.gform_wrapper.gravity-theme input[type=text] {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(48, 75, 89, var(--tw-border-opacity));
  padding: 15px 0 !important;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  color: #304B59 !important;
  font-size: 20px !important;
  border-radius: 0px !important;
}

.gform_wrapper.gravity-theme input[type=checkbox] {
  height: 13px;
  width: 13px;
}
@media (max-width: 1023px) {
  .gform_wrapper.gravity-theme input[type=checkbox] {
    height: 20px;
    width: 20px;
    padding: 10px;
  }
}

.ginput_container_consent {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(48, 75, 89, var(--tw-text-opacity));
  font-size: 12px !important;
  min-height: 52px;
}

.gfield_consent_label {
	padding-left: 1.25rem;
}

#gform_submit_button_1 {
	margin-bottom: 0px;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
	display: flex;
	cursor: pointer;
	justify-content: space-between;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(48, 75, 89, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(48, 75, 89, var(--tw-text-opacity));
}

#gform_submit_button_1:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 75, 89, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

	#gform_submit_button_1 {
		margin-top: 0px;
	}

	#gform_submit_button_1 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	#gform_submit_button_1 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}

@media (max-width: 1023px) {
  .gform_wrapper.gravity-theme input[type=text] {
    padding: 8px 0 !important;
  }
}
#gform_confirmation_message_1 {
  color: #304B59 !important;
  margin-bottom: 20px !important;
}

::-moz-placeholder {
  color: #304B59 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #304B59 !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #304B59 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #304B59 !important;
}

.gform_footer {
	right: 0px;
	bottom: 0px;
}

@media (min-width: 1024px) {

	.gform_footer {
		position: absolute;
	}
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

#menu-main-menu li > a {
  font-size: 36px;
  font-weight: 500;
  padding: 30px 0px;
  display: block;
  width: 100%;
}

#menu-main-menu .sub-menu li a {
  font-size: 24px;
}

#menu-main-menu .sub-menu li a:first-of-type {
  padding-top: 0;
}

#menu-main-menu li > a:hover {
	--tw-text-opacity: 1;
	color: rgba(48, 75, 89, var(--tw-text-opacity));
}

#menu-main-menu > li {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

#menu-main-menu li.menu-item-has-children > a {
	display: block;
	width: 100%;
  background-image: url("../img/chevron-down.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 34px;
}
#menu-main-menu li.menu-item-has-children > a:hover {
  background-image: url("../img/chevron-down-blue.svg");
}
@media (max-width: 1023px) {
  #menu-main-menu li.menu-item-has-children > a {
    background-size: 20px;
  }
}

#menu-main-menu li.menu-item-has-children > ul.sub-menu {
	display: none;
  padding: 30px 0px 0px 30px;
}
@media (max-width: 1023px) {
  #menu-main-menu li.menu-item-has-children > ul.sub-menu {
    padding: 0 0 0 15px;
  }
}

#menu-main-menu li.menu-item-has-children.open > ul.sub-menu {
	display: block;
}

@media (min-width: 1024px) {

	#menu-main-menu li.menu-item-has-children.open > ul.sub-menu {
		display: flex;
	}

	#menu-main-menu li.menu-item-has-children.open > ul.sub-menu {
		flex-wrap: wrap;
	}
}

@media (min-width: 1280px) {

	#menu-main-menu li.menu-item-has-children.open > ul.sub-menu {
		width: 80%;
	}
}

@media (min-width: 1536px) {

	#menu-main-menu li.menu-item-has-children.open > ul.sub-menu {
		width: 60%;
	}
}
@media (min-width: 1024px) {

	#menu-main-menu li.menu-item-has-children.open > ul.sub-menu li {
		width: 50%;
	}
}

@media (max-width: 1023px) {
  #menu-main-menu li a {
    font-size: 20px;
    padding: 15px 0px;
  }

  .logo {
    max-width: 160px;
  }

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

  #menu-main-menu .sub-menu li a {
    font-size: 18px;
    width: 100%;
  }
}
#mobileMenu.slide {
  right: 0;
}

#mobileMenu {
  right: -200%;
  transition: all 0.6s ease;
}

body.js-mobile-menu-open {
  overflow: hidden;
  height: 100vh;
}

/* Footer */
.footer-menu #menu-footer-menu {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1024px) {

	.footer-menu #menu-footer-menu {
		flex-direction: row;
	}
}

.footer-menu #menu-footer-menu li {
	margin-bottom: 0.25rem;
	text-align: center;
}

@media (min-width: 1024px) {

	.footer-menu #menu-footer-menu li {
		margin-left: 2rem;
	}

	.footer-menu #menu-footer-menu li {
		margin-bottom: 0px;
	}

	.footer-menu #menu-footer-menu li {
		text-align: left;
	}
}

.half-container {
  width: 100%;
}

@media (min-width: 640px) {
  .half-container {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .half-container {
    max-width: 384px;
  }
}
@media (min-width: 1024px) {
  .half-container {
    max-width: 512px;
  }
}
@media (min-width: 1280px) {
  .half-container {
    max-width: 640px;
  }
}
@media (min-width: 1536px) {
  .half-container {
    max-width: 768px;
  }
}
.header-container {
  width: 100%;
}

@media (min-width: 640px) {
  .header-container {
    max-width: 770px;
  }
}
@media (min-width: 768px) {
  .header-container {
    max-width: 898px;
  }
}
@media (min-width: 1024px) {
  .header-container {
    max-width: 1154px;
  }
}
@media (min-width: 1280px) {
  .header-container {
    max-width: 1410px;
  }
}
@media (min-width: 1536px) {
  .header-container {
    max-width: 1666px;
  }
}
* {
  box-sizing: border-box;
  font-family: "futura-pt", sans-serif;
}

#mobileMenu .instagram svg path {
  stroke: #304B59;
}

#mobileMenu .instagram svg:hover path {
  stroke: #fff;
}

#mobileMenu .linkedin svg path {
  fill: #304B59;
}

#mobileMenu .linkedin svg:hover path {
  fill: #fff;
}

#header {
  transition: all 0.5s ease;
}

#map {
  height: 450px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
@media (min-width: 1024px) {
  #map {
    height: 650px;
  }
}

@media (min-width: 1023px) {
  .hero-img {
    position: absolute;
    right: -9%;
  }
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wysiwyg ul {
	margin-bottom: 1rem;
	list-style-type: disc;
	padding-left: 1.25rem;
}

.wysiwyg ol {
	margin-bottom: 1rem;
	list-style-type: decimal;
	padding-left: 1.25rem;
}

.wysiwyg p {
	margin-bottom: 1rem;
}

.wysiwyg h2 {
	margin-bottom: 1rem;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 500;
}

@media (min-width: 1024px) {

	.wysiwyg h2 {
		margin-bottom: 2rem;
	}

	.wysiwyg h2 {
		font-size: 3.75rem;
		line-height: 1;
	}

	.wysiwyg h2 {
		line-height: 4.25rem;
	}
}

.wysiwyg h3 {
	margin-bottom: 1rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 500;
}

@media (min-width: 1024px) {

	.wysiwyg h3 {
		margin-bottom: 2rem;
	}

	.wysiwyg h3 {
		font-size: 3rem;
		line-height: 1;
	}

	.wysiwyg h3 {
		line-height: 4.25rem;
	}
}

.wysiwyg h6 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}

.bio p {
	margin-bottom: 1rem;
}

.bio a {
	text-decoration: underline;
}

.front-img {
  padding-bottom: 67%;
}
@media (min-width: 1024px) {
  .front-img {
    padding-bottom: 50%;
  }
}

.back-img {
  padding-bottom: 60%;
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 75, 89, var(--tw-bg-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(48, 75, 89, var(--tw-text-opacity));
}

.hover\:text-orange-500:hover {
	--tw-text-opacity: 1;
	color: rgba(220, 115, 47, var(--tw-text-opacity));
}

@media (min-width: 768px) {

	.md\:w-2\/3 {
		width: 66.666667%;
	}
}

@media (min-width: 1024px) {

	.lg\:container {
		width: 100%;
	}

	@media (min-width: 640px) {

		.lg\:container {
			max-width: 640px;
		}
	}

	@media (min-width: 768px) {

		.lg\:container {
			max-width: 768px;
		}
	}

	@media (min-width: 1024px) {

		.lg\:container {
			max-width: 1024px;
		}
	}

	@media (min-width: 1280px) {

		.lg\:container {
			max-width: 1280px;
		}
	}

	@media (min-width: 1536px) {

		.lg\:container {
			max-width: 1536px;
		}
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:-bottom-8 {
		bottom: -2rem;
	}

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.lg\:mt-10 {
		margin-top: 2.5rem;
	}

	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.lg\:mt-28 {
		margin-top: 7rem;
	}

	.lg\:mb-8 {
		margin-bottom: 2rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:mb-28 {
		margin-bottom: 7rem;
	}

	.lg\:mr-8 {
		margin-right: 2rem;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-20 {
		margin-bottom: 5rem;
	}

	.lg\:mb-12 {
		margin-bottom: 3rem;
	}

	.lg\:mb-4 {
		margin-bottom: 1rem;
	}

	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.lg\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.lg\:mt-4 {
		margin-top: 1rem;
	}

	.lg\:ml-10 {
		margin-left: 2.5rem;
	}

	.lg\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.lg\:mb-24 {
		margin-bottom: 6rem;
	}

	.lg\:ml-1 {
		margin-left: 0.25rem;
	}

	.lg\:ml-8 {
		margin-left: 2rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-40vh {
		height: 40vh;
	}

	.lg\:h-\[700px\] {
		height: 700px;
	}

	.lg\:h-\[680px\] {
		height: 680px;
	}

	.lg\:h-\[350px\] {
		height: 350px;
	}

	.lg\:h-\[360px\] {
		height: 360px;
	}

	.lg\:h-80 {
		height: 20rem;
	}

	.lg\:h-96 {
		height: 24rem;
	}

	.lg\:h-90vh {
		height: 90vh;
	}

	.lg\:min-h-\[450px\] {
		min-height: 450px;
	}

	.lg\:min-h-\[355px\] {
		min-height: 355px;
	}

	.lg\:min-h-50vh {
		min-height: 50vh;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

	.lg\:w-96 {
		width: 24rem;
	}

	.lg\:w-twocol {
		width: 48.5%;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-auto {
		width: auto;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:w-80 {
		width: 20rem;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-2\/3 {
		width: 66.666667%;
	}

	.lg\:w-4\/5 {
		width: 80%;
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-wrap {
		flex-wrap: wrap;
	}

	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:justify-start {
		justify-content: flex-start;
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}

	.lg\:justify-center {
		justify-content: center;
	}

	.lg\:justify-between {
		justify-content: space-between;
	}

	.lg\:object-cover {
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.lg\:p-8 {
		padding: 2rem;
	}

	.lg\:p-32 {
		padding: 8rem;
	}

	.lg\:p-44 {
		padding: 11rem;
	}

	.lg\:p-12 {
		padding: 3rem;
	}

	.lg\:p-24 {
		padding: 6rem;
	}

	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.lg\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.lg\:pb-20 {
		padding-bottom: 5rem;
	}

	.lg\:pt-12 {
		padding-top: 3rem;
	}

	.lg\:pt-20 {
		padding-top: 5rem;
	}

	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.lg\:pt-2 {
		padding-top: 0.5rem;
	}

	.lg\:pt-32 {
		padding-top: 8rem;
	}

	.lg\:pb-32 {
		padding-bottom: 8rem;
	}

	.lg\:pt-10 {
		padding-top: 2.5rem;
	}

	.lg\:text-left {
		text-align: left;
	}

	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.lg\:leading-12 {
		line-height: 4.25rem;
	}

	.lg\:leading-10 {
		line-height: 2.5rem;
	}

	.lg\:leading-8 {
		line-height: 2rem;
	}

	.lg\:leading-7 {
		line-height: 1.75rem;
	}
}

@media (min-width: 1280px) {

	.xl\:min-h-70vh {
		min-height: 70vh;
	}

	.xl\:w-2\/5 {
		width: 40%;
	}

	.xl\:w-4\/12 {
		width: 33.333333%;
	}

	.xl\:w-7\/12 {
		width: 58.333333%;
	}

	.xl\:w-4\/5 {
		width: 80%;
	}
}

@media (min-width: 1536px) {

	.\32xl\:min-h-80vh {
		min-height: 80vh;
	}
}
