@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
/*! tailwindcss v2.2.17 | 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 {
	-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::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: "Roboto Mono", 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));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}::-webkit-date-and-time-value{
	min-height: 1.5em;
}select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}[type='checkbox']{
	border-radius: 0px;
}[type='radio']{
	border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}[type='file']:focus{
	outline: 1px auto -webkit-focus-ring-color;
}body {
    font-size: 16px;
    text-rendering: optimizeLegibility;
    font-family: elza-round-variable, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
    --tw-text-opacity: 1;
    color: rgba(43, 48, 135, var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --tw-text-opacity: 1;
    color: rgba(43, 48, 135, var(--tw-text-opacity));
  }p,
  .richtext-lg p,
  .richtext,
  .body-1,
  .body-1 p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.021875rem;
    margin-bottom: 1.25rem;
  }p:not(:first-child),.richtext-lg p:not(:first-child),.richtext:not(:first-child),.body-1:not(:first-child),.body-1 p:not(:first-child){
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}.body-2,
  .body-2 p {
    font-size: 1rem;
  }.page-heading-1{
	font-size: 34px;
	line-height: 4.8rem;
	letter-spacing: -0.04rem;
}.page-heading-2{
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
        font-variation-settings: 'wght' 700;
}b,
  strong {
    font-weight: 700 !important;
    font-variation-settings: "wght" 700;
  }p a, p a:visited{
	text-decoration: underline;
}.linked-heading a{
	text-decoration: underline;
}h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }h1, .h1{
	line-height: 1.1;
    font-size: 34px;
}h2, .h2{
	line-height: 1.1;
    letter-spacing: -0.03em;
    font-size: 28px;
}h3, .h3{
	line-height: 1.3;
    font-size: 20px;
}h4,
  .h4 {
    font-size: 18px;
  }ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.25rem;
}sup, sub {
    font-size: 58%;
  }sup {
    top: -0.75em;
    left: 0.05em;
  }@media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 80px;
    }
    h2,
    .h2 {
      font-size: 56px;
    }
    h3,
    .h3 {
      font-size: 32px;
    }
    h3, .h3{
		line-height: 1.2;
	}
    h4,
    .h4 {
      font-size: 24px;
    }
    h4, .h4{
		line-height: 1.4;
	}

    p,
    .richtext,
    .body-1,
    .body-1 p {
      font-size: 18px
    }

    p, .richtext, .body-1, .body-1 p{
		letter-spacing: 0.0225rem;
	}

    p, .richtext, .body-1, .body-1 p{
		margin-bottom: 1.25rem;
	}

      p:not(:first-child),.richtext:not(:first-child),.body-1:not(:first-child),.body-1 p:not(:first-child){
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
      p a, p a:visited, .richtext a, .richtext a:visited, .body-1 a, .body-1 a:visited, .body-1 p a, .body-1 p a:visited {
        text-decoration: underline;
        font-weight: bold;
      }

    .body-2,
    .body-2 p {
      font-size: 16px;
    }

    .body-2, .body-2 p{
		line-height: 1.4;
	}

    .richtext-lg p{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

    ul {
      font-size: inherit;
    }

    ul{
		letter-spacing: 0.0225rem;
	}
    .page-heading-1{
		font-size: 64px;
	}
    .page-heading-1{
		line-height: 4.8rem;
	}
    .page-heading-1{
		letter-spacing: -0.04rem;
	}
    .page-heading-2{
		font-size: 42px;
	}
    .page-heading-2{
		line-height: 3.4125rem;
	}
  }form input[type="submit"]{
	font-weight: 700;
        font-variation-settings: 'wght' 700;
}form[role="search"] input[type="submit"]{
	border-radius: 0.25rem;
}form[role="search"] input[type="submit"]{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}form[role="search"] input[type="submit"]{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}form[role="search"] input[type="submit"]{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}form[role="search"] input[type="submit"]{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}form[role="search"] input.search-field{
	width: 100%;
}form[role="search"] input.search-field{
	line-height: 1.25;
}form[role="search"] input.search-field:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}form label {font-weight: 500}form[id^='gform_'] .gfield{
	position: relative;
}form[id^='gform_'] .gfield{
	margin-bottom: 1rem;
}form[id^='gform_'] .gfield input, form[id^='gform_'] .gfield textarea {
				min-height: 54px;
				border-radius: 4px;
			}form[id^='gform_'] .gfield label.gfield_label{
	pointer-events: none;
}form[id^='gform_'] .gfield label.gfield_label{
	position: absolute;
}form[id^='gform_'] .gfield label.gfield_label{
	top: 0.75rem;
}form[id^='gform_'] .gfield label.gfield_label{
	left: 0.25rem;
}form[id^='gform_'] .gfield label.gfield_label{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}form[id^='gform_'] .gfield label.gfield_label{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}form[id^='gform_'] .gfield label.gfield_label{
	font-weight: 500;
}form[id^='gform_'] .gfield label.gfield_label{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}form[id^='gform_'] .gfield label.gfield_label{
	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;
}form[id^='gform_'] .gfield label.gfield_label{
	transition-duration: 200ms;
}form[id^='gform_'] .gfield label.gfield_label {
        font-variation-settings: 'wght' 500;
    }form[id^='gform_'] .gfield.active label.gfield_label{
	--tw-translate-y: -0.75rem;
	transform: var(--tw-transform);
}form[id^='gform_'] input[type="submit"]{
	height: 3rem;
}form[id^='gform_'] input[type="submit"]{
	cursor: pointer;
}form[id^='gform_'] input[type="submit"]{
	border-radius: 0.375rem;
}form[id^='gform_'] input[type="submit"]{
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}form[id^='gform_'] input[type="submit"]{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}form[id^='gform_'] input[type="submit"]{
	padding-left: 1rem;
	padding-right: 1rem;
}form[id^='gform_'] input[type="submit"]{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}form[id^='gform_'] input[type="submit"]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}@media (min-width: 1024px) {
		form[role="search"] input.search-field {
				min-height: 60px;
				font-size:24px
				}
			}/* taken from nav walker *//** open close menus */.menu-item.menu-item-has-children > ul.dropdown-menu{
	display: none;
	list-style-type: none;
	margin: 0px;
}.menu-item.menu-item-has-children.open > ul.dropdown-menu{
	display: flex;
	width: 100%;
	flex-direction: column;
	flex-wrap: wrap;
}/** Unordered List Elements */header .dropdown-menu.has-children{
	top: 0px;
}header .dropdown-menu.has-children{
	left: 100%;
}header .dropdown-menu.has-children{
	display: none;
}header .dropdown-menu.has-children{
	width: 100%;
}header .dropdown-menu.has-children{
	text-align: left;
}header .dropdown-menu:not(.has-children) {
      min-width: 20ch;
      width: min-content;
      overflow-wrap: break-word;
    }header .dropdown-menu:not(.has-children){
	left: 0px;
}header .dropdown-menu:not(.has-children){
	display: block;
}header .dropdown-menu:not(.has-children){
	width: 100%;
}header .dropdown-menu:not(.has-children){
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}header .dropdown-menu:not(.has-children){
	text-align: left;
}header .dropdown-menu:not(.has-children){
	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;
}header .dropdown-menu:not(.has-children){
	transition-duration: 200ms;
}/** List item <a> tags */header .dropdown-menu li a.dropdown-item{
	display: block;
}header .dropdown-menu li a.dropdown-item{
	width: 100%;
}header .dropdown-menu li a.dropdown-item{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}header .dropdown-menu li a.dropdown-item{
	padding-left: 0.5rem;
}header .dropdown-menu li a.dropdown-item{
	font-size: 0.875rem;
	line-height: 1.25rem;
}header .dropdown-menu li a.dropdown-item{
	line-height: 1.25;
}header .dropdown-menu li a.dropdown-item{
	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;
}header .dropdown-menu li a.dropdown-item{
	transition-duration: 200ms;
}header .dropdown-menu li a.dropdown-item{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}header .menu-wrapper {
    }header .menu-wrapper .menu-item {
    }header a.main-item{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}@media (min-width: 640px){header a.main-item{
		max-width: 640px;
	}
}@media (min-width: 768px){header a.main-item{
		max-width: 768px;
	}
}@media (min-width: 1024px){header a.main-item{
		max-width: 1024px;
	}
}@media (min-width: 1200px){header a.main-item{
		max-width: 1200px;
	}
}@media (min-width: 1440px){header a.main-item{
		max-width: 1440px;
	}
}@media (min-width: 1536px){header a.main-item{
		max-width: 1536px;
	}
}header a.main-item{
	display: flex;
}header a.main-item{
	align-items: center;
}header a.main-item{
	justify-content: center;
}header a.main-item:hover{
	--tw-text-opacity: 1;
	color: rgba(219, 42, 105, var(--tw-text-opacity));
}header .dropdown-menu-open,
    header a.main-item.has-children > .menu-text .caret {
      width: 14px;
      height: 8px;
      background-color: white;
      -webkit-mask-image: url("../images/caret.svg");
              mask-image: url("../images/caret.svg");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center center;
              mask-position: center center;
    }header .dropdown-menu-open, header a.main-item.has-children > .menu-text .caret{
	display: inline-block;
}header .dropdown-menu-open, header a.main-item.has-children > .menu-text .caret{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}header .dropdown-menu-open, header a.main-item.has-children > .menu-text .caret{
	transition-duration: 200ms;
}header .dropdown-menu-open, header a.main-item.has-children > .menu-text .caret{
	position: relative;
}header a.main-item.has-children .dropdown-menu-open{
	padding: 2rem;
}@media (min-width: 1024px){header a.main-item.has-children .dropdown-menu-open{
		padding: 0px;
	}
}@media (min-width: 1024px){header a.main-item.has-children .dropdown-menu-open{
		height: 0px;
	}
}@media (min-width: 1024px){header a.main-item.has-children .dropdown-menu-open{
		width: 0px;
	}
}header a.main-item.has-children .dropdown-menu-open{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}header a.main-item.has-children > .menu-text .caret{
	display: none;
}header .open > a.main-item.has-children .dropdown-menu-open{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}header .dropdown-menu .menu-item {
      border: none;
    }header .dropdown-menu li a.dropdown-item{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}header .dropdown-menu li a.dropdown-item{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}header .menu-item{
	width: 100%;
}header .menu-text{
	display: flex;
}header .menu-text{
	width: 100%;
}header .menu-text{
	align-items: center;
}header .menu-text{
	font-size: 1rem;
	line-height: 1.5rem;
}header .menu-item:not(.highlight) a .menu-text{
	font-size: 1.5rem;
	line-height: 2rem;
}header .menu-item .dropdown-menu a .menu-text{
	font-size: 1rem;
	line-height: 1.5rem;
}header .menu-item.highlight a >.menu-text{
	display: inline-block;
}header .menu-item.highlight a >.menu-text{
	text-align: center;
}/* submenu */header ul.dropdown-menu li ul.dropdown-menu{
	margin: 0px;
}header ul.dropdown-menu li ul.dropdown-menu{
	padding: 0px;
}header ul.dropdown-menu li ul.dropdown-menu{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}header ul.dropdown-menu li ul.dropdown-menu{
	display: none;
}header ul.dropdown-menu li ul.dropdown-menu {
      font-weight: 400;
    }header ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret {
      width: 14px;
      height: 8px;
      background: url("../images/caret.svg") no-repeat center center;
      background-size: contain;
    }header ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
	display: inline-block;
}header ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
	margin-right: 1.25rem;
}header ul.dropdown-menu .dropdown.menu-item-has-children ul{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}.menu-item-has-children.dropdown.submenu ul li{
	border-radius: 0px !important;
	background-image: none !important;
}.menu-item-has-children.dropdown.submenu > ul{
	padding-bottom: 1.25rem;
	width: 100%;
	border-radius: 0px !important;
}.menu-item-has-children.dropdown .dropdown-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}.menu-item-has-children.dropdown .dropdown-item .dropdown-menu-open{
	padding-left: 2rem;
	padding-right: 2rem;
}.menu-item-has-children.dropdown .dropdown-item .dropdown-menu-open{
	margin-right: -1.25rem;
}.menu-item-has-children.dropdown .dropdown-item ul{
	background-image: none !important;
}@media (min-width: 1440px) {
      header .menu-text{
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
      header .menu-wrapper{
		border-width: 0px;
	}
      header .menu-wrapper .menu-item{
		width: auto;
	}
      header .menu-wrapper .menu-item{
		border-width: 0px;
	}
      header a.main-item, header a.main-item .main-text{
		padding: 0px;
	}
      header a.main-item, header a.main-item .main-text{
		font-size: 16px;
	}
      header a.main-item, header a.main-item .main-text{
		font-weight: 500;
	}
    header a.main-item, header a.main-item .main-text {
        font-variation-settings: 'wght' 500;
    }

      header .dropdown-menu.has-children{
		position: absolute;
	}

      header .dropdown-menu.has-children{
		padding-top: 6rem;
	}
      header .dropdown-menu:not(.has-children){
		position: absolute;
	}
      header .dropdown-menu:not(.has-children){
		display: flex;
	}
      header .dropdown-menu:not(.has-children){
		padding-top: 0px;
	}
      header .dropdown-menu:not(.has-children){
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      header .dropdown-menu li a.dropdown-item {
      }
      header .dropdown-menu li:last-child a.dropdown-item {
        border: none;
      }
      header .dropdown-menu{
		margin-top: 22px;
	}
      header .dropdown-menu li {
        width: 260px;
        max-width: 260px;
      }
      header .dropdown-menu li a.dropdown-item{
		padding: 1.25rem;
	}
      header .dropdown-menu li a.dropdown-item:hover{
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

    .menu-item {
      vertical-align: middle
    }

    .menu-item{
		margin-left: -1px;
		margin-right: -1px;
	}

    .menu-item{
		display: block;
	}

      .menu-item a.main-item{
		display: flex;
	}
      .menu-item a.main-item > .menu-text .caret{
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
      .menu-item a.main-item > .menu-text .caret{
		transition-duration: 200ms;
	}
      .menu-item a.main-item > .menu-text .caret.rotate-up{
		--tw-rotate: 180deg;
		transform: var(--tw-transform);
	}
      .menu-item a.main-item > .menu-text .caret.rotate-down{
		--tw-rotate: 0deg;
		transform: var(--tw-transform);
	}
      .menu-item a.main-item.has-children > .menu-text .caret {
        width: 14px;
        height: 8px;
        background: url("../images/caret.svg") no-repeat center center;
      }
      .menu-item a.main-item.has-children > .menu-text .caret{
		display: inline-block;
	}
      .menu-item a.main-item.has-children > .menu-text .caret{
		margin-left: 0.5rem;
	}
      .menu-item a.main-item.has-children > .menu-text .caret{
		margin-bottom: 0.4em;
	}
      .menu-item a.main-item.has-children > .menu-text .caret{
		align-self: center;
	}

      /* submenu */
      .menu-item ul.dropdown-menu li ul.dropdown-menu{
		margin: 0px;
	}
      .menu-item ul.dropdown-menu li ul.dropdown-menu{
		padding: 0px;
	}
      .menu-item ul.dropdown-menu li ul.dropdown-menu{
		background-color: transparent;
	}
      .menu-item ul.dropdown-menu li ul.dropdown-menu{
		display: none;
	}
      .menu-item ul.dropdown-menu li ul.dropdown-menu {
        font-weight: 400;
      }
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret {
        width: 12px;
        height: 6px;
        background: url("../images/caret.svg") no-repeat center center;
        background-size: contain;
      }
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
		display: inline-block;
	}
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
		margin-left: 0.5rem;
	}
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
		--tw-rotate: -90deg;
		transform: var(--tw-transform);
	}
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children a .menu-text .caret{
		--tw-invert: invert(100%);
		filter: var(--tw-filter);
	}
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children a .menu-text .caret{
		filter: var(--tw-filter);
	}
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
		margin-right: 0px;
	}
      .menu-item ul.dropdown-menu .dropdown.menu-item-has-children > a .menu-text .caret{
		margin-left: 0.5rem;
	}
      .menu-item ul.dropdown-menu .dropdown-menu-open{
		display: none;
	}
  }.btn{
	border-radius: 9999px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}@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: 1200px){.container{
		max-width: 1200px;
	}
}@media (min-width: 1440px){.container{
		max-width: 1440px;
	}
}@media (min-width: 1536px){.container{
		max-width: 1536px;
	}
}.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}.pointer-events-none{
	pointer-events: none;
}.pointer-events-auto{
	pointer-events: auto;
}.static{
	position: static;
}.fixed{
	position: fixed;
}.absolute{
	position: absolute;
}.relative{
	position: relative;
}.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}.inset-y-0{
	top: 0px;
	bottom: 0px;
}.left-5{
	left: 1.25rem;
}.top-5{
	top: 1.25rem;
}.top-0{
	top: 0px;
}.left-0{
	left: 0px;
}.-bottom-5{
	bottom: -1.25rem;
}.-right-8{
	right: -2rem;
}.bottom-0{
	bottom: 0px;
}.right-0{
	right: 0px;
}.left-10{
	left: 2.5rem;
}.bottom-16{
	bottom: 4rem;
}.bottom-2{
	bottom: 0.5rem;
}.right-8{
	right: 2rem;
}.right-\[-1px\]{
	right: -1px;
}.bottom-\[-1px\]{
	bottom: -1px;
}.right-16{
	right: 4rem;
}.right-1{
	right: 0.25rem;
}.\!bottom-0{
	bottom: 0px !important;
}.\!right-0{
	right: 0px !important;
}.\!bottom-\[-1px\]{
	bottom: -1px !important;
}.\!right-\[-1px\]{
	right: -1px !important;
}.right-5{
	right: 1.25rem;
}.top-10{
	top: 2.5rem;
}.-bottom-2{
	bottom: -0.5rem;
}.-right-2{
	right: -0.5rem;
}.bottom-12{
	bottom: 3rem;
}.left-\[-40px\]{
	left: -40px;
}.top-\[45px\]{
	top: 45px;
}.z-20{
	z-index: 20;
}.z-10{
	z-index: 10;
}.z-0{
	z-index: 0;
}.z-\[2\]{
	z-index: 2;
}.z-\[5\]{
	z-index: 5;
}.\!z-0{
	z-index: 0 !important;
}.z-40{
	z-index: 40;
}.z-30{
	z-index: 30;
}.\!z-10{
	z-index: 10 !important;
}.z-\[0\]{
	z-index: 0;
}.order-first{
	order: -9999;
}.order-last{
	order: 9999;
}.row-span-3{
	grid-row: span 3 / span 3;
}.row-span-4{
	grid-row: span 4 / span 4;
}.row-span-2{
	grid-row: span 2 / span 2;
}.m-auto{
	margin: auto;
}.-mx-4{
	margin-left: -1rem;
	margin-right: -1rem;
}.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}.mx-auto{
	margin-left: auto;
	margin-right: auto;
}.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}.my-22{
	margin-top: 92px;
	margin-bottom: 92px;
}.my-17{
	margin-top: 72px;
	margin-bottom: 72px;
}.my-5{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}.-mx-10{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}.mx-\[25px\]{
	margin-left: 25px;
	margin-right: 25px;
}.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}.mx-5{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}.my-3\.5{
	margin-top: 0.875rem;
	margin-bottom: 0.875rem;
}.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}.my-24{
	margin-top: 6rem;
	margin-bottom: 6rem;
}.my-2\.5{
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}.my-1{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}.my-70{
	margin-top: 70px;
	margin-bottom: 70px;
}.my-14{
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}.my-\[15px\]{
	margin-top: 15px;
	margin-bottom: 15px;
}.-mt-16{
	margin-top: -4rem;
}.-mb-17{
	margin-bottom: -72px;
}.mb-2{
	margin-bottom: 0.5rem;
}.mt-4{
	margin-top: 1rem;
}.mb-8{
	margin-bottom: 2rem;
}.mt-16{
	margin-top: 4rem;
}.ml-2{
	margin-left: 0.5rem;
}.mt-10{
	margin-top: 2.5rem;
}.mb-10{
	margin-bottom: 2.5rem;
}.mt-8{
	margin-top: 2rem;
}.mr-4{
	margin-right: 1rem;
}.mb-5{
	margin-bottom: 1.25rem;
}.mt-20{
	margin-top: 5rem;
}.mb-3{
	margin-bottom: 0.75rem;
}.mr-8{
	margin-right: 2rem;
}.ml-5{
	margin-left: 1.25rem;
}.mt-\[-20\%\]{
	margin-top: -20%;
}.mt-\[25px\]{
	margin-top: 25px;
}.mt-\[-82px\]{
	margin-top: -82px;
}.mb-16{
	margin-bottom: 4rem;
}.mb-\[-40px\]{
	margin-bottom: -40px;
}.-mt-10{
	margin-top: -2.5rem;
}.mt-\[82px\]{
	margin-top: 82px;
}.mb-50{
	margin-bottom: 50px;
}.mb-30{
	margin-bottom: 30px;
}.mt-17{
	margin-top: 72px;
}.mb-0{
	margin-bottom: 0px;
}.mb-4{
	margin-bottom: 1rem;
}.mt-30{
	margin-top: 30px;
}.mt-\[80px\]{
	margin-top: 80px;
}.mt-\[30px\]{
	margin-top: 30px;
}.mt-5{
	margin-top: 1.25rem;
}.mt-\[15px\]{
	margin-top: 15px;
}.mt-\[40px\]{
	margin-top: 40px;
}.-mb-5{
	margin-bottom: -1.25rem;
}.-mt-40{
	margin-top: -10rem;
}.mb-17{
	margin-bottom: 72px;
}.mt-\[50px\]{
	margin-top: 50px;
}.mt-6{
	margin-top: 1.5rem;
}.mt-3{
	margin-top: 0.75rem;
}.mt-60{
	margin-top: 60px;
}.mt-12{
	margin-top: 3rem;
}.-mb-3{
	margin-bottom: -0.75rem;
}.mb-6{
	margin-bottom: 1.5rem;
}.mt-\[66px\]{
	margin-top: 66px;
}.mb-14{
	margin-bottom: 3.5rem;
}.-mb-8{
	margin-bottom: -2rem;
}.mt-\[-150px\]{
	margin-top: -150px;
}.mt-32{
	margin-top: 8rem;
}.ml-3{
	margin-left: 0.75rem;
}.\!mb-0{
	margin-bottom: 0px !important;
}.mt-\[60px\]{
	margin-top: 60px;
}.mt-22{
	margin-top: 92px;
}.\!-mb-5{
	margin-bottom: -1.25rem !important;
}.mb-\[30px\]{
	margin-bottom: 30px;
}.mt-1\.5{
	margin-top: 0.375rem;
}.mt-1{
	margin-top: 0.25rem;
}.mt-2\.5{
	margin-top: 0.625rem;
}.mt-2{
	margin-top: 0.5rem;
}.mt-14{
	margin-top: 3.5rem;
}.mb-\[100px\]{
	margin-bottom: 100px;
}.-mt-50{
	margin-top: -50px;
}.mt-0{
	margin-top: 0px;
}.mt-\[117px\]{
	margin-top: 117px;
}.block{
	display: block;
}.\!block{
	display: block !important;
}.inline-block{
	display: inline-block;
}.\!inline-block{
	display: inline-block !important;
}.flex{
	display: flex;
}.inline-flex{
	display: inline-flex;
}.grid{
	display: grid;
}.contents{
	display: contents;
}.hidden{
	display: none;
}.h-full{
	height: 100%;
}.h-5{
	height: 1.25rem;
}.h-\[102px\]{
	height: 102px;
}.h-\[22px\]{
	height: 22px;
}.h-\[600px\]{
	height: 600px;
}.h-\[400px\]{
	height: 400px;
}.h-\[200px\]{
	height: 200px;
}.h-\[280px\]{
	height: 280px;
}.h-\[78px\]{
	height: 78px;
}.h-\[94px\]{
	height: 94px;
}.h-\[30px\]{
	height: 30px;
}.h-\[273px\]{
	height: 273px;
}.h-\[290px\]{
	height: 290px;
}.h-\[90\%\]{
	height: 90%;
}.h-screen{
	height: 100vh;
}.h-\[128px\]{
	height: 128px;
}.h-\[52px\]{
	height: 52px;
}.h-\[175px\]{
	height: 175px;
}.h-6{
	height: 1.5rem;
}.h-\[40px\]{
	height: 40px;
}.h-\[45px\]{
	height: 45px;
}.h-\[82px\]{
	height: 82px;
}.h-10{
	height: 2.5rem;
}.h-\[100vh\]{
	height: 100vh;
}.max-h-\[280px\]{
	max-height: 280px;
}.max-h-full{
	max-height: 100%;
}.max-h-\[115px\]{
	max-height: 115px;
}.max-h-\[400px\]{
	max-height: 400px;
}.max-h-\[273px\]{
	max-height: 273px;
}.min-h-\[60vh\]{
	min-height: 60vh;
}.min-h-\[600px\]{
	min-height: 600px;
}.min-h-\[400px\]{
	min-height: 400px;
}.min-h-\[360px\]{
	min-height: 360px;
}.min-h-\[480px\]{
	min-height: 480px;
}.min-h-\[500px\]{
	min-height: 500px;
}.min-h-\[627px\]{
	min-height: 627px;
}.min-h-\[384px\]{
	min-height: 384px;
}.min-h-\[78px\]{
	min-height: 78px;
}.min-h-screen{
	min-height: 100vh;
}.min-h-16{
	min-height: 4rem;
}.min-h-\[273px\]{
	min-height: 273px;
}.w-full{
	width: 100%;
}.w-11\/12{
	width: 91.666667%;
}.w-10\/12{
	width: 83.333333%;
}.w-5{
	width: 1.25rem;
}.w-\[102px\]{
	width: 102px;
}.w-\[30\%\]{
	width: 30%;
}.w-\[78px\]{
	width: 78px;
}.w-\[94px\]{
	width: 94px;
}.w-\[30px\]{
	width: 30px;
}.w-3\/5{
	width: 60%;
}.w-2\/5{
	width: 40%;
}.w-\[996px\]{
	width: 996px;
}.w-screen{
	width: 100vw;
}.w-\[142px\]{
	width: 142px;
}.w-\[130px\]{
	width: 130px;
}.w-\[52px\]{
	width: 52px;
}.w-\[50vw\]{
	width: 50vw;
}.w-1\/2{
	width: 50%;
}.w-\[170px\]{
	width: 170px;
}.w-4\/5{
	width: 80%;
}.w-1\/12{
	width: 8.333333%;
}.w-6{
	width: 1.5rem;
}.w-\[40px\]{
	width: 40px;
}.w-\[150px\]{
	width: 150px;
}.min-w-\[78px\]{
	min-width: 78px;
}.max-w-\[968px\]{
	max-width: 968px;
}.max-w-3xl{
	max-width: 48rem;
}.max-w-\[78px\]{
	max-width: 78px;
}.max-w-\[790px\]{
	max-width: 790px;
}.max-w-\[2048px\]{
	max-width: 2048px;
}.max-w-\[996px\]{
	max-width: 996px;
}.max-w-\[752px\]{
	max-width: 752px;
}.max-w-\[547px\]{
	max-width: 547px;
}.max-w-\[653px\]{
	max-width: 653px;
}.max-w-\[270px\]{
	max-width: 270px;
}.max-w-\[1062px\]{
	max-width: 1062px;
}.max-w-\[115px\]{
	max-width: 115px;
}.max-w-\[90\%\]{
	max-width: 90%;
}.max-w-4xl{
	max-width: 56rem;
}.max-w-\[792px\]{
	max-width: 792px;
}.max-w-full{
	max-width: 100%;
}.max-w-\[768px\]{
	max-width: 768px;
}.max-w-\[970px\]{
	max-width: 970px;
}.max-w-\[1200px\]{
	max-width: 1200px;
}.max-w-\[350px\]{
	max-width: 350px;
}.max-w-\[540px\]{
	max-width: 540px;
}.max-w-\[446px\]{
	max-width: 446px;
}.max-w-\[627px\]{
	max-width: 627px;
}.max-w-\[972px\]{
	max-width: 972px;
}.max-w-2xl{
	max-width: 42rem;
}.flex-1{
	flex: 1 1 0%;
}.flex-shrink{
	flex-shrink: 1;
}.-translate-y-150{
	--tw-translate-y: -150%;
	transform: var(--tw-transform);
}.translate-x-0{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}.translate-y-\[54\%\]{
	--tw-translate-y: 54%;
	transform: var(--tw-transform);
}.translate-x-full{
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}.-translate-y-full{
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}.rotate-\[-180deg\]{
	--tw-rotate: -180deg;
	transform: var(--tw-transform);
}.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}.scale-90{
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}.\!scale-\[110\%\]{
	--tw-scale-x: 110% !important;
	--tw-scale-y: 110% !important;
	transform: var(--tw-transform) !important;
}.transform{
	transform: var(--tw-transform);
}@keyframes spin{to{
		transform: rotate(360deg);
	}
}.animate-spin{
	animation: spin 1s linear infinite;
}.cursor-pointer{
	cursor: pointer;
}.select-none{
	-webkit-user-select: none;
	        user-select: none;
}.grid-flow-row{
	grid-auto-flow: row;
}.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-rows-7{
	grid-template-rows: repeat(7, minmax(0, 1fr));
}.grid-rows-1{
	grid-template-rows: repeat(1, minmax(0, 1fr));
}.flex-col{
	flex-direction: column;
}.flex-wrap{
	flex-wrap: wrap;
}.flex-nowrap{
	flex-wrap: nowrap;
}.content-between{
	align-content: space-between;
}.items-start{
	align-items: flex-start;
}.items-end{
	align-items: flex-end;
}.items-center{
	align-items: center;
}.items-stretch{
	align-items: stretch;
}.justify-start{
	justify-content: flex-start;
}.justify-end{
	justify-content: flex-end;
}.justify-center{
	justify-content: center;
}.justify-between{
	justify-content: space-between;
}.justify-items-start{
	justify-items: start;
}.justify-items-center{
	justify-items: center;
}.gap-4{
	gap: 1rem;
}.gap-6{
	gap: 1.5rem;
}.gap-\[15px\]{
	gap: 15px;
}.gap-x-5{
	column-gap: 1.25rem;
}.gap-x-\[24px\]{
	column-gap: 24px;
}.gap-y-\[24px\]{
	row-gap: 24px;
}.gap-x-6{
	column-gap: 1.5rem;
}.gap-y-\[15px\]{
	row-gap: 15px;
}.gap-y-\[30px\]{
	row-gap: 30px;
}.gap-x-\[26px\]{
	column-gap: 26px;
}.gap-x-4{
	column-gap: 1rem;
}.gap-x-8{
	column-gap: 2rem;
}.gap-y-6{
	row-gap: 1.5rem;
}.gap-x-3{
	column-gap: 0.75rem;
}.gap-y-2\.5{
	row-gap: 0.625rem;
}.gap-y-2{
	row-gap: 0.5rem;
}.gap-x-\[15px\]{
	column-gap: 15px;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-\[23px\] > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(23px * var(--tw-space-y-reverse));
}.space-y-3 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.space-y-5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(30px * var(--tw-space-y-reverse));
}.space-x-\[24px\] > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(24px * var(--tw-space-x-reverse));
	margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(15px * var(--tw-space-y-reverse));
}.self-stretch{
	align-self: stretch;
}.overflow-auto{
	overflow: auto;
}.overflow-hidden{
	overflow: hidden;
}.overflow-y-scroll{
	overflow-y: scroll;
}.whitespace-nowrap{
	white-space: nowrap;
}.rounded-lg{
	border-radius: 0.5rem;
}.rounded-primary{
	border-radius: 40px;
}.rounded-full{
	border-radius: 9999px;
}.rounded-\[40px\]{
	border-radius: 40px;
}.rounded-\[10px\]{
	border-radius: 10px;
}.rounded-sm{
	border-radius: 0.125rem;
}.rounded-l-\[25px\]{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}.rounded-t-primary{
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}.rounded-b-primary{
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}.rounded-l-primary{
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}.rounded-bl-primary{
	border-bottom-left-radius: 40px;
}.border{
	border-width: 1px;
}.border-2{
	border-width: 2px;
}.\!border-2{
	border-width: 2px !important;
}.border-t{
	border-top-width: 1px;
}.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.border-blue{
	--tw-border-opacity: 1;
	border-color: rgba(43, 48, 135, var(--tw-border-opacity));
}.\!border-white{
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}.bg-purple-darker\/10{
	background-color: rgba(90, 17, 208, 0.1);
}.bg-purple\/10{
	background-color: rgba(173, 15, 223, 0.1);
}.bg-pink\/10{
	background-color: rgba(219, 42, 105, 0.1);
}.bg-orange\/10{
	background-color: rgba(241, 65, 80, 0.1);
}.bg-yellow\/10{
	background-color: rgba(244, 168, 100, 0.1);
}.bg-orange{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 65, 80, var(--tw-bg-opacity));
}.bg-yellow{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 168, 100, var(--tw-bg-opacity));
}.bg-blue-grayish{
	--tw-bg-opacity: 1;
	background-color: rgba(226, 228, 255, var(--tw-bg-opacity));
}.bg-pink{
	--tw-bg-opacity: 1;
	background-color: rgba(219, 42, 105, var(--tw-bg-opacity));
}.bg-purple{
	--tw-bg-opacity: 1;
	background-color: rgba(173, 15, 223, var(--tw-bg-opacity));
}.bg-purple-darker{
	--tw-bg-opacity: 1;
	background-color: rgba(90, 17, 208, var(--tw-bg-opacity));
}.bg-purple\/50{
	background-color: rgba(173, 15, 223, 0.5);
}.bg-primary\/90{
	background-color: rgba(43, 48, 135, 0.9);
}.bg-purple-darker\/90{
	background-color: rgba(90, 17, 208, 0.9);
}.bg-pink\/90{
	background-color: rgba(219, 42, 105, 0.9);
}.bg-orange\/90{
	background-color: rgba(241, 65, 80, 0.9);
}.bg-yellow\/90{
	background-color: rgba(244, 168, 100, 0.9);
}.bg-purple\/90{
	background-color: rgba(173, 15, 223, 0.9);
}.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-blue-grayish\/10{
	background-color: rgba(226, 228, 255, 0.1);
}.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.\!bg-white{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.bg-\[\#414141\]{
	--tw-bg-opacity: 1;
	background-color: rgba(65, 65, 65, var(--tw-bg-opacity));
}.bg-gray-900{
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}.bg-\[\#F1F4FD\]{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 244, 253, var(--tw-bg-opacity));
}.bg-indigo-600{
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}.\!bg-transparent{
	background-color: transparent !important;
}.bg-neutral{
	--tw-bg-opacity: 1;
	background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}.bg-opacity-90{
	--tw-bg-opacity: 0.9;
}.bg-whitegray{
	background-image: linear-gradient(55deg, #D9D9D9 9.71%, #818181 100%);
}.bg-purpledark{
	background-image: linear-gradient(55deg, #2B3087 9.71%, #6523D7 100%);
}.bg-purplebright{
	background-image: linear-gradient(55deg, #AD0FDF 31.25%, #DB2A69 100%);
}.bg-orangeyellow{
	background-image: linear-gradient(235deg, #F79F63 0.49%, #F14150 50.25%);
}.bg-none{
	background-image: none;
}.bg-cover{
	background-size: cover;
}.bg-fixed{
	background-attachment: fixed;
}.bg-top{
	background-position: top;
}.bg-center{
	background-position: center;
}.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}.object-none{
	-o-object-fit: none;
	   object-fit: none;
}.object-\[60\%\]{
	-o-object-position: 60%;
	   object-position: 60%;
}.p-4{
	padding: 1rem;
}.p-7{
	padding: 1.75rem;
}.\!p-2{
	padding: 0.5rem !important;
}.p-10{
	padding: 2.5rem;
}.p-3{
	padding: 0.75rem;
}.p-5{
	padding: 1.25rem;
}.p-6{
	padding: 1.5rem;
}.\!p-4{
	padding: 1rem !important;
}.p-2\.5{
	padding: 0.625rem;
}.p-2{
	padding: 0.5rem;
}.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}.py-\[50px\]{
	padding-top: 50px;
	padding-bottom: 50px;
}.px-50{
	padding-left: 50px;
	padding-right: 50px;
}.py-60{
	padding-top: 60px;
	padding-bottom: 60px;
}.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.py-19{
	padding-top: 4.75rem;
	padding-bottom: 4.75rem;
}.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}.px-35{
	padding-left: 35px;
	padding-right: 35px;
}.py-3\.5{
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}.px-30{
	padding-left: 30px;
	padding-right: 30px;
}.px-\[20px\]{
	padding-left: 20px;
	padding-right: 20px;
}.py-70{
	padding-top: 70px;
	padding-bottom: 70px;
}.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.py-35{
	padding-top: 35px;
	padding-bottom: 35px;
}.py-17{
	padding-top: 72px;
	padding-bottom: 72px;
}.px-\[23px\]{
	padding-left: 23px;
	padding-right: 23px;
}.py-\[60px\]{
	padding-top: 60px;
	padding-bottom: 60px;
}.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}.px-\[33px\]{
	padding-left: 33px;
	padding-right: 33px;
}.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}.px-\[30px\]{
	padding-left: 30px;
	padding-right: 30px;
}.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}.pr-12{
	padding-right: 3rem;
}.pt-28{
	padding-top: 7rem;
}.pb-10{
	padding-bottom: 2.5rem;
}.pt-10{
	padding-top: 2.5rem;
}.pb-\[70px\]{
	padding-bottom: 70px;
}.pb-0{
	padding-bottom: 0px;
}.pb-70{
	padding-bottom: 70px;
}.pr-5{
	padding-right: 1.25rem;
}.pb-\[15px\]{
	padding-bottom: 15px;
}.pt-40{
	padding-top: 10rem;
}.pr-10{
	padding-right: 2.5rem;
}.pl-10{
	padding-left: 2.5rem;
}.pr-\[60px\]{
	padding-right: 60px;
}.pr-16{
	padding-right: 4rem;
}.pt-0{
	padding-top: 0px;
}.pl-5{
	padding-left: 1.25rem;
}.pt-\[77px\]{
	padding-top: 77px;
}.pb-20{
	padding-bottom: 5rem;
}.pt-36{
	padding-top: 9rem;
}.pt-24{
	padding-top: 6rem;
}.text-left{
	text-align: left;
}.text-center{
	text-align: center;
}.font-sans-dp{
	font-family: fp-dancer-pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
}.font-sans-elza{
	font-family: elza-round-variable, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
}.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}.text-\[20px\]{
	font-size: 20px;
}.text-\[64px\]{
	font-size: 64px;
}.text-\[24px\]{
	font-size: 24px;
}.text-\[38px\]{
	font-size: 38px;
}.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}.text-\[18px\]{
	font-size: 18px;
}.text-page-heading-2{
	font-size: 42px;
	line-height: 3.4125rem;
	letter-spacing: 0rem;
}.text-page-heading-1{
	font-size: 64px;
	line-height: 4.8rem;
	letter-spacing: -0.04rem;
}.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}.text-\[34px\]{
	font-size: 34px;
}.text-\[35px\]{
	font-size: 35px;
}.text-\[22px\]{
	font-size: 22px;
}.text-\[32px\]{
	font-size: 32px;
}.text-\[40px\]{
	font-size: 40px;
}.font-bold{
	font-weight: 700;
}.font-medium{
	font-weight: 500;
}.font-normal{
	font-weight: 400;
}.font-semibold{
	font-weight: 600;
}.\!font-normal{
	font-weight: 400 !important;
}.uppercase{
	text-transform: uppercase;
}.capitalize{
	text-transform: capitalize;
}.leading-\[1\.3\]{
	line-height: 1.3;
}.leading-\[1\.2\]{
	line-height: 1.2;
}.leading-\[1\.4\]{
	line-height: 1.4;
}.leading-\[1\.5\]{
	line-height: 1.5;
}.leading-\[1\.14\]{
	line-height: 1.14;
}.leading-\[1\.14286\]{
	line-height: 1.14286;
}.leading-none{
	line-height: 1;
}.leading-\[1\.35\]{
	line-height: 1.35;
}.leading-\[1\]{
	line-height: 1;
}.leading-tight{
	line-height: 1.25;
}.tracking-wide{
	letter-spacing: 0.025em;
}.tracking-\[0\.025rem\]{
	letter-spacing: 0.025rem;
}.tracking-\[0\.05rem\]{
	letter-spacing: 0.05rem;
}.tracking-\[0\.0225rem\]{
	letter-spacing: 0.0225rem;
}.tracking-sm-wider{
	letter-spacing: 0.021875rem;
}.tracking-\[0\.021875rem\]{
	letter-spacing: 0.021875rem;
}.tracking-\[0\.0275rem\]{
	letter-spacing: 0.0275rem;
}.tracking-\[0\.02rem\]{
	letter-spacing: 0.02rem;
}.tracking-\[0\.28px\]{
	letter-spacing: 0.28px;
}.tracking-\[1\.12px\]{
	letter-spacing: 1.12px;
}.tracking-sm-wide{
	letter-spacing: 0.015rem;
}.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-pink{
	--tw-text-opacity: 1;
	color: rgba(219, 42, 105, var(--tw-text-opacity));
}.text-primary{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.text-blue{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}.text-indigo-600{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}.\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}.no-underline{
	text-decoration: none;
}.\!no-underline{
	text-decoration: none !important;
}.shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-2xl{
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}.filter{
	filter: var(--tw-filter);
}.transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.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;
}.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.duration-500{
	transition-duration: 500ms;
}.duration-300{
	transition-duration: 300ms;
}.duration-200{
	transition-duration: 200ms;
}.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.line-clamp-2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}.line-clamp-3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}.font-normal {
        font-variation-settings: 'wght' 400;
    }.\!font-normal {
        font-variation-settings: 'wght' 400 !important;
    }.font-medium {
        font-variation-settings: 'wght' 500;
    }.font-semibold {
        font-variation-settings: 'wght' 600;
    }.font-bold {
        font-variation-settings: 'wght' 700;
    }html {
	scroll-behavior: smooth;
}body {
	max-width: 100vw!important;
	overflow-x: hidden!important;
}html, body{
	overscroll-behavior: none;
	overflow-x: hidden;
}.accent {
	position: relative;
}.accent:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/accent-1.png);
	background-size: cover;
}.link-img-btn a{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #9e2ed7;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 46, 215, 0));
	--tw-gradient-stops: var(--tw-gradient-from), #d14364, var(--tw-gradient-to, rgba(209, 67, 100, 0));
	--tw-gradient-to: #e8a16d;
}fieldset {
	margin-top: 0px;
}p.gform_required_legend, .gform_heading {
			display:none!important;
	}footer a{
	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;
}footer a{
	transition-duration: 200ms;
}footer a{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/*-------------- NAVIGATION */.mobile-nav-wrapper .search-btn{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.mobile-nav-wrapper .search-btn{
	border-width: 1px;
}.mobile-nav-wrapper .search-btn{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.mobile-nav-wrapper .search-btn.active{
	background-color: transparent;
}.mobile-nav-wrapper .search-btn.active{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.mobile-nav-wrapper .search-btn.active{
	fill: #fff;
}.mobile-nav-wrapper .search-btn.active{
	border-width: 1px;
}.mobile-nav-wrapper .search-btn.active{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}input[type="search"].search {
  min-width: 196px;
  display: none;
}.primary-nav-wrapper > .menu-item{
	padding: 0px;
}.primary-nav-wrapper > .menu-item{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.primary-nav-wrapper > .menu-item{
	border-bottom-width: 1px;
}.primary-nav-wrapper > .menu-item{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.primary-nav-wrapper > .menu-item{
	padding-top: 1rem;
	padding-bottom: 1rem;
}.primary-nav-wrapper > .menu-item:not(.menu-item-has-children){
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}@media (min-width: 1200px){.primary-nav-wrapper > .menu-item:nth-last-child(3){
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
	}
}@media (min-width: 1200px){.primary-nav-wrapper > .menu-item:nth-last-child(3){
		padding-right: 2.5rem;
	}
}.primary-nav-wrapper > .menu-item.highlight{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}.primary-nav-wrapper > .menu-item.highlight{
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}.primary-nav-wrapper > .menu-item.highlight{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}.primary-nav-wrapper > .menu-item.highlight{
	padding-left: 1rem;
	padding-right: 1rem;
}.primary-nav-wrapper > .menu-item.highlight{
	border-style: none;
}.primary-nav-wrapper > .menu-item.highlight{
	border-radius: 40px;
}.primary-nav-wrapper > .menu-item.highlight{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.primary-nav-wrapper > .menu-item.highlight{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.primary-nav-wrapper > .menu-item.highlight{
	--tw-gradient-from: #AD0FDF;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 15, 223, 0));
}.primary-nav-wrapper > .menu-item.highlight{
	--tw-gradient-stops: var(--tw-gradient-from), #DB2A69, var(--tw-gradient-to, rgba(219, 42, 105, 0));
}.primary-nav-wrapper > .menu-item.highlight{
	--tw-gradient-to: #F4A864;
}.primary-nav-wrapper > .menu-item.highlight a:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 1440px) {
    .primary-nav-wrapper > .menu-item:nth-last-child(3)::before,
    .primary-nav-wrapper > :last-child::before {
      content: '';
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTggNjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTggMC43NzYzNjdDNDYuNzUyNCAwLjc3NjM2NyAzNi44NzQ5IDcuNDY4MTEgMzIgMTcuNUMzMC42Nzg1IDIwLjIwNDUgMjguMzIxNSAyMC4yMDQ1IDI3IDE3LjVDMjIuMDk1NyA3LjQ2ODExIDExLjI3NyAwLjc3NjM2NyAwIDAuNzc2MzY3VjYwLjc3NjRDMTEuMjc3IDYwLjc3NjQgMjIuMDk1NyA1NC4wODQ2IDI3IDQ0LjA1MjdDMjguMzIxNSA0MS4zNDgyIDMwLjY3ODUgNDEuMzQ4MiAzMiA0NC4wNTI3QzM2Ljg3NDkgNTQuMDg0NiA0Ni43NTI0IDYwLjc3NjQgNTggNjAuNzc2NFYwLjc3NjM2N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
      display: block;
      position: absolute;
      height: 100%;
      width: 58px;
      top: 0;
      z-index: -1;
    }

    .primary-nav-wrapper > .menu-item:nth-last-child(3)::before {
      right: 0;
      transform: translateX(calc(50% + 2px));
    }

    .primary-nav-wrapper > :last-child::before {
      left: 0;
      transform: translateX(calc(-50% - 2px));
    }
  }@media (min-width: 1440px) {
    .primary-nav-wrapper > .menu-item{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    .primary-nav-wrapper > .menu-item{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
    .primary-nav-wrapper > .menu-item{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
    .primary-nav-wrapper > .menu-item{
		--tw-text-opacity: 1;
		color: rgba(43, 48, 135, var(--tw-text-opacity));
	}
    .primary-nav-wrapper > .menu-item{
		border-width: 0px;
	}
    .primary-nav-wrapper > .menu-item{
		display: flex;
	}
    .primary-nav-wrapper > .menu-item{
		flex-wrap: wrap;
	}

      .primary-nav-wrapper > .menu-item:not(.menu-item-has-children){
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
      .primary-nav-wrapper > .menu-item:first-child{
		padding-left: 2.5rem;
	}
      .primary-nav-wrapper > .menu-item:first-child{
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;
	}
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		padding: 0px;
	}
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}
      .primary-nav-wrapper > .menu-item.highlight,
      .primary-nav-wrapper > .menu-item:nth-last-child(2) {
        /* box-shadow: 0 0 0 10px white inset; */
        /* @apply px-8;
        @apply py-[16px]; */
      }
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		margin: 0px;
	}
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		margin-left: 0.25rem;
	}
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		margin-right: 0.5rem;
	}
      .primary-nav-wrapper > .menu-item.highlight, .primary-nav-wrapper > .menu-item:nth-last-child(2){
		box-sizing: border-box;
	}
      .primary-nav-wrapper > .menu-item.highlight,
      .primary-nav-wrapper > .menu-item:nth-last-child(2) {
        border-width: 10px 8px;
        border-style: solid;
        border-color: white;
      }

        .primary-nav-wrapper > .menu-item.highlight a span.menu-text,.primary-nav-wrapper > .menu-item:nth-last-child(2) a span.menu-text{
		justify-content: center;
	}
  }.primary-nav-wrapper .header-search input[type="search"].search-outline{
	display: none;
}.primary-nav-wrapper .header-search input[type="search"]{
	display: block;
}.primary-nav-wrapper .header-search input[type="search"]{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.primary-nav-wrapper .header-search input[type="search"]{
	padding-left: 1rem;
}.primary-nav-wrapper .header-search input[type="search"]{
	float: right;
}.primary-nav-wrapper .header-search input[type="search"]{
	padding-top: 1rem;
	padding-bottom: 1rem;
}.primary-nav-wrapper .header-search input[type="search"]{
	border-style: none;
}.primary-nav-wrapper .header-search input[type="search"]{
	max-width: 200px;
}.primary-nav-wrapper .header-search input[type="search"]{
	justify-content: flex-end;
}.primary-nav-wrapper .header-search input[type="search"]{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.primary-nav-wrapper .header-search input[type="search"]:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}.primary-nav-wrapper .header-search input[type="search"]:focus{
	border-style: none;
}.primary-nav-wrapper .header-search input[type="search"]:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.primary-nav-wrapper .header-search input[type="search"]::placeholder{
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity));
}.primary-nav-wrapper .search-btn{
	height: 100%;
}.primary-nav-wrapper .search-btn {
    aspect-ratio: 1 / 1;
  }.primary-nav-wrapper .search-btn{
	align-items: center;
}.primary-nav-wrapper .search-btn{
	justify-content: center;
}.primary-nav-wrapper .search-btn{
	padding: 1rem;
}.primary-nav-wrapper .search-btn{
	border-radius: 9999px;
}.primary-nav-wrapper .search-btn{
	margin-left: -0.25rem;
}.primary-nav-wrapper .search-btn{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu){
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu){
	background-color: transparent;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu){
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 1200px){.primary-nav-wrapper .menu-item-has-children ul:not(.submenu){
		margin-top: 25px;
	}
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu){
	z-index: 50;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu){
	border-radius: 20px;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) {
    width: -moz-fit-content;
    width: fit-content;
  }.primary-nav-wrapper .menu-item-has-children ul:not(.submenu):before {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2B3087;
    }.primary-nav-wrapper .menu-item-has-children ul:not(.submenu):before{
	position: relative;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu):before{
	left: 20px;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a{
	padding-top: 0px;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a{
	padding-bottom: 30px;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a:hover{
	--tw-text-opacity: 1;
	color: rgba(244, 168, 100, var(--tw-text-opacity));
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li:first-child{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li:last-child{
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li:last-child{
	border-style: none;
}.primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li:last-child{
	margin-bottom: -1rem;
}@media (min-width: 1024px) {
        .primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
        .primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
        .primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a{
		border-bottom-width: 1px;
	}
        .primary-nav-wrapper .menu-item-has-children ul:not(.submenu) li a {
          border-color: rgba(222, 222, 222, 0.2);
        }
      }.primary-nav-wrapper .menu-item-has-children ul.submenu{
	margin-left: -1.25rem !important;
}.primary-nav-wrapper .menu-item-has-children ul.submenu{
	min-width: 110% !important;
}.primary-nav-wrapper .menu-item-has-children ul.submenu li:first-child{
	border-radius: 0px;
}.primary-nav-wrapper .menu-item-has-children ul.submenu li:first-child{
	border-top-right-radius: 20px;
}.primary-nav-wrapper .menu-item-has-children ul.submenu li a {
      border-bottom: 1px solid rgba(222, 222, 222, 0.2);
    }.primary-nav-wrapper .menu-item-has-children ul.submenu li:last-child{
	border-width: 0px;
}/*  */.spacer{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.inner-container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}@media (min-width: 1024px) {
  .inner-container{
		width: 91.666667%;
	}
}.logo-wrapper {
/*  @apply bg-white;*/
position: relative;
z-index: 20;
}.logo-wrapper:before {
    z-index: -1;
    content: "";
  }.logo-wrapper:before{
	width: 200%;
}.logo-wrapper:before{
	height: 82px;
}.logo-wrapper:before{
	position: absolute;
}.logo-wrapper:before{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.logo-wrapper:before{
	left: -200%;
}.nav-container:before {
  content: "";
  width: 100%;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: -2rem;
  left: 0px;
}@media (min-width: 768px) {
  .nav-container:before{
		z-index: 10;
	}
  .nav-container:before{
		height: 2rem;
	}
}.gradient-primary{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #AD0FDF;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 15, 223, 0));
	--tw-gradient-stops: var(--tw-gradient-from), #DB2A69, var(--tw-gradient-to, rgba(219, 42, 105, 0));
	--tw-gradient-to: #F4A864;
}.gradient-primary:hover{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}.rad {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
}.rad.rad-tr {
    top: 0;
    right: -105px;
  }.rad.rad-tr:before {
      top: 0;
      left: 0;
      box-shadow: -50px -50px 0 0 white;
    }@media (min-width: 1024px) {
    .rad.rad-tr {
      right: -120px;
    }
  }.rad.rad-br {
    bottom: 0;
    right: 0
  }.rad.rad-br{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.rad.rad-br:before {
      bottom: 0;
      right: 0;
      box-shadow: 50px 50px 0 0 transparent;
    }.rad.rad-bl {
    bottom: -80px;
  }.rad.rad-bl:before {
      top: 0;
      left: 0;
      box-shadow: -50px -50px 0 0 white;
    }.rad:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 25px;
  }@media (min-width: 1024px) {
    .rad:before {
      border-radius: 40px;
    }
  }.rad2-br {
  right: -25px;
  bottom: 0;
  width: 25px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-bottom-right-radius: 25px;
  border: 1px solid white;
}@media (min-width: 1024px) {
  .rad2-br {
    right: -40px;
    width: 40px;
  }
  .rad2-br{
		border-bottom-right-radius: 40px;
	}
}.rounded-primary{
	border-radius: 25px;
}@media (min-width: 1024px) {
  .rounded-primary{
		border-radius: 40px;
	}
}/*-------------- BUTTONS */.btn-arrow{
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(219, 42, 105, var(--tw-bg-opacity));
	padding: 0.875rem;
}.btn-primary{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-radius: 50px;
	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;
	transition-duration: 300ms;
}.btn-primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.btn-primary:hover{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.btn-primary-white{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.btn-primary-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.btn-primary-white{
	border-radius: 40px;
}.btn-primary-white{
	font-weight: 500;
}.btn-primary-white {
        font-variation-settings: 'wght' 500;
    }.btn-primary-white{
	line-height: 1.2;
}.btn-primary-white{
	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;
}.btn-primary-white{
	transition-duration: 300ms;
}.btn-primary-white:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.btn-primary-white:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-primary-outline{
	border-width: 1px;
}.btn-primary-outline{
	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;
}.btn-primary-outline{
	transition-duration: 300ms;
}.btn-primary-outline:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-primary-outline:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.btn-invert-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(43, 48, 135, var(--tw-border-opacity));
}.btn-invert-primary:hover, .btn-invert-primary:focus{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.btn-invert-primary:hover, .btn-invert-primary:focus{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.btn-invert-primary:hover, .btn-invert-primary:focus{
	border-width: 1px;
}.btn-invert-primary:hover, .btn-invert-primary:focus{
	--tw-border-opacity: 1;
	border-color: rgba(43, 48, 135, var(--tw-border-opacity));
}@media (min-width: 1024px) {
  .btn-invert-primary{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  .btn-invert-primary{
		--tw-text-opacity: 1;
		color: rgba(43, 48, 135, var(--tw-text-opacity));
	}
  .btn-invert-primary{
		border-width: 1px;
	}
  .btn-invert-primary{
		--tw-border-opacity: 1;
		border-color: rgba(43, 48, 135, var(--tw-border-opacity));
	}

    .btn-invert-primary:hover, .btn-invert-primary:focus{
		--tw-bg-opacity: 1;
		background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
	}

    .btn-invert-primary:hover, .btn-invert-primary:focus{
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}.readmore-arr .arr {
    transform: rotate(0deg);
    transition: transform 0.5s;
  }.readmore-arr u {
    transition: transform 0.5s;
  }.readmore-arr a .curve {
      transform: scale(1);
      transform-origin: bottom right;
      transition: transform 0.5s;
    }.readmore-arr a:hover .curve {
        transition: transform 0.5s;
        transform: scale(1.4);
      }.readmore-arr a:hover .arr {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
      }.readmore-arr a:hover u {
        transform: translate(-30%, 0);
      }.readmore{
	--tw-bg-opacity: 1;
	background-color: rgba(226, 228, 255, var(--tw-bg-opacity));
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 20;
	min-width: 50px;
	min-height: 50px;
}.readmore u {
    transition: all 0.5s;
  }.readmore:hover u {
      transition: all 0.5s;
    }.readmore:hover u{
	right: 4rem;
}.readmore .a {
    background: transparent url("../images/readmore-reverse.svg") no-repeat;
    background-size: 100%;
    background-position: center center;
    transform: scale(0.8);
    transform-origin: bottom right;
    transition: transform 1s
  }.readmore .a{
	display: block;
}.readmore .a{
	width: 50px;
}.readmore .a{
	height: 50px;
}.readmore .a{
	position: relative;
}.readmore .a{
	z-index: 0;
}.readmore .a{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.readmore .a span {
      transform: scale(0.7);
      transform-origin: bottom right;
      transition: transform 0.5s;
    }.readmore .a span{
	display: block;
}.readmore .a span{
	position: absolute;
}.readmore .a span{
	bottom: 0px;
}.readmore .a span{
	right: 0px;
}.readmore .a em {
      transform: rotate(0deg);
      transform-origin: center center;
      transition: transform 1s;
    }.readmore .a:hover {
      transform: scale(1);
      transform-origin: bottom right;
      transition: transform 1s
    }.readmore .a:hover{
	width: 100px;
}.readmore .a:hover{
	height: 100px;
}.readmore .a:hover span {
        transform: scale(0.9);
        transform-origin: bottom right;
        transition: transform 0.3s;
      }.readmore .a:hover em {
        transform: rotate(-45deg);
        transform-origin: center center;
        transition: transform 1s;
        animation: rotate-arrow 1s;
      }.readmore .a:hover em{
	display: block;
}.readmore-2{
	background-color: transparent;
	position: absolute;
	bottom: -25px;
	right: -35px;
	z-index: 10;
	min-width: 150px;
	min-height: 150px;
	display: none;
}.readmore-2 u {
    transition: all 0.5s;
  }.readmore-2:hover u {
      transition: all 0.5s;
    }.readmore-2:hover u{
	right: 4rem;
}.readmore-2 a {
    background: transparent url("../images/readmore.svg") no-repeat;
    background-size: 100%;
    background-position: bottom right
  }.readmore-2 a{
	display: block;
}.readmore-2 a{
	width: 150px;
}.readmore-2 a{
	height: 150px;
}.readmore-2 a{
	position: relative;
}.readmore-2 a{
	z-index: 0;
}.readmore-2 a span {
      transform: scale(1.3);
    }.readmore-2 a span{
	display: block;
}.readmore-2 a span{
	position: absolute;
}.readmore-2 a span{
	bottom: 10px;
}.readmore-2 a span{
	right: 10px;
}.readmore-2 a em {
      transform: rotate(0deg);
      transform-origin: center center;
      transition: transform 0.5s;
    }.readmore-2 a em{
	display: block;
}.readmore-2 a:hover{
	width: 150px;
}.readmore-2 a:hover{
	height: 150px;
}.readmore-2 a:hover em {
        transform: rotate(-45deg);
        transform-origin: center center;
        transition: transform 0.5s;
        animation: rotate-arrow 0.5s;
      }.close-slideover{
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(244, 0, 94, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(244, 0, 94, var(--tw-text-opacity));
	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;
	transition-duration: 500ms;
}.close-slideover:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.close-slideover:hover{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.close-slideover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 0, 94, var(--tw-bg-opacity));
}/*-------------- ARCHIVE */.archive-post-title{
	font-family: fp-dancer-pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01rem;
}.archive-list-container h3{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-align: center;
}.filter-btn{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.filter-btn.active{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.filter-btn.active{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}/*-------------- FORMS */.search-highlight{
	--tw-text-opacity: 1;
	color: rgba(219, 42, 105, var(--tw-text-opacity));
}.standard-form input[type="text"], .standard-form input[type="email"], .standard-form input[type="search"]{
	padding-left: 30px;
	padding-right: 30px;
}.standard-form input[type="text"], .standard-form input[type="email"], .standard-form input[type="search"]{
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}.standard-form input[type="text"], .standard-form input[type="email"], .standard-form input[type="search"]{
	border-width: 1px;
}.standard-form input[type="text"], .standard-form input[type="email"], .standard-form input[type="search"]{
	--tw-border-opacity: 1;
	border-color: rgba(43, 48, 135, var(--tw-border-opacity));
}.standard-form input[type="text"], .standard-form input[type="email"], .standard-form input[type="search"]{
	border-radius: 9999px;
}.standard-form input[type="text"]::placeholder,.standard-form input[type="email"]::placeholder,.standard-form input[type="search"]::placeholder{
	--tw-text-opacity: 1;
	color: rgba(153, 153, 153, var(--tw-text-opacity));
}.standard-form input[type="search"]::placeholder{
	color: currentColor;
}.standard-form label span{
	margin-bottom: 15px;
}.standard-form label span{
	display: block;
}.standard-form select,
  .standard-form select option {
    font-weight: 600;
  }.standard-form select, .standard-form select option{
	font-weight: 600;
}.standard-form select, .standard-form select option {
        font-variation-settings: 'wght' 600;
    }.newsletter select, .newsletter input[type="text"], .newsletter input[type="email"]{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.newsletter select, .newsletter input[type="text"], .newsletter input[type="email"]{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}.newsletter select, .newsletter input[type="text"], .newsletter input[type="email"]{
	background-color: transparent;
}.newsletter select, .newsletter input[type="text"], .newsletter input[type="email"]{
	border-width: 1px;
}.newsletter select, .newsletter input[type="text"], .newsletter input[type="email"]{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.newsletter select, .newsletter input[type="text"], .newsletter input[type="email"]{
	border-radius: 9999px;
}.newsletter select::placeholder,.newsletter input[type="text"]::placeholder,.newsletter input[type="email"]::placeholder{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.newsletter select.white {
    background-position: 93% center;
    background-size: 15px auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M1 1L9 9L17 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  }.checkbox-primary{
	height: 24px;
	width: 24px;
	margin-right: 0.625rem;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	border-radius: 0.125rem;
}.select-primary{
	border-radius: 30px;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 30px;
	padding-right: 30px;
	--tw-text-opacity: 1 !important;
	color: rgba(43, 48, 135, var(--tw-text-opacity)) !important;
}.select-primary option[attr="selected"]{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.textarea-primary{
	border-radius: 20px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(43, 48, 135, var(--tw-border-opacity));
}/*-------------- SLIDER: PEOPLE */.slider-people .profile-img{
	margin-left: auto;
	margin-right: auto;
}.slider-people .profile-img{
	position: relative;
}.slider-people .profile-img{
	overflow: hidden;
}.slider-people .profile-img img{
	-o-object-fit: cover;
	   object-fit: cover;
}.slider-people .profile-img img{
	position: absolute;
}.slider-people .profile-img img{
	width: 100%;
}.slider-people .profile-img img{
	height: 100%;
}/*-------------- ACCORDION */.accordion:not(.right-col-accordion){
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: linear;
}.accordion:not(.right-col-accordion) .accordion-heading{
	position: relative;
}.accordion:not(.right-col-accordion) .accordion-heading{
	z-index: 10;
}.accordion:not(.right-col-accordion) .accordion-heading{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.accordion:not(.right-col-accordion) .accordion-heading{
	transition-duration: 500ms;
}.accordion:not(.right-col-accordion) .accordion-heading{
	-webkit-user-select: none;
	        user-select: none;
}.accordion:not(.right-col-accordion) .accordion-heading:not(.active){
	padding-bottom: 6rem;
}.accordion:not(.right-col-accordion) .accordion-heading:not(.active){
	margin-bottom: -72px;
}@media (min-width: 1024px) {
      .accordion:not(.right-col-accordion) .accordion-heading:not(.active) .accordion-heading:not(.active){
		padding-bottom: 7rem;
	}
      .accordion:not(.right-col-accordion) .accordion-heading:not(.active) .accordion-heading:not(.active){
		margin-bottom: -5rem;
	}
    }.accordion:not(.right-col-accordion):last-child .accordion-heading{
	padding-bottom: 2rem;
}.accordion:not(.right-col-accordion):last-child .accordion-heading{
	margin-bottom: auto;
}.accordion:not(.right-col-accordion) .accordion-content{
	position: relative;
}.accordion:not(.right-col-accordion) .accordion-content{
	z-index: 0;
}.accordion:not(.right-col-accordion) .accordion-content{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.accordion:not(.right-col-accordion) .accordion-content{
	transition-duration: 300ms;
}.accordion:not(.right-col-accordion) .accordion-content{
	transition-timing-function: linear;
}.accordion:not(.right-col-accordion) .accordion-content{
	overflow: hidden;
}.accordion:not(.right-col-accordion) .accordion-content{
	height: 0px;
}.accordion:not(.right-col-accordion) .accordion-content{
	display: none;
}.accordion:not(.right-col-accordion) .accordion-content{
	margin-top: -2.5rem;
}.accordion:not(.right-col-accordion) .accordion-content{
	margin-bottom: -2.5rem;
}.accordion:not(.right-col-accordion) .accordion-content{
	padding-left: 2rem;
	padding-right: 2rem;
}.accordion:not(.right-col-accordion) .accordion-content.open{
	padding-top: 4rem;
	padding-bottom: 4rem;
}.accordion:not(.right-col-accordion) .accordion-content.open{
	transition-duration: 300ms;
}.accordion:not(.right-col-accordion) .accordion-content.open{
	transition-timing-function: linear;
}.accordion:not(.right-col-accordion):last-child .accordion-content{
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}.right-col-accordion{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: linear;
}.right-col-accordion .accordion-heading{
	position: relative;
}.right-col-accordion .accordion-heading{
	z-index: 10;
}.right-col-accordion .accordion-heading{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.right-col-accordion .accordion-heading{
	transition-duration: 300ms;
}.right-col-accordion .accordion-heading{
	-webkit-user-select: none;
	        user-select: none;
}.right-col-accordion .accordion-heading{
	padding: 1.25rem;
}.right-col-accordion .accordion-content{
	position: relative;
}.right-col-accordion .accordion-content{
	z-index: 0;
}.right-col-accordion .accordion-content{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.right-col-accordion .accordion-content{
	transition-duration: 300ms;
}.right-col-accordion .accordion-content{
	transition-timing-function: linear;
}.right-col-accordion .accordion-content{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}.right-col-accordion .accordion-content{
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}.right-col-accordion .accordion-content{
	overflow: hidden;
}.right-col-accordion .accordion-content{
	height: 0px;
}.right-col-accordion .accordion-content{
	display: none;
}.right-col-accordion .accordion-content.open{
	padding-top: 4.5rem;
}.right-col-accordion .accordion-content.open{
	margin-top: -2.5rem;
}.right-col-accordion .accordion-content.open{
	margin-bottom: -2.5rem;
}.right-col-accordion:last-child .accordion-content{
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}@media (min-width: 1024px) {
  .accordion:not(:last-child) .accordion-content{
		padding-left: 102px;
	}
  .accordion:not(:last-child) .accordion-content{
		padding-right: 72px;
	}
  .accordion:not(:last-child) .accordion-content{
		padding-top: 3rem;
	}

    .accordion:not(:last-child) .accordion-content.open{
		padding-top: 5rem;
	}
  .accordion:last-child .accordion-content{
		padding-left: 102px;
	}
  .accordion:last-child .accordion-content{
		padding-right: 72px;
	}
  .accordion:last-child .accordion-content{
		padding-top: 3rem;
	}

    .accordion:last-child .accordion-content.open{
		padding-top: 5rem;
	}
  .right-col-accordion:not(:last-child) .accordion-content, .right-col-accordion .accordion-content{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

    .right-col-accordion:not(:last-child) .accordion-content.open,.right-col-accordion .accordion-content.open{
		padding-top: 5rem;
	}

    .right-col-accordion:not(:last-child) .accordion-content.open,.right-col-accordion .accordion-content.open{
		padding-bottom: 2.5rem;
	}
  .right-col-accordion:last-child .accordion-content{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

    .right-col-accordion:last-child .accordion-content.open{
		padding-top: 5rem;
	}

    .right-col-accordion:last-child .accordion-content.open{
		padding-bottom: 1.25rem;
	}
  .right-col-accordion .accordion-heading{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
  .right-col-accordion .accordion-heading{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
  .right-col-accordion .accordion-content{
		margin-top: -2.5rem;
	}

    .right-col-accordion .accordion-content.open{
		margin-bottom: -4rem;
	}
}/*-------------- POST CONTENT/LONGFORM CONTENT */.longform-content ol,.post-content ol{
	list-style-type: decimal;
}.longform-content ol,.post-content ol{
	margin-left: 2.5rem;
}.longform-content ul,.post-content ul{
	margin-left: 2.5rem;
}.longform-content strong,.post-content strong{
	font-weight: 500;
}.longform-content strong, .post-content strong {
        font-variation-settings: 'wght' 500;
    }.longform-content a {
    text-decoration: none;
  }.longform-content p{
	line-height: 1.35;
}.longform-content p{
	letter-spacing: 0.32px;
}.longform-content strong{
	font-weight: 500;
}.longform-content strong {
        font-variation-settings: 'wght' 500;
    }/*-------------- JOB LISTING */@media (min-width: 768px){.card-listing{
		display: grid;
	}.card-listing{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}@media (min-width: 1024px){.card-listing{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}.card-listing{
	justify-content: space-evenly;
}.card-listing > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}@media (min-width: 768px){.card-listing > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.card-listing > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
}.card-listing .card{
	min-height: 257px;
}.card-listing .card{
	padding: 2.5rem !important;
}.card-listing .card{
	border-radius: 40px;
}.card-listing .card{
	max-width: 100%;
}.card-listing .card{
	height: 100%;
}/* TNS - Overrides */.card-listing .tns-outer, .card-listing .tns-ovh, .card-listing .tns-ovh > div{
	height: 100%;
}.card-listing .tns-outer, .card-listing .tns-ovh, .card-listing .tns-ovh > div{
	width: 100%;
}/*-------------- FOOTER */.footer .menu-item-has-children{
	margin-bottom: 30px;
}.footer .main-item.has-children{
	font-size: 1.125rem;
	line-height: 1.75rem;
}.footer .main-item.has-children{
	line-height: 1.4;
}.footer .main-item.has-children{
	font-family: fp-dancer-pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
}.footer .main-item.has-children{
	margin-bottom: 0.625rem;
}.footer .main-item.has-children{
	display: inline-block;
}.footer .main-item.has-children .dropdown-menu-open{
	display: none;
}.footer ul{
	margin: 0px;
}.footer ul{
	margin-top: 0.625rem;
}.footer ul{
	padding: 0px;
}.footer ul{
	list-style-type: none;
}.footer li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}.footer li a{
	font-size: 1rem;
	line-height: 1.5rem;
}.footer li a{
	line-height: 1.3;
}.footer li a{
	letter-spacing: 0.32px;
}.footer li a:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 1024px) {
    .footer .menu-item-has-children{
		margin-bottom: 0px;
	}
    .footer .main-item.has-children{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
    .footer .main-item.has-children{
		margin-bottom: 0.5rem;
	}
    .footer ul li a{
		font-size: 0.75rem;
		line-height: 1rem;
	}
  }.footer-archive-links div{
	font-size: 1.125rem;
	line-height: 1.75rem;
}.footer-archive-links div{
	font-family: fp-dancer-pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
}.footer-archive-links div{
	margin-bottom: 30px;
}@media (min-width: 1024px) {
    .footer-archive-links div{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
    .footer-archive-links div{
		margin-bottom: 0.5rem;
	}
  }.footer-legal-links div{
	font-size: 1rem;
	line-height: 1.5rem;
}.footer-legal-links div{
	line-height: 1.3;
}.footer-legal-links div{
	letter-spacing: 0.32px;
}@media (min-width: 1024px) {
    .footer-legal-links div{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
  }/*-------------- PAGINATED LINKS */.paginated-nav{
	width: 100%;
}.paginated-nav span.current, .paginated-nav a{
	display: inline-flex;
}.paginated-nav span.current, .paginated-nav a{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}.paginated-nav span.current, .paginated-nav a{
	height: 2rem;
}.paginated-nav span.current, .paginated-nav a{
	width: 2rem;
}.paginated-nav span.current, .paginated-nav a{
	align-items: center;
}.paginated-nav span.current, .paginated-nav a{
	justify-content: center;
}.paginated-nav span.current, .paginated-nav a{
	border-radius: 40px;
}.paginated-nav span.current, .paginated-nav a{
	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;
}.paginated-nav span.current, .paginated-nav a{
	transition-duration: 300ms;
}.paginated-nav span.current{
	background-image: linear-gradient(55deg, #AD0FDF 31.25%, #DB2A69 100%);
}.paginated-nav a:hover{
	--tw-text-opacity: 1;
	color: rgba(43, 48, 135, var(--tw-text-opacity));
}.paginated-nav a:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}.modal {
  transition: all 1s;
}.modal.hide > div {
    opacity: 0;
  }.modal.hide > div{
	transition-duration: 500ms;
}.modal.hide > div{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.modal.hide .window{
	transform: var(--tw-transform);
}.modal.hide .window{
	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;
}.modal.hide .window{
	transition-duration: 500ms;
}.modal.hide .window{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}@media (min-width: 640px){.modal.hide .window{
		transition-duration: 700ms;
	}
}.modal.hide .window{
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}.modal.show > div {
    opacity: 1;
  }.modal.show > div{
	transition-duration: 500ms;
}.modal.show > div{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.modal.show .window{
	transform: var(--tw-transform);
}.modal.show .window{
	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;
}.modal.show .window{
	transition-duration: 500ms;
}.modal.show .window{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}@media (min-width: 640px){.modal.show .window{
		transition-duration: 700ms;
	}
}.modal.show .window{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}/*-------------- ANIMATIONS */@keyframes rotate-arrow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}/*--------------- Expanding container on header and heroes on screen between 1024 and 1536 */@media(min-width: 1024px) and (max-width: 1199px) {
  .logo-wrapper:before {
    height: 82px!important;
  }
  .primary-nav-wrapper>.menu-item {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
}
}@media (min-width: 1440px) {
  .primary-nav-wrapper>.menu-item:first-child{
    margin-left: 1.25rem!important;
  }
}@media(min-width: 1024px) and (max-width: 1536px) {

  .xtra-wide {
    /* max-width: 100vw!important; */
  }
  footer,
  section:not(.slider-people, .side-aligned-content) {
    margin: auto;
/*    max-width: 1152px !important;*/
  }
}.hover-grid {
  width: 100%;
  max-width: 1200px;
  height: 700px;
  display: grid;

  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(19, 1fr);
}@media (min-width: 1024px) {
  .hover-grid {
    /* grid-template-columns: repeat(12, 1fr); */
    grid-template-rows: repeat(12, 1fr);
  }
}.hover-grid-auto {
  height: 500px;
  grid-template-rows: auto;
}a g.arrow {
  transform-origin: 3px 3px;
}.box .img-wrapper img {
  transition: all 0.1s ease;
}.box h3 {
  position: relative;
}.box p {
  line-height: 140%;
  margin-top: 2rem;
  position: relative;
  max-width: 400px;
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}#box-1,
#box-2,
#box-3,
#box-4,
#box-5,
#box-6 {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  background-size: cover;
  /* padding: 1.5rem 2rem; */
  color: white;
  position: relative;
}.box path.cutout {
  transition: duration 0.5s ease;
  transform: translateX(200px) translateY(200px);
}.box.active path.cutout {
  transform: translateX(0px) translateY(0px);
}.box .content-wrapper{
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}.box .content-wrapper{
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}@media (min-width: 1024px){.box .content-wrapper{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}@media (min-width: 1024px){.box .content-wrapper{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}.box svg {
  display: none !important;
  width: 150px;
  height: 150px;
}.box.active svg {
  display: block !important;
}.box:not(.active) p,
.box:not(.active) img {
  display: none;
}/* @for $i from 1 through 6 {
    .box:nth-child(#{$i}):before {
      content: "#{$i}";
      opacity: 1%;
      font-size: 4rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  } */.hover-grid-three #box-1 {
      grid-area: 1 / 1 / 3 / 13;
    }.hover-grid-three #box-2 {
      grid-area: 3 / 1 / 5 / 13;
    }.hover-grid-three #box-3 {
      grid-area: 5 / 1 / 7 / 13;
    }@media (min-width: 1024px) {
      .hover-grid-three #box-1 {
        grid-area: 1 / 1 / 9 / 7;
      }
      .hover-grid-three #box-2 {
        grid-area: 1 / 7 / 5 / 13;
      }
      .hover-grid-three #box-3 {
        grid-area: 5 / 7 / 9 / 13;
      }
    }.hover-grid-six #box-1 {
    grid-area: 1 / 1 / 4 / 13;
  }.hover-grid-six #box-2 {
    grid-area: 4 / 1 / 7 / 13;
  }.hover-grid-six #box-3 {
    grid-area: 7 / 1 / 10 / 13;
  }.hover-grid-six #box-4 {
    grid-area: 10 / 1 / 13 / 13;
  }.hover-grid-six #box-5 {
    grid-area: 13 / 1 / 16 / 13;
  }.hover-grid-six #box-6 {
    grid-area: 16 / 1 / 19 / 13;
  }@media (min-width: 1024px) {
    .hover-grid-six #box-1 {
      grid-area: 1 / 1 / 9 / 7;
    }
    .hover-grid-six #box-2 {
      grid-area: 1 / 7 / 5 / 13;
    }
    .hover-grid-six #box-3 {
      grid-area: 5 / 7 / 9 / 10;
    }
    .hover-grid-six #box-4 {
      grid-area: 5 / 10 / 9 / 13;
    }
    .hover-grid-six #box-5 {
      grid-area: 9 / 1 / 13 / 7;
    }
    .hover-grid-six #box-6 {
      grid-area: 9 / 7 / 13 / 13;
    }
  }#box-1 {
  --tw-gradient-from: #a12fd2;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(161, 47, 210, 0));
  --tw-gradient-to: #c53b77;
}#box-2 {
  --tw-gradient-from: #df5055;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(223, 80, 85, 0));
  --tw-gradient-to: #e47560;
}#box-3 {
  --tw-gradient-from: #2a3282;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(42, 50, 130, 0));
  --tw-gradient-to: #592fcb;
}#box-4 {
  --tw-gradient-from: #5023c8;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(80, 35, 200, 0));
  --tw-gradient-to: #972dd6;
}#box-5 {
  --tw-gradient-from: #2b3384;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(43, 51, 132, 0));
  --tw-gradient-to: #562fc7;
}#box-6 {
  --tw-gradient-from: #5023c8;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(80, 35, 200, 0));
  --tw-gradient-to: #952dd6;
}/**
  .parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  
  .div1 { grid-area: 1 / 1 / 9 / 7; }
  .div2 { grid-area: 1 / 7 / 5 / 13; }
  .div3 { grid-area: 5 / 7 / 9 / 10; }
  .div4 { grid-area: 5 / 10 / 9 / 13; }
  .div5 { grid-area: 9 / 1 / 13 / 7; }
  .div6 { grid-area: 9 / 7 / 13 / 13; }
  */#pardot-form {
	font-family:'Roboto', sans-serif;
}#pardot-form .form-field {
 	margin:0;
 	padding:0 0 15 0;
}/* The input fields */#pardot-form input.text,
 #pardot-form textarea.standard,
 #pardot-form select,
 #pardot-form input.date { 
	background-color:#fff;
	border:solid 1px #fff;
	font-size:15px;
	color:#fff;
	border-radius:18px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:25px;
	padding-right:25px;
	width:100%;
	font-family:'Roboto', sans-serif;
	box-sizing:border-box;
}::placeholder {
    font-weight: lighter;
}/* the input fields on focus */#pardot-form input.text:focus,
 #pardot-form textarea.standard:focus,
 #pardot-form select:focus,
 #pardot-form input.date:focus { 
	border-color:#cccccc;
	outline: none;
}#pardot-form span.value { 
	margin-left: 0;
}/* the field labels */#pardot-form label {
	font-size:16px;
	color:#2B308D;
	font-weight:600;
	padding-top:11px;
	padding-bottom:11px;
	float:none;
	text-align:left;
	width:auto;
	display:block;
}/* the submit button */#pardot-form .submit input {
	margin:15px 0;
    background: linear-gradient(to right, #AD0FDF, #DB2A69, #F4A864);
	border:solid 1px #fff;
	font-size:16px;
	color:white;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	padding-left:30px;
	border-radius:25px;
}/* the submit button hover */#pardot-form .submit input:hover {
	background-color:rgba(224, 102, 102, 0.708);
	border-color:rgba(224, 102, 102, 0.708);
	color:white;
}/* the spacing around the submit button */#pardot-form .submit {
	margin:0;
	padding-top:1px;
	padding-bottom:0px;
	padding-left:0px;
	text-align:left;
}/* hide the regular checkbox */.pd-checkbox input {
    opacity: 0;
    position: absolute;
}/* position the label */.pd-checkbox input, .pd-checkbox label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}.pd-checkbox label {
    position: relative;
}/* style the unchecked checkbox */.pd-checkbox input+label:before {
    content: '';
    background:white;
    border: 1px solid #2b3087;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding: 0px;
    margin-right: 8px;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
}/* style the checked checkbox */.pd-checkbox input:checked+label:before {
    content: "\2713";
    background:#2B3087;
    color:white;
    border-color:#2B3087;
}form.form p.no-label {
    margin-left: 0 !important;
}/* hide the regular radio button */.pd-radio input {
    opacity: 0;
    position: absolute;   
}/* position the label */.pd-radio input, .pd-radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}.pd-radio label {
    position: relative;
}/* style the unchecked radio button */.pd-radio input + label:before {
    content: '';
    background:white;
    border: 1px solid#c7c7c7;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: normal;
    border-radius:15px;
    border-radius: 50%;
}/* style the selected radio button */.pd-radio input:checked + label:before {
    content: "\25CF";
    background:#351c75;
    color:white;
    border-color:#351c75;
}body form.form div.form-col-1 {
float: left !important;
clear: left !important;
width: 49.5% !important;
padding-left: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
padding-bottom:10px;
}body form.form div.form-col-2 {
float: right !important;
clear: right !important;
width: 49% !important;
padding-right: 0 !important;
padding-left: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
padding-bottom:10px;
}body form.form div.form-col-full {
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
padding-bottom:10px;
        clear:both;
}body form.form input.text, body form.form select {
width: 100% !important;
}/* Captcha fix */form.form .pd-captcha {
    position: relative !important;
    padding-top:10px;
    width: 190px !important;
    left: 0 !important;
    display: block !important;
    height: 150px !important;
}.consent-text {
    line-height: 1.3;
    font-size: 14px;
    font-weight: lighter;
}.confirmation {
    font-size: 14px;
}.first-letter\:text-yellow::first-letter{
	--tw-text-opacity: 1;
	color: rgba(244, 168, 100, var(--tw-text-opacity));
}.last\:mb-\[-30px\]:last-child{
	margin-bottom: -30px;
}.hover\:-rotate-45:hover{
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}.hover\:cursor-pointer:hover{
	cursor: pointer;
}.hover\:bg-gray-900:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}.hover\:bg-white:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.hover\:bg-blue:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(43, 48, 135, var(--tw-bg-opacity));
}.hover\:bg-purple-hover-darken:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(65, 0, 182, var(--tw-bg-opacity));
}.hover\:bg-pink-hover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(163, 4, 63, var(--tw-bg-opacity));
}.hover\:bg-purple-hover:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(110, 0, 155, var(--tw-bg-opacity));
}.hover\:bg-indigo-700:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(67, 56, 202, 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(43, 48, 135, var(--tw-text-opacity));
}.hover\:text-yellow:hover{
	--tw-text-opacity: 1;
	color: rgba(244, 168, 100, var(--tw-text-opacity));
}.hover\:text-indigo-600:hover{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}.hover\:shadow-2xl:hover{
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group:hover .group-hover\:translate-x-4{
	--tw-translate-x: 1rem;
	transform: var(--tw-transform);
}@media (min-width: 640px){.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}@media (min-width: 768px){.md\:absolute{
		position: absolute;
	}.md\:order-none{
		order: 0;
	}.md\:col-span-2{
		grid-column: span 2 / span 2;
	}.md\:col-span-5{
		grid-column: span 5 / span 5;
	}.md\:row-auto{
		grid-row: auto;
	}.md\:row-span-2{
		grid-row: span 2 / span 2;
	}.md\:min-h-\[490px\]{
		min-height: 490px;
	}.md\:w-1\/2{
		width: 50%;
	}.md\:w-8\/12{
		width: 66.666667%;
	}.md\:w-4\/12{
		width: 33.333333%;
	}.md\:w-full{
		width: 100%;
	}.md\:max-w-\[80\%\]{
		max-width: 80%;
	}.md\:grid-flow-col{
		grid-auto-flow: column;
	}.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.md\:grid-cols-7{
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}.md\:grid-rows-2{
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}.md\:flex-row{
		flex-direction: row;
	}.md\:flex-nowrap{
		flex-wrap: nowrap;
	}.md\:gap-x-6{
		column-gap: 1.5rem;
	}.md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}.md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}.md\:p-12{
		padding: 3rem;
	}.md\:p-10{
		padding: 2.5rem;
	}.md\:px-9{
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}.md\:pt-11{
		padding-top: 2.75rem;
	}.md\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}@media (min-width: 1024px){.lg\:container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}@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: 1200px){.lg\:container{
			max-width: 1200px;
		}
	}@media (min-width: 1440px){.lg\:container{
			max-width: 1440px;
		}
	}@media (min-width: 1536px){.lg\:container{
			max-width: 1536px;
		}
	}.lg\:bottom-16{
		bottom: 4rem;
	}.lg\:top-0{
		top: 0px;
	}.lg\:top-16{
		top: 4rem;
	}.lg\:top-8{
		top: 2rem;
	}.lg\:left-0{
		left: 0px;
	}.lg\:z-40{
		z-index: 40;
	}.lg\:order-none{
		order: 0;
	}.lg\:order-first{
		order: -9999;
	}.lg\:order-last{
		order: 9999;
	}.lg\:col-span-2{
		grid-column: span 2 / span 2;
	}.lg\:my-20{
		margin-top: 5rem;
		margin-bottom: 5rem;
	}.lg\:my-22{
		margin-top: 92px;
		margin-bottom: 92px;
	}.lg\:my-17{
		margin-top: 72px;
		margin-bottom: 72px;
	}.lg\:mx-\[46px\]{
		margin-left: 46px;
		margin-right: 46px;
	}.lg\:my-0{
		margin-top: 0px;
		margin-bottom: 0px;
	}.lg\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}.lg\:my-8{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}.lg\:-my-3{
		margin-top: -0.75rem;
		margin-bottom: -0.75rem;
	}.lg\:my-3{
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}.lg\:my-6{
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}.lg\:my-\[92px\]{
		margin-top: 92px;
		margin-bottom: 92px;
	}.lg\:my-\[30px\]{
		margin-top: 30px;
		margin-bottom: 30px;
	}.lg\:-mb-17{
		margin-bottom: -72px;
	}.lg\:mb-17{
		margin-bottom: 72px;
	}.lg\:mb-24{
		margin-bottom: 6rem;
	}.lg\:mb-8{
		margin-bottom: 2rem;
	}.lg\:mb-auto{
		margin-bottom: auto;
	}.lg\:mt-4{
		margin-top: 1rem;
	}.lg\:mt-8{
		margin-top: 2rem;
	}.lg\:mt-44{
		margin-top: 11rem;
	}.lg\:mb-16{
		margin-bottom: 4rem;
	}.lg\:mb-10{
		margin-bottom: 2.5rem;
	}.lg\:mt-12{
		margin-top: 3rem;
	}.lg\:mb-0{
		margin-bottom: 0px;
	}.lg\:mt-17{
		margin-top: 72px;
	}.lg\:mt-10{
		margin-top: 2.5rem;
	}.lg\:mt-0{
		margin-top: 0px;
	}.lg\:ml-10{
		margin-left: 2.5rem;
	}.lg\:mt-20{
		margin-top: 5rem;
	}.lg\:mb-22{
		margin-bottom: 92px;
	}.lg\:mt-60{
		margin-top: 60px;
	}.lg\:mt-16{
		margin-top: 4rem;
	}.lg\:mb-\[170px\]{
		margin-bottom: 170px;
	}.lg\:ml-0{
		margin-left: 0px;
	}.lg\:mb-4{
		margin-bottom: 1rem;
	}.lg\:mb-\[57px\]{
		margin-bottom: 57px;
	}.lg\:\!mt-4{
		margin-top: 1rem !important;
	}.lg\:mb-50{
		margin-bottom: 50px;
	}.lg\:mr-\[175px\]{
		margin-right: 175px;
	}.lg\:block{
		display: block;
	}.lg\:flex{
		display: flex;
	}.lg\:hidden{
		display: none;
	}.lg\:h-\[675px\]{
		height: 675px;
	}.lg\:h-\[810px\]{
		height: 810px;
	}.lg\:h-full{
		height: 100%;
	}.lg\:h-\[415px\]{
		height: 415px;
	}.lg\:h-\[300px\]{
		height: 300px;
	}.lg\:h-10{
		height: 2.5rem;
	}.lg\:h-auto{
		height: auto;
	}.lg\:h-\[290px\]{
		height: 290px;
	}.lg\:max-h-\[675px\]{
		max-height: 675px;
	}.lg\:max-h-\[460px\]{
		max-height: 460px;
	}.lg\:max-h-full{
		max-height: 100%;
	}.lg\:max-h-\[765px\]{
		max-height: 765px;
	}.lg\:max-h-\[415px\]{
		max-height: 415px;
	}.lg\:max-h-\[150px\]{
		max-height: 150px;
	}.lg\:max-h-\[273px\]{
		max-height: 273px;
	}.lg\:min-h-\[400px\]{
		min-height: 400px;
	}.lg\:min-h-\[675px\]{
		min-height: 675px;
	}.lg\:min-h-\[460px\]{
		min-height: 460px;
	}.lg\:min-h-\[765px\]{
		min-height: 765px;
	}.lg\:min-h-\[590px\]{
		min-height: 590px;
	}.lg\:min-h-\[334px\]{
		min-height: 334px;
	}.lg\:min-h-\[526px\]{
		min-height: 526px;
	}.lg\:w-1\/3{
		width: 33.333333%;
	}.lg\:w-1\/2{
		width: 50%;
	}.lg\:w-11\/12{
		width: 91.666667%;
	}.lg\:w-4\/12{
		width: 33.333333%;
	}.lg\:w-7\/12{
		width: 58.333333%;
	}.lg\:w-3\/5{
		width: 60%;
	}.lg\:w-\[200px\]{
		width: 200px;
	}.lg\:w-5\/12{
		width: 41.666667%;
	}.lg\:w-full{
		width: 100%;
	}.lg\:w-auto{
		width: auto;
	}.lg\:w-\[590px\]{
		width: 590px;
	}.lg\:w-6\/12{
		width: 50%;
	}.lg\:w-2\/12{
		width: 16.666667%;
	}.lg\:w-10{
		width: 2.5rem;
	}.lg\:w-8\/12{
		width: 66.666667%;
	}.lg\:w-9\/12{
		width: 75%;
	}.lg\:w-\[290px\]{
		width: 290px;
	}.lg\:w-3\/4{
		width: 75%;
	}.lg\:w-1\/4{
		width: 25%;
	}.lg\:w-\[210px\]{
		width: 210px;
	}.lg\:min-w-\[100px\]{
		min-width: 100px;
	}.lg\:max-w-\[779px\]{
		max-width: 779px;
	}.lg\:max-w-\[350px\]{
		max-width: 350px;
	}.lg\:max-w-\[590px\]{
		max-width: 590px;
	}.lg\:max-w-\[282px\]{
		max-width: 282px;
	}.lg\:max-w-\[150px\]{
		max-width: 150px;
	}.lg\:max-w-\[80\%\]{
		max-width: 80%;
	}.lg\:max-w-full{
		max-width: 100%;
	}.lg\:max-w-\[734px\]{
		max-width: 734px;
	}.lg\:max-w-\[1097px\]{
		max-width: 1097px;
	}.lg\:max-w-\[210px\]{
		max-width: 210px;
	}.lg\:\!scale-100{
		--tw-scale-x: 1 !important;
		--tw-scale-y: 1 !important;
		transform: var(--tw-transform) !important;
	}.lg\:auto-cols-fr{
		grid-auto-columns: minmax(0, 1fr);
	}.lg\:grid-flow-col{
		grid-auto-flow: column;
	}.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}.lg\:grid-rows-1{
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}.lg\:grid-rows-7{
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}.lg\:flex-row{
		flex-direction: row;
	}.lg\:flex-wrap{
		flex-wrap: wrap;
	}.lg\:flex-nowrap{
		flex-wrap: nowrap;
	}.lg\:content-between{
		align-content: space-between;
	}.lg\:items-start{
		align-items: flex-start;
	}.lg\:items-center{
		align-items: center;
	}.lg\:justify-end{
		justify-content: flex-end;
	}.lg\:gap-6{
		gap: 1.5rem;
	}.lg\:gap-x-6{
		column-gap: 1.5rem;
	}.lg\:gap-y-0{
		row-gap: 0px;
	}.lg\:gap-x-16{
		column-gap: 4rem;
	}.lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}.lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(3.5rem * var(--tw-space-x-reverse));
		margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}.lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}.lg\:whitespace-nowrap{
		white-space: nowrap;
	}.lg\:rounded-primary{
		border-radius: 40px;
	}.lg\:rounded-full{
		border-radius: 9999px;
	}.lg\:rounded-\[37px\]{
		border-radius: 37px;
	}.lg\:rounded-l-primary{
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;
	}.lg\:bg-primary\/90{
		background-color: rgba(43, 48, 135, 0.9);
	}.lg\:bg-purple-darker\/90{
		background-color: rgba(90, 17, 208, 0.9);
	}.lg\:bg-pink\/90{
		background-color: rgba(219, 42, 105, 0.9);
	}.lg\:bg-orange\/90{
		background-color: rgba(241, 65, 80, 0.9);
	}.lg\:bg-yellow\/90{
		background-color: rgba(244, 168, 100, 0.9);
	}.lg\:bg-purple\/90{
		background-color: rgba(173, 15, 223, 0.9);
	}.lg\:p-10{
		padding: 2.5rem;
	}.lg\:p-6{
		padding: 1.5rem;
	}.lg\:p-0{
		padding: 0px;
	}.lg\:p-\[35px\]{
		padding: 35px;
	}.lg\:p-20{
		padding: 5rem;
	}.lg\:p-\[45px\]{
		padding: 45px;
	}.lg\:p-50{
		padding: 50px;
	}.lg\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}.lg\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}.lg\:px-5{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}.lg\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}.lg\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}.lg\:py-17{
		padding-top: 72px;
		padding-bottom: 72px;
	}.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}.lg\:py-3{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}.lg\:px-\[88px\]{
		padding-left: 88px;
		padding-right: 88px;
	}.lg\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}.lg\:px-90{
		padding-left: 90px;
		padding-right: 90px;
	}.lg\:px-88{
		padding-left: 88px;
		padding-right: 88px;
	}.lg\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}.lg\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}.lg\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}.lg\:px-\[102px\]{
		padding-left: 102px;
		padding-right: 102px;
	}.lg\:px-\[60px\]{
		padding-left: 60px;
		padding-right: 60px;
	}.lg\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}.lg\:px-\[76px\]{
		padding-left: 76px;
		padding-right: 76px;
	}.lg\:py-\[60px\]{
		padding-top: 60px;
		padding-bottom: 60px;
	}.lg\:px-9{
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}.lg\:py-70{
		padding-top: 70px;
		padding-bottom: 70px;
	}.lg\:px-11{
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}.lg\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}.lg\:py-22{
		padding-top: 92px;
		padding-bottom: 92px;
	}.lg\:pl-\[102px\]{
		padding-left: 102px;
	}.lg\:pr-17{
		padding-right: 72px;
	}.lg\:pr-20{
		padding-right: 5rem;
	}.lg\:pt-0{
		padding-top: 0px;
	}.lg\:pt-44{
		padding-top: 11rem;
	}.lg\:pb-17{
		padding-bottom: 72px;
	}.lg\:pb-\[100px\]{
		padding-bottom: 100px;
	}.lg\:pb-0{
		padding-bottom: 0px;
	}.lg\:pr-\[55px\]{
		padding-right: 55px;
	}.lg\:pl-12{
		padding-left: 3rem;
	}.lg\:pt-48{
		padding-top: 12rem;
	}.lg\:pb-24{
		padding-bottom: 6rem;
	}.lg\:pb-30{
		padding-bottom: 30px;
	}.lg\:pl-0{
		padding-left: 0px;
	}.lg\:pt-\[140px\]{
		padding-top: 140px;
	}.lg\:pt-52{
		padding-top: 13rem;
	}.lg\:pt-40{
		padding-top: 10rem;
	}.lg\:text-left{
		text-align: left;
	}.lg\:text-\[32px\]{
		font-size: 32px;
	}.lg\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}.lg\:text-\[76px\]{
		font-size: 76px;
	}.lg\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}.lg\:text-page-heading-1{
		font-size: 64px;
		line-height: 4.8rem;
		letter-spacing: -0.04rem;
	}.lg\:text-\[24px\]{
		font-size: 24px;
	}.lg\:text-\[16px\]{
		font-size: 16px;
	}.lg\:text-\[20px\]{
		font-size: 20px;
	}.lg\:text-\[56px\]{
		font-size: 56px;
	}.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}.lg\:text-xs{
		font-size: 0.75rem;
		line-height: 1rem;
	}.lg\:font-bold{
		font-weight: 700;
	}.lg\:leading-none{
		line-height: 1;
	}
    .lg\:font-bold {
        font-variation-settings: 'wght' 700;
    }
}@media (min-width: 1200px){.xl\:mt-0{
		margin-top: 0px;
	}.xl\:mb-\[-100px\]{
		margin-bottom: -100px;
	}.xl\:mt-8{
		margin-top: 2rem;
	}.xl\:hidden{
		display: none;
	}.xl\:min-h-\[800px\]{
		min-height: 800px;
	}.xl\:w-1\/4{
		width: 25%;
	}
}@media (min-width: 1440px){.\32xl\:relative{
		position: relative;
	}.\32xl\:top-0{
		top: 0px;
	}.\32xl\:z-0{
		z-index: 0;
	}.\32xl\:mb-0{
		margin-bottom: 0px;
	}.\32xl\:mt-5{
		margin-top: 1.25rem;
	}.\32xl\:flex{
		display: flex;
	}.\32xl\:hidden{
		display: none;
	}.\32xl\:h-auto{
		height: auto;
	}.\32xl\:h-full{
		height: 100%;
	}.\32xl\:w-auto{
		width: auto;
	}.\32xl\:translate-x-0{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}.\32xl\:flex-wrap{
		flex-wrap: wrap;
	}.\32xl\:items-start{
		align-items: flex-start;
	}.\32xl\:items-stretch{
		align-items: stretch;
	}.\32xl\:justify-end{
		justify-content: flex-end;
	}.\32xl\:overflow-visible{
		overflow: visible;
	}.\32xl\:\!border-none{
		border-style: none !important;
	}.\32xl\:\!border-primary{
		--tw-border-opacity: 1 !important;
		border-color: rgba(43, 48, 135, var(--tw-border-opacity)) !important;
	}.\32xl\:\!bg-white{
		--tw-bg-opacity: 1 !important;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
	}.\32xl\:bg-transparent{
		background-color: transparent;
	}.\32xl\:py-5{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}.\32xl\:\!pl-\[30px\]{
		padding-left: 30px !important;
	}.\32xl\:pt-0{
		padding-top: 0px;
	}.\32xl\:pr-4{
		padding-right: 1rem;
	}.\32xl\:pt-48{
		padding-top: 12rem;
	}.\32xl\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}.\32xl\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}.\32xl\:shadow-none{
		--tw-shadow: 0 0 #0000;
		box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}
