@charset "UTF-8";
/*! tailwindcss v2.2.16 | 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: #9fa6b2;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9fa6b2;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9fa6b2;
}
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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(63, 131, 248, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
*:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

svg, img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }

svg{
	fill: currentColor;
}

.btn, .button{
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: var(--secondary-color);
	text-align: center;
	font-family: "Exo 2", sans-serif;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-duration: 200ms;
  padding: 0.5em 1.5em;
}
.btn:hover, .button:hover{
	--tw-shadow: 0 1rem 2rem var(--primary-color-10), 0 .125rem .25rem var(--primary-color-10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn:disabled, .button:disabled{
	pointer-events: none;
}

.btn-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.btn-white:hover{
	color: var(--secondary-color);
}

.btn-secondary{
	background-color: var(--secondary-color);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
  padding: 0.5em 1em;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], textarea{
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.5rem;
	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";
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
	transition-duration: 100ms;
}

[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, textarea:focus{
	--tw-border-opacity: 1;
	border-color: rgba(159, 166, 178, var(--tw-border-opacity));
}

[type=email]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=url]:disabled, textarea:disabled{
	pointer-events: none;
	opacity: 0.5;
}
[type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=url]::-moz-placeholder, textarea::-moz-placeholder{
	color: currentColor;
	opacity: 0.5;
}
[type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: currentColor;
	opacity: 0.5;
}
[type=email]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=url]::placeholder, textarea::placeholder{
	color: currentColor;
	opacity: 0.5;
}

select{
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
	transition-duration: 100ms;
}

select:disabled{
	pointer-events: none;
	opacity: 0.5;
}

select {
  background-size: 36px 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239fa6b2'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
}

.container{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
  max-width: 80rem;
}

.row{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}

.col{
	width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
table{
	width: 100%;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.25rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
}

thead:first-child th:first-child, thead:first-child td:first-child, tbody:first-child th:first-child, tbody:first-child td:first-child, table > tr:first-child th:first-child, table > tr:first-child td:first-child{
	border-top-left-radius: 0.5rem;
}
thead:first-child th:last-child, thead:first-child td:last-child, tbody:first-child th:last-child, tbody:first-child td:last-child, table > tr:first-child th:last-child, table > tr:first-child td:last-child{
	border-top-right-radius: 0.5rem;
}

tbody:last-child th:first-child, tbody:last-child td:first-child, tfoot:last-child th:first-child, tfoot:last-child td:first-child, table > tr:last-child th:first-child, table > tr:last-child td:first-child{
	border-bottom-left-radius: 0.5rem;
}
tbody:last-child th:last-child, tbody:last-child td:last-child, tfoot:last-child th:last-child, tfoot:last-child td:last-child, table > tr:last-child th:last-child, table > tr:last-child td:last-child{
	border-bottom-right-radius: 0.5rem;
}

th, td{
	padding: 1rem;
}

thead th{
	--tw-bg-opacity: 1;
	background-color: rgba(22, 30, 46, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

tr:nth-child(odd){
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

tfoot{
	border-top-width: 2px;
}

body{
	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";
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

h1, h2, h3, h4, h5, h6{
	font-family: "Exo 2", sans-serif;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: currentColor;
}

h1, h2, h3{
	line-height: 1.375;
}

h4, h5, h6{
	line-height: 1.5;
}

h1{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
@media (min-width: 1024px) {
  h1{
		font-size: 3rem;
		line-height: 1;
	}
}

h2{
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 1024px) {
  h2{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

h3{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

h4{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h4{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

h5{
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 1024px) {
  h5{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

h6{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
@media (min-width: 1024px) {
  h6{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.h-current-color h1, .h-current-color h2, .h-current-color h3, .h-current-color h4, .h-current-color h5, .h-current-color h6{
	color: currentColor;
}

strong, b{
	font-weight: 800;
}

em, i{
	font-style: italic;
}

code{
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

mark{
	--tw-bg-opacity: 1;
	background-color: rgba(253, 246, 178, var(--tw-bg-opacity));
	padding: 0.25rem;
	color: currentColor;
}

a{
	transition-duration: 100ms;
}

address{
	display: block;
	font-style: normal;
}
.card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
  }

.card-badge{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -0.5rem;
	margin-right: -0.5rem;
	display: flex;
	height: 2rem;
	align-items: center;
	border-radius: 0.25rem;
	background-color: var(--primary-color);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer a:not(.btn):hover{
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}

.header a:not(.btn):hover{
	color: var(--secondary-color);
}

.header-menu li{
	position: relative;
}
.header-menu > li:not(:hover) .sub-menu{
	visibility: hidden;
	opacity: 0;
}
.header-menu > li > a{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.header-menu a{
	display: block;
}
.header-menu .sub-menu{
	position: absolute;
	margin-left: -1rem;
	margin-top: -0.5rem;
	width: 12rem;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 30, 46, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-shadow: 0 1rem 2rem var(--primary-color-10), 0 .125rem .25rem var(--primary-color-10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header-menu .sub-menu a{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.header-mobile-menu a{
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.header-mobile-menu .sub-menu{
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.header-mobile-menu .sub-menu a::before {
  content: "—";
  margin-right: 0.5rem;
}

.inner-menu .menu-item{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
}
.inner-menu .current-menu-item{
	font-weight: 600;
	color: var(--secondary-color);
}
.inner-menu a:hover{
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}

.rich-text > *:first-child, .woocommerce-MyAccount-content > *:first-child, .sp-post-content > *:first-child, .single-product .woocommerce-Tabs-panel > *:first-child{
	margin-top: 0px;
}
.rich-text > *:last-child, .woocommerce-MyAccount-content > *:last-child, .sp-post-content > *:last-child, .single-product .woocommerce-Tabs-panel > *:last-child{
	margin-bottom: 0px;
}
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6, .rich-text p, .rich-text ol, .rich-text ul, .rich-text blockquote, .rich-text pre, .rich-text table, .rich-text figure, .rich-text address, .rich-text .sp-table-wrapper, .woocommerce-MyAccount-content h1, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4, .woocommerce-MyAccount-content h5, .woocommerce-MyAccount-content h6, .woocommerce-MyAccount-content p, .woocommerce-MyAccount-content ol, .woocommerce-MyAccount-content ul, .woocommerce-MyAccount-content blockquote, .woocommerce-MyAccount-content pre, .woocommerce-MyAccount-content table, .woocommerce-MyAccount-content figure, .woocommerce-MyAccount-content address, .woocommerce-MyAccount-content .sp-table-wrapper, .sp-post-content h1, .sp-post-content h2, .sp-post-content h3, .sp-post-content h4, .sp-post-content h5, .sp-post-content h6, .sp-post-content p, .sp-post-content ol, .sp-post-content ul, .sp-post-content blockquote, .sp-post-content pre, .sp-post-content table, .sp-post-content figure, .sp-post-content address, .sp-post-content .sp-table-wrapper, .single-product .woocommerce-Tabs-panel h1, .single-product .woocommerce-Tabs-panel h2, .single-product .woocommerce-Tabs-panel h3, .single-product .woocommerce-Tabs-panel h4, .single-product .woocommerce-Tabs-panel h5, .single-product .woocommerce-Tabs-panel h6, .single-product .woocommerce-Tabs-panel p, .single-product .woocommerce-Tabs-panel ol, .single-product .woocommerce-Tabs-panel ul, .single-product .woocommerce-Tabs-panel blockquote, .single-product .woocommerce-Tabs-panel pre, .single-product .woocommerce-Tabs-panel table, .single-product .woocommerce-Tabs-panel figure, .single-product .woocommerce-Tabs-panel address, .single-product .woocommerce-Tabs-panel .sp-table-wrapper{
	margin-top: 1.5rem;
}
.rich-text h1.mt-0, .rich-text h2.mt-0, .rich-text h3.mt-0, .rich-text h4.mt-0, .rich-text h5.mt-0, .rich-text h6.mt-0, .rich-text p.mt-0, .rich-text ol.mt-0, .rich-text ul.mt-0, .rich-text blockquote.mt-0, .rich-text pre.mt-0, .rich-text table.mt-0, .rich-text figure.mt-0, .rich-text address.mt-0, .rich-text .sp-table-wrapper.mt-0, .woocommerce-MyAccount-content h1.mt-0, .woocommerce-MyAccount-content h2.mt-0, .woocommerce-MyAccount-content h3.mt-0, .woocommerce-MyAccount-content h4.mt-0, .woocommerce-MyAccount-content h5.mt-0, .woocommerce-MyAccount-content h6.mt-0, .woocommerce-MyAccount-content p.mt-0, .woocommerce-MyAccount-content ol.mt-0, .woocommerce-MyAccount-content ul.mt-0, .woocommerce-MyAccount-content blockquote.mt-0, .woocommerce-MyAccount-content pre.mt-0, .woocommerce-MyAccount-content table.mt-0, .woocommerce-MyAccount-content figure.mt-0, .woocommerce-MyAccount-content address.mt-0, .woocommerce-MyAccount-content .sp-table-wrapper.mt-0, .sp-post-content h1.mt-0, .sp-post-content h2.mt-0, .sp-post-content h3.mt-0, .sp-post-content h4.mt-0, .sp-post-content h5.mt-0, .sp-post-content h6.mt-0, .sp-post-content p.mt-0, .sp-post-content ol.mt-0, .sp-post-content ul.mt-0, .sp-post-content blockquote.mt-0, .sp-post-content pre.mt-0, .sp-post-content table.mt-0, .sp-post-content figure.mt-0, .sp-post-content address.mt-0, .sp-post-content .sp-table-wrapper.mt-0, .single-product .woocommerce-Tabs-panel h1.mt-0, .single-product .woocommerce-Tabs-panel h2.mt-0, .single-product .woocommerce-Tabs-panel h3.mt-0, .single-product .woocommerce-Tabs-panel h4.mt-0, .single-product .woocommerce-Tabs-panel h5.mt-0, .single-product .woocommerce-Tabs-panel h6.mt-0, .single-product .woocommerce-Tabs-panel p.mt-0, .single-product .woocommerce-Tabs-panel ol.mt-0, .single-product .woocommerce-Tabs-panel ul.mt-0, .single-product .woocommerce-Tabs-panel blockquote.mt-0, .single-product .woocommerce-Tabs-panel pre.mt-0, .single-product .woocommerce-Tabs-panel table.mt-0, .single-product .woocommerce-Tabs-panel figure.mt-0, .single-product .woocommerce-Tabs-panel address.mt-0, .single-product .woocommerce-Tabs-panel .sp-table-wrapper.mt-0{
	margin-top: 0px;
}
.rich-text ul, .rich-text ol, .woocommerce-MyAccount-content ul, .woocommerce-MyAccount-content ol, .sp-post-content ul, .sp-post-content ol, .single-product .woocommerce-Tabs-panel ul, .single-product .woocommerce-Tabs-panel ol{
	margin-left: 3rem;
}
.rich-text ul, .woocommerce-MyAccount-content ul, .sp-post-content ul, .single-product .woocommerce-Tabs-panel ul{
	list-style-type: disc;
}
.rich-text ol, .woocommerce-MyAccount-content ol, .sp-post-content ol, .single-product .woocommerce-Tabs-panel ol{
	list-style-type: decimal;
}
.rich-text p > a:not(.btn):not(.button), .rich-text li:not([class]) > a:not(.btn):not(.button), .woocommerce-MyAccount-content p > a:not(.btn):not(.button), .woocommerce-MyAccount-content li:not([class]) > a:not(.btn):not(.button), .sp-post-content p > a:not(.btn):not(.button), .sp-post-content li:not([class]) > a:not(.btn):not(.button), .single-product .woocommerce-Tabs-panel p > a:not(.btn):not(.button), .single-product .woocommerce-Tabs-panel li:not([class]) > a:not(.btn):not(.button){
	font-weight: 600;
	color: var(--secondary-color);
}
.rich-text p > a:not(.btn):not(.button):hover, .rich-text li:not([class]) > a:not(.btn):not(.button):hover, .woocommerce-MyAccount-content p > a:not(.btn):not(.button):hover, .woocommerce-MyAccount-content li:not([class]) > a:not(.btn):not(.button):hover, .sp-post-content p > a:not(.btn):not(.button):hover, .sp-post-content li:not([class]) > a:not(.btn):not(.button):hover, .single-product .woocommerce-Tabs-panel p > a:not(.btn):not(.button):hover, .single-product .woocommerce-Tabs-panel li:not([class]) > a:not(.btn):not(.button):hover{
	text-decoration: underline;
}
.rich-text .woocommerce, .rich-text .wp-block-columns:first-child, .woocommerce-MyAccount-content .woocommerce, .woocommerce-MyAccount-content .wp-block-columns:first-child, .sp-post-content .woocommerce, .sp-post-content .wp-block-columns:first-child, .single-product .woocommerce-Tabs-panel .woocommerce, .single-product .woocommerce-Tabs-panel .wp-block-columns:first-child{
	margin-top: -1.5rem;
}
.rich-text .sp-table-wrapper table, .woocommerce-MyAccount-content .sp-table-wrapper table, .sp-post-content .sp-table-wrapper table, .single-product .woocommerce-Tabs-panel .sp-table-wrapper table{
	margin-top: 0px;
}

.sp-table-wrapper{
	position: relative;
}

.sp-table-caption{
	display: none;
}

.sp-scrollable-table-wrapper {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
  }
.sp-scrollable-table-wrapper table {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.sp-scrollable-table-wrapper table.sp-player-statistics tbody td {
  text-align: center;
}
.sp-scrollable-table-wrapper table.sp-player-statistics tbody td div {
  text-align: left;
}
.sp-scrollable-table-wrapper table.sp-player-statistics tfoot tr td {
  text-align: center;
}
.sp-scrollable-table-wrapper th,
.sp-scrollable-table-wrapper td {
  border-radius: 0 !important;
}

.sp-table-wrapper .dataTables_paginate{
	position: absolute;
	margin-top: 2rem;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.sp-table-wrapper .dataTables_paginate span{
	display: flex;
}
.sp-table-wrapper .dataTables_paginate .paginate_button{
	margin: 0px;
	margin-left: 0.5rem;
	display: block;
	width: 2.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.sp-table-wrapper .dataTables_paginate .paginate_button:not(.current){
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 .25rem .5rem var(--primary-color-05), 0 .125rem .25rem 0 var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sp-table-wrapper .dataTables_paginate .paginate_button:not(.current):hover{
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.sp-table-wrapper .dataTables_paginate .paginate_button.current{
	--tw-text-opacity: 1;
	color: rgba(159, 166, 178, var(--tw-text-opacity));
	opacity: 1;
}
.sp-table-wrapper .dataTables_paginate .ellipsis{
	margin-left: 0.5rem;
}
.sp-table-wrapper .dataTables_paginate > a:first-child{
	margin-left: 0px;
}

.sp-team-gallery-wrapper{
	margin: -0.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.sp-team-gallery-wrapper .gallery-item{
	margin: 0.75rem;
	transition-duration: 100ms;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
  flex: 0 0 calc(50% - 1.5rem);
}
@media (min-width: 640px) {
  .sp-team-gallery-wrapper .gallery-item {
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .sp-team-gallery-wrapper .gallery-item {
    flex-basis: calc(25% - 1.5rem);
  }
  .sp-team-gallery-wrapper .gallery-item {
    flex-basis: calc(20% - 1.5rem);
  }
}
.sp-team-gallery-wrapper .gallery-item:hover{
	--tw-shadow: 0 1rem 2rem var(--primary-color-10), 0 .125rem .25rem var(--primary-color-10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sp-team-gallery-wrapper .gallery-item:hover .gallery-icon > a img{
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}
.sp-team-gallery-wrapper .gallery-item > a{
	display: block;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(244, 245, 247, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: "Exo 2", sans-serif;
	font-weight: 800;
}
.sp-team-gallery-wrapper .gallery-icon > a{
	position: relative;
	display: block;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-bottom: 100%;
}
.sp-team-gallery-wrapper .gallery-icon > a img{
	position: absolute;
	height: 6rem;
	width: 6rem;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	padding: 0px;
	transition-duration: 200ms;
  top: 50%;
  left: 50%;
}

.sp-player-number{
	margin-right: 0.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
	color: var(--team-color);
}
.sp-player-number::before {
  content: "#";
}

.sp-player-details{
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 2;
}
.sp-player-details dt{
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
  width: 136px;
}
.sp-player-details dd {
  width: calc(100% - 136px);
}

.sp-section-content-logo, .sp-section-content-photo{
	position: relative;
	margin-right: 2.5rem;
	height: 6rem;
	width: 6rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
}
@media (min-width: 768px) {
  .sp-section-content-logo, .sp-section-content-photo{
		height: 12rem;
	}
  .sp-section-content-logo, .sp-section-content-photo{
		width: 12rem;
	}
}

.sp-template-logo, .sp-template-photo{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0px;
	height: 50%;
	width: 50%;
	max-width: none;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}

@media (max-width: 639px) {
  body.single-sp_player .sp-section-content-photo{
		display: none;
	}
}
@media (min-width: 640px) {
  body.single-sp_player .sp-section-content-photo{
		float: left;
	}
}

.sp-event-blocks{
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
	border-radius: 0px;
	background-color: transparent;
	text-align: center;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sp-event-blocks tr{
	background-color: transparent;
}
.sp-event-blocks tr + tr td{
	margin-top: 2.5rem;
}
.sp-event-blocks td{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: var(--primary-color);
	padding: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius: 0.5rem;
  box-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
}
.sp-event-blocks td::before, .sp-event-blocks td::after{
	border-radius: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.sp-event-blocks td::before {
  background-image: radial-gradient(ellipse at top, transparent, rgba(0, 0, 0, 0.4));
}
.sp-event-blocks td::after{
	opacity: 0.1;
    background-image: url("../img/hexagons.svg");
    -webkit-mask-image: radial-gradient(circle, transparent 35%, black);
            mask-image: radial-gradient(circle, transparent 35%, black);
}
.sp-event-blocks td > *{
	position: relative;
}
.sp-event-blocks .team-logo{
	position: absolute;
	float: none;
	margin: 0px;
	height: 12rem;
	width: 16rem;
	max-width: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  z-index: 3;
  max-width: 50vw;
  top: calc(50% - 6rem);
}
.sp-event-blocks .team-logo.logo-odd {
  left: -25%;
}
.sp-event-blocks .team-logo.logo-even {
  right: -25%;
}
.sp-event-blocks .team-logo a{
	display: block;
	height: 100%;
	width: 100%;
}
.sp-event-blocks .team-logo img{
	display: none;
}
@media (min-width: 640px) {
  .sp-event-blocks .team-logo.logo-odd {
    left: -10%;
  }
  .sp-event-blocks .team-logo.logo-even {
    right: -10%;
  }
}
.sp-event-blocks .sp-event-date, .sp-event-blocks .sp-event-results, .sp-event-blocks .sp-event-league, .sp-event-blocks .sp-event-season, .sp-event-blocks .sp-event-venue, .sp-event-blocks .sp-event-title{
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	color: currentColor;
  text-align: inherit;
}
.sp-event-blocks .sp-event-results{
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 400;
	line-height: 1.5;
}
.sp-event-blocks .sp-result{
	display: inline-block;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
	--tw-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 3rem;
}
.sp-event-blocks .sp-event-season{
	margin-bottom: 1rem;
}
.sp-event-blocks .sp-event-season::before {
  content: "Season ";
}
.sp-event-blocks .sp-event-venue{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: -0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 30, 46, var(--tw-bg-opacity));
	padding-top: 0.75rem;
  z-index: 2;
}
.sp-event-blocks .sp-event-title{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: -1.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(22, 30, 46, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sp-event-blocks .sp-event-title a{
	position: relative;
	display: inline-block;
	padding-bottom: 2.5rem;
	vertical-align: top;
}
.sp-event-blocks .sp-event-title a::after{
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: inline-flex;
	height: 2rem;
	width: 6rem;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
	transition-duration: 200ms;
  content: "Box Score";
}
.sp-event-blocks .sp-event-title a:hover::after{
	--tw-shadow: 0 1rem 2rem var(--primary-color-10), 0 .125rem .25rem var(--primary-color-10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sp-league-table .data-rank{
	display: none;
}

.sp-tab-group:not(:empty){
	margin-top: 5rem;
}

.sp-tab-menu{
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom-width: 1px;
	padding: 0px;
	font-family: "Exo 2", sans-serif;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.sp-tab-menu a{
	margin: 0px;
	display: block;
	padding-bottom: 1rem;
	opacity: 1;
	transition-duration: 100ms;
}

.sp-tab-menu-item + .sp-tab-menu-item{
	margin-left: 1rem;
}

.sp-tab-menu-item-active{
	margin-bottom: -1px;
	border-bottom-width: 1px;
	border-color: var(--secondary-color);
	font-weight: 600;
	color: var(--secondary-color);
}

.sp-section-content:not(:empty):not(:last-child){
	margin-bottom: 2.5rem;
}

.sp-template:last-child{
	margin-bottom: 0px;
}

.team-logo {
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.5em;
}

.data-year{
	text-transform: capitalize;
}

.archetype-verticals {
  margin-bottom: 50px;
}
.archetype-verticals:after {
  content: "";
  display: block;
  clear: both;
}

.archetype-vertical {
  width: 270px;
  margin-right: 50px;
  float: left;
}
.archetype-vertical .tier{
	--tw-bg-opacity: 1;
	background-color: rgba(159, 166, 178, var(--tw-bg-opacity));
	font-family: "Exo 2", sans-serif;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-duration: 200ms;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.archetype-vertical .tier.available{
	--tw-bg-opacity: 1;
	background-color: rgba(195, 221, 253, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.archetype-vertical .tier.available .tier-details {
  text-align: right;
}
.archetype-vertical .tier .tier-content {
  display: flex;
}
.archetype-vertical .tier .tier-stats {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 85%;
  margin: 0 auto 10px;
}
.archetype-vertical .tier .tier-stats .stat {
  display: inline-block;
  width: 32%;
  color: #6f6f6f;
}
.archetype-vertical .tier .tier-num {
  flex: 1;
  width: 40%;
}

#user_switching_switch_on{
	position: relative;
	z-index: 1;
}

.woocommerce-notices-wrapper:not(:empty){
	margin-bottom: 2.5rem;
}

ul.woocommerce-info, ul.woocommerce-message, ul.woocommerce-error {
    list-style-type: none;
    margin-left: 0;
  }

.woocommerce-info, .woocommerce-message, .woocommerce-error{
	border-radius: 0.25rem;
	border-left-width: 4px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 .25rem .5rem var(--primary-color-05), 0 .125rem .25rem 0 var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.woocommerce-info .button, .woocommerce-message .button, .woocommerce-error .button{
	margin-right: 0.5rem;
}
.woocommerce-info > a:not(.btn):not(.button), .woocommerce-message > a:not(.btn):not(.button), .woocommerce-error > a:not(.btn):not(.button){
	font-weight: 600;
	color: var(--secondary-color);
}
.woocommerce-info > a:not(.btn):not(.button):hover, .woocommerce-message > a:not(.btn):not(.button):hover, .woocommerce-error > a:not(.btn):not(.button):hover{
	text-decoration: underline;
}

.woocommerce-info, .woocommerce-message{
	--tw-border-opacity: 1;
	border-color: rgba(14, 159, 110, var(--tw-border-opacity));
}

.woocommerce-error{
	--tw-border-opacity: 1;
	border-color: rgba(240, 82, 82, var(--tw-border-opacity));
}

.woocommerce-MyAccount-navigation{
	margin-bottom: 2.5rem;
	border-bottom-width: 1px;
	font-family: "Exo 2", sans-serif;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    list-style-type: none;
    margin-left: 0;
}
.woocommerce-MyAccount-navigation ul > * + *{
	margin-left: 1rem;
}
.woocommerce-MyAccount-navigation li.is-active{
	margin-bottom: -1px;
	border-bottom-width: 1px;
	border-color: var(--secondary-color);
	font-weight: 800;
	color: var(--secondary-color);
}
.woocommerce-MyAccount-navigation a{
	display: block;
	padding-bottom: 1rem;
}

.woocommerce-form-login .form-row, .woocommerce-form-login p, .woocommerce-form-register .form-row, .woocommerce-form-register p, .woocommerce-EditAccountForm .form-row, .woocommerce-EditAccountForm p, .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-address-fields__field-wrapper p, .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper p, .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-billing-fields__field-wrapper p, .woocommerce-additional-fields__field-wrapper .form-row, .woocommerce-additional-fields__field-wrapper p{
	margin-top: 1.5rem;
	width: 100%;
}
.woocommerce-form-login label, .woocommerce-form-register label, .woocommerce-EditAccountForm label, .woocommerce-address-fields__field-wrapper label, .woocommerce-shipping-fields__field-wrapper label, .woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label{
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
}

.woocommerce-EditAccountForm, .woocommerce-address-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm fieldset, .woocommerce-address-fields__field-wrapper fieldset, .woocommerce-shipping-fields__field-wrapper fieldset, .woocommerce-billing-fields__field-wrapper fieldset, .woocommerce-additional-fields__field-wrapper fieldset{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm legend, .woocommerce-address-fields__field-wrapper legend, .woocommerce-shipping-fields__field-wrapper legend, .woocommerce-billing-fields__field-wrapper legend, .woocommerce-additional-fields__field-wrapper legend{
	display: block;
	padding-top: 2rem;
	font-family: "Exo 2", sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}
.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last,
.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-additional-fields__field-wrapper .form-row-first,
.woocommerce-additional-fields__field-wrapper .form-row-last {
  width: calc(50% - 0.75rem);
}
.woocommerce-EditAccountForm .clear, .woocommerce-address-fields__field-wrapper .clear, .woocommerce-shipping-fields__field-wrapper .clear, .woocommerce-billing-fields__field-wrapper .clear, .woocommerce-additional-fields__field-wrapper .clear{
	display: none;
}
.woocommerce-EditAccountForm input + span, .woocommerce-address-fields__field-wrapper input + span, .woocommerce-shipping-fields__field-wrapper input + span, .woocommerce-billing-fields__field-wrapper input + span, .woocommerce-additional-fields__field-wrapper input + span{
	margin-top: 0.5rem;
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.woocommerce-form-login .form-row:nth-child(3){
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-EditAccountForm{
	margin-top: -1.5rem;
}

.woocommerce-address-fields p:last-child, .woocommerce-order-details__title, .woocommerce-table--order-details, .order-again, .woocommerce-customer-details, .woocommerce-table--custom-fields, .woocommerce-pagination{
	margin-top: 1.5rem;
}

.woocommerce-Address-title{
	display: flex;
	align-items: flex-end;
}
.woocommerce-Address-title .edit{
	margin-left: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.input-text.qty{
	width: 5rem;
}

.cart .product-remove{
	width: 2.5rem;
	padding-right: 0px;
}
.cart .product-thumbnail{
	display: none;
}
.cart .actions{
	text-align: right;
}
.cart .coupon{
	float: left;
	display: flex;
	align-items: center;
  width: 400px;
}
.cart .coupon label{
	display: none;
}
.cart .coupon button{
	margin-left: 1rem;
	flex-shrink: 0;
}
.cart .remove{
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(210, 214, 220, var(--tw-bg-opacity));
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
  line-height: 22px;
}
.cart .remove:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 82, 82, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.cart_totals{
	margin-top: 2.5rem;
}

.cart_totals table, .wc-proceed-to-checkout{
	margin-top: 1.5rem;
}

.woocommerce-form-coupon{
	margin-top: 2.5rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.woocommerce-form-coupon .form-row-first{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, #order_review_heading, .woocommerce-checkout-payment{
	margin-top: 2.5rem;
}

.woocommerce-checkout-review-order{
	margin-top: 1.5rem;
}

.woocommerce-checkout-payment{
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.5rem;
	text-align: center;
	--tw-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wc_payment_methods{
	display: none;
}

.woocommerce-privacy-policy-text{
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#place_order{
	margin-top: 1.5rem;
}

.woocommerce-product-gallery{
	display: none;
}

.single-product .price{
	font-family: "Exo 2", sans-serif;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(14, 159, 110, var(--tw-text-opacity));
}
.single-product .stock{
	margin-top: 1.5rem;
}
.single-product .cart{
	margin-top: 1.5rem;
	display: flex;
}
.single-product .cart .button{
	margin-left: 1rem;
}
.single-product .product_meta, .single-product .wc-tabs{
	display: none;
}
.single-product .wc-tab{
	margin-top: 2.5rem;
}

.related.products{
	display: none;
}

.px1-wc-product-card-desc ul{
	margin-left: 1.5rem;
	list-style-type: disc;
}

.screen-reader-text{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.pagination{
	margin-top: 5rem;
	text-align: center;
}

.nav-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-links > * + *{
	margin-left: 0.5rem;
}

.page-numbers{
	display: block;
	width: 2.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

a.page-numbers{
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 .25rem .5rem var(--primary-color-05), 0 .125rem .25rem 0 var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.page-numbers:hover{
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}

span.page-numbers{
	--tw-text-opacity: 1;
	color: rgba(159, 166, 178, var(--tw-text-opacity));
}

.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fixed{
	position: fixed;
}

.absolute{
	position: absolute;
}

.relative{
	position: relative;
}

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

.left-0{
	left: 0px;
}

.top-0{
	top: 0px;
}

.bottom-0{
	bottom: 0px;
}

.right-0{
	right: 0px;
}

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

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

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

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

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

.m-6{
	margin: 1.5rem;
}

.-m-px{
	margin: -1px;
}

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

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

.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-\[calc\(-50vw\+50\%\)\]{
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.mr-2{
	margin-right: 0.5rem;
}

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

.mt-4{
	margin-top: 1rem;
}

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

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

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

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

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

.mt-6{
	margin-top: 1.5rem;
}

.-ml-16{
	margin-left: -4rem;
}

.-mb-16{
	margin-bottom: -4rem;
}

.mb-2{
	margin-bottom: 0.5rem;
}

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

.ml-4{
	margin-left: 1rem;
}

.-mb-2{
	margin-bottom: -0.5rem;
}

.mt-2{
	margin-top: 0.5rem;
}

.ml-2{
	margin-left: 0.5rem;
}

.mb-4{
	margin-bottom: 1rem;
}

.mb-6{
	margin-bottom: 1.5rem;
}

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

.\!mt-2{
	margin-top: 0.5rem !important;
}

.ml-8{
	margin-left: 2rem;
}

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

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

.ml-3{
	margin-left: 0.75rem;
}

.-ml-px{
	margin-left: -1px;
}

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

.h-10{
	height: 2.5rem;
}

.h-full{
	height: 100%;
}

.h-4{
	height: 1rem;
}

.h-5{
	height: 1.25rem;
}

.h-64{
	height: 16rem;
}

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

.w-full{
	width: 100%;
}

.w-64{
	width: 16rem;
}

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

.w-32{
	width: 8rem;
}

.w-4{
	width: 1rem;
}

.w-screen{
	width: 100vw;
}

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

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

.w-5{
	width: 1.25rem;
}

.max-w-3xl{
	max-width: 48rem;
}

.max-w-2xl{
	max-width: 42rem;
}

.max-w-sm{
	max-width: 24rem;
}

.max-w-md{
	max-width: 28rem;
}

.max-w-7xl{
	max-width: 80rem;
}

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

.max-w-6xl{
	max-width: 72rem;
}

.flex-1{
	flex: 1 1 0%;
}

.flex-none{
	flex: none;
}

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

.translate-y-4{
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}

.scale-75{
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}

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

.cursor-pointer{
	cursor: pointer;
}

.cursor-not-allowed{
	cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

.gap-8{
	gap: 2rem;
}

.gap-4{
	gap: 1rem;
}

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

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

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

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

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

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

.space-x-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));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.overflow-hidden{
	overflow: hidden;
}

.rounded-lg{
	border-radius: 0.5rem;
}

.rounded{
	border-radius: 0.25rem;
}

.rounded-md{
	border-radius: 0.375rem;
}

.rounded-t-lg{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.rounded-b-lg{
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.rounded-l-md{
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}

.border{
	border-width: 1px;
}

.border-0{
	border-width: 0px;
}

.border-t{
	border-top-width: 1px;
}

.border-b{
	border-bottom-width: 1px;
}

.border-secondary{
	border-color: var(--secondary-color);
}

.border-gray-400{
	--tw-border-opacity: 1;
	border-color: rgba(159, 166, 178, var(--tw-border-opacity));
}

.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(210, 214, 220, var(--tw-border-opacity));
}

.border-transparent{
	border-color: transparent;
}

.bg-discord{
	--tw-bg-opacity: 1;
	background-color: rgba(114, 137, 218, var(--tw-bg-opacity));
}

.bg-facebook{
	--tw-bg-opacity: 1;
	background-color: rgba(24, 119, 242, var(--tw-bg-opacity));
}

.bg-instagram{
	--tw-bg-opacity: 1;
	background-color: rgba(253, 29, 29, var(--tw-bg-opacity));
}

.bg-twitch{
	--tw-bg-opacity: 1;
	background-color: rgba(130, 5, 180, var(--tw-bg-opacity));
}

.bg-twitter{
	--tw-bg-opacity: 1;
	background-color: rgba(29, 161, 242, var(--tw-bg-opacity));
}

.bg-youtube{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-900{
	--tw-bg-opacity: 1;
	background-color: rgba(22, 30, 46, var(--tw-bg-opacity));
}

.bg-primary{
	background-color: var(--primary-color);
}

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

.bg-secondary{
	background-color: var(--secondary-color);
}

.bg-gray-300{
	--tw-bg-opacity: 1;
	background-color: rgba(210, 214, 220, var(--tw-bg-opacity));
}

.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-opacity-10{
	--tw-bg-opacity: 0.1;
}

.bg-opacity-50{
	--tw-bg-opacity: 0.5;
}

.bg-fixed{
	background-attachment: fixed;
}

.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}

.object-top{
	-o-object-position: top;
	   object-position: top;
}

.p-6{
	padding: 1.5rem;
}

.p-8{
	padding: 2rem;
}

.p-4{
	padding: 1rem;
}

.p-px{
	padding: 1px;
}

.p-1{
	padding: 0.25rem;
}

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

.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

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

.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

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

.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

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

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

.pt-2{
	padding-top: 0.5rem;
}

.pb-20{
	padding-bottom: 5rem;
}

.pl-16{
	padding-left: 4rem;
}

.pt-4{
	padding-top: 1rem;
}

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

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

.align-top{
	vertical-align: top;
}

.font-alt{
	font-family: "Exo 2", sans-serif;
}

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

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

.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-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}

.font-extrabold{
	font-weight: 800;
}

.font-normal{
	font-weight: 400;
}

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

.font-semibold{
	font-weight: 600;
}

.font-medium{
	font-weight: 500;
}

.uppercase{
	text-transform: uppercase;
}

.capitalize{
	text-transform: capitalize;
}

.leading-none{
	line-height: 1;
}

.leading-loose{
	line-height: 2;
}

.leading-5{
	line-height: 1.25rem;
}

.leading-tight{
	line-height: 1.25;
}

.tracking-wider{
	letter-spacing: 0.05em;
}

.tracking-widest{
	letter-spacing: 0.1em;
}

.text-discord{
	--tw-text-opacity: 1;
	color: rgba(114, 137, 218, var(--tw-text-opacity));
}

.text-facebook{
	--tw-text-opacity: 1;
	color: rgba(24, 119, 242, var(--tw-text-opacity));
}

.text-instagram{
	--tw-text-opacity: 1;
	color: rgba(253, 29, 29, var(--tw-text-opacity));
}

.text-twitch{
	--tw-text-opacity: 1;
	color: rgba(130, 5, 180, var(--tw-text-opacity));
}

.text-twitter{
	--tw-text-opacity: 1;
	color: rgba(29, 161, 242, var(--tw-text-opacity));
}

.text-youtube{
	--tw-text-opacity: 1;
	color: rgba(255, 0, 0, var(--tw-text-opacity));
}

.text-red-500{
	--tw-text-opacity: 1;
	color: rgba(240, 82, 82, var(--tw-text-opacity));
}

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

.text-secondary{
	color: var(--secondary-color);
}

.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(22, 30, 46, var(--tw-text-opacity));
}

.text-team{
	color: var(--team-color);
}

.text-green-500{
	--tw-text-opacity: 1;
	color: rgba(14, 159, 110, var(--tw-text-opacity));
}

.text-gray-800{
	--tw-text-opacity: 1;
	color: rgba(37, 47, 63, var(--tw-text-opacity));
}

.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(159, 166, 178, var(--tw-text-opacity));
}

.text-blue-600{
	--tw-text-opacity: 1;
	color: rgba(28, 100, 242, var(--tw-text-opacity));
}

.line-through{
	text-decoration: line-through;
}

.opacity-50{
	opacity: 0.5;
}

.opacity-25{
	opacity: 0.25;
}

.opacity-10{
	opacity: 0.1;
}

.opacity-5{
	opacity: 0.05;
}

.opacity-0{
	opacity: 0;
}

.opacity-75{
	opacity: 0.75;
}

.opacity-100{
	opacity: 1;
}

.shadow-intense{
	--tw-shadow: 0 1rem 2rem rgba(0, 0, 0, .25), 0 .125rem .25rem rgba(0, 0, 0, .25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
	--tw-shadow: 0 .5rem 1rem var(--primary-color-05), 0 .125rem .25rem var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
	--tw-shadow: 0 .25rem .5rem var(--primary-color-05), 0 .125rem .25rem 0 var(--primary-color-05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
	--tw-shadow: 0 1rem 2rem var(--primary-color-10), 0 .125rem .25rem var(--primary-color-10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
	filter: var(--tw-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-300{
	transition-duration: 300ms;
}

.duration-150{
	transition-duration: 150ms;
}

.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.stack-6{
	margin-top: -1.5rem;
}

.stack-6 > *{
	margin-top: 1.5rem;
}

.stack-10{
	margin-top: -2.5rem;
}

.stack-10 > *{
	margin-top: 2.5rem;
}

.stack-20{
	margin-top: -5rem;
}

.stack-20 > *{
	margin-top: 5rem;
}

[x-cloak] {
    display: none !important;
  }

.ratio-16x11 {
    padding-bottom: 68.75%;
  }

.ratio-16x9 {
    padding-bottom: 56.25%;
  }

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.locked {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }

.bg-hexagons {
    background-image: url("../img/hexagons.svg");
    -webkit-mask-image: radial-gradient(circle, transparent 35%, black);
            mask-image: radial-gradient(circle, transparent 35%, black);
  }

.bg-fade-edges {
    background-image: radial-gradient(ellipse at top, transparent 25%, black);
  }

.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:text-discord:hover{
	--tw-text-opacity: 1;
	color: rgba(114, 137, 218, var(--tw-text-opacity));
}

.hover\:text-facebook:hover{
	--tw-text-opacity: 1;
	color: rgba(24, 119, 242, var(--tw-text-opacity));
}

.hover\:text-instagram:hover{
	--tw-text-opacity: 1;
	color: rgba(253, 29, 29, var(--tw-text-opacity));
}

.hover\:text-twitch:hover{
	--tw-text-opacity: 1;
	color: rgba(130, 5, 180, var(--tw-text-opacity));
}

.hover\:text-twitter:hover{
	--tw-text-opacity: 1;
	color: rgba(29, 161, 242, var(--tw-text-opacity));
}

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

.hover\:text-current:hover{
	color: currentColor;
}

.hover\:text-gray-500:hover{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
	--tw-text-opacity: 1;
	color: rgba(159, 166, 178, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
	--tw-text-opacity: 1;
	color: rgba(28, 100, 242, var(--tw-text-opacity));
}

.hover\:opacity-75:hover{
	opacity: 0.75;
}

.hover\:shadow-lg:hover{
	--tw-shadow: 0 1rem 2rem var(--primary-color-10), 0 .125rem .25rem var(--primary-color-10);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:border-blue-300:focus{
	--tw-border-opacity: 1;
	border-color: rgba(164, 202, 254, var(--tw-border-opacity));
}

.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-2:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-2:focus{
	--tw-ring-offset-width: 2px;
}

.active\:bg-gray-100:active{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 245, 247, var(--tw-bg-opacity));
}

.active\:text-gray-700:active{
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.active\:text-gray-500:active{
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
	opacity: 1;
}

@media (min-width: 640px){
	.sm\:flex{
		display: flex;
	}
	.sm\:hidden{
		display: none;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:w-48{
		width: 12rem;
	}
	.sm\:w-1\/3{
		width: 33.333333%;
	}
	.sm\:flex-1{
		flex: 1 1 0%;
	}
	.sm\:scale-100{
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}
	.sm\:items-center{
		align-items: center;
	}
	.sm\:justify-between{
		justify-content: space-between;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:py-1{
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.sm\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 768px){
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mr-6{
		margin-right: 1.5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-48{
		width: 12rem;
	}
	.md\:flex-1{
		flex: 1 1 0%;
	}
	.md\:flex-shrink-0{
		flex-shrink: 0;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:p-4{
		padding: 1rem;
	}
	.md\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

@media (min-width: 1024px){
	.lg\:absolute{
		position: absolute;
	}
	.lg\:mx-\[calc\(-50vw\+50\%\)\]{
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
	.lg\:mr-8{
		margin-right: 2rem;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-1\/4{
		width: 25%;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-screen{
		width: 100vw;
	}
	.lg\:-translate-x-1\/2{
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
	.lg\:py-30{
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}
	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-yuge{
		font-size: 6rem;
	}
	.lg\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1280px){
	.xl\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
