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

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

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

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

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

html {
	-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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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


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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--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);
}
h1, h2, h3, h4, h5, h6 {
	font-family: ivypresto-display, serif;
	line-height: 1.25;
}
.btn {
	display: inline-block;
	width: 12.5rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(250, 176, 1, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 4, 94, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-yellow {
	display: inline-block;
	width: 12.5rem;
	border-radius: 0.25rem;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(250, 176, 1, var(--tw-border-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(250, 176, 1, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-yellow:hover {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
/*HEADER/NAV*/
#menu li a {
	display: flex;
	white-space: nowrap;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	letter-spacing: -0.028125rem;
}
@media (min-width: 1280px) {

	#menu li a {
		border-width: 2px;
	}

	#menu li a {
		border-style: solid;
	}

	#menu li a {
		--tw-border-opacity: 1;
		border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	}
}
#menu li a:hover {
	border-radius: 0.75rem;
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(3, 4, 94, var(--tw-border-opacity));
}
@media (max-width: 1279px) {
   .mobilenav {
		position: absolute;
	}
   .mobilenav {
		top: 0px;
	}
   .mobilenav {
		left: 0px;
	}
   .mobilenav {
		right: 0px;
	}
   .mobilenav {
		z-index: 10;
	}
   .mobilenav {
		height: 100vh;
	}
   .mobilenav {
		width: 100%;
	}
   .mobilenav {
		--tw-bg-opacity: 1;
		background-color: rgba(3, 4, 94, var(--tw-bg-opacity));
	}
   .mobilenav {
		padding-top: 3.5rem;
	}
   .mobilenav {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
   .mobilenav li {
		border-bottom-width: 1px;
	}
   .mobilenav li {
		--tw-border-opacity: 1;
		border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	}
   .mobilenav li {
		padding-left: 1rem;
		padding-right: 1rem;
	}
   .mobilenav li {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
   .mobilenav li {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}
@media (max-width: 1279px) and (min-width: 1280px) {

	.mobilenav li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
/*SEARCH CONTAINER*/
.search-container {
	border-radius: 0.625rem;
	--tw-bg-opacity: 1;
	background-color: rgba(175, 25, 12, var(--tw-bg-opacity));
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 2.5rem;
	padding-bottom: 4rem;
}
@media (min-width: 1536px) {

	.search-container {
		padding-left: 8.4375rem;
		padding-right: 8.4375rem;
	}
}
.search-container form {
	display: flex;
	flex-direction: column;
	grid-row-gap: 1.875rem;
	row-gap: 1.875rem;
	padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {

	.search-container form {
		flex-direction: row;
	}
}
.search-container form p, .search-container form label {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1280px) {

	.search-container form p, .search-container form label {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.search-container form .input-keywords {
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.search-container form .input-keywords::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.search-container form .input-keywords:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.search-container form .input-keywords::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
@media (min-width: 768px) {

	.search-container form .input-keywords {
		height: 5rem;
	}
}
@media (min-width: 1024px) {

	.search-container form .input-keywords {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.search-container form .input-keywords {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.search-container form .filter-select {
	position: relative;
}
@media (min-width: 1024px) {

	.search-container form .filter-select {
		display: inline-flex;
	}
}
/*FORM ELEMENTS*/
select {
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-right: 2.5rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 768px) {

	select {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
}
select option {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.select-icon {
	pointer-events: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 1rem;
}
.select-icon svg {
	margin-right: 1rem;
	height: 0.5rem;
	width: 0.5rem;
}
.highlighted .dropdown-item{
        background-color:#F9F9F9;
    }
.hero-gradient {
    background: linear-gradient(179.09deg, rgba(255, 255, 255, 0.0001) 26.39%, rgba(255, 255, 255, 0.751475) 51.65%, #FFFFFF 89.53%);
}
@media (max-width: 767px) {
    .hero {
        background-size: 180%;

    }

}
.vertical-bg{
    background: rgb(255,248,230);
    background: linear-gradient(90deg, rgba(255,248,230,1) 87%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%)
}
@media (max-width: 767px) {
.vertical-bg{
        background: rgb(255,248,230)
}
    }
.search-bg{
    background: rgb(255,248,230);
    background: linear-gradient(180deg, rgba(255,248,230,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%)
}
@media (max-width: 767px) {
.search-bg{
        background: rgb(255,248,230)
}
    }
.text-content-area h2 {
	margin-bottom: 2rem;
}
.text-content-area h2 {
	font-family: Inter, sans-serif;
}
.text-content-area h2 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-content-area h2 {
	font-weight: 700;
}
.text-content-area h2 {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.text-content-area h2 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
.text-content-area h2 {
		line-height: 2;
	}
}
.text-content-area h3 {
	margin-bottom: 2rem;
}
.text-content-area h3 {
	font-family: Inter, sans-serif;
}
.text-content-area h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-content-area h3 {
	font-weight: 400;
}
.text-content-area h3 {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.text-content-area h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
.text-content-area h3 {
		line-height: 2;
	}
}
.text-content-area h3 a {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-content-area h3 a {
	--tw-text-opacity: 1;
	color: rgba(250, 176, 1, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    .text-content-area h3 a {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
    .text-content-area h3 a {
		line-height: 2;
	}
}
.text-content-area p {
	margin-bottom: 2rem;
}
.text-content-area p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-content-area p {
	--tw-text-opacity: 1;
	color: rgba(87, 87, 87, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.text-content-area p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
.text-content-area p {
		line-height: 2;
	}
}
.main-content-area h2 {
	margin-bottom: 1.25rem;
}
.main-content-area h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
@media (min-width: 1024px) {
.main-content-area h2 {
		font-size: 3rem;
		line-height: 1.25;
	}
}
.main-content-area h3 {
	margin-bottom: 2rem;
}
.main-content-area h3 {
	font-family: Inter, sans-serif;
}
.main-content-area h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.main-content-area h3 {
	font-weight: 700;
}
.main-content-area h3 {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.main-content-area h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
.main-content-area h3 {
		line-height: 2;
	}
}
.main-content-area p {
	margin-bottom: 2rem;
}
.main-content-area p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.main-content-area p {
	--tw-text-opacity: 1;
	color: rgba(87, 87, 87, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.main-content-area p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
.main-content-area p {
		line-height: 2;
	}
}
.main-content-area p a {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
.main-content-area p a {
	text-decoration: underline;
}
.pagination{
    margin-top: 20px;
}
.pagination li{
        padding:0 10px;
    }
.pagination li a,.pagination li span{
            width: 40px;
            height:40px;

            display:flex;
            justify-content:center;
            align-items:center;
            border:1px solid;


        }
.pagination li a, .pagination li span {
	border-radius: 0.25rem;
}
.pagination li a, .pagination li span {
	border-right-width: 1px;
}
.pagination li a, .pagination li span {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.pagination li.active a,.pagination li.active span{
                width: 40px;
            height:40px;
                display:flex;
                justify-content:center;
                align-items:center;
                border:1px solid;
    
    
            }
.pagination li.active a, .pagination li.active span {
	border-radius: 0.25rem;
}
.pagination li.active a, .pagination li.active span {
	border-right-width: 1px;
}
.pagination li.active a, .pagination li.active span {
	--tw-border-opacity: 1;
	border-color: rgba(3, 4, 94, var(--tw-border-opacity));
}
.projectintro h2 {
	margin-bottom: 2.5rem;
}
.projectintro h2 {
	font-family: ivypresto-display, serif;
}
.projectintro h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
@media (min-width: 1280px) {
.projectintro h2 {
		font-size: 3rem;
		line-height: 1.25;
	}
}
.projectintro p {
	margin-bottom: 2.5rem;
}
.projectintro p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.projectintro p {
	--tw-text-opacity: 1;
	color: rgba(87, 87, 87, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.projectintro p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
.projectintro p {
		line-height: 2;
	}
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0
  }
.video-container.paused-state .play {
        display: flex;
      }
.video-container.square_video{
      padding-bottom: 100%;
      margin: 0;
    }
.video-container.not-full-width{
      margin: 3rem 0;
    }
.video-container iframe,
  .video-container object,
  .video-container video,
  .video-container embed {
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
  }
video{
    width: 100%;
  }
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.right-0 {
	right: 0px;
}
.-right-50 {
	right: -12.5rem;
}
.-top-4 {
	top: -1rem;
}
.right-20 {
	right: 5rem;
}
.top-8 {
	top: 2rem;
}
.right-16 {
	right: 4rem;
}
.top-30 {
	top: 7.5rem;
}
.left-0 {
	left: 0px;
}
.right-8 {
	right: 2rem;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear-both {
	clear: both;
}
.m-auto {
	margin: auto;
}
.m-4 {
	margin: 1rem;
}
.m-0 {
	margin: 0px;
}
.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-7\.5 {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}
.mx-7 {
	margin-left: 1.75rem;
	margin-right: 1.75rem;
}
.-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.mb-40 {
	margin-bottom: 10rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-15 {
	margin-bottom: 3.75rem;
}
.mt-32 {
	margin-top: 8rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-12\.5 {
	margin-top: 3.125rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-7\.5 {
	margin-top: 1.875rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mt-30 {
	margin-top: 7.5rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mt-80 {
	margin-top: 20rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-25 {
	margin-bottom: 6.25rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-3\.5 {
	margin-top: 0.875rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-50 {
	margin-bottom: 12.5rem;
}
.mb-24 {
	margin-bottom: 6rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mt-9 {
	margin-top: 2.25rem;
}
.mb-36 {
	margin-bottom: 9rem;
}
.mt-15 {
	margin-top: 3.75rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-20 {
	margin-right: 5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.hidden {
	display: none;
}
.h-60 {
	height: 15rem;
}
.h-full {
	height: 100%;
}
.h-\[517px\;\] {
	height: 517px;;
}
.h-\[693px\] {
	height: 693px;
}
.h-96 {
	height: 24rem;
}
.h-44 {
	height: 11rem;
}
.h-\[650px\] {
	height: 650px;
}
.h-\[350px\] {
	height: 350px;
}
.h-2 {
	height: 0.5rem;
}
.h-50 {
	height: 12.5rem;
}
.h-3\.5 {
	height: 0.875rem;
}
.h-3 {
	height: 0.75rem;
}
.h-72 {
	height: 18rem;
}
.h-\[400px\;\] {
	height: 400px;;
}
.h-auto {
	height: auto;
}
.h-8 {
	height: 2rem;
}
.h-6 {
	height: 1.5rem;
}
.h-4 {
	height: 1rem;
}
.h-screen {
	height: 100vh;
}
.h-\[41vh\] {
	height: 41vh;
}
.max-h-\[481px\] {
	max-height: 481px;
}
.min-h-\[90px\] {
	min-height: 90px;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-\[60px\] {
	min-height: 60px;
}
.w-full {
	width: 100%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-40 {
	width: 10rem;
}
.w-1\/2 {
	width: 50%;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-30 {
	width: 7.5rem;
}
.w-50 {
	width: 12.5rem;
}
.w-3\/5 {
	width: 60%;
}
.w-96 {
	width: 24rem;
}
.w-60 {
	width: 15rem;
}
.w-72 {
	width: 18rem;
}
.w-2 {
	width: 0.5rem;
}
.w-\[134px\] {
	width: 134px;
}
.w-\[355px\] {
	width: 355px;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-auto {
	width: auto;
}
.w-20 {
	width: 5rem;
}
.w-25 {
	width: 6.25rem;
}
.w-8 {
	width: 2rem;
}
.w-6 {
	width: 1.5rem;
}
.w-4 {
	width: 1rem;
}
.w-screen {
	width: 100vw;
}
.w-4\/5 {
	width: 80%;
}
.w-\[fit-content\] {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.w-\[100px\] {
	width: 100px;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-\[717px\] {
	max-width: 717px;
}
.max-w-\[450px\] {
	max-width: 450px;
}
.max-w-\[250px\] {
	max-width: 250px;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-\[260\] {
	max-width: 260;
}
.max-w-\[60px\] {
	max-width: 60px;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-\[792px\] {
	max-width: 792px;
}
.max-w-\[650px\] {
	max-width: 650px;
}
.max-w-\[100px\] {
	max-width: 100px;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-y-10 {
	--tw-translate-y: -2.5rem;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.list-none {
	list-style-type: none;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.place-items-center {
	align-items: center;
	justify-items: center;
	place-items: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-y-7\.5 {
	grid-row-gap: 1.875rem;
	row-gap: 1.875rem;
}
.gap-x-5 {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-y-7 {
	grid-row-gap: 1.75rem;
	row-gap: 1.75rem;
}
.gap-x-6 {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.gap-y-3 {
	grid-row-gap: 0.75rem;
	row-gap: 0.75rem;
}
.gap-x-4 {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-x-7\.5 {
	grid-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	     column-gap: 1.875rem;
}
.gap-x-7 {
	grid-column-gap: 1.75rem;
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
}
.gap-x-3 {
	grid-column-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.gap-x-3\.5 {
	grid-column-gap: 0.875rem;
	-moz-column-gap: 0.875rem;
	     column-gap: 0.875rem;
}
.gap-y-10 {
	grid-row-gap: 2.5rem;
	row-gap: 2.5rem;
}
.gap-x-10 {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	     column-gap: 2.5rem;
}
.gap-x-15 {
	grid-column-gap: 3.75rem;
	-moz-column-gap: 3.75rem;
	     column-gap: 3.75rem;
}
.gap-x-2 {
	grid-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.place-self-start {
	align-self: start;
	justify-self: start;
	place-self: start;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.rounded-lg {
	border-radius: 0.625rem;
}
.rounded-md {
	border-radius: 0.25rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-b-lg {
	border-bottom-right-radius: 0.625rem;
	border-bottom-left-radius: 0.625rem;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-none {
	border-style: none;
}
.border-yellow {
	--tw-border-opacity: 1;
	border-color: rgba(250, 176, 1, var(--tw-border-opacity));
}
.border-lightblue {
	--tw-border-opacity: 1;
	border-color: rgba(1, 115, 203, var(--tw-border-opacity));
}
.border-\[\#CBCBCB\] {
	--tw-border-opacity: 1;
	border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}
.border-gray {
	--tw-border-opacity: 1;
	border-color: rgba(87, 87, 87, var(--tw-border-opacity));
}
.border-l-\[\#FFEDC7\] {
	--tw-border-opacity: 1;
	border-left-color: rgba(255, 237, 199, var(--tw-border-opacity));
}
.border-l-\[\#FFE9E7\] {
	--tw-border-opacity: 1;
	border-left-color: rgba(255, 233, 231, var(--tw-border-opacity));
}
.border-l-\[\#D2EEFF\] {
	--tw-border-opacity: 1;
	border-left-color: rgba(210, 238, 255, var(--tw-border-opacity));
}
.border-opacity-50 {
	--tw-border-opacity: 0.5;
}
.border-opacity-75 {
	--tw-border-opacity: 0.75;
}
.border-opacity-20 {
	--tw-border-opacity: 0.2;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-paleyellow {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 248, 230, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 4, 94, var(--tw-bg-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 37, 18, var(--tw-bg-opacity));
}
.bg-paleblue {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 161, 253, var(--tw-bg-opacity));
}
.bg-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 176, 1, var(--tw-bg-opacity));
}
.bg-palered {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 234, 234, var(--tw-bg-opacity));
}
.bg-lightbluebg {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 248, 252, var(--tw-bg-opacity));
}
.bg-\[\#000000d1\] {
	background-color: rgba(0,0,0,0.81961);
}
.bg-\[\#FFEDC7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 237, 199, var(--tw-bg-opacity));
}
.bg-\[\#FFE9E7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 233, 231, var(--tw-bg-opacity));
}
.bg-\[\#D2EEFF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(210, 238, 255, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-opacity-5 {
	--tw-bg-opacity: 0.05;
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-white {
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.to-transparent {
	--tw-gradient-to: transparent;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-top {
	background-position: top;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-10 {
	padding: 2.5rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-9 {
	padding: 2.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-12 {
	padding: 3rem;
}
.p-0 {
	padding: 0px;
}
.py-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-12\.5 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-30 {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-50 {
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
}
.px-7\.5 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-25 {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.pt-28 {
	padding-top: 7rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pt-25 {
	padding-top: 6.25rem;
}
.pb-25 {
	padding-bottom: 6.25rem;
}
.pb-50 {
	padding-bottom: 12.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pt-50 {
	padding-top: 12.5rem;
}
.pb-12\.5 {
	padding-bottom: 3.125rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pl-0 {
	padding-left: 0px;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-36 {
	padding-bottom: 9rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pt-30 {
	padding-top: 7.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-30 {
	padding-bottom: 7.5rem;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pr-4 {
	padding-right: 1rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-ivypresto {
	font-family: ivypresto-display, serif;
}
.font-inter {
	font-family: Inter, sans-serif;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1.25;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.leading-loose {
	line-height: 2;
}
.leading-\[55px\] {
	line-height: 55px;
}
.leading-tight {
	line-height: 1.25;
}
.leading-none {
	line-height: 1;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-lightblue {
	--tw-text-opacity: 1;
	color: rgba(1, 115, 203, var(--tw-text-opacity));
}
.text-gray {
	--tw-text-opacity: 1;
	color: rgba(87, 87, 87, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(254, 37, 18, var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
.text-paleblue {
	--tw-text-opacity: 1;
	color: rgba(51, 161, 253, var(--tw-text-opacity));
}
.text-brightblue {
	--tw-text-opacity: 1;
	color: rgba(0, 90, 160, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-palebluechild {
	--tw-text-opacity: 1;
	color: rgba(33, 103, 161, var(--tw-text-opacity));
}
.text-opacity-50 {
	--tw-text-opacity: 0.5;
}
.no-underline {
	text-decoration: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-primary::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-placeholder-opacity));
}
.placeholder-primary:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-placeholder-opacity));
}
.placeholder-primary::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-placeholder-opacity));
}
.placeholder-white::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-30 {
	opacity: 0.3;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.drop-shadow-2xl {
	--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.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);
}
.ease-linear {
	transition-timing-function: linear;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:border-l-4:hover {
	border-left-width: 4px;
}
.hover\:border-l-\[\#FFEDC7\]:hover {
	--tw-border-opacity: 1;
	border-left-color: rgba(255, 237, 199, var(--tw-border-opacity));
}
.hover\:border-l-\[\#FFE9E7\]:hover {
	--tw-border-opacity: 1;
	border-left-color: rgba(255, 233, 231, var(--tw-border-opacity));
}
.hover\:border-l-\[\#D2EEFF\]:hover {
	--tw-border-opacity: 1;
	border-left-color: rgba(210, 238, 255, var(--tw-border-opacity));
}
.hover\:bg-\[\#F9F9F9\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.focus\:text-primary:focus {
	--tw-text-opacity: 1;
	color: rgba(3, 4, 94, var(--tw-text-opacity));
}
.focus\:text-white:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.group:hover .group-hover\:scale-125 {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: var(--tw-transform);
}
@media (min-width: 640px) {

	.sm\:mb-50 {
		margin-bottom: 12.5rem;
	}

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

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

	.sm\:w-50 {
		width: 12.5rem;
	}

	.sm\:pl-8 {
		padding-left: 2rem;
	}
}
@media (min-width: 768px) {

	.md\:-right-60 {
		right: -15rem;
	}

	.md\:right-\[135px\] {
		right: 135px;
	}

	.md\:m-auto {
		margin: auto;
	}

	.md\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}

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

	.md\:-mt-12 {
		margin-top: -3rem;
	}

	.md\:mb-40 {
		margin-bottom: 10rem;
	}

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

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

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

	.md\:flex {
		display: flex;
	}

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

	.md\:h-64 {
		height: 16rem;
	}

	.md\:h-50 {
		height: 12.5rem;
	}

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

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

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

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

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

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

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

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

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

	.md\:w-50 {
		width: 12.5rem;
	}

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

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

	.md\:max-w-none {
		max-width: none;
	}

	.md\:flex-shrink-0 {
		flex-shrink: 0;
	}

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

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

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

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

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

	.md\:pl-12 {
		padding-left: 3rem;
	}

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

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

	.md\:pb-16 {
		padding-bottom: 4rem;
	}

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

	.md\:text-right {
		text-align: right;
	}

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

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

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

	.md\:text-\[21px\] {
		font-size: 21px;
	}
}
@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

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

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

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

	.lg\:top-60 {
		top: 15rem;
	}

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

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

	.lg\:-right-25 {
		right: -6.25rem;
	}

	.lg\:top-80 {
		top: 20rem;
	}

	.lg\:m-auto {
		margin: auto;
	}

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

	.lg\:mt-32 {
		margin-top: 8rem;
	}

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

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

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

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

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

	.lg\:mt-33\.75 {
		margin-top: 8.4375rem;
	}

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

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

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

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

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

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

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

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

	.lg\:w-50 {
		width: 12.5rem;
	}

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

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

	.lg\:w-60 {
		width: 15rem;
	}

	.lg\:w-72 {
		width: 18rem;
	}

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

	.lg\:w-1\/5 {
		width: 20%;
	}

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

	.lg\:w-32 {
		width: 8rem;
	}

	.lg\:w-36 {
		width: 9rem;
	}

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

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

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

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

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

	.lg\:transform {
		transform: var(--tw-transform);
	}

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

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

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

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

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

	.lg\:gap-y-7\.5 {
		grid-row-gap: 1.875rem;
		row-gap: 1.875rem;
	}

	.lg\:gap-y-7 {
		grid-row-gap: 1.75rem;
		row-gap: 1.75rem;
	}

	.lg\:gap-x-6 {
		grid-column-gap: 1.5rem;
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}

	.lg\:gap-x-8 {
		grid-column-gap: 2rem;
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}

	.lg\:gap-x-10 {
		grid-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

	.lg\:bg-cover {
		background-size: cover;
	}

	.lg\:bg-center {
		background-position: center;
	}

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

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

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

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

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

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

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

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

	.lg\:pl-30 {
		padding-left: 7.5rem;
	}

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

	.lg\:pt-15 {
		padding-top: 3.75rem;
	}

	.lg\:pt-25 {
		padding-top: 6.25rem;
	}

	.lg\:pt-50 {
		padding-top: 12.5rem;
	}

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

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

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

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

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

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

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

	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.lg\:leading-loose {
		line-height: 2;
	}
}
@media (min-width: 1280px) {

	.xl\:-bottom-10 {
		bottom: -2.5rem;
	}

	.xl\:left-9 {
		left: 2.25rem;
	}

	.xl\:-top-16 {
		top: -4rem;
	}

	.xl\:m-auto {
		margin: auto;
	}

	.xl\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}

	.xl\:-mx-2\.5 {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}

	.xl\:-mx-2 {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.xl\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.xl\:my-50 {
		margin-top: 12.5rem;
		margin-bottom: 12.5rem;
	}

	.xl\:mr-20 {
		margin-right: 5rem;
	}

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

	.xl\:block {
		display: block;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:h-\[392px\] {
		height: 392px;
	}

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

	.xl\:h-\[750px\] {
		height: 750px;
	}

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

	.xl\:w-9\/12 {
		width: 75%;
	}

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

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

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

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

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

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

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

	.xl\:flex-grow {
		flex-grow: 1;
	}

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

	.xl\:gap-x-7 {
		grid-column-gap: 1.75rem;
		-moz-column-gap: 1.75rem;
		     column-gap: 1.75rem;
	}

	.xl\:py-56 {
		padding-top: 14rem;
		padding-bottom: 14rem;
	}

	.xl\:px-15 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.xl\:pl-30 {
		padding-left: 7.5rem;
	}

	.xl\:pl-20 {
		padding-left: 5rem;
	}

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

	.xl\:pl-7\.5 {
		padding-left: 1.875rem;
	}

	.xl\:pl-7 {
		padding-left: 1.75rem;
	}

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

	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1.25;
	}

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

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

	.xl\:text-7xxl {
		font-size: 5rem;
	}

	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:right-0 {
		right: 0px;
	}

	.\32xl\:right-36 {
		right: 9rem;
	}

	.\32xl\:top-60 {
		top: 15rem;
	}

	.\32xl\:m-auto {
		margin: auto;
	}

	.\32xl\:h-\[480px\] {
		height: 480px;
	}

	.\32xl\:h-\[400px\] {
		height: 400px;
	}

	.\32xl\:h-\[243px\] {
		height: 243px;
	}

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

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

	.\32xl\:w-72 {
		width: 18rem;
	}

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

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

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

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

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

	.\32xl\:w-95 {
		width: 23.75rem;
	}

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

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

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

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

	.\32xl\:min-w-\[717px\] {
		min-width: 717px;
	}

	.\32xl\:max-w-screen-3xl {
		max-width: 1600px;
	}

	.\32xl\:max-w-screen-2xl {
		max-width: 1536px;
	}

	.\32xl\:max-w-screen-md {
		max-width: 768px;
	}

	.\32xl\:max-w-screen-xl {
		max-width: 1280px;
	}

	.\32xl\:max-w-screen-lg {
		max-width: 1024px;
	}

	.\32xl\:max-w-none {
		max-width: none;
	}

	.\32xl\:flex-1 {
		flex: 1 1 0%;
	}

	.\32xl\:-translate-x-10 {
		--tw-translate-x: -2.5rem;
		transform: var(--tw-transform);
	}

	.\32xl\:translate-x-10 {
		--tw-translate-x: 2.5rem;
		transform: var(--tw-transform);
	}

	.\32xl\:transform {
		transform: var(--tw-transform);
	}

	.\32xl\:gap-x-10 {
		grid-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

	.\32xl\:gap-x-20 {
		grid-column-gap: 5rem;
		-moz-column-gap: 5rem;
		     column-gap: 5rem;
	}

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

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

	.\32xl\:px-33\.75 {
		padding-left: 8.4375rem;
		padding-right: 8.4375rem;
	}

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

	.\32xl\:pr-36 {
		padding-right: 9rem;
	}

	.\32xl\:pl-64 {
		padding-left: 16rem;
	}

	.\32xl\:pl-33\.75 {
		padding-left: 8.4375rem;
	}

	.\32xl\:pr-30 {
		padding-right: 7.5rem;
	}

	.\32xl\:pl-10 {
		padding-left: 2.5rem;
	}

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

	.\32xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

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

	.\32xl\:text-5xl {
		font-size: 3rem;
		line-height: 1.25;
	}

	.\32xl\:leading-10xl {
		line-height: 4.0625rem;
	}
}

