/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root{
	--twcb-scrollbar-width: 0px;
}

*, ::before, ::after{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--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-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 100%){

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

	.container{
		max-width: 1344px;
	}
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.-left-\[10\%\]{
	left: -10%;
}
.-top-\[10\%\]{
	top: -10%;
}
.bottom-0{
	bottom: 0px;
}
.left-0{
	left: 0px;
}
.right-0{
	right: 0px;
}
.top-0{
	top: 0px;
}
.z-10{
	z-index: 10;
}
.z-\[0\]{
	z-index: 0;
}
.z-\[10\]{
	z-index: 10;
}
.z-\[1\]{
	z-index: 1;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.row-span-2{
	grid-row: span 2 / span 2;
}
.m-8{
	margin: 2rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.\!-mb-20{
	margin-bottom: -5rem !important;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.ml-10{
	margin-left: 2.5rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.ml-auto{
	margin-left: auto;
}
.mr-4{
	margin-right: 1rem;
}
.mt-0{
	margin-top: 0px;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-14{
	margin-top: 3.5rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-20{
	margin-top: 5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.aspect-2\/1{
	aspect-ratio: 2 / 1;
}
.aspect-4\/5{
	aspect-ratio: 4 / 5;
}
.aspect-\[4\/5\]{
	aspect-ratio: 4/5;
}
.h-0{
	height: 0px;
}
.h-1{
	height: 0.25rem;
}
.h-\[120\%\]{
	height: 120%;
}
.h-\[400px\]{
	height: 400px;
}
.h-full{
	height: 100%;
}
.max-h-\[80px\]{
	max-height: 80px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-16{
	width: 4rem;
}
.w-\[112\%\]{
	width: 112%;
}
.w-\[120\%\]{
	width: 120%;
}
.w-full{
	width: 100%;
}
.max-w-\[360px\]{
	max-width: 360px;
}
.max-w-\[80px\]{
	max-width: 80px;
}
.max-w-full{
	max-width: 100%;
}
.max-w-sm{
	max-width: 24rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-auto{
	flex: 1 1 auto;
}
.flex-grow{
	flex-grow: 1;
}
.rotate-0{
	--tw-rotate: 0deg;
	transform: translate(var(--tw-translate-x), 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));
}
.transform{
	transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer{
	cursor: pointer;
}
.list-decimal{
	list-style-type: decimal;
}
.list-disc{
	list-style-type: disc;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-3{
	grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.items-start{
	align-items: flex-start;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-5{
	gap: 1.25rem;
}
.gap-x-2{
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-x-3{
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.gap-x-4{
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-x-5{
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-x-6{
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.gap-y-10{
	row-gap: 2.5rem;
}
.gap-y-3{
	row-gap: 0.75rem;
}
.gap-y-5{
	row-gap: 1.25rem;
}
.gap-y-6{
	row-gap: 1.5rem;
}
.overflow-hidden{
	overflow: hidden;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-\[4px\]{
	border-radius: 4px;
}
.rounded-\[5px\]{
	border-radius: 5px;
}
.rounded-\[8px\]{
	border-radius: 8px;
}
.rounded-t-\[4px\]{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.border{
	border-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-none{
	border-style: none;
}
.border-\[\#2F4674\]{
	--tw-border-opacity: 1;
	border-color: rgb(47 70 116 / var(--tw-border-opacity));
}
.border-\[\#463D3D\]{
	--tw-border-opacity: 1;
	border-color: rgb(70 61 61 / var(--tw-border-opacity));
}
.border-\[\#DFDFBB\]{
	--tw-border-opacity: 1;
	border-color: rgb(223 223 187 / var(--tw-border-opacity));
}
.border-\[\#E1D1C1\]{
	--tw-border-opacity: 1;
	border-color: rgb(225 209 193 / var(--tw-border-opacity));
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-orange{
	--tw-border-opacity: 1;
	border-color: rgb(215 108 3 / var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#1A2946\]{
	--tw-bg-opacity: 1;
	background-color: rgb(26 41 70 / var(--tw-bg-opacity));
}
.bg-\[\#2E2D36\]{
	--tw-bg-opacity: 1;
	background-color: rgb(46 45 54 / var(--tw-bg-opacity));
}
.bg-dark{
	--tw-bg-opacity: 1;
	background-color: rgb(28 44 76 / var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-light-blue{
	--tw-bg-opacity: 1;
	background-color: rgb(185 216 255 / var(--tw-bg-opacity));
}
.bg-orange{
	--tw-bg-opacity: 1;
	background-color: rgb(215 108 3 / var(--tw-bg-opacity));
}
.bg-tan{
	--tw-bg-opacity: 1;
	background-color: rgb(248 245 242 / var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-bottom{
	-o-object-position: bottom;
	   object-position: bottom;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.p-2{
	padding: 0.5rem;
}
.p-4{
	padding: 1rem;
}
.p-5{
	padding: 1.25rem;
}
.p-8{
	padding: 2rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-28{
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pb-20{
	padding-bottom: 5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pt-24{
	padding-top: 6rem;
}
.pt-32{
	padding-top: 8rem;
}
.pt-4{
	padding-top: 1rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-\[12px\]{
	font-size: 12px;
}
.text-\[13px\]{
	font-size: 13px;
}
.text-\[14px\]{
	font-size: 14px;
}
.text-\[16px\]{
	font-size: 16px;
}
.text-\[20px\]{
	font-size: 20px;
}
.text-\[22px\]{
	font-size: 22px;
}
.text-\[24px\]{
	font-size: 24px;
}
.text-\[26px\]{
	font-size: 26px;
}
.text-\[28px\]{
	font-size: 28px;
}
.text-\[30px\]{
	font-size: 30px;
}
.text-\[32px\]{
	font-size: 32px;
}
.text-\[36px\]{
	font-size: 36px;
}
.text-\[38px\]{
	font-size: 38px;
}
.font-bold{
	font-weight: 700;
}
.font-light{
	font-weight: 300;
}
.font-medium{
	font-weight: 500;
}
.font-normal{
	font-weight: 400;
}
.font-semibold{
	font-weight: 600;
}
.uppercase{
	text-transform: uppercase;
}
.leading-none{
	line-height: 1;
}
.leading-tight{
	line-height: 1.25;
}
.tracking-\[2\.2px\]{
	letter-spacing: 2.2px;
}
.tracking-\[2\.4px\]{
	letter-spacing: 2.4px;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.text-\[\#191249\]{
	--tw-text-opacity: 1;
	color: rgb(25 18 73 / var(--tw-text-opacity));
}
.text-\[\#1C2C4C\]{
	--tw-text-opacity: 1;
	color: rgb(28 44 76 / var(--tw-text-opacity));
}
.text-\[\#A2B1CE\]{
	--tw-text-opacity: 1;
	color: rgb(162 177 206 / var(--tw-text-opacity));
}
.text-\[\#AED1FD\]{
	--tw-text-opacity: 1;
	color: rgb(174 209 253 / var(--tw-text-opacity));
}
.text-\[\#F3F2F2\]{
	--tw-text-opacity: 1;
	color: rgb(243 242 242 / var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
	--tw-text-opacity: 1;
	color: rgb(28 44 76 / var(--tw-text-opacity));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-heading-light{
	--tw-text-opacity: 1;
	color: rgb(174 209 253 / var(--tw-text-opacity));
}
.text-light-blue{
	--tw-text-opacity: 1;
	color: rgb(185 216 255 / var(--tw-text-opacity));
}
.text-orange{
	--tw-text-opacity: 1;
	color: rgb(215 108 3 / var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
	text-decoration-line: underline;
}
.decoration-1{
	text-decoration-thickness: 1px;
}
.underline-offset-\[10px\]{
	text-underline-offset: 10px;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-25{
	opacity: 0.25;
}
.opacity-5{
	opacity: 0.05;
}
.opacity-90{
	opacity: 0.9;
}
.mix-blend-overlay{
	mix-blend-mode: overlay;
}
.outline{
	outline-style: solid;
}
.grayscale{
	--tw-grayscale: grayscale(100%);
	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);
}
.transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-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-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200{
	transition-duration: 200ms;
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.alignfull{
	margin: 2rem calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw;
}
.alignwide{
	margin: 2rem 0;
	max-width: 1280px !important;
}
.alignnone{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: 100%;
}
.aligncenter{
	margin: 0.5rem auto;
	display: block;
}
@media (min-width: 600px){

	.alignleft:not(.wp-block-button){
		margin-right: 0.5rem;
		float: left;
	}

	.alignright:not(.wp-block-button){
		margin-left: 0.5rem;
		float: right;
	}

	.wp-block-button.alignleft a{
		float: left;
		margin-right: 1rem;
	}

	.wp-block-button.alignright a{
		float: right;
		margin-left: 1rem;
	}
}
.wp-caption{
	display: inline-block;
}
.wp-caption img{
	margin-bottom: 0.5rem;
	line-height: 1;
}
.wp-caption-text{
	font-size: 0.875rem;
	color: #4b5563;
}
body {
	font-size: 18px;
	line-height: 1.5;
}
article>*:not(.entry-content),
.entry-content>*{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
.entry-content .wp-block-heading,.block-editor-block-list__layout .wp-block-heading{
		margin-bottom: 16px;

	}
.entry-content h1.wp-block-heading, .block-editor-block-list__layout h1.wp-block-heading{
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}
@media (min-width: 782px){

	.entry-content h1.wp-block-heading, .block-editor-block-list__layout h1.wp-block-heading{
		font-size: 52px;
	}
}
.entry-content h2.wp-block-heading, .block-editor-block-list__layout h2.wp-block-heading{
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
}
@media (min-width: 782px){

	.entry-content h2.wp-block-heading, .block-editor-block-list__layout h2.wp-block-heading{
		font-size: 48px;
	}
}
.entry-content h3.wp-block-heading, .block-editor-block-list__layout h3.wp-block-heading{
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}
@media (min-width: 782px){

	.entry-content h3.wp-block-heading, .block-editor-block-list__layout h3.wp-block-heading{
		font-size: 32px;
	}
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
	text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
	text-decoration-line: none;
}
.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.block-editor-block-list__layout p,
	.block-editor-block-list__layout ul,
	.block-editor-block-list__layout ol{
	margin-bottom: 1.5rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
	list-style-position: inside;
	list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
	list-style-position: inside;
	list-style-type: decimal;
}
.is-layout-constrained > * {
	margin-block-start: 16px;
	margin-block-end: 0;
}
.admin-bar .site-header {
	top: var(--wp-admin--admin-bar--height) !important;
}
body {
	font-family: "Averta Std";
}
h1,
h2,
h3 {
	font-family: "Financier Display";
}
h4{
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.2px;
}
.font-primary{
	font-family: "Averta Std";
}
.font-secondary{
	font-family: "Financier Display";
}
@media (min-width: 960px) {
	.container {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
.container {
	/* border: 1px solid aqua; */
}
main {
	overflow-x: hidden;
}
.alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wp-block-column>*:first-child:not(.wp-block-image) {
	margin-top: 0 !important;
}
.wp-block-column>*:last-child {
	margin-bottom: 0 !important;
}
.wp-block-column>p,
.wp-block-column>.wp-block-heading,
.wp-block-column>.wp-block-image {
	margin-top: .8rem;
	margin-bottom: 1.25rem;
}
.flex-auto {
	flex: 0 0 auto;
}
.lc-reset>*:last-child {
	margin-bottom: 0;
}
#primary-menu >ul>li >a{
	font-size: 24px;
}
@media (min-width: 782px){

	#primary-menu >ul>li >a{
		font-size: 36px;
	}
}
.backdrop{
	transform: translateY(-100%);
  transition: all .3s;
}
.backdrop a{
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.5s ease, transform 0.5s ease;
	}
.backdrop a:hover{
			color: #B9D8FF;
		}
.backdrop.active{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
		transform: translateY(0);
}
.footer-menu a{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.footer-menu a:hover{
	--tw-text-opacity: 1;
	color: rgb(185 216 255 / var(--tw-text-opacity));
}
.wp-block-button.is-style-primary a, .wp-block-button.is-style-primary .wp-element-button{
	border-radius: 4px;
	--tw-bg-opacity: 1;
	background-color: rgb(215 108 3 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.wp-block-button.is-style-primary a:hover, .wp-block-button.is-style-primary .wp-element-button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(28 44 76 / var(--tw-bg-opacity));
}
.wp-block-button.is-style-secondary a, .wp-block-button.is-style-secondary .wp-element-button{
	border-radius: 4px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	--tw-text-opacity: 1;
	color: rgb(28 44 76 / var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.wp-block-button.is-style-secondary a:hover, .wp-block-button.is-style-secondary .wp-element-button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(215 108 3 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--primary{
	border-radius: 4px;
	--tw-bg-opacity: 1;
	background-color: rgb(215 108 3 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--primary:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(28 44 76 / var(--tw-bg-opacity));
}
.btn--secondary{
	border-radius: 4px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	--tw-text-opacity: 1;
	color: rgb(28 44 76 / var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn--secondary:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(215 108 3 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.is-style-rounded{
	border-radius: 8px;
}
/*Slider*/
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*Slider*/
.wp-block-heading.is-style-border-right{
position: relative;
display: inline-block;
}
.wp-block-heading.is-style-border-right::before{
		content: "";
		position: absolute;
		width: 70px;
		height: 1px;
		background-color: #D76C03;
		top: 50%; 
		right: -80px; 
		transform: translate(0, -50%);
	}
:where(.wp-block-group.has-background),
.wp-block-cover,
.wp-block-cover-image,
.wp-block-group.alignfull {
	padding-left: 2rem;
	padding-right: 2rem;
}
.is-style-has-rounded {
	border-radius: 4px;
}
.post-content >* {
		margin-top: 1.35rem;
		margin-bottom: 1.35rem;
	}
.post-content figure {
		max-width: 100%;
	}
.post-content .wp-caption-text {
		font-size: 14px;
		margin-top: 10px;
	}
.post-content .wp-block-quote {
		margin-top: 2rem;
		margin-bottom: 2rem;
		max-width: 1280px !important;
		font-family: 'Bw Darius';
		position: relative;
		border-style: none;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 24px;
	}
@media (min-width: 782px){

	.post-content .wp-block-quote{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		padding-left: 5rem;
		padding-right: 5rem;
		font-size: 40px;
	}
}
.post-content .wp-block-quote::before {
			content: "";
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55' fill='none'%3E%3Cpath d='M20.2759 27.2336C22.9255 27.2336 24.8525 28.8394 24.8525 31.4891C24.8525 34.0584 22.9255 35.8248 20.2759 35.8248C17.5459 35.8248 15.6992 33.6569 15.6992 30.6861C15.6992 25.4672 18.9109 20.3285 23.7284 18L23.9693 18.8832C21.7211 20.9708 20.597 23.6204 20.1956 27.2336H20.2759ZM33.1226 27.2336C35.7722 27.2336 37.6992 28.8394 37.6992 31.4891C37.6992 34.0584 35.7722 35.8248 33.1226 35.8248C30.3926 35.8248 28.5459 33.6569 28.5459 30.6861C28.5459 25.4672 31.7576 20.3285 36.5751 18L36.816 18.8832C34.5678 20.9708 33.4437 23.6204 33.0423 27.2336H33.1226Z' fill='%23DAED5B'/%3E%3Ccircle cx='27.5' cy='27.5' r='27' stroke='%23DAED5B'/%3E%3C/svg%3E");
			width: 55px;
			height: 55px;
			display: block;
			background-size: 100%;
			position: relative;
			margin-bottom: 20px;
		}
@media only screen and (max-width: 768px) {
	.wp-block-buttons.is-content-justification-right {
		justify-content: flex-start !important;
	}

	.is-style-reverse-mobile {
		flex-direction: column-reverse !important;
	}
}
.hamburger .line{
  width: 24px;
  height: 2px;
  background-color: #D76C03;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1){
  transform: translateY(6px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3){
  transform: translateY(-6px) rotate(-45deg);
}
@font-face {
	font-family: 'Averta Std';
	src: url(../fonts/AvertaStd-Light.eot?6fbdc894e6f6d113c63bbf0d62cdfa72);
	src: url(../fonts/AvertaStd-Light.eot?6fbdc894e6f6d113c63bbf0d62cdfa72?#iefix) format('embedded-opentype'),
			url(../fonts/AvertaStd-Light.woff2?0d922ac3b98783cfff4df39b31ef1375) format('woff2'),
			url(../fonts/AvertaStd-Light.woff?5b90798e9234a9fc43588a200c9eb731) format('woff'),
			url(../fonts/AvertaStd-Light.ttf?febc3632af1621797268bfd97b166165) format('truetype'),
			url(../fonts/AvertaStd-Light.svg?242bb2fa27350425011656e5f838cd78#AvertaStd-Light) format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Financier Display';
	src: url(../fonts/FinancierDisplay-Semibold.eot?f1443e8e986e3fc7bb3dca848956626f);
	src: url(../fonts/FinancierDisplay-Semibold.eot?f1443e8e986e3fc7bb3dca848956626f?#iefix) format('embedded-opentype'),
			url(../fonts/FinancierDisplay-Semibold.woff2?9fe6321653dfb848c4963f668758f2f9) format('woff2'),
			url(../fonts/FinancierDisplay-Semibold.woff?30620148e2c1d17a730136987385be49) format('woff'),
			url(../fonts/FinancierDisplay-Semibold.ttf?f473b578d231854aa559998f52eabb06) format('truetype'),
			url(../fonts/FinancierDisplay-Semibold.svg?d06c5008632790460055e875887b0ccc#FinancierDisplay-Semibold) format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Averta Std';
	src: url(../fonts/AvertaStd-Bold.eot?17ba5cd76a4c6dcd70b4a7568b306dcc);
	src: url(../fonts/AvertaStd-Bold.eot?17ba5cd76a4c6dcd70b4a7568b306dcc?#iefix) format('embedded-opentype'),
			url(../fonts/AvertaStd-Bold.woff2?a2b1c042bdb5813b3c8978f86632575a) format('woff2'),
			url(../fonts/AvertaStd-Bold.woff?27a7e28dadf855dc01926632439739da) format('woff'),
			url(../fonts/AvertaStd-Bold.ttf?4a876cc6d59beab415ecab44cf112552) format('truetype'),
			url(../fonts/AvertaStd-Bold.svg?558c5f8e9efcc4b6209e64bf9d05301e#AvertaStd-Bold) format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Averta Std';
	src: url(../fonts/AvertaStd-Regular.eot?f5d26f3967b5c0d9a426527aeccafd41);
	src: url(../fonts/AvertaStd-Regular.eot?f5d26f3967b5c0d9a426527aeccafd41?#iefix) format('embedded-opentype'),
			url(../fonts/AvertaStd-Regular.woff2?69e815095ae9384c06c2dfe536ffea3f) format('woff2'),
			url(../fonts/AvertaStd-Regular.woff?a15cdebdb8db3f39dbf57d9539d33e19) format('woff'),
			url(../fonts/AvertaStd-Regular.ttf?cbbf84f35464f1a3836617bc19880971) format('truetype'),
			url(../fonts/AvertaStd-Regular.svg?452248aae65c680610eaa9d93fab6067#AvertaStd-Regular) format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Averta';
	src: url(../fonts/Averta-Semibold.eot?1a0671555c96f2a09535d52426d0d88a);
	src: url(../fonts/Averta-Semibold.eot?1a0671555c96f2a09535d52426d0d88a?#iefix) format('embedded-opentype'),
			url(../fonts/Averta-Semibold.woff2?1b5657a781527029c56652298bcb839f) format('woff2'),
			url(../fonts/Averta-Semibold.woff?8976a37d0d5bc4a7318775101b838961) format('woff'),
			url(../fonts/Averta-Semibold.ttf?b8158cd6a3b06ccc0a425f94433e4149) format('truetype'),
			url(../fonts/Averta-Semibold.svg?9bd15d17e221fa67fdbb870957121c1e#Averta-Semibold) format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Financier Display';
	src: url(../fonts/FinancierDisplay-Regular.eot?7a4526c39d28910379d89c93ab7f8275);
	src: url(../fonts/FinancierDisplay-Regular.eot?7a4526c39d28910379d89c93ab7f8275?#iefix) format('embedded-opentype'),
			url(../fonts/FinancierDisplay-Regular.woff2?3d3755d61d42501cd9c505b0817c5f49) format('woff2'),
			url(../fonts/FinancierDisplay-Regular.woff?5e740b9424f89411ef9cad493feb484d) format('woff'),
			url(../fonts/FinancierDisplay-Regular.ttf?e9e354d9dd73f1b219ea078c881c3d0b) format('truetype'),
			url(../fonts/FinancierDisplay-Regular.svg?c5e2d8f7dec35e7c39591a5950225dab#FinancierDisplay-Regular) format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.last\:mb-0:last-child{
	margin-bottom: 0px;
}
.last\:border-none:last-child{
	border-style: none;
}
.hover\:gap-x-3:hover{
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.hover\:bg-dark:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(28 44 76 / var(--tw-bg-opacity));
}
.hover\:bg-orange:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(215 108 3 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-dark:hover{
	--tw-text-opacity: 1;
	color: rgb(28 44 76 / var(--tw-text-opacity));
}
.hover\:text-light-blue:hover{
	--tw-text-opacity: 1;
	color: rgb(185 216 255 / var(--tw-text-opacity));
}
.hover\:text-orange:hover{
	--tw-text-opacity: 1;
	color: rgb(215 108 3 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
	text-decoration-line: underline;
}
.group\/btn:hover .group-hover\/btn\:ml-3{
	margin-left: 0.75rem;
}
.group:hover .group-hover\:grayscale-0{
	--tw-grayscale: grayscale(0);
	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);
}
@media (min-width: 480px){

	.xs\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 782px){

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

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

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

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

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

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

	.md\:col-start-6{
		grid-column-start: 6;
	}

	.md\:col-end-12{
		grid-column-end: 12;
	}

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

	.md\:my-6{
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.md\:my-auto{
		margin-top: auto;
		margin-bottom: auto;
	}

	.md\:\!-mb-24{
		margin-bottom: -6rem !important;
	}

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

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

	.md\:mb-14{
		margin-bottom: 3.5rem;
	}

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

	.md\:mr-10{
		margin-right: 2.5rem;
	}

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

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

	.md\:flex{
		display: flex;
	}

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

	.md\:min-h-screen{
		min-height: 100vh;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.md\:pb-14{
		padding-bottom: 3.5rem;
	}

	.md\:pb-8{
		padding-bottom: 2rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:col-end-13{
		grid-column-end: 13;
	}

	.lg\:-ml-20{
		margin-left: -5rem;
	}

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

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

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

	.lg\:block{
		display: block;
	}

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

	.lg\:gap-x-0{
		-moz-column-gap: 0px;
		     column-gap: 0px;
	}

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

	.lg\:gap-y-20{
		row-gap: 5rem;
	}

	.lg\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}

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

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

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

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

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

	.lg\:pb-52{
		padding-bottom: 13rem;
	}

	.lg\:pt-28{
		padding-top: 7rem;
	}

	.lg\:pt-56{
		padding-top: 14rem;
	}

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

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

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

	.lg\:text-\[50px\]{
		font-size: 50px;
	}
}
@media (min-width: 1280px){

	.xl\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}

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

	.xl\:underline-offset-\[20px\]{
		text-underline-offset: 20px;
	}
}
.\[\&\.alignwide\]\:rounded-\[8px\].alignwide{
	border-radius: 8px;
}
.\[\&\.scroll\]\:bg-dark.scroll{
	--tw-bg-opacity: 1;
	background-color: rgb(28 44 76 / var(--tw-bg-opacity));
}
.\[\&\.scroll\]\:shadow-lg.scroll{
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

