@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Usual, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input::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-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);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}[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;
	   -moz-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::-moz-placeholder, textarea::-moz-placeholder{
	color: #6b7280;
	opacity: 1;
}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;
	   -moz-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;
	   -moz-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-family: 'Poppins', sans-serif;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgba(35, 56, 102, var(--tw-text-opacity));
  }

  .glow-text {
    text-shadow: 0 0 2px white, 0 0 4px white, 0 0 6px white, 0 0 8px white, 0 0 10px white, 0 0 12px white,
      0 0 14px white;
  }

  p,
  .richtext {
    line-height: 1.5;
  }
  .richtext ul{
	padding-left: 1.5rem;
    list-style: disc;
}
  .richtext ul li::marker{
	font-size: 1.5rem;
	line-height: 2rem;
}
  .richtext ol{
	padding-left: 1.25rem;
    list-style: decimal;
}
  .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6{
	margin-top: 2.5rem;
}
  .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6{
	margin-bottom: 1.75rem;
}
  .footer ul li, .footer p{
	font-size: 0.875rem;
}

  .richtext p > strong,
  .richtext p > b {
    font-weight: 600 !important;
  }
  .richtext.heading-blue h2, .richtext.heading-blue h3, .richtext.heading-blue h4, .richtext.heading-blue h5, .richtext.heading-blue h6{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}
  .richtext.heading-lime h2, .richtext.heading-lime h3, .richtext.heading-lime h4, .richtext.heading-lime h5, .richtext.heading-lime h6{
	--tw-text-opacity: 1;
	color: rgba(192, 250, 156, var(--tw-text-opacity));
}
  h1, h2, h3, .h1, .h2, .h3{
	line-height: 1;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
}
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, .h1 b, .h1 strong, .h2 b, .h2 strong, .h3 b, .h3 strong{
	font-weight: 600 !important;
}
  b, strong{
	font-weight: 600 !important;
}

  h4{
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}

  h4 b, h4 strong{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

  h4 b, h4 strong{
	font-weight: 600;
}

  @media (min-width: 1024px){

	h4 b, h4 strong{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

  .alternating-sections.alternating-sections-with-sticky-nav h4{
	--tw-text-opacity: 1 !important;
	color: rgba(66, 106, 190, var(--tw-text-opacity)) !important;
}
  .alternating-sections-with-sticky-nav .richtext h4, .alternating-sections .richtext h4{
	margin-bottom: 1.25rem !important;
}

  .alternating-sections h4, .accordion .richtext h4{
	--tw-text-opacity: 1 !important;
	color: rgba(66, 106, 190, var(--tw-text-opacity)) !important;
}
  .richtext h4{
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}
  @media (min-width: 1024px){

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

  .richtext li.accordion-item h4{
	margin-top: 0.25rem !important;
}

  .search-field::-moz-placeholder {
    color: white !important;
  }

  .search-field::placeholder {
    color: white !important;
  }
  /* h1,h2,h3,h4,h5,h6 {

    } */
  /* margins */
  .single-post .entry-content p + h2, .single-post .entry-content p + h3, .single-post .entry-content p + h4, .single-post .entry-content p + h5{
	margin-top: 2rem;
}
  .single-post .entry-content > p:first-child {
      font-size: 20px;
      font-family: 'Darker Grotesque', sans-serif;
    }
  .single-post .entry-content > p:first-child{
	font-weight: 600 !important;
}
  .single-post .entry-content > p:first-child{
	line-height: 1 !important;
}
  .single-post .entry-content > p:first-child{
	--tw-text-opacity: 1 !important;
	color: rgba(66, 106, 190, var(--tw-text-opacity)) !important;
}
  .single-post .entry-content h3 {
      margin-bottom: 30px;
    }
  .single-post .entry-content h3{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}
  .single-post .entry-content h4 {
      margin-bottom: 30px;
    }
  .single-post .entry-content img{
	border-radius: 1rem;
}
  .single-post .entry-content p + p{
	margin-top: 1rem;
}
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong{
	font-weight: 600 !important;
}
  h1,
  .h1 {
    /* @apply leading-[1.1]; */
    font-size: 44px;
  }
  h2,
  .h2 {
    /* @apply leading-[1.1]; */
    font-size: 32px;
  }
  h3,
  .h3 {
    /* @apply leading-[1.3]; */
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  .richtext p:not(:last-child),
  .richtext ul:not(:last-child),
  .richtext ol:not(:last-child),
  .richtext li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 48px;
    }
    h2,
    .h2 {
      font-size: 40px;
    }
    h3,
    .h3 {
      font-size: 36px;
    }
    /* h4, .h4 {
      font-size: 32px;
    } */
  }

  @media (min-width: 1024px) {
      .single-post .entry-content > p:first-child {
        font-size: 24px;
        font-family: 'Darker Grotesque', sans-serif;
      }
    .richtext p:not(:last-child),
    .richtext ul:not(:last-child),
    .richtext ol:not(:last-child),
    .richtext li:not(:last-child) {
      margin-bottom: 1rem;
    }
    body,
    p,
    ul,
    li {
      font-size: 18px;
    }
    h1,
    .h1 {
      font-size: 72px;
    }
    h2,
    .h2 {
      font-size: 44px;
    }
    h3,
    .h3 {
      font-size: 34px;
    }
    h4,
    .h4 {
      font-size: 20px;
    }
    .two-column-content h4.accordion-label {
      margin-top: 0.5rem !important;
    }
    .two-column-content h4 {
      margin-top: 0rem;
    }
    .two-column-content .richtext {
      margin-top: 0.5rem;
    }

    .glow-text {
      text-shadow: 0 0 2px white, 0 0 4px white, 0 0 6px white, 0 0 8px white, 0 0 10px white, 0 0 12px white,
        0 0 14px white, 0 0 16px white, 0 0 18px white, 0 0 20px white, 0 0 22px white, 0 0 24px white, 0 0 28px white,
        0 0 32px white;
    }

    .alternating-sections .richtext ul li{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

    .alternating-sections .richtext ul li{
		font-weight: 400;
	}
      .alternating-sections .richtext ul li b, .alternating-sections .richtext ul li strong{
		font-weight: 600 !important;
	}
  }
  form input[type='submit']{
	font-weight: 700;
}

  form[role='search'] input[type='submit']{
	border-radius: 0.25rem;
}

  form[role='search'] input[type='submit']{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, 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{
	border-style: none;
}

  form[role='search'] input.search-field{
	background-color: transparent;
}

  form[role='search'] input.search-field{
	line-height: 1.25;
}

  form[role='search'] input.search-field{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

  form[role='search'] input.search-field:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

  form label {
    font-weight: 500;
  }

  form[id^='gform_'] .gform_fields{
	row-gap: 1.25rem !important;
}

  form[id^='gform_'] .gfield{
	position: relative;
}

  form[id^='gform_'] .gfield {
      /* label.gfield_label {
        @apply font-medium absolute top-3 left-1 translate-y-0 transition duration-200 px-1 text-black pointer-events-none;
      }

      &.active {
        label.gfield_label {
          @apply -translate-y-3;
        }
      } */
    }

  form[id^='gform_'] .gfield input:not([type='checkbox']):not([type='radio']):not([type='submit']),
      form[id^='gform_'] .gfield select,
      form[id^='gform_'] .gfield textarea {
        min-height: 54px;
        border-radius: 12px;
      }

  form[id^='gform_'] .gfield input[type='checkbox'] {
        border-radius: 8px;
      }

  form[id^='gform_'] .gfield select {
        line-height: 54px;
      }

  form[id^='gform_'] .gfield input, form[id^='gform_'] .gfield textarea{
	--tw-border-opacity: 1;
	border-color: rgba(35, 56, 102, var(--tw-border-opacity));
}

  form[id^='gform_'] .gfield label.gfield_label{
	font-size: 1rem;
	line-height: 1.5rem;
}

  form[id^='gform_'] .gfield label.gfield_label{
	font-weight: 400;
}

  form[id^='gform_'] .gfield span.gfield_required{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

  form[id^='gform_'] .gfield span.gfield_required{
	line-height: 1;
}

  form[id^='gform_'] .gfield span.gfield_required{
	--tw-text-opacity: 1;
	color: rgba(35, 56, 102, var(--tw-text-opacity));
}

  /** two checkbox columns */

  form[id^='gform_'] fieldset.gfield--type-checkbox.gfield--width-half legend{
	font-size: 0.75rem;
	line-height: 1rem;
}

  form[id^='gform_'] fieldset.gfield--type-checkbox.gfield--width-half legend{
	font-weight: 500;
}

  form[id^='gform_'] fieldset.gfield--type-checkbox.gfield--width-half legend{
	text-transform: uppercase;
}

  form[id^='gform_'] fieldset.gfield--type-checkbox.gfield--width-half legend{
	letter-spacing: 0.05em;
}

  form[id^='gform_'] fieldset.gfield--type-checkbox.gfield--width-half legend{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}

  /** html */

  form[id^='gform_'] .gfield--type-html{
	font-size: 0.75rem;
	line-height: 1rem;
}

  /* Consent */

  form[id^='gform_'] .gfield--type-consent label{
	font-weight: 600;
}

  form[id^='gform_'] .gfield--type-consent label{
	--tw-text-opacity: 1;
	color: rgba(35, 56, 102, var(--tw-text-opacity));
}

  /* Submit button */

  form[id^='gform_'] .gform-footer input.button{
	height: 3rem !important;
}

  form[id^='gform_'] .gform-footer input.button{
	cursor: pointer !important;
}

  form[id^='gform_'] .gform-footer input.button{
	border-radius: 9999px !important;
}

  form[id^='gform_'] .gform-footer input.button{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(192, 250, 156, var(--tw-bg-opacity)) !important;
}

  form[id^='gform_'] .gform-footer input.button{
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

  form[id^='gform_'] .gform-footer input.button{
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

  form[id^='gform_'] .gform-footer input.button{
	font-weight: 500 !important;
}

  form[id^='gform_'] .gform-footer input.button{
	--tw-text-opacity: 1 !important;
	color: rgba(35, 56, 102, var(--tw-text-opacity)) !important;
}

  form[id^='gform_'] .gform-footer input.button:hover{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity)) !important;
}

  form[id^='gform_'] .gform-footer input.button:hover{
	--tw-text-opacity: 1 !important;
	color: rgba(192, 250, 156, var(--tw-text-opacity)) !important;
}
  .accordion-item .chevron{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
  .accordion-item .chevron{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
  .accordion-item .chevron{
	transition-duration: 200ms;
}
  .accordion-item .accordion-content{
	display: none;
}
  .accordion-item .accordion-content{
	height: 0px;
}
  .accordion-item .accordion-content{
	--tw-translate-y: -1rem;
	transform: var(--tw-transform);
}
  .accordion-item .accordion-content{
	overflow: hidden;
}
  .accordion-item .accordion-content{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
  .accordion-item .accordion-content{
	transition-duration: 200ms;
}
  .accordion-item.active button{
	display: flex;
}
  .accordion-item.active .chevron{
	--tw-rotate: 180deg !important;
	transform: var(--tw-transform) !important;
}
  .accordion-item.active .accordion-content{
	display: block;
}
  .accordion-item.active .accordion-content{
	height: auto;
}
  .accordion-item.active .accordion-content{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
  /* section.long-form-content {
    .accordion-item {
      @apply bg-lightgrey;
    }
  } */
  nav#main-nav {
    max-width: 500px;
    top: 68px;
    min-height: calc(100dvh - 68px);
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    width: 100%;
    --tw-translate-x: 100%;
    transform: var(--tw-transform);
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms
  }
  @media (min-width: 1024px){

	nav#main-nav{
		padding-top: 6rem;
	}
}
  nav#main-nav.open{
	--tw-translate-x: 0px !important;
	transform: var(--tw-transform) !important;
}
  nav#main-nav:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 40px;
      width: 2px;
      background: linear-gradient(to bottom, #237dc3 62.5%, rgba(114, 155, 247, 0) 100%);
    }
  /** Top level menu items*/
  nav#main-nav a.main-item{
	display: block !important;
}
  nav#main-nav a.main-item{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
  nav#main-nav a.main-item{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
  nav#main-nav a.main-item{
	font-weight: 600;
}
  nav#main-nav a.main-item:hover{
	--tw-text-opacity: 1;
	color: rgba(122, 189, 255, var(--tw-text-opacity));
}
  nav#main-nav a.dropdown-item{
	font-size: 0.875rem;
}
  /* .dropdown-menu {} */
  nav#main-nav .dropdown-menu li.current-menu-item{
	pointer-events: none;
}
  nav#main-nav .dropdown-menu li.current-menu-item{
	position: relative;
}
  nav#main-nav .dropdown-menu li.current-menu-item{
	padding-left: 1.5rem;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before {
        content: '';
      }
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	position: absolute;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	top: 50%;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	left: 0.25rem;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	height: 0.5rem;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	width: 0.5rem;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	border-radius: 9999px;
}
  nav#main-nav .dropdown-menu li.current-menu-item:before{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
  nav#main-nav .dropdown-menu li.current-menu-item:before {
        transform: translateY(-50%);
      }
  nav#main-nav .menu-item.depth-0{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
  /** open close menus */
  div.menu-item-has-children.dropdown ul.dropdown-menu{
	display: none;
}
  div.\!menu-item-has-children.\!dropdown ul.\!dropdown-menu{
	display: none;
}
  div.menu-item-has-children.dropdown.open a.main-item{
	--tw-text-opacity: 1;
	color: rgba(122, 189, 255, var(--tw-text-opacity));
}
  div.\!menu-item-has-children.\!dropdown.\!open a.\!main-item{
	--tw-text-opacity: 1;
	color: rgba(122, 189, 255, var(--tw-text-opacity));
}
  div.menu-item-has-children.dropdown.open ul.dropdown-menu{
	margin-left: 1.25rem;
	display: flex;
	width: auto;
	flex-direction: column;
}
  div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
	margin-left: 1.25rem;
	display: flex;
	width: auto;
	flex-direction: column;
}

  /* .dropdown-menu.has-children {
      @apply top-0 left-full w-full text-left hidden;
    } */

  header .dropdown-menu:not(.has-children) {
      min-width: 225px;
    }

  /** Unordered List Elements */

  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){
	text-align: left;
}

  header .dropdown-menu:not(.has-children){
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, 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{
	position: relative;
}

  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{
	white-space: nowrap;
}

  header .dropdown-menu li a.dropdown-item{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

  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, 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 .dropdown-menu li a.dropdown-item {
      /* &:before {
        content: "";
        @apply absolute top-1/2 left-0 w-1 h-1 bg-gray-300 rounded-full;
      } */
    }

  header .dropdown-menu li a.dropdown-item:hover{
	--tw-text-opacity: 1;
	color: rgba(122, 189, 255, var(--tw-text-opacity));
}

  header .menu-item.menu-item-has-children a.main-item{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

  header .menu-item:not(.menu-item-has-children) a.main-item{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

  header .menu-item:not(.menu-item-has-children) a.main-item:hover{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}

  @media (min-width: 1024px) {
    nav#main-nav {
      min-height: 95px !important;
      height: 95px !important
    }
    nav#main-nav{
		position: relative;
	}
    nav#main-nav{
		top: 0px;
	}
    nav#main-nav{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
    nav#main-nav{
		flex-direction: row;
	}
    nav#main-nav{
		align-items: center;
	}
    nav#main-nav{
		justify-content: flex-end;
	}
    nav#main-nav > :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)));
	}
    nav#main-nav{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    nav#main-nav{
		background-color: transparent;
	}
    nav#main-nav{
		padding-left: 0px;
		padding-right: 0px;
	}
    nav#main-nav{
		padding-top: 0px;
	}
    nav#main-nav{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
    nav#main-nav{
		--tw-shadow: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      nav#main-nav:before{
		display: none;
	}
      nav#main-nav .menu-header-menu-container{
		display: flex;
	}
      nav#main-nav .menu-header-menu-container{
		flex-direction: row;
	}
      nav#main-nav .menu-header-menu-container{
		align-items: center;
	}
      nav#main-nav .menu-header-menu-container{
		justify-content: flex-end;
	}
      nav#main-nav .menu-header-menu-container > :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)));
	}
      nav#main-nav a.main-item{
		white-space: nowrap;
	}
      nav#main-nav a.main-item{
		font-size: 0.875rem !important;
	}
      nav#main-nav a.main-item{
		font-weight: 500 !important;
	}
      nav#main-nav a.main-item{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
      /* .dropdown-menu.has-children {
        @apply absolute pt-24;
      } */
      header ul.dropdown-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
        header ul.dropdown-menu .overview-link{
		display: none !important;
	}
      header div.menu-item-has-children.dropdown.open a.main-item{
		--tw-text-opacity: 1;
		color: rgba(66, 106, 190, var(--tw-text-opacity));
	}
      header nav#main-nav .menu-item.depth-0{
		display: flex;
	}
      header nav#main-nav .menu-item.depth-0{
		height: 6rem;
	}
      header nav#main-nav .menu-item.depth-0{
		align-items: center;
	}
        header nav#main-nav .menu-item.depth-0.open{
		position: relative;
	}
          header nav#main-nav .menu-item.depth-0.open > a{
		--tw-text-opacity: 1;
		color: rgba(122, 189, 255, var(--tw-text-opacity));
	}
          header nav#main-nav .menu-item.depth-0.open:before {
            background: linear-gradient(to top, #237dc3 62.5%, rgba(114, 155, 247, 0) 100%);
          }
          header nav#main-nav .menu-item.depth-0.open:before{
		position: absolute;
	}
          header nav#main-nav .menu-item.depth-0.open:before{
		bottom: 0px;
	}
          header nav#main-nav .menu-item.depth-0.open:before{
		left: 50%;
	}
          header nav#main-nav .menu-item.depth-0.open:before{
		height: 2rem;
	}
          header nav#main-nav .menu-item.depth-0.open:before{
		width: 2px;
	}
          header nav#main-nav .menu-item.depth-0.open:before{
		content: '';
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		position: absolute;
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		top: calc(100% + 16px);
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		left: 50%;
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		display: flex;
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		border-radius: 0.5rem;
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
      header div.menu-item-has-children.dropdown.open ul.dropdown-menu{
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      header .dropdown-menu li.current-menu-item{
		pointer-events: auto !important;
	}
      header .dropdown-menu li.current-menu-item{
		padding-left: 0px !important;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		position: absolute;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		top: 50%;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		left: 1rem !important;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		height: 0.625rem !important;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		width: 0.625rem !important;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		border-radius: 9999px;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		--tw-bg-opacity: 1 !important;
		background-color: rgba(122, 189, 255, var(--tw-bg-opacity)) !important;
	}
          header .dropdown-menu li.current-menu-item:hover:before{
		content: '';
	}
      header .dropdown-menu li{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
          header .dropdown-menu li:hover a.dropdown-item{
		position: relative;
	}
          header .dropdown-menu li:hover a.dropdown-item{
		--tw-translate-x: 1rem;
		transform: var(--tw-transform);
	}
          header .dropdown-menu li:hover a.dropdown-item{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
          header .dropdown-menu li:hover:before{
		position: absolute;
	}
          header .dropdown-menu li:hover:before{
		top: 50%;
	}
          header .dropdown-menu li:hover:before{
		left: 1rem;
	}
          header .dropdown-menu li:hover:before{
		height: 0.625rem;
	}
          header .dropdown-menu li:hover:before{
		width: 0.625rem;
	}
          header .dropdown-menu li:hover:before{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
          header .dropdown-menu li:hover:before{
		border-radius: 9999px;
	}
          header .dropdown-menu li:hover:before{
		--tw-bg-opacity: 1;
		background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
	}
          header .dropdown-menu li:hover:before{
		content: '';
	}
      header .dropdown-menu li a.dropdown-item{
		padding-left: 1rem;
		padding-right: 1rem;
	}
      header .dropdown-menu li a.dropdown-item{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
      header .dropdown-menu li a.dropdown-item{
		padding-right: 2rem;
	}
    nav#main-nav {
      min-height: 95px !important;
      height: 95px !important
    }
    nav#main-nav{
		position: relative;
	}
    nav#main-nav{
		top: 0px;
	}
    nav#main-nav{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
    nav#main-nav{
		flex-direction: row;
	}
    nav#main-nav{
		align-items: center;
	}
    nav#main-nav{
		justify-content: flex-end;
	}
    nav#main-nav > :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)));
	}
    nav#main-nav{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    nav#main-nav{
		background-color: transparent;
	}
    nav#main-nav{
		padding-left: 0px;
		padding-right: 0px;
	}
    nav#main-nav{
		padding-top: 0px;
	}
    nav#main-nav{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
    nav#main-nav{
		--tw-shadow: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      nav#main-nav:before{
		display: none;
	}
      nav#main-nav .\!menu-header-menu-container{
		display: flex;
	}
      nav#main-nav .\!menu-header-menu-container{
		flex-direction: row;
	}
      nav#main-nav .\!menu-header-menu-container{
		align-items: center;
	}
      nav#main-nav .\!menu-header-menu-container{
		justify-content: flex-end;
	}
      nav#main-nav .\!menu-header-menu-container > :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)));
	}
      nav#main-nav a.\!main-item{
		white-space: nowrap;
	}
      nav#main-nav a.\!main-item{
		font-size: 0.875rem !important;
	}
      nav#main-nav a.\!main-item{
		font-weight: 500 !important;
	}
      nav#main-nav a.\!main-item{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
      /* .dropdown-menu.has-children {
        @apply absolute pt-24;
      } */
      header ul.\!dropdown-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
        header ul.\!dropdown-menu .\!overview-link{
		display: none !important;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open a.\!main-item{
		--tw-text-opacity: 1;
		color: rgba(66, 106, 190, var(--tw-text-opacity));
	}
      header nav#main-nav .\!menu-item.\!depth-0{
		display: flex;
	}
      header nav#main-nav .\!menu-item.\!depth-0{
		height: 6rem;
	}
      header nav#main-nav .\!menu-item.\!depth-0{
		align-items: center;
	}
        header nav#main-nav .\!menu-item.\!depth-0.\!open{
		position: relative;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open > a{
		--tw-text-opacity: 1;
		color: rgba(122, 189, 255, var(--tw-text-opacity));
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before {
            background: linear-gradient(to top, #237dc3 62.5%, rgba(114, 155, 247, 0) 100%) !important;
          }
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		position: absolute;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		bottom: 0px;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		left: 50%;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		height: 2rem;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		width: 2px;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		content: '';
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		position: absolute;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		top: calc(100% + 16px);
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		left: 50%;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		display: flex;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		border-radius: 0.5rem;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      header .\!dropdown-menu li.\!current-menu-item{
		pointer-events: auto !important;
	}
      header .\!dropdown-menu li.\!current-menu-item{
		padding-left: 0px !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		position: absolute;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		top: 50%;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		left: 1rem !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		height: 0.625rem !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		width: 0.625rem !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		border-radius: 9999px;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		--tw-bg-opacity: 1 !important;
		background-color: rgba(122, 189, 255, var(--tw-bg-opacity)) !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		content: '';
	}
      header .\!dropdown-menu li{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li:hover a.\!dropdown-item{
		position: relative;
	}
          header .\!dropdown-menu li:hover a.\!dropdown-item{
		--tw-translate-x: 1rem;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li:hover a.\!dropdown-item{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
          header .\!dropdown-menu li:hover:before{
		position: absolute;
	}
          header .\!dropdown-menu li:hover:before{
		top: 50%;
	}
          header .\!dropdown-menu li:hover:before{
		left: 1rem;
	}
          header .\!dropdown-menu li:hover:before{
		height: 0.625rem;
	}
          header .\!dropdown-menu li:hover:before{
		width: 0.625rem;
	}
          header .\!dropdown-menu li:hover:before{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li:hover:before{
		border-radius: 9999px;
	}
          header .\!dropdown-menu li:hover:before{
		--tw-bg-opacity: 1;
		background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
	}
          header .\!dropdown-menu li:hover:before{
		content: '';
	}
      header .\!dropdown-menu li a.\!dropdown-item{
		padding-left: 1rem;
		padding-right: 1rem;
	}
      header .\!dropdown-menu li a.\!dropdown-item{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
      header .\!dropdown-menu li a.\!dropdown-item{
		padding-right: 2rem;
	}
    nav#main-nav {
      min-height: 95px !important;
      height: 95px !important
    }
    nav#main-nav{
		position: relative;
	}
    nav#main-nav{
		top: 0px;
	}
    nav#main-nav{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
    nav#main-nav{
		flex-direction: row;
	}
    nav#main-nav{
		align-items: center;
	}
    nav#main-nav{
		justify-content: flex-end;
	}
    nav#main-nav > :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)));
	}
    nav#main-nav{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    nav#main-nav{
		background-color: transparent;
	}
    nav#main-nav{
		padding-left: 0px;
		padding-right: 0px;
	}
    nav#main-nav{
		padding-top: 0px;
	}
    nav#main-nav{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
    nav#main-nav{
		--tw-shadow: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      nav#main-nav:before{
		display: none;
	}
      nav#main-nav .\!menu-header-menu-container{
		display: flex;
	}
      nav#main-nav .\!menu-header-menu-container{
		flex-direction: row;
	}
      nav#main-nav .\!menu-header-menu-container{
		align-items: center;
	}
      nav#main-nav .\!menu-header-menu-container{
		justify-content: flex-end;
	}
      nav#main-nav .\!menu-header-menu-container > :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)));
	}
      nav#main-nav a.\!main-item{
		white-space: nowrap;
	}
      nav#main-nav a.\!main-item{
		font-size: 0.875rem !important;
	}
      nav#main-nav a.\!main-item{
		font-weight: 500 !important;
	}
      nav#main-nav a.\!main-item{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
      /* .dropdown-menu.has-children {
        @apply absolute pt-24;
      } */
      header ul.\!dropdown-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
        header ul.\!dropdown-menu .\!overview-link{
		display: none !important;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open a.\!main-item{
		--tw-text-opacity: 1;
		color: rgba(66, 106, 190, var(--tw-text-opacity));
	}
      header nav#main-nav .\!menu-item.\!depth-0{
		display: flex;
	}
      header nav#main-nav .\!menu-item.\!depth-0{
		height: 6rem;
	}
      header nav#main-nav .\!menu-item.\!depth-0{
		align-items: center;
	}
        header nav#main-nav .\!menu-item.\!depth-0.\!open{
		position: relative;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open > a{
		--tw-text-opacity: 1;
		color: rgba(122, 189, 255, var(--tw-text-opacity));
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before {
            background: linear-gradient(to top, #237dc3 62.5%, rgba(114, 155, 247, 0) 100%) !important;
          }
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		position: absolute;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		bottom: 0px;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		left: 50%;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		height: 2rem;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		width: 2px;
	}
          header nav#main-nav .\!menu-item.\!depth-0.\!open:before{
		content: '';
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		position: absolute;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		top: calc(100% + 16px);
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		left: 50%;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		display: flex;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		border-radius: 0.5rem;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
      header div.\!menu-item-has-children.\!dropdown.\!open ul.\!dropdown-menu{
		--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
      header .\!dropdown-menu li.\!current-menu-item{
		pointer-events: auto !important;
	}
      header .\!dropdown-menu li.\!current-menu-item{
		padding-left: 0px !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		position: absolute;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		top: 50%;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		left: 1rem !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		height: 0.625rem !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		width: 0.625rem !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		border-radius: 9999px;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		--tw-bg-opacity: 1 !important;
		background-color: rgba(122, 189, 255, var(--tw-bg-opacity)) !important;
	}
          header .\!dropdown-menu li.\!current-menu-item:hover:before{
		content: '';
	}
      header .\!dropdown-menu li{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li:hover a.\!dropdown-item{
		position: relative;
	}
          header .\!dropdown-menu li:hover a.\!dropdown-item{
		--tw-translate-x: 1rem;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li:hover a.\!dropdown-item{
		--tw-text-opacity: 1;
		color: rgba(35, 56, 102, var(--tw-text-opacity));
	}
          header .\!dropdown-menu li:hover:before{
		position: absolute;
	}
          header .\!dropdown-menu li:hover:before{
		top: 50%;
	}
          header .\!dropdown-menu li:hover:before{
		left: 1rem;
	}
          header .\!dropdown-menu li:hover:before{
		height: 0.625rem;
	}
          header .\!dropdown-menu li:hover:before{
		width: 0.625rem;
	}
          header .\!dropdown-menu li:hover:before{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
          header .\!dropdown-menu li:hover:before{
		border-radius: 9999px;
	}
          header .\!dropdown-menu li:hover:before{
		--tw-bg-opacity: 1;
		background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
	}
          header .\!dropdown-menu li:hover:before{
		content: '';
	}
      header .\!dropdown-menu li a.\!dropdown-item{
		padding-left: 1rem;
		padding-right: 1rem;
	}
      header .\!dropdown-menu li a.\!dropdown-item{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
      header .\!dropdown-menu li a.\!dropdown-item{
		padding-right: 2rem;
	}
  }
  /* div:not('.tns') .pre-tns-hidden {
            display: none;
        } */
  .slider-section .slider {
    }
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px){

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

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

	.container{
		max-width: 1024px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 1200px){

	.container{
		max-width: 1200px;
	}
}
@media (min-width: 1440px){

	.container{
		max-width: 1440px;
	}
}
.pointer-events-none{
	pointer-events: none;
}
.pointer-events-auto{
	pointer-events: auto;
}
.visible{
	visibility: visible;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.-inset-4{
	top: -1rem;
	right: -1rem;
	bottom: -1rem;
	left: -1rem;
}
.top-8{
	top: 2rem;
}
.top-0{
	top: 0px;
}
.bottom-0{
	bottom: 0px;
}
.left-0{
	left: 0px;
}
.right-0{
	right: 0px;
}
.top-\[95px\]{
	top: 95px;
}
.left-\[10\.5\%\]{
	left: 10.5%;
}
.right-\[10\.5\%\]{
	right: 10.5%;
}
.left-1\/2{
	left: 50%;
}
.bottom-\[5\.5rem\]{
	bottom: 5.5rem;
}
.bottom-20{
	bottom: 5rem;
}
.left-\[-700px\]{
	left: -700px;
}
.-left-6{
	left: -1.5rem;
}
.-right-6{
	right: -1.5rem;
}
.top-\[250px\]{
	top: 250px;
}
.-left-16{
	left: -4rem;
}
.-right-16{
	right: -4rem;
}
.top-\[300px\]{
	top: 300px;
}
.left-\[calc\(50\%-4px\)\]{
	left: calc(50% - 4px);
}
.top-\[150px\]{
	top: 150px;
}
.top-\[400px\]{
	top: 400px;
}
.-left-4{
	left: -1rem;
}
.-right-4{
	right: -1rem;
}
.top-\[18\%\]{
	top: 18%;
}
.bottom-full{
	bottom: 100%;
}
.-top-5{
	top: -1.25rem;
}
.top-20{
	top: 5rem;
}
.left-\[calc\(50\%-1375px\)\]{
	left: calc(50% - 1375px);
}
.top-18{
	top: 4.5rem;
}
.-top-8{
	top: -2rem;
}
.top-\[55px\]{
	top: 55px;
}
.top-1\/2{
	top: 50%;
}
.top-2{
	top: 0.5rem;
}
.left-2{
	left: 0.5rem;
}
.left-4{
	left: 1rem;
}
.right-4{
	right: 1rem;
}
.top-6{
	top: 1.5rem;
}
.bottom-2{
	bottom: 0.5rem;
}
.right-2{
	right: 0.5rem;
}
.bottom-6{
	bottom: 1.5rem;
}
.left-\[-525px\]{
	left: -525px;
}
.left-\[78\%\]{
	left: 78%;
}
.-bottom-2{
	bottom: -0.5rem;
}
.top-\[140px\]{
	top: 140px;
}
.top-\[calc\(100\%-178px\)\]{
	top: calc(100% - 178px);
}
.-bottom-3{
	bottom: -0.75rem;
}
.z-10{
	z-index: 10;
}
.z-20{
	z-index: 20;
}
.z-\[11\]{
	z-index: 11;
}
.z-\[2\]{
	z-index: 2;
}
.z-\[6\]{
	z-index: 6;
}
.\!z-\[1\]{
	z-index: 1 !important;
}
.z-\[5\]{
	z-index: 5;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-5{
	grid-column: span 5 / span 5;
}
.col-span-7{
	grid-column: span 7 / span 7;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.-mx-4{
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-16{
	margin-left: 4rem;
	margin-right: 4rem;
}
.-mx-8{
	margin-left: -2rem;
	margin-right: -2rem;
}
.my-5{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-\[30px\]{
	margin-top: 30px;
	margin-bottom: 30px;
}
.my-20{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-8{
	margin-left: 2rem;
	margin-right: 2rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mt-0\.5{
	margin-top: 0.125rem;
}
.mt-0{
	margin-top: 0px;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mt-\[2px\]{
	margin-top: 2px;
}
.mb-0{
	margin-bottom: 0px;
}
.mt-1{
	margin-top: 0.25rem;
}
.mt-40{
	margin-top: 10rem;
}
.mt-\[30px\]{
	margin-top: 30px;
}
.mt-15{
	margin-top: 3.75rem;
}
.mt-20{
	margin-top: 5rem;
}
.mt-\[75px\]{
	margin-top: 75px;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mr-\[10px\]{
	margin-right: 10px;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mr-5{
	margin-right: 1.25rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-\[120px\]{
	margin-bottom: 120px;
}
.mb-16{
	margin-bottom: 4rem;
}
.mt-7{
	margin-top: 1.75rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-15{
	margin-bottom: 3.75rem;
}
.mr-4{
	margin-right: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.ml-3{
	margin-left: 0.75rem;
}
.mt-14{
	margin-top: 3.5rem;
}
.mt-16{
	margin-top: 4rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.h-\[68px\]{
	height: 68px;
}
.h-9{
	height: 2.25rem;
}
.h-16{
	height: 4rem;
}
.h-20{
	height: 5rem;
}
.h-4{
	height: 1rem;
}
.h-\[252px\]{
	height: 252px;
}
.h-7{
	height: 1.75rem;
}
.h-\[2\.5px\]{
	height: 2.5px;
}
.h-10{
	height: 2.5rem;
}
.h-24{
	height: 6rem;
}
.h-5{
	height: 1.25rem;
}
.h-\[884px\]{
	height: 884px;
}
.h-full{
	height: 100%;
}
.h-\[280px\]{
	height: 280px;
}
.h-\[500px\]{
	height: 500px;
}
.h-3{
	height: 0.75rem;
}
.h-\[344px\]{
	height: 344px;
}
.h-12{
	height: 3rem;
}
.h-\[179px\]{
	height: 179px;
}
.h-\[185px\]{
	height: 185px;
}
.h-auto{
	height: auto;
}
.h-\[415px\]{
	height: 415px;
}
.h-\[597px\]{
	height: 597px;
}
.h-\[40px\]{
	height: 40px;
}
.h-\[460px\]{
	height: 460px;
}
.h-screen{
	height: 100vh;
}
.h-\[calc\(100dvh-40px\)\]{
	height: calc(100dvh - 40px);
}
.h-\[64px\]{
	height: 64px;
}
.h-\[200px\]{
	height: 200px;
}
.h-6{
	height: 1.5rem;
}
.h-\[1px\]{
	height: 1px;
}
.h-\[27px\]{
	height: 27px;
}
.h-\[400px\]{
	height: 400px;
}
.h-2{
	height: 0.5rem;
}
.h-\[315px\]{
	height: 315px;
}
.max-h-\[640px\]{
	max-height: 640px;
}
.min-h-\[60vh\]{
	min-height: 60vh;
}
.min-h-screen{
	min-height: 100vh;
}
.min-h-\[45vh\]{
	min-height: 45vh;
}
.min-h-\[252px\]{
	min-height: 252px;
}
.min-h-\[570px\]{
	min-height: 570px;
}
.min-h-\[540px\]{
	min-height: 540px;
}
.min-h-\[590px\]{
	min-height: 590px;
}
.min-h-\[192px\]{
	min-height: 192px;
}
.min-h-\[700px\]{
	min-height: 700px;
}
.min-h-\[495px\]{
	min-height: 495px;
}
.w-screen{
	width: 100vw;
}
.w-full{
	width: 100%;
}
.w-9{
	width: 2.25rem;
}
.w-4{
	width: 1rem;
}
.w-7{
	width: 1.75rem;
}
.w-1\/12{
	width: 8.333333%;
}
.\!w-\[36px\]{
	width: 36px !important;
}
.w-\[2px\]{
	width: 2px;
}
.w-5{
	width: 1.25rem;
}
.w-auto{
	width: auto;
}
.w-3{
	width: 0.75rem;
}
.w-\[200\%\]{
	width: 200%;
}
.w-\[720px\]{
	width: 720px;
}
.w-12{
	width: 3rem;
}
.w-\[2\.5px\]{
	width: 2.5px;
}
.w-\[2\.25px\]{
	width: 2.25px;
}
.w-6{
	width: 1.5rem;
}
.w-25{
	width: 6.25rem;
}
.w-2{
	width: 0.5rem;
}
.w-1\/2{
	width: 50%;
}
.w-\[1440px\]{
	width: 1440px;
}
.w-\[785px\]{
	width: 785px;
}
.min-w-full{
	min-width: 100%;
}
.max-w-\[1440px\]{
	max-width: 1440px;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-\[calc\(100\%-100px\)\]{
	max-width: calc(100% - 100px);
}
.max-w-\[220px\]{
	max-width: 220px;
}
.max-w-\[386px\]{
	max-width: 386px;
}
.max-w-\[800px\]{
	max-width: 800px;
}
.max-w-40{
	max-width: 10rem;
}
.max-w-4xl{
	max-width: 56rem;
}
.max-w-\[1380px\]{
	max-width: 1380px;
}
.max-w-\[381px\]{
	max-width: 381px;
}
.max-w-\[1000px\]{
	max-width: 1000px;
}
.max-w-\[calc\(100\%-4rem\)\]{
	max-width: calc(100% - 4rem);
}
.max-w-\[340px\]{
	max-width: 340px;
}
.max-w-\[96px\]{
	max-width: 96px;
}
.max-w-\[600px\]{
	max-width: 600px;
}
.max-w-\[550px\]{
	max-width: 550px;
}
.max-w-\[700px\]{
	max-width: 700px;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.translate-y-6{
	--tw-translate-y: 1.5rem;
	transform: var(--tw-transform);
}
.-translate-y-1\/3{
	--tw-translate-y: -33.333333%;
	transform: var(--tw-transform);
}
.translate-y-\[450px\]{
	--tw-translate-y: 450px;
	transform: var(--tw-transform);
}
.translate-x-\[-25\%\]{
	--tw-translate-x: -25%;
	transform: var(--tw-transform);
}
.rotate-0{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.scale-115{
	--tw-scale-x: 1.15;
	--tw-scale-y: 1.15;
	transform: var(--tw-transform);
}
.scale-100{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.scale-125{
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.resize{
	resize: both;
}
.list-disc{
	list-style-type: disc;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-1\.5{
	gap: 0.375rem;
}
.gap-1{
	gap: 0.25rem;
}
.gap-2{
	gap: 0.5rem;
}
.gap-2\.5{
	gap: 0.625rem;
}
.gap-8{
	gap: 2rem;
}
.gap-x-5{
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-y-15{
	row-gap: 3.75rem;
}
.gap-y-4{
	row-gap: 1rem;
}
.gap-y-5{
	row-gap: 1.25rem;
}
.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-x-2\.5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.625rem * var(--tw-space-x-reverse));
	margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-x-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-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-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)));
}
.space-y-25 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(6.25rem * 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-y-12 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-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-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));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-15 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
	overflow: hidden;
}
.\!overflow-hidden{
	overflow: hidden !important;
}
.overflow-y-auto{
	overflow-y: auto;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-xl{
	border-radius: 0.75rem;
}
.rounded-\[18px\]{
	border-radius: 18px;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-md{
	border-radius: 0.375rem;
}
.border{
	border-width: 1px;
}
.border-t-2{
	border-top-width: 2px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-r{
	border-right-width: 1px;
}
.border-darkblue{
	--tw-border-opacity: 1;
	border-color: rgba(35, 56, 102, var(--tw-border-opacity));
}
.border-lightblue{
	--tw-border-opacity: 1;
	border-color: rgba(122, 189, 255, var(--tw-border-opacity));
}
.border-lightblue\/50{
	border-color: rgba(122, 189, 255, 0.5);
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-blue{
	--tw-border-opacity: 1;
	border-color: rgba(66, 106, 190, var(--tw-border-opacity));
}
.bg-darkblue{
	--tw-bg-opacity: 1;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
}
.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 106, 190, var(--tw-bg-opacity));
}
.bg-lightblue{
	--tw-bg-opacity: 1;
	background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
}
.bg-lime{
	--tw-bg-opacity: 1;
	background-color: rgba(192, 250, 156, var(--tw-bg-opacity));
}
.bg-lightgrey{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 249, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#3574C5\]{
	--tw-bg-opacity: 1;
	background-color: rgba(53, 116, 197, var(--tw-bg-opacity));
}
.bg-white\/10{
	background-color: rgba(255, 255, 255, 0.1);
}
.bg-\[\#3D62B3\]{
	--tw-bg-opacity: 1;
	background-color: rgba(61, 98, 179, var(--tw-bg-opacity));
}
.bg-lightgray{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 249, var(--tw-bg-opacity));
}
.bg-\[\#D9D9D9\]{
	--tw-bg-opacity: 1;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity));
}
.bg-current{
	background-color: currentColor;
}
.bg-\[\#F6F6F6\]{
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}
.bg-opacity-90{
	--tw-bg-opacity: 0.9;
}
.bg-opacity-10{
	--tw-bg-opacity: 0.1;
}
.bg-gradient-to-b{
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-transparent{
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-white{
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-black\/10{
	--tw-gradient-from: rgba(0, 0, 0, 0.1);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-darkblue{
	--tw-gradient-stops: var(--tw-gradient-from), #233866, var(--tw-gradient-to, rgba(35, 56, 102, 0));
}
.via-lightgrey{
	--tw-gradient-stops: var(--tw-gradient-from), #F2F2F9, var(--tw-gradient-to, rgba(242, 242, 249, 0));
}
.via-white{
	--tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.to-transparent{
	--tw-gradient-to: transparent;
}
.to-white{
	--tw-gradient-to: #fff;
}
.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}
.bg-top{
	background-position: top;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-6{
	padding: 1.5rem;
}
.p-8{
	padding: 2rem;
}
.p-\[30px\]{
	padding: 30px;
}
.p-4{
	padding: 1rem;
}
.p-0{
	padding: 0px;
}
.p-2{
	padding: 0.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.py-2\.5{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-12{
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-\[87px\]{
	padding-left: 87px;
	padding-right: 87px;
}
.px-\[30px\]{
	padding-left: 30px;
	padding-right: 30px;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-7{
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-1\.5{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-\[30px\]{
	padding-top: 30px;
	padding-bottom: 30px;
}
.py-7{
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-\[6px\]{
	padding-top: 6px;
	padding-bottom: 6px;
}
.pt-16{
	padding-top: 4rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pb-0{
	padding-bottom: 0px;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pb-20{
	padding-bottom: 5rem;
}
.pt-\[30px\]{
	padding-top: 30px;
}
.pb-8{
	padding-bottom: 2rem;
}
.pb-5{
	padding-bottom: 1.25rem;
}
.pt-24{
	padding-top: 6rem;
}
.pb-25{
	padding-bottom: 6.25rem;
}
.pt-14{
	padding-top: 3.5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pt-7{
	padding-top: 1.75rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pl-4{
	padding-left: 1rem;
}
.pr-5{
	padding-right: 1.25rem;
}
.pt-4{
	padding-top: 1rem;
}
.pb-\[30px\]{
	padding-bottom: 30px;
}
.pt-10{
	padding-top: 2.5rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pb-\[56px\]{
	padding-bottom: 56px;
}
.pt-8{
	padding-top: 2rem;
}
.pl-5{
	padding-left: 1.25rem;
}
.pt-48{
	padding-top: 12rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pb-15{
	padding-bottom: 3.75rem;
}
.pt-40{
	padding-top: 10rem;
}
.pr-16{
	padding-right: 4rem;
}
.pr-8{
	padding-right: 2rem;
}
.pb-24{
	padding-bottom: 6rem;
}
.pt-\[136px\]{
	padding-top: 136px;
}
.pt-\[400px\]{
	padding-top: 400px;
}
.pt-25{
	padding-top: 6.25rem;
}
.pt-\[95px\]{
	padding-top: 95px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.\!font-heading{
	font-family: Poppins, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif !important;
}
.text-sm{
	font-size: 0.875rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-\[36px\]{
	font-size: 36px;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-\[32px\]{
	font-size: 32px;
}
.\!text-lg{
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-\[28px\]{
	font-size: 28px;
}
.text-\[30px\]{
	font-size: 30px;
}
.font-semibold{
	font-weight: 600;
}
.font-medium{
	font-weight: 500;
}
.\!font-medium{
	font-weight: 500 !important;
}
.font-light{
	font-weight: 300;
}
.uppercase{
	text-transform: uppercase;
}
.leading-none{
	line-height: 1;
}
.\!leading-\[0\.9\]{
	line-height: 0.9 !important;
}
.leading-\[1\.4\]{
	line-height: 1.4;
}
.leading-tight{
	line-height: 1.25;
}
.leading-snug{
	line-height: 1.375;
}
.tracking-wider{
	letter-spacing: 0.05em;
}
.text-blue-400{
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-darkblue{
	--tw-text-opacity: 1;
	color: rgba(35, 56, 102, var(--tw-text-opacity));
}
.text-blue{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}
.text-lime{
	--tw-text-opacity: 1;
	color: rgba(192, 250, 156, var(--tw-text-opacity));
}
.text-lightblue{
	--tw-text-opacity: 1;
	color: rgba(122, 189, 255, var(--tw-text-opacity));
}
.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-red-500{
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.opacity-75{
	opacity: 0.75;
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	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);
}
.backdrop-blur-lg{
	--tw-backdrop-blur: blur(16px);
	backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-md{
	--tw-backdrop-blur: blur(12px);
	backdrop-filter: var(--tw-backdrop-filter);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	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-transform{
	transition-property: transform;
	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-1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.line-clamp-3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (min-width: 1200px) {
  .container.show-grid{
		position: relative;
	}
    .container.show-grid:before {
      content: '';
    }
    .container.show-grid:before{
		pointer-events: none;
	}
    .container.show-grid:before{
		position: absolute;
	}
    .container.show-grid:before{
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
    .container.show-grid:before{
		z-index: 7;
	}
    .container.show-grid:before{
		height: 100%;
	}
    .container.show-grid:before{
		width: 100%;
	}
    .container.show-grid:before{
		opacity: 0.05;
	}
    .container.show-grid:before {
      background: repeating-linear-gradient(to right, red 0, red 90px, transparent 90px, transparent 100px);
    }
}

.second-line {
  transform: translateY(-11px) !important;
}

.manufacturing-services .tns-controls {
  display: none !important;
}

@media (max-width: 768px) {
  .alm-filters {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .alm-filter {
    margin: 0px !important;
    width: 100% !important;
  }
  .alm-filter select#taxonomy-select-2,
  .alm-filter select#taxonomy-select-3,
  .alm-filter .alm-filter-select,
  .alm-filter select,
  .alm-filter #search-text-1 {
    width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .alm-btn-wrap {
    display: flex;
    align-items: center;
  }

  .alm-paging::before {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #7abdff;
    margin-right: 15px;
  }
}

section.kit-options .slider-nav li:not(.tns-nav-active){
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

section.kit-options .slider-nav li:not(.tns-nav-active) h4{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}

section.kit-options .slider-nav li:not(.tns-nav-active) div{
	height: 0px;
}

section.kit-options .slider-nav li:not(.tns-nav-active) div{
	width: 0px;
}
section.kit-options .slider-nav li.tns-nav-active{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 106, 190, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(192, 250, 156, var(--tw-text-opacity));
}
section.kit-options .slider-nav li.tns-nav-active h4{
	--tw-translate-x: 10px;
	transform: var(--tw-transform);
}
section.kit-options .slider-nav li.tns-nav-active div{
	height: 0.75rem;
}
section.kit-options .slider-nav li.tns-nav-active div{
	width: 0.75rem;
}
body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
@media (min-width: 1232px) {
  .container {
    max-width: 1200px;
  }
}
div:not(.tns-slider) .pre-tns-hidden {
  display: none;
}
.tns-slider .pre-tns-hidden {
  display: block;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.full-width-video-section iframe {
  width: 100%;
  height: 100%;
}

.bg-gradient {
  background: linear-gradient(to top, #237dc3 62.5%, rgba(114, 155, 247, 0) 100%);
}
.bg-gradient-reverse {
  background: linear-gradient(to bottom, #237dc3 62.5%, rgba(114, 155, 247, 0) 100%);
}
.bg-gradient-2 {
  background: linear-gradient(to top, rgba(114, 155, 247, 0) 0%, #237dc3 37.5%);
}
.lab-services-slider a {
    transition: transform 0.5s;
    transform: scale(1);
  }
.lab-services-slider.sliding a {
      transform: scale(0.9);
    }
header.shadow{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	--tw-backdrop-blur: blur(16px);
	backdrop-filter: var(--tw-backdrop-filter);
}

.blog #ajax-load-more .alm-btn-wrap ul li.prev,
.blog #ajax-load-more .alm-btn-wrap ul li.next {
  height: 32px !important;
  width: 32px !important;
}
/**
* Ajax load more pro
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #233866;
*/
.alm-filters{
	display: flex;
	align-items: center;
}
.alm-filters > :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)));
}
/* Search Text */
.alm-filters .alm-filter--text-wrap.has-button input{
	border-radius: 0.5rem;
}
.alm-filters .alm-filter--text-wrap.has-button button{
	display: none !important;
}
/* Dropdown Selects */
.alm-filters select{
	border-radius: 0.5rem;
}
.alm-filters .alm-filters--controls{
	display: flex;
}
.alm-filters .alm-filters--controls{
	min-height: 42px;
}
.alm-filters .alm-filters--controls{
	align-items: center;
}
.alm-filters .alm-filters--controls > :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)));
}
.alm-filters .alm-filters--controls .alm-filters--reset{
	height: 100%;
}
.alm-filters .alm-filters--controls .alm-filters--reset button[type='reset']{
	height: 100%;
}
.alm-filters .alm-filters--controls .alm-filters--reset button[type='reset']{
	border-radius: 0.5rem;
}
.alm-filters .alm-filters--controls .alm-filters--reset button[type='reset']{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 249, var(--tw-bg-opacity));
}
.alm-filters .alm-filters--controls .alm-filters--reset button[type='reset']{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.alm-filters .alm-filters--controls .alm-filters--reset button[type='reset']{
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.alm-filters .alm-filters--controls .alm-filters--submit{
	height: 100%;
}
.alm-filters .alm-filters--controls .alm-filters--submit button[type='button']{
	height: 100%;
}
.alm-filters .alm-filters--controls .alm-filters--submit button[type='button']{
	border-radius: 0.5rem;
}
.alm-filters .alm-filters--controls .alm-filters--submit button[type='button']{
	--tw-bg-opacity: 1;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
}
.alm-filters .alm-filters--controls .alm-filters--submit button[type='button']{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.alm-filters .alm-filters--controls .alm-filters--submit button[type='button']{
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.alm-filters .alm-filters--controls .alm-filters--submit button[type='button']{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

ul.alm-paging li a{
  color: #000 !important;
}

ul.alm-paging{
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

ul.alm-paging li.active a{
	--tw-text-opacity: 1 !important;
	color: rgba(35, 56, 102, var(--tw-text-opacity)) !important;
}

ul.alm-paging li.active a{
	text-decoration: underline !important;
}

ul.alm-paging li.prev a{
	background-position: center;
}

ul.alm-paging li.prev a{
	background-repeat: no-repeat;
}

ul.alm-paging li.prev a {
    background-size: 9px 17px;
    background-image: url('../images/chevron-left.svg');
  }

ul.alm-paging li.next a{
	background-position: center;
}

ul.alm-paging li.next a{
	background-repeat: no-repeat;
}

ul.alm-paging li.next a {
    background-size: 9px 17px;
    background-image: url('../images/chevron-right.svg');
  }

ul.alm-paging li.prev, ul.alm-paging li.next{
	display: flex;
}

ul.alm-paging li.prev, ul.alm-paging li.next{
	height: 3rem;
}

ul.alm-paging li.prev, ul.alm-paging li.next{
	width: 3rem;
}

ul.alm-paging li.prev, ul.alm-paging li.next{
	align-items: center;
}

ul.alm-paging li.prev, ul.alm-paging li.next{
	justify-content: center;
}

ul.alm-paging li.prev, ul.alm-paging li.next{
	border-radius: 9999px;
}

ul.alm-paging li.prev, ul.alm-paging li.next{
	--tw-bg-opacity: 1;
	background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	display: flex;
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	height: 3rem;
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	width: 3rem;
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	align-items: center;
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	justify-content: center;
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	border-radius: 9999px;
}

ul.alm-paging li.prev a,ul.alm-paging li.next a{
	--tw-bg-opacity: 1;
	background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
}

ul.alm-paging li.prev a span, ul.alm-paging li.next a span {
        font-size: 0;
      }

ul.alm-paging li a{
	border-style: none !important;
}

ul.alm-paging li a{
	background-color: transparent !important;
}

div.flex.flex-row::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #7abdff;
  margin-right: 15px;
  margin-top: 16px;
}

.nav-links{
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
}

.nav-links > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.nav-links{
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(35, 56, 102, var(--tw-text-opacity)) !important;
}
.nav-links span.page-numbers.current{
	text-decoration: underline !important;
}
a.next.page-numbers, a.prev.page-numbers{
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(122, 189, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
button.alm-load-more-btn{
	border-radius: 9999px !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity)) !important;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
#alm-filters-resource_filters label{
	display: none;
}

footer form .gform_fields {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gform-theme--foundation .gform_fields#gform_fields_2 {
  grid-template-columns: repeat(18, 1fr) !important;
}

@media (max-width: 768px) {
  #field_submit {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 640px) {
  .gform-theme--foundation .gfield--width-five-twelfths {
    grid-column: span 7 / span 7 !important;
  }
  .gform-theme--foundation .gfield--width-one-sixth {
    grid-column: span 4 / span 4 !important;
  }
}

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, 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);
}
footer nav{
	display: flex;
}
footer nav{
	flex-direction: column;
}
footer nav > :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));
}
footer nav div[itemscope]{
	font-size: 1rem;
	line-height: 1.5rem;
}
footer nav div[itemscope]{
	font-weight: 600;
}
footer nav div[itemscope]{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}
footer form {
    /* #field_submit {
      @apply w-full;
    } */
  }
footer form .gform_fields{
	-moz-column-gap: 0.5rem !important;
	     column-gap: 0.5rem !important;
}
footer form .gform_fields input:not([type='submit']){
	height: 3rem !important;
}
footer form .gform_fields input:not([type='submit']){
	min-height: 3rem !important;
}
footer form .gform_fields input:not([type='submit']){
	border-radius: 9999px !important;
}
footer form .gform_fields input:not([type='submit']){
	border-width: 1px !important;
}
footer form .gform_fields input:not([type='submit']){
	--tw-border-opacity: 1 !important;
	border-color: rgba(35, 56, 102, var(--tw-border-opacity)) !important;
}
footer form .gform_fields input:not([type='submit']){
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}
footer form .gform_fields input[type='submit']{
	height: 3rem !important;
}
footer form .gform_fields input[type='submit']{
	min-height: 3rem !important;
}
footer form .gform_fields input[type='submit']{
	border-radius: 9999px !important;
}
footer form .gform_fields input[type='submit']{
	border-width: 1px !important;
}
footer form .gform_fields input[type='submit']{
	--tw-border-opacity: 1 !important;
	border-color: rgba(192, 250, 156, var(--tw-border-opacity)) !important;
}
footer form .gform_fields input[type='submit']{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(192, 250, 156, var(--tw-bg-opacity)) !important;
}
footer form .gform_fields input[type='submit']{
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
footer form .gform_fields input[type='submit']{
	--tw-text-opacity: 1 !important;
	color: rgba(35, 56, 102, var(--tw-text-opacity)) !important;
}
/* Cookie Policy Styles */

#cky-policy-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
  color: #111111;
}

/* Default paragraph styling for direct children */

#cky-policy-container p{
	margin-bottom: 1rem;
}

#cky-policy-container p{
	line-height: 1.75rem;
}
.cookie-policy-h1{
	margin-bottom: 2rem;
	font-family: Poppins, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
  color: #233866;
}

.cookie-policy-date-container{
	margin-bottom: 2rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	padding-bottom: 1rem;
}

.cookie-policy-date-container p{
	margin-bottom: 0.25rem;
}

.cookie-policy-date-container p{
	font-size: 0.875rem;
}

.cookie-policy-date-container p{
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#cky-policy-container h2{
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	font-family: Poppins, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
  color: #233866;
}

#cky-policy-container h2:first-of-type{
	margin-top: 2rem;
}

#cky-policy-container h3{
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-family: Poppins, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
  color: #426ABE;
}

.cookie-policy-p{
	margin-bottom: 1.5rem;
	line-height: 1.625;
}

.cookie-policy-p p{
	margin-bottom: 1rem;
}

.cookie-policy-p p{
	font-size: 1rem;
	line-height: 1.5rem;
}

.cookie-policy-p p{
	line-height: 1.75rem;
}

.cookie-policy-p p {
    color: #111111;
  }

.cookie-policy-p p:last-child{
	margin-bottom: 0px;
}

.cookie-policy-p a{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}

.cookie-policy-p a{
	text-decoration: underline;
}

.cookie-policy-p a{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.cookie-policy-p a{
	transition-duration: 200ms;
}

.cookie-policy-p a:hover{
	--tw-text-opacity: 1;
	color: rgba(122, 189, 255, var(--tw-text-opacity));
}

.cookie-policy-p a {
    word-break: break-all;
  }

/* Cookie Audit Table Styles */
.cky-audit-table-element{
	margin-bottom: 3rem;
}

.cky-category-des{
	margin-bottom: 1.5rem;
}

.cky-category-des p{
	font-size: 1rem;
	line-height: 1.5rem;
}

.cky-category-des p{
	line-height: 1.75rem;
}

.cky-category-des p{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.cky-table-wrapper{
	margin-bottom: 2rem;
	overflow-x: auto;
	border-radius: 0.5rem;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cky-cookie-audit-table{
	width: 100%;
	border-collapse: collapse;
  min-width: 600px;
}

.cky-cookie-audit-table thead{
	--tw-bg-opacity: 1;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
}

.cky-cookie-audit-table thead{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.cky-cookie-audit-table thead tr th{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.cky-cookie-audit-table thead tr th{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.cky-cookie-audit-table thead tr th{
	text-align: left;
}

.cky-cookie-audit-table thead tr th{
	font-size: 0.875rem;
}

.cky-cookie-audit-table thead tr th{
	font-weight: 600;
}

.cky-cookie-audit-table thead tr th{
	text-transform: uppercase;
}

.cky-cookie-audit-table thead tr th{
	letter-spacing: 0.05em;
}

.cky-cookie-audit-table thead tr th:first-child{
	border-top-left-radius: 0.5rem;
}

.cky-cookie-audit-table thead tr th:last-child{
	border-top-right-radius: 0.5rem;
}

.cky-cookie-audit-table tbody{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.cky-cookie-audit-table tbody tr{
	border-bottom-width: 1px;
}

.cky-cookie-audit-table tbody tr{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.cky-cookie-audit-table tbody tr{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.cky-cookie-audit-table tbody tr{
	transition-duration: 150ms;
}

.cky-cookie-audit-table tbody tr:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 249, var(--tw-bg-opacity));
}

.cky-cookie-audit-table tbody tr:last-child{
	border-bottom-width: 0px;
}

.cky-cookie-audit-table tbody tr:last-child td:first-child{
	border-bottom-left-radius: 0.5rem;
}

.cky-cookie-audit-table tbody tr:last-child td:last-child{
	border-bottom-right-radius: 0.5rem;
}

.cky-cookie-audit-table tbody tr td{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.cky-cookie-audit-table tbody tr td{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.cky-cookie-audit-table tbody tr td{
	font-size: 0.875rem;
}

.cky-cookie-audit-table tbody tr td{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.cky-cookie-audit-table tbody tr td:first-child{
	font-weight: 600;
}

.cky-cookie-audit-table tbody tr td:first-child{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}

.cky-cookie-audit-table tbody tr td:nth-child(2){
	font-weight: 500;
}

.cky-cookie-audit-table tbody tr td:nth-child(2){
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

/* Consent Preferences Button */
.cky-banner-element{
	display: inline-block;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(66, 106, 190, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	cursor: pointer;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.cky-banner-element:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
}
.cky-banner-element{
	transform: var(--tw-transform);
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cky-banner-element:hover{
	--tw-translate-y: -0.125rem;
	transform: var(--tw-transform);
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cky-banner-element {
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.cky-banner-element:hover {
    text-decoration: none;
  }

/* Responsive Design */
@media (max-width: 768px) {
  #cky-policy-container{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  #cky-policy-container{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

  .cookie-policy-h1{
		margin-bottom: 1.5rem;
	}

  .cookie-policy-h1{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

  #cky-policy-container h2{
		margin-top: 2rem;
	}

  #cky-policy-container h2{
		margin-bottom: 1rem;
	}

  #cky-policy-container h2{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

  #cky-policy-container h3{
		margin-top: 1.5rem;
	}

  #cky-policy-container h3{
		margin-bottom: 0.75rem;
	}

  #cky-policy-container h3{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

  .cky-table-wrapper{
		--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

  .cky-cookie-audit-table {
    font-size: 0.875rem;
  }

    .cky-cookie-audit-table thead tr th{
		padding-left: 1rem;
		padding-right: 1rem;
	}

    .cky-cookie-audit-table thead tr th{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

    .cky-cookie-audit-table thead tr th{
		font-size: 0.75rem;
		line-height: 1rem;
	}

    .cky-cookie-audit-table tbody tr td{
		padding-left: 1rem;
		padding-right: 1rem;
	}

    .cky-cookie-audit-table tbody tr td{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

    .cky-cookie-audit-table tbody tr td{
		font-size: 0.75rem;
		line-height: 1rem;
	}

  .cky-banner-element{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

  .cky-banner-element{
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

  .cky-banner-element{
		font-size: 0.875rem;
	}
}

@media (max-width: 640px) {
  .cookie-policy-h1{
		font-size: 1.5rem;
		line-height: 2rem;
	}

  .cookie-policy-date-container p{
		font-size: 0.75rem;
		line-height: 1rem;
	}

  .cky-cookie-audit-table {
    min-width: 500px;
  }
}

/* Print Styles */
@media print {
  #cky-policy-container{
		max-width: none;
	}
  #cky-policy-container{
		padding-left: 0px;
		padding-right: 0px;
	}

  .cky-banner-element{
		display: none;
	}

  .cky-cookie-audit-table{
		font-size: 0.75rem;
		line-height: 1rem;
	}

    .cky-cookie-audit-table thead{
		--tw-bg-opacity: 1;
		background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	}

    .cky-cookie-audit-table thead{
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

    .cky-cookie-audit-table tbody tr{
		border-bottom-width: 1px;
	}

    .cky-cookie-audit-table tbody tr{
		--tw-border-opacity: 1;
		border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	}

      .cky-cookie-audit-table tbody tr:hover{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
}

section.kit-options .slider-nav li.tns-nav-active {
  --tw-bg-opacity: 1;
  background-color: #3558A0 !important;
  --tw-text-opacity: 1;
  color: rgba(192, 250, 156, var(--tw-text-opacity));
}

.first\:rounded-t-xl:first-child{
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}

.last\:rounded-b-xl:last-child{
	border-bottom-right-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}

.last\:border-b-0:last-child{
	border-bottom-width: 0px;
}

.hover\:border-blue-400:hover{
	--tw-border-opacity: 1;
	border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:bg-darkblue:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(35, 56, 102, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(66, 106, 190, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

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

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

.hover\:text-blue:hover{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}

.hover\:text-lime:hover{
	--tw-text-opacity: 1;
	color: rgba(192, 250, 156, var(--tw-text-opacity));
}

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

.hover\:text-darkblue:hover{
	--tw-text-opacity: 1;
	color: rgba(35, 56, 102, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.disabled\:opacity-50:disabled{
	opacity: 0.5;
}

.group:hover .group-hover\:-rotate-45{
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:scale-110{
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:text-blue{
	--tw-text-opacity: 1;
	color: rgba(66, 106, 190, var(--tw-text-opacity));
}

@media (min-width: 768px){

	.md\:-inset-4{
		top: -1rem;
		right: -1rem;
		bottom: -1rem;
		left: -1rem;
	}

	.md\:top-\[285px\]{
		top: 285px;
	}

	.md\:left-0{
		left: 0px;
	}

	.md\:right-0{
		right: 0px;
	}

	.md\:top-\[-30px\]{
		top: -30px;
	}

	.md\:left-\[-248px\]{
		left: -248px;
	}

	.md\:left-\[59\%\]{
		left: 59%;
	}

	.md\:col-span-2{
		grid-column: span 2 / span 2;
	}

	.md\:col-span-4{
		grid-column: span 4 / span 4;
	}

	.md\:-mx-16{
		margin-left: -4rem;
		margin-right: -4rem;
	}

	.md\:mx-6{
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.md\:mt-20{
		margin-top: 5rem;
	}

	.md\:block{
		display: block;
	}

	.md\:flex{
		display: flex;
	}

	.md\:hidden{
		display: none;
	}

	.md\:h-\[384px\]{
		height: 384px;
	}

	.md\:h-auto{
		height: auto;
	}

	.md\:min-h-\[384px\]{
		min-height: 384px;
	}

	.md\:w-screen{
		width: 100vw;
	}

	.md\:w-\[1440px\]{
		width: 1440px;
	}

	.md\:max-w-\[unset\]{
		max-width: unset;
	}

	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

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

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

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

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

	.md\:pb-0{
		padding-bottom: 0px;
	}

	.md\:pt-24{
		padding-top: 6rem;
	}

	.md\:pr-16{
		padding-right: 4rem;
	}

	.md\:text-\[40px\]{
		font-size: 40px;
	}
}

@media (min-width: 1024px){

	.lg\:absolute{
		position: absolute;
	}

	.lg\:inset-0{
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

	.lg\:top-\[408px\]{
		top: 408px;
	}

	.lg\:left-\[calc\(50\%-8px\)\]{
		left: calc(50% - 8px);
	}

	.lg\:top-\[191px\]{
		top: 191px;
	}

	.lg\:top-\[550px\]{
		top: 550px;
	}

	.lg\:left-16{
		left: 4rem;
	}

	.lg\:right-16{
		right: 4rem;
	}

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

	.lg\:left-4{
		left: 1rem;
	}

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

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

	.lg\:top-\[-28px\]{
		top: -28px;
	}

	.lg\:left-\[10\.5\%\]{
		left: 10.5%;
	}

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

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

	.lg\:left-\[calc\(50\%-618px\)\]{
		left: calc(50% - 618px);
	}

	.lg\:left-\[-400px\]{
		left: -400px;
	}

	.lg\:top-\[calc\(100\%-64px\)\]{
		top: calc(100% - 64px);
	}

	.lg\:col-span-5{
		grid-column: span 5 / span 5;
	}

	.lg\:col-span-6{
		grid-column: span 6 / span 6;
	}

	.lg\:col-span-4{
		grid-column: span 4 / span 4;
	}

	.lg\:col-span-7{
		grid-column: span 7 / span 7;
	}

	.lg\:col-span-2{
		grid-column: span 2 / span 2;
	}

	.lg\:mx-12{
		margin-left: 3rem;
		margin-right: 3rem;
	}

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

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

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

	.lg\:mx-16{
		margin-left: 4rem;
		margin-right: 4rem;
	}

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

	.lg\:my-16{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

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

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

	.lg\:mr-3{
		margin-right: 0.75rem;
	}

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

	.lg\:mt-\[142px\]{
		margin-top: 142px;
	}

	.lg\:mb-\[-185px\]{
		margin-bottom: -185px;
	}

	.lg\:mt-20{
		margin-top: 5rem;
	}

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

	.lg\:mt-\[100px\]{
		margin-top: 100px;
	}

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

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

	.lg\:mt-24{
		margin-top: 6rem;
	}

	.lg\:mt-auto{
		margin-top: auto;
	}

	.lg\:mb-\[180px\]{
		margin-bottom: 180px;
	}

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

	.lg\:block{
		display: block;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:hidden{
		display: none;
	}

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

	.lg\:h-full{
		height: 100%;
	}

	.lg\:h-12{
		height: 3rem;
	}

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

	.lg\:h-5{
		height: 1.25rem;
	}

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

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

	.lg\:h-auto{
		height: auto;
	}

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

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

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

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

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

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

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

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

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

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

	.lg\:w-12{
		width: 3rem;
	}

	.lg\:w-\[2\.5px\]{
		width: 2.5px;
	}

	.lg\:w-5{
		width: 1.25rem;
	}

	.lg\:w-\[449px\]{
		width: 449px;
	}

	.lg\:w-\[calc\(100\%-450px\)\]{
		width: calc(100% - 450px);
	}

	.lg\:w-\[450px\]{
		width: 450px;
	}

	.lg\:w-\[calc\(100\%-125px\)\]{
		width: calc(100% - 125px);
	}

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

	.lg\:w-\[340px\]{
		width: 340px;
	}

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

	.lg\:w-\[1191px\]{
		width: 1191px;
	}

	.lg\:min-w-\[150px\]{
		min-width: 150px;
	}

	.lg\:max-w-\[256px\]{
		max-width: 256px;
	}

	.lg\:max-w-\[calc\(100\%-76px\)\]{
		max-width: calc(100% - 76px);
	}

	.lg\:\!max-w-4xl{
		max-width: 56rem !important;
	}

	.lg\:max-w-\[450px\]{
		max-width: 450px;
	}

	.lg\:\!max-w-\[1000px\]{
		max-width: 1000px !important;
	}

	.lg\:max-w-\[380px\]{
		max-width: 380px;
	}

	.lg\:max-w-\[108px\]{
		max-width: 108px;
	}

	.lg\:max-w-\[900px\]{
		max-width: 900px;
	}

	.lg\:-translate-y-1\/2{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

	.lg\:translate-x-0{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}

	.lg\:-translate-x-0{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}

	.lg\:scale-100{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

	.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-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

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

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

	.lg\:flex-col{
		flex-direction: column;
	}

	.lg\:items-end{
		align-items: flex-end;
	}

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

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

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

	.lg\:gap-4{
		gap: 1rem;
	}

	.lg\:gap-x-\[200px\]{
		-moz-column-gap: 200px;
		     column-gap: 200px;
	}

	.lg\:gap-x-5{
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}

	.lg\:gap-y-10{
		row-gap: 2.5rem;
	}

	.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-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-y-25 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(6.25rem * var(--tw-space-y-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-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-8 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}

	.lg\:border-r{
		border-right-width: 1px;
	}

	.lg\:border-t-0{
		border-top-width: 0px;
	}

	.lg\:border-b-0{
		border-bottom-width: 0px;
	}

	.lg\:p-16{
		padding: 4rem;
	}

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

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

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

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

	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}

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

	.lg\:py-14{
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

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

	.lg\:py-36{
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.lg\:px-36{
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.lg\:py-\[88px\]{
		padding-top: 88px;
		padding-bottom: 88px;
	}

	.lg\:py-\[50px\]{
		padding-top: 50px;
		padding-bottom: 50px;
	}

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

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

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

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

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

	.lg\:pb-6{
		padding-bottom: 1.5rem;
	}

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

	.lg\:pb-0{
		padding-bottom: 0px;
	}

	.lg\:pt-70{
		padding-top: 70px;
	}

	.lg\:pb-100{
		padding-bottom: 100px;
	}

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

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

	.lg\:pt-\[120px\]{
		padding-top: 120px;
	}

	.lg\:pt-0{
		padding-top: 0px;
	}

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

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

	.lg\:pb-25{
		padding-bottom: 6.25rem;
	}

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

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

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

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

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

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

	.lg\:pl-4{
		padding-left: 1rem;
	}

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

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

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

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

	.lg\:text-\[44px\]{
		font-size: 44px;
	}

	.lg\:text-\[60px\]{
		font-size: 60px;
	}

	.lg\:text-\[48px\]{
		font-size: 48px;
	}

	.lg\:text-\[40px\]{
		font-size: 40px;
	}

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

	.lg\:text-\[36px\]{
		font-size: 36px;
	}

	.lg\:text-\[45px\]{
		font-size: 45px;
	}

	.lg\:text-\[34px\]{
		font-size: 34px;
	}

	.lg\:first\:rounded-l-xl:first-child{
		border-top-left-radius: 0.75rem;
		border-bottom-left-radius: 0.75rem;
	}

	.lg\:first\:rounded-tr-none:first-child{
		border-top-right-radius: 0px;
	}

	.lg\:last\:rounded-r-xl:last-child{
		border-top-right-radius: 0.75rem;
		border-bottom-right-radius: 0.75rem;
	}

	.lg\:last\:rounded-bl-none:last-child{
		border-bottom-left-radius: 0px;
	}
}

@media (min-width: 1200px){

	.xl\:-right-6{
		right: -1.5rem;
	}

	.xl\:-left-6{
		left: -1.5rem;
	}

	.xl\:top-\[-15px\]{
		top: -15px;
	}

	.xl\:top-8{
		top: 2rem;
	}

	.xl\:mb-18{
		margin-bottom: 4.5rem;
	}

	.xl\:mt-8{
		margin-top: 2rem;
	}

	.xl\:max-w-\[1124px\]{
		max-width: 1124px;
	}

	.xl\:max-w-\[1200px\]{
		max-width: 1200px;
	}

	.xl\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.xl\:pr-\[136px\]{
		padding-right: 136px;
	}
}

@media (min-width: 1440px){

	.\32xl\:-left-32{
		left: -8rem;
	}

	.\32xl\:-right-32{
		right: -8rem;
	}

	.\32xl\:max-w-\[1340px\]{
		max-width: 1340px;
	}

	.\32xl\:text-\[72px\]{
		font-size: 72px;
	}
}
