/**
 * Remove top margin from first child and bottom margin from last child.
 */
/*! tailwindcss v2.2.0 | 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;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
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: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
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;
}
*, ::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-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-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);
}
@font-face {
  font-family: "new_stencil_tfbregular";
  src: url("../fonts/new_stencil_tfb-webfont.woff2") format("woff2"), url("../fonts/new_stencil_tfb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 45s linear infinite;
  animation: rotating 45s linear infinite;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  text-rendering: optimizeLegibility;
  color: #09414A;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  overflow-x: hidden;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

a {
  cursor: pointer;
  transition: all 1s ease-out;
}

svg path,
svg rect {
  transition: all 0.5s ease-out;
}

svg.twitter path {
  fill: #0ee8fa;
}

svg.twitter:hover path {
  fill: #FFFFFF;
}

svg.insta path {
  fill: #0ee8fa;
}

svg.insta:hover path {
  fill: #FFFFFF;
}

.icon {
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.icon svg rect,
.icon svg path {
  fill: #09414A;
}
.icon:hover {
  color: #FFF;
}
.icon:hover svg path,
.icon:hover svg rect {
  fill: #FFF;
}

.stencil {
  font-family: "new_stencil_tfbregular";
  line-height: 1.4 !important;
}

.text-content h3 {
  font-family: din-2014, sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1;
}
.text-content p {
  margin-bottom: 20px;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 1px solid #09414A;
  color: #09414A;
  max-height: 200px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #09414A;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #09414A;
}
input::placeholder, textarea::placeholder {
  color: #09414A;
}

input[type=submit] {
  cursor: pointer;
  padding: 20px 45px;
  font-weight: 700;
  border: 1px solid #06F8F0;
  border-radius: 0px !important;
  background: #06F8F0;
}
input[type=submit]:hover {
  background: #09414A;
  border: 1px solid #09414A;
  color: #FFF;
}

.clickable {
  cursor: pointer;
}
.clickable .tint {
  background: #09414A;
  opacity: 0;
  transition: all 1s ease-out;
}
.clickable .image-holder {
  height: 238px;
  transition: all 1s ease-out;
}
.clickable:hover .tint {
  opacity: 0.7;
}
.clickable:hover .image-holder {
  transform: scale(1.3);
}

.logo {
  width: 210px;
}

.home h1 {
  font-size: 80px;
  line-height: 0.9;
}

.header {
  z-index: 999999;
  transition: all 1s ease-out;
}

#menu li {
  margin-right: 40px;
}
#menu li:last-child {
  margin-right: 0;
}
#menu li a {
  color: #0EE8FA;
}

.bg-gradient {
  background: #28e8fa;
  background: linear-gradient(93deg, #28e8fa 0%, #29eff6 26%, #2cfeed 87%);
}

.container {
  max-width: 1180px !important;
  margin: 0 auto;
}
.container.small {
  max-width: 1000px !important;
}

a.more {
  position: relative;
  width: 165px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  font-weight: 600;
}
a.more:before {
  content: "";
  display: inline-block;
  background: url(../img/more.svg) no-repeat;
  width: 15px;
  height: 30px;
  background-size: 100%;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  transition: all 0.5s ease-out;
}
a.more.small {
  width: 135px;
}
a.more.small:before {
  width: 13px;
  height: 26px;
}

.two-cols p {
  margin-bottom: 20px;
}

#hero {
  height: 70vh;
  width: 100vw;
}

.home #hero {
  height: 100vh;
}

.footer-logos {
  max-width: 470px;
}

#menu-container {
  display: none;
}
#menu-container.active {
  display: block;
}

#menu {
  opacity: 0;
  transition: all 0.5s ease-out;
}
#menu.active {
  opacity: 1;
}
#menu li a:hover {
  color: #FFF;
}
#menu span a:hover {
  color: #28EAFA;
}

.footer-nav li {
  border-right: 2px solid #0EE8FA;
  line-height: 1;
  padding: 0 0.5rem;
}
.footer-nav li a {
  color: #FFF;
  font-weight: 700;
}

.footer-nav li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-football img {
  width: 700px;
}

@media (max-width: 1023px) {
  #menu li {
    margin-bottom: 20px;
  }

  .footer-nav li {
    padding: 0;
    margin-bottom: 10px;
  }
}
.slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -1.5rem;
  background: url(../img/left.svg) no-repeat;
  background-size: 100%;
  z-index: 8;
  text-indent: -9999em;
  top: 30%;
  margin-top: -20px;
}

.slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -1.5rem;
  background: url(../img/right.svg) no-repeat;
  background-size: 100%;
  z-index: 8;
  text-indent: -9999em;
  top: 30%;
  margin-top: -20px;
}

@media only screen and (min-width: 768px) {
  a.more {
    background: linear-gradient(to right, #28EAFA 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
  }
  a.more:hover {
    background-position: left bottom;
  }
  a.more:hover:before {
    left: 100%;
  }

  .clickable:hover .more {
    background-position: left bottom;
  }
  .clickable:hover .more:before {
    left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #hero {
    height: 50vh;
  }

  .logo {
    width: 170px;
  }

  .home h1 {
    font-size: 60px;
  }

  .footer-nav li {
    border-right: none;
  }

  .footer-football img {
    width: 450px;
  }

  .stencil {
    line-height: 1.5 !important;
  }
}
.ssn-title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #414141;
  line-height: 27px;
  margin-bottom: 10px;
}

.ssn-date {
  font-size: 18px;
  color: #9F9F9F;
  margin-bottom: 20px;
}

.ssn-date:last-child {
  margin-bottom: 0px;
}

/*.timeline-Header {
	display: none !important;
}*/
.bg-tint {
  background-color: rgba(0, 0, 0, 0.5);
}

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

.gform_body .gfield input, .gform_body .gfield textarea {
  padding: 10px 15px !important;
  font-size: 18px !important;
}

.gform_body .gfield legend {
  display: none !important;
}

.gform_body .gfield input[type=checkbox] {
  padding: 0 !important;
  height: 15px;
  width: 15px;
  margin-right: 15px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

@media (min-width: 1024px) {
  .get-in-touch {
    padding-left: 120px;
  }

  .gform_body .gfield input,
.gform_body .gfield textarea {
    padding: 20px 25px !important;
    font-size: 21px !important;
  }
}
#twitter-widget-0 > * {
  border-radius: 0 !important;
}

.animation-buzz-out {
  -webkit-animation-name: buzz-out;
          animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.animation-shifting-background {
  -webkit-animation: shifting-background 30s ease infinite;
          animation: shifting-background 30s ease infinite;
}

@-webkit-keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.WysiwygAnchors a, .Wysiwyg a, .WysiwygAnchors a:visited {
	--tw-text-opacity: 1;
	color: rgba(49, 130, 206, var(--tw-text-opacity));
  transition: all 0.24s ease;
}
.WysiwygAnchors a:hover, .Wysiwyg a:hover, .WysiwygAnchors a:focus, .Wysiwyg a:focus, .WysiwygAnchors a:visited:hover, .WysiwygAnchors a:visited:focus {
	--tw-text-opacity: 1;
	color: rgba(99, 179, 237, var(--tw-text-opacity));
}
h1 .WysiwygAnchors a, h1 .Wysiwyg a, h1 .WysiwygAnchors a:visited, h2 .WysiwygAnchors a, h2 .Wysiwyg a, h2 .WysiwygAnchors a:visited, h3 .WysiwygAnchors a, h3 .Wysiwyg a, h3 .WysiwygAnchors a:visited, h4 .WysiwygAnchors a, h4 .Wysiwyg a, h4 .WysiwygAnchors a:visited, h5 .WysiwygAnchors a, h5 .Wysiwyg a, h5 .WysiwygAnchors a:visited, h6 .WysiwygAnchors a, h6 .Wysiwyg a, h6 .WysiwygAnchors a:visited {
  color: inherit;
}

.WysiwygHeadings h1, .Wysiwyg h1, .WysiwygHeadings h2, .Wysiwyg h2, .WysiwygHeadings h3, .Wysiwyg h3, .WysiwygHeadings h4, .Wysiwyg h4, .WysiwygHeadings h5, .Wysiwyg h5, .WysiwygHeadings h6, .Wysiwyg h6 {
	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";
	font-weight: 600;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.WysiwygHeadings h1, .Wysiwyg h1 {
	font-size: 1.5rem;
	line-height: 2rem;
}
.WysiwygHeadings h2, .Wysiwyg h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.WysiwygHeadings h3, .Wysiwyg h3, .WysiwygHeadings h4, .Wysiwyg h4, .WysiwygHeadings h5, .Wysiwyg h5 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.WysiwygImages img.aligncenter, .Wysiwyg img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.WysiwygImages .gallery .gallery-item, .Wysiwyg .gallery .gallery-item {
	border-width: 0px;
	text-align: center;
}
.WysiwygImages .gallery .gallery-icon, .Wysiwyg .gallery .gallery-icon {
	text-align: center;
}
.WysiwygImages .gallery img, .Wysiwyg .gallery img {
	display: inline;
  border: none !important;
}
.WysiwygImages .wp-caption-text, .Wysiwyg .wp-caption-text {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.WysiwygCode code, .Wysiwyg code {
	display: inline-block;
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	vertical-align: baseline;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.WysiwygSpacing p, .Wysiwyg p, .WysiwygSpacing ul, .Wysiwyg ul, .WysiwygSpacing ol, .Wysiwyg ol, .WysiwygSpacing hr, .Wysiwyg hr, .WysiwygSpacing .wp-block-embed, .Wysiwyg .wp-block-embed, .WysiwygSpacing .gallery, .Wysiwyg .gallery, .WysiwygSpacing [class*=wp-image-], .Wysiwyg [class*=wp-image-] {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.WysiwygLists ul, .Wysiwyg ul, .WysiwygLists ol, .Wysiwyg ol {
	margin-left: 1.5rem;
	list-style-position: outside;
}

.WysiwygLists ul > :first-child, .Wysiwyg ul > :first-child, .WysiwygLists ol > :first-child, .Wysiwyg ol > :first-child {
    margin-top: 0;
  }

.WysiwygLists ul > :last-child, .Wysiwyg ul > :last-child, .WysiwygLists ol > :last-child, .Wysiwyg ol > :last-child {
    margin-bottom: 0;
  }
.WysiwygLists ul, .Wysiwyg ul {
	list-style-type: disc;
}
.WysiwygLists ol, .Wysiwyg ol {
	list-style-type: decimal;
}
.WysiwygLists li, .Wysiwyg li {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.hamburger {
  padding: 0;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after,
.hamburger.scrolled .hamburger-inner,
.hamburger.scrolled .hamburger-inner::before,
.hamburger.scrolled .hamburger-inner::after {
  background-color: #fff;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  background-color: #34afb1;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

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

.top-0 {
	top: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.top-auto {
	top: auto;
}

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

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

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

.m-6 {
	margin: 1.5rem;
}

.m-auto {
	margin: auto;
}

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

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

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

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

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

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

.mr-4 {
	margin-right: 1rem;
}

.-mr-32 {
	margin-right: -8rem;
}

.-mb-32 {
	margin-bottom: -8rem;
}

.-mt-44 {
	margin-top: -11rem;
}

.-mr-44 {
	margin-right: -11rem;
}

.-mt-52 {
	margin-top: -13rem;
}

.-mr-52 {
	margin-right: -13rem;
}

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

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

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

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

.mr-6 {
	margin-right: 1.5rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.hidden {
	display: none;
}

.h-full {
	height: 100%;
}

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

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

.w-full {
	width: 100%;
}

.w-four-col {
	width: 23%;
}

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

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

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

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

.items-start {
	align-items: flex-start;
}

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

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

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

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

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

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

.overflow-hidden {
	overflow: hidden;
}

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

.bg-blue-2000 {
	--tw-bg-opacity: 1;
	background-color: rgba(9, 65, 74, var(--tw-bg-opacity));
}

.bg-blue-3000 {
	--tw-bg-opacity: 1;
	background-color: rgba(40, 234, 250, var(--tw-bg-opacity));
}

.bg-grey-1000 {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

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

.bg-top {
	background-position: top;
}

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

.bg-no-repeat {
	background-repeat: no-repeat;
}

.p-7 {
	padding: 1.75rem;
}

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

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

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

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

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

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

.font-light {
	font-weight: 300;
}

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

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

.uppercase {
	text-transform: uppercase;
}

.leading-normal {
	line-height: 1.5;
}

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

.leading-tighter {
	line-height: 1.125;
}

.leading-6 {
	line-height: 1.5rem;
}

.text-blue-1000 {
	--tw-text-opacity: 1;
	color: rgba(14, 232, 250, var(--tw-text-opacity));
}

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

.text-grey-9000 {
	--tw-text-opacity: 1;
	color: rgba(98, 98, 98, var(--tw-text-opacity));
}

.text-blue-9000 {
	--tw-text-opacity: 1;
	color: rgba(0, 42, 108, var(--tw-text-opacity));
}

.text-red-9000 {
	--tw-text-opacity: 1;
	color: rgba(231, 26, 38, var(--tw-text-opacity));
}

.text-blue-2000 {
	--tw-text-opacity: 1;
	color: rgba(9, 65, 74, var(--tw-text-opacity));
}

.text-indigo-200 {
	--tw-text-opacity: 1;
	color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.opacity-50 {
	opacity: 0.5;
}

.\!opacity-75 {
	opacity: 0.75 !important;
}

.delay-700 {
	transition-delay: 700ms;
}
.m-between + .m-between {
	margin-top: 0.25rem;
}
.m-between-0 + .m-between-0 {
	margin-top: 0px;
}
.m-between-1 + .m-between-1 {
	margin-top: 0.25rem;
}
.m-between-2 + .m-between-2 {
	margin-top: 0.5rem;
}
.m-between-3 + .m-between-3 {
	margin-top: 0.75rem;
}
.m-between-4 + .m-between-4 {
	margin-top: 1rem;
}
.m-between-5 + .m-between-5 {
	margin-top: 1.25rem;
}
.m-between-6 + .m-between-6 {
	margin-top: 1.5rem;
}
.m-between-8 + .m-between-8 {
	margin-top: 2rem;
}
.m-between-10 + .m-between-10 {
	margin-top: 2.5rem;
}
.m-between-12 + .m-between-12 {
	margin-top: 3rem;
}
.m-between-16 + .m-between-16 {
	margin-top: 4rem;
}
.m-between-20 + .m-between-20 {
	margin-top: 5rem;
}
.m-between-24 + .m-between-24 {
	margin-top: 6rem;
}
.m-between-32 + .m-between-32 {
	margin-top: 8rem;
}
.m-between-40 + .m-between-40 {
	margin-top: 10rem;
}
.m-between-48 + .m-between-48 {
	margin-top: 12rem;
}
.m-between-56 + .m-between-56 {
	margin-top: 14rem;
}
.m-between-64 + .m-between-64 {
	margin-top: 16rem;
}
.m-between-px + .m-between-px {
	margin-top: 1px;
}

.hm-between + .hm-between {
	margin-left: 0.25rem;
}
.hm-between-0 + .hm-between-0 {
	margin-left: 0px;
}
.hm-between-1 + .hm-between-1 {
	margin-left: 0.25rem;
}
.hm-between-2 + .hm-between-2 {
	margin-left: 0.5rem;
}
.hm-between-3 + .hm-between-3 {
	margin-left: 0.75rem;
}
.hm-between-4 + .hm-between-4 {
	margin-left: 1rem;
}
.hm-between-5 + .hm-between-5 {
	margin-left: 1.25rem;
}
.hm-between-6 + .hm-between-6 {
	margin-left: 1.5rem;
}
.hm-between-8 + .hm-between-8 {
	margin-left: 2rem;
}
.hm-between-10 + .hm-between-10 {
	margin-left: 2.5rem;
}
.hm-between-12 + .hm-between-12 {
	margin-left: 3rem;
}
.hm-between-16 + .hm-between-16 {
	margin-left: 4rem;
}
.hm-between-20 + .hm-between-20 {
	margin-left: 5rem;
}
.hm-between-24 + .hm-between-24 {
	margin-left: 6rem;
}
.hm-between-32 + .hm-between-32 {
	margin-left: 8rem;
}
.hm-between-40 + .hm-between-40 {
	margin-left: 10rem;
}
.hm-between-48 + .hm-between-48 {
	margin-left: 12rem;
}
.hm-between-56 + .hm-between-56 {
	margin-left: 14rem;
}
.hm-between-64 + .hm-between-64 {
	margin-left: 16rem;
}
.hm-between-px + .hm-between-px {
	margin-left: 1px;
}

@responsive {
  .m-between-children > :not(:first-child) {
		margin-top: 0.25rem;
	}
  .m-between-children-0 > :not(:first-child) {
		margin-top: 0px;
	}
  .m-between-children-1 > :not(:first-child) {
		margin-top: 0.25rem;
	}
  .m-between-children-2 > :not(:first-child) {
		margin-top: 0.5rem;
	}
  .m-between-children-3 > :not(:first-child) {
		margin-top: 0.75rem;
	}
  .m-between-children-4 > :not(:first-child) {
		margin-top: 1rem;
	}
  .m-between-children-5 > :not(:first-child) {
		margin-top: 1.25rem;
	}
  .m-between-children-6 > :not(:first-child) {
		margin-top: 1.5rem;
	}
  .m-between-children-8 > :not(:first-child) {
		margin-top: 2rem;
	}
  .m-between-children-10 > :not(:first-child) {
		margin-top: 2.5rem;
	}
  .m-between-children-12 > :not(:first-child) {
		margin-top: 3rem;
	}
  .m-between-children-16 > :not(:first-child) {
		margin-top: 4rem;
	}
  .m-between-children-20 > :not(:first-child) {
		margin-top: 5rem;
	}
  .m-between-children-24 > :not(:first-child) {
		margin-top: 6rem;
	}
  .m-between-children-32 > :not(:first-child) {
		margin-top: 8rem;
	}
  .m-between-children-40 > :not(:first-child) {
		margin-top: 10rem;
	}
  .m-between-children-48 > :not(:first-child) {
		margin-top: 12rem;
	}
  .m-between-children-56 > :not(:first-child) {
		margin-top: 14rem;
	}
  .m-between-children-64 > :not(:first-child) {
		margin-top: 16rem;
	}
  .m-between-children-px > :not(:first-child) {
		margin-top: 1px;
	}
  .hm-between-children > :not(:first-child) {
		margin-left: 0.25rem;
	}
  .hm-between-children-0 > :not(:first-child) {
		margin-left: 0px;
	}
  .hm-between-children-1 > :not(:first-child) {
		margin-left: 0.25rem;
	}
  .hm-between-children-2 > :not(:first-child) {
		margin-left: 0.5rem;
	}
  .hm-between-children-3 > :not(:first-child) {
		margin-left: 0.75rem;
	}
  .hm-between-children-4 > :not(:first-child) {
		margin-left: 1rem;
	}
  .hm-between-children-5 > :not(:first-child) {
		margin-left: 1.25rem;
	}
  .hm-between-children-6 > :not(:first-child) {
		margin-left: 1.5rem;
	}
  .hm-between-children-8 > :not(:first-child) {
		margin-left: 2rem;
	}
  .hm-between-children-10 > :not(:first-child) {
		margin-left: 2.5rem;
	}
  .hm-between-children-12 > :not(:first-child) {
		margin-left: 3rem;
	}
  .hm-between-children-16 > :not(:first-child) {
		margin-left: 4rem;
	}
  .hm-between-children-20 > :not(:first-child) {
		margin-left: 5rem;
	}
  .hm-between-children-24 > :not(:first-child) {
		margin-left: 6rem;
	}
  .hm-between-children-32 > :not(:first-child) {
		margin-left: 8rem;
	}
  .hm-between-children-40 > :not(:first-child) {
		margin-left: 10rem;
	}
  .hm-between-children-48 > :not(:first-child) {
		margin-left: 12rem;
	}
  .hm-between-children-56 > :not(:first-child) {
		margin-left: 14rem;
	}
  .hm-between-children-64 > :not(:first-child) {
		margin-left: 16rem;
	}
  .hm-between-children-px > :not(:first-child) {
		margin-left: 1px;
	}
  .m-trim > :first-child {
    margin-top: 0;
  }
  .m-trim > :last-child {
    margin-bottom: 0;
  }
  .hm-trim > :first-child {
    margin-left: 0;
  }
  .hm-trim > :last-child {
    margin-right: 0;
  }
}
.hover\:underline:hover {
	text-decoration: underline;
}
@media (min-width: 640px) {
	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px) {
	.lg\:top-0 {
		top: 0px;
	}
	.lg\:bottom-auto {
		bottom: auto;
	}
	.lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.lg\:mt-6 {
		margin-top: 1.5rem;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	.lg\:-mb-0 {
		margin-bottom: 0px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline {
		display: inline;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-two-col {
		width: 48.5%;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-three-col {
		width: 31%;
	}
	.lg\:w-4\/5 {
		width: 80%;
	}
	.lg\:w-1\/6 {
		width: 16.666667%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-10\/12 {
		width: 83.333333%;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.lg\:pr-2 {
		padding-right: 0.5rem;
	}
	.lg\:pl-2 {
		padding-left: 0.5rem;
	}
	.lg\:pr-20 {
		padding-right: 5rem;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:pl-20 {
		padding-left: 5rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-center {
		text-align: center;
	}
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}