@charset "UTF-8";
/*! 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, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #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 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 960px){
	.container{
		max-width: 960px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
		padding-right: 6rem;
		padding-left: 6rem;
	}
}
@media (min-width: 1440px){
	.container{
		max-width: 1440px;
	}
}
@media (min-width: 1680px){
	.container{
		max-width: 1680px;
		padding-right: 10%;
		padding-left: 10%;
	}
}
.form-input,.form-textarea,.form-select,.form-multiselect{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #71717a;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}
.form-select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact;
}
.pointer-events-none{
	pointer-events: none;
}
.pointer-events-auto{
	pointer-events: auto;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: -webkit-sticky;
	position: sticky;
}
.bottom-4{
	bottom: 1rem;
}
.left-4{
	left: 1rem;
}
.top-0{
	top: 0px;
}
.left-0{
	left: 0px;
}
.bottom-8{
	bottom: 2rem;
}
.right-8{
	right: 2rem;
}
.right-4{
	right: 1rem;
}
.right-0{
	right: 0px;
}
.top-20{
	top: 5rem;
}
.right-6{
	right: 1.5rem;
}
.right-3{
	right: 0.75rem;
}
.bottom-0{
	bottom: 0px;
}
.z-0{
	z-index: 0;
}
.z-10{
	z-index: 10;
}
.z-20{
	z-index: 20;
}
.z-50{
	z-index: 50;
}
.z-\[80\]{
	z-index: 80;
}
.z-\[60\]{
	z-index: 60;
}
.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mx-10{
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.my-12{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mt-40{
	margin-top: 10rem;
}
.mt-12{
	margin-top: 3rem;
}
.mt-32{
	margin-top: 8rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mt-16{
	margin-top: 4rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.mr-1{
	margin-right: 0.25rem;
}
.mt-20{
	margin-top: 5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mt-0{
	margin-top: 0px;
}
.mb-4{
	margin-bottom: 1rem;
}
.-mt-2{
	margin-top: -0.5rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.box-border{
	box-sizing: border-box;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-24{
	height: 6rem;
}
.h-3{
	height: 0.75rem;
}
.h-\[100vw\]{
	height: 100vw;
}
.h-full{
	height: 100%;
}
.h-28{
	height: 7rem;
}
.h-36{
	height: 9rem;
}
.h-8{
	height: 2rem;
}
.h-12{
	height: 3rem;
}
.h-7{
	height: 1.75rem;
}
.h-screen{
	height: 100vh;
}
.w-full{
	width: 100%;
}
.w-24{
	width: 6rem;
}
.w-3{
	width: 0.75rem;
}
.w-32{
	width: 8rem;
}
.w-4{
	width: 1rem;
}
.w-1\/2{
	width: 50%;
}
.w-\[10\%\]{
	width: 10%;
}
.w-\[90\%\]{
	width: 90%;
}
.w-36{
	width: 9rem;
}
.w-\[85\%\]{
	width: 85%;
}
.w-2{
	width: 0.5rem;
}
.w-72{
	width: 18rem;
}
.w-1\/4{
	width: 25%;
}
.w-3\/4{
	width: 75%;
}
.w-12{
	width: 3rem;
}
.w-28{
	width: 7rem;
}
.w-8{
	width: 2rem;
}
.flex-1{
	flex: 1 1 0%;
}
.origin-center{
	transform-origin: center;
}
.translate-y-6{
	--tw-translate-y: 1.5rem;
	transform: var(--tw-transform);
}
.translate-y-\[\.5px\]{
	--tw-translate-y: .5px;
	transform: var(--tw-transform);
}
.translate-y-\[-1px\]{
	--tw-translate-y: -1px;
	transform: var(--tw-transform);
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.scale-90{
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.resize{
	resize: both;
}
.appearance-none{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.place-content-center{
	place-content: center;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-12{
	gap: 3rem;
}
.gap-4{
	gap: 1rem;
}
.gap-0{
	gap: 0px;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
	overflow: hidden;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-full{
	border-radius: 9999px;
}
.border-2{
	border-width: 2px;
}
.border{
	border-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-b-4{
	border-bottom-width: 4px;
}
.border-t-2{
	border-top-width: 2px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-r-2{
	border-right-width: 2px;
}
.border-l-2{
	border-left-width: 2px;
}
.border-t-4{
	border-top-width: 4px;
}
.border-l{
	border-left-width: 1px;
}
.border-r{
	border-right-width: 1px;
}
.border-l-0{
	border-left-width: 0px;
}
.border-l-4{
	border-left-width: 4px;
}
.border-solid{
	border-style: solid;
}
.border-gray{
	--tw-border-opacity: 1;
	border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.border-orange{
	--tw-border-opacity: 1;
	border-color: rgba(255, 120, 73, var(--tw-border-opacity));
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-black\/70{
	border-color: rgba(0, 0, 0, 0.7);
}
.border-black\/30{
	border-color: rgba(0, 0, 0, 0.3);
}
.border-black\/90{
	border-color: rgba(0, 0, 0, 0.9);
}
.border-b-orange{
	--tw-border-opacity: 1;
	border-bottom-color: rgba(255, 120, 73, var(--tw-border-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-bg{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}
.bg-gray-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}
.bg-black\/20{
	background-color: rgba(0, 0, 0, 0.2);
}
.bg-cover{
	background-size: cover;
}
.bg-contain{
	background-size: contain;
}
.bg-80{
	background-size: 80%;
}
.bg-center{
	background-position: center;
}
.bg-top{
	background-position: top;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.p-10{
	padding: 2.5rem;
}
.p-1{
	padding: 0.25rem;
}
.py-\[20\%\]{
	padding-top: 20%;
	padding-bottom: 20%;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-\[6px\]{
	padding-left: 6px;
	padding-right: 6px;
}
.py-\[2px\]{
	padding-top: 2px;
	padding-bottom: 2px;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pl-6{
	padding-left: 1.5rem;
}
.pr-20{
	padding-right: 5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pb-48{
	padding-bottom: 12rem;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pb-\[66\.67\%\]{
	padding-bottom: 66.67%;
}
.pt-8{
	padding-top: 2rem;
}
.pb-\[50\%\]{
	padding-bottom: 50%;
}
.pt-4{
	padding-top: 1rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pb-\[100\%\]{
	padding-bottom: 100%;
}
.pt-11{
	padding-top: 2.75rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pt-10{
	padding-top: 2.5rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.font-semibold{
	font-weight: 600;
}
.font-bold{
	font-weight: 700;
}
.font-extralight{
	font-weight: 200;
}
.font-medium{
	font-weight: 500;
}
.font-normal{
	font-weight: 400;
}
.italic{
	font-style: italic;
}
.not-italic{
	font-style: normal;
}
.leading-snug{
	line-height: 1.375;
}
.leading-none{
	line-height: 1;
}
.leading-relaxed{
	line-height: 1.625;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.text-gray{
	--tw-text-opacity: 1;
	color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-dark{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-black\/80{
	color: rgba(0, 0, 0, 0.8);
}
.text-black\/50{
	color: rgba(0, 0, 0, 0.5);
}
.text-black\/60{
	color: rgba(0, 0, 0, 0.6);
}
.opacity-10{
	opacity: 0.1;
}
.opacity-30{
	opacity: 0.3;
}
.opacity-60{
	opacity: 0.6;
}
.opacity-0{
	opacity: 0;
}
.opacity-80{
	opacity: 0.8;
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.drop-shadow{
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.grayscale{
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
}
.invert{
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.backdrop-filter{
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
.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-200{
	transition-duration: 200ms;
}
.duration-300{
	transition-duration: 300ms;
}
.duration-100{
	transition-duration: 100ms;
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', 'Noto Sans JP', -apple-system, system-ui, BlinkMacSystemFont, "Helvetica", "Arial", sans-serif; }
  body a {
    color: inherit;
    text-decoration: none; }

.article_normal{
	z-index: 50;
}

.article_normal > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.article_normal{
	text-align: justify;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
  .article_normal > *:first-child {
    margin-top: 0 !important; }
  .article_normal h3{
	margin-top: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}
  .article_normal h4{
	margin-top: 2rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
}
  .article_normal h5{
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
}
  .article_normal h6{
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}
  .article_normal p:last-child{
	margin-bottom: 0px;
}
  .article_normal b, .article_normal strong{
	font-weight: 600;
}
  .article_normal i:not(.fa), .article_normal i:not(.icon){
	font-style: italic;
}
  .article_normal a{
	text-decoration: underline;
}
    .article_normal a:hover{
	text-decoration: none;
}
  .article_normal ul{
	padding-left: 1rem;
}
    .article_normal ul li{
	list-style-type: square;
}
  .article_normal ol{
	padding-left: 1rem;
}
    .article_normal ol li{
	list-style-type: decimal;
}
  .article_normal blockquote{
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-top-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(153, 153, 153, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	line-height: 1.375;
    margin: 2.5rem 0 !important;
}
  .article_normal img{
	width: 100%;
}

hr{
	margin-top: 3rem;
	margin-bottom: 3rem;
	--tw-border-opacity: 1;
	border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}

.article_imgs > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
  .article_imgs figure figcaption{
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
  .article_imgs img{
	width: 100%;
}
  @media (min-width: 960px){
	.article_imgs .indent{
		margin-left: auto;
		margin-right: auto;
	}
	.article_imgs .indent{
		width: 50%;
	}
}

.article_embed iframe{
	width: 100%;
}

.grid_logo {
  padding-bottom: 50%; }

.icon_angle_right {
  background-image: url(../src/images/icon_arrow_right.svg); }

.btnCat{
	display: block;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	transition-duration: 100ms;
}

.btnCat:hover{
	opacity: 0.6;
}

.btnBase{
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	transition-duration: 100ms;
}

.btnSm{
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 500;
	transition-duration: 100ms;
}

.page_bg {
  top: 80%; }

.logo_icon_a {
  width: 30vw;
  height: calc(30vw / 4);
  top: 0%;
  right: 10%; }

.logo_icon_b {
  width: 30vw;
  height: calc(30vw / 4);
  background-position-y: calc(-30vw / 3.9);
  top: 40%;
  left: 15%; }

.logo_icon_c {
  width: 30vw;
  height: calc(30vw / 4);
  background-position-y: calc(-30vw / 1.8);
  top: 80%;
  left: 35%; }

.square_grid .square {
  width: 4rem;
  height: 4rem;
  opacity: 0;
  background-color: white;
  transition: .4s ease-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  mix-blend-mode: overlay; }
  .square_grid .square:hover {
    opacity: .7; }
  .square_grid .square.active {
    opacity: 1; }
    .square_grid .square.active:hover {
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px); }

.-z-10 {
  z-index: -10; }

.page_number_list{
	display: flex;
	justify-content: center;
}

.page_number_list > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
  .page_number_list .list_item span, .page_number_list .list_item a[href]{
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	transition-duration: 200ms;
}
  .page_number_list .list_item span:hover, .page_number_list .list_item a[href]:hover{
	border-color: rgba(0, 0, 0, 0.9);
}
    .page_number_list .list_item span.current, .page_number_list .list_item a[href].current{
	border-color: rgba(0, 0, 0, 0.9);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.border-space-y-1 > *:not(:last-child){
	margin-bottom: 0.25rem;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2);
	padding-bottom: 0.25rem;
}

.search_form .search_input{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	text-align: center;
}
  .search_form .search_input:focus {
    outline: none; }

.waving_animation {
  -webkit-animation: waving 6s infinite ease-in-out forwards;
          animation: waving 6s infinite ease-in-out forwards; }

.desktop_site_title {
  text-shadow: 1px 0px 0px white, -1px 0px 0px white, 0px 1px 0px white, 0px -1px 0px white; }

@-webkit-keyframes waving {
  0%, 100% {
    transform: translateY(-10%);
    opacity: 1; }
  50% {
    transform: translateY(10%);
    opacity: .6; } }

@keyframes waving {
  0%, 100% {
    transform: translateY(-10%);
    opacity: 1; }
  50% {
    transform: translateY(10%);
    opacity: .6; } }

.panel_head{
	display: flex;
  padding: 1rem 0;
}

.panel_group {
  width: 100%; }

.panel_group .panel .panel_heading .panel_title a{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-width: 0px;
  width: 100%;
  line-height: 1;
}
  .panel_group .panel .panel_heading .panel_title a > * {
    margin-bottom: 0; }
  .panel_group .panel .panel_heading .panel_title a h5 {
    color: var(--clr_pri); }
  .panel_group .panel .panel_heading .panel_title a i{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
  .panel_group .panel .panel_heading .panel_title a:hover svg, .panel_group .panel .panel_heading .panel_title a:hover i {
    color: var(--clr_pri); }

.panel_group .panel .panel_heading .panel_title a[aria-expanded="false"]{
	border-bottom-width: 1px;
	border-style: solid;
}
  .panel_group .panel .panel_heading .panel_title a[aria-expanded="false"] svg, .panel_group .panel .panel_heading .panel_title a[aria-expanded="false"] i{
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.panel_group .panel .panel_collapse {
  margin-left: 0; }
  .panel_group .panel .panel_collapse .panel_body{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	padding-bottom: 2.5rem;
}

@media (min-width: 960px) {
  .panel_head {
    padding: 1rem; }
  .panel_head {
    padding: .5rem 1rem 1rem 1rem; } }

.collapse.in {
  display: block; }

.collapse.show {
  display: block; }

.collapse {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 9;
  position: absolute;
  top: calc(50% - 15px);
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  transform: translate(0, -50%);
  transition-duration: 300ms; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: var(--base);
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale; }

@media (min-width: 960px) {
  .slick-prev,
  .slick-next {
    top: calc(50% - 48px);
    margin: auto;
    width: 48px;
    height: 48px; }
  .slick-prev, .slick-next{
		transform: none;
	} }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -5px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: -5px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  bottom: -25px;
  list-style: none;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0 !important;
  margin: var(--gap) 0 0 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 24px;
      width: 24px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 8px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 24px;
        height: 24px;
        font-family: "slick";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: var(--clr_sec);
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: var(--clr_sec);
      opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    margin: 0 auto;
    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; }

.hover\:font-bold:hover{
	font-weight: 700;
}

.hover\:underline:hover{
	text-decoration: underline;
}

.hover\:opacity-80:hover{
	opacity: 0.8;
}

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

@media (min-width: 768px){
	.sm\:fixed{
		position: fixed;
	}
	.sm\:left-0{
		left: 0px;
	}
	.sm\:right-0{
		right: 0px;
	}
	.sm\:top-3{
		top: 0.75rem;
	}
	.sm\:z-50{
		z-index: 50;
	}
}

@media (min-width: 960px){
	.md\:sticky{
		position: -webkit-sticky;
		position: sticky;
	}
	.md\:left-0{
		left: 0px;
	}
	.md\:top-6{
		top: 1.5rem;
	}
	.md\:top-32{
		top: 8rem;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mr-0{
		margin-right: 0px;
	}
	.md\:mr-10{
		margin-right: 2.5rem;
	}
	.md\:mt-40{
		margin-top: 10rem;
	}
	.md\:ml-10{
		margin-left: 2.5rem;
	}
	.md\:ml-16{
		margin-left: 4rem;
	}
	.md\:ml-4{
		margin-left: 1rem;
	}
	.md\:mr-12{
		margin-right: 3rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:h-32{
		height: 8rem;
	}
	.md\:h-\[100vh\]{
		height: 100vh;
	}
	.md\:h-full{
		height: 100%;
	}
	.md\:h-48{
		height: 12rem;
	}
	.md\:h-14{
		height: 3.5rem;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-32{
		width: 8rem;
	}
	.md\:w-3\/4{
		width: 75%;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-1\/5{
		width: 20%;
	}
	.md\:w-48{
		width: 12rem;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-14{
		width: 3.5rem;
	}
	.md\:w-2\/4{
		width: 50%;
	}
	.md\:translate-y-0{
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
	.md\:cursor-pointer{
		cursor: pointer;
	}
	.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\:flex-row{
		flex-direction: row;
	}
	.md\:flex-col{
		flex-direction: column;
	}
	.md\:items-start{
		align-items: flex-start;
	}
	.md\:items-end{
		align-items: flex-end;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-end{
		justify-content: flex-end;
	}
	.md\:justify-center{
		justify-content: center;
	}
	.md\:justify-between{
		justify-content: space-between;
	}
	.md\:gap-10{
		gap: 2.5rem;
	}
	.md\:gap-8{
		gap: 2rem;
	}
	.md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.md\:border-l{
		border-left-width: 1px;
	}
	.md\:p-2{
		padding: 0.5rem;
	}
	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:pl-20{
		padding-left: 5rem;
	}
	.md\:pr-32{
		padding-right: 8rem;
	}
	.md\:pb-0{
		padding-bottom: 0px;
	}
	.md\:pt-6{
		padding-top: 1.5rem;
	}
	.md\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:hover\:scale-105:hover{
		--tw-scale-x: 1.05;
		--tw-scale-y: 1.05;
		transform: var(--tw-transform);
	}
}

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

@media (min-width: 1440px){
	.xl\:w-80{
		width: 20rem;
	}
}


/*# sourceMappingURL=app.css.map*/