<<<<<<< HEAD
@charset "UTF-8";

/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 4 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
=======
/*! tailwindcss v2.2.15 | 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.
*/

>>>>>>> stash
code,
kbd,
samp,
pre {
<<<<<<< HEAD
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
=======
	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.
*/

>>>>>>> stash
button,
input,
optgroup,
select,
textarea {
<<<<<<< HEAD
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
=======
	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.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
    outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
=======
	-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
===========
*/
>>>>>>> stash

/*
Add the correct display in Chrome and Safari.
*/
<<<<<<< HEAD
summary {
    display: list-item;
}

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

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
=======
  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: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
    cursor: pointer;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: 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
 */

>>>>>>> stash
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
<<<<<<< HEAD
    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-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

@media (min-width: 500px) {
    .container {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1900px;
    }
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.one-line {
    -webkit-line-clamp: 1;
}

.two-lines {
    -webkit-line-clamp: 2;
}

.three-lines {
    -webkit-line-clamp: 3;
}

.five-lines {
    -webkit-line-clamp: 5;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}

html {
    background-color: white;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
=======
  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(237, 237, 237, 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(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}.clamp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }.one-line {
    -webkit-line-clamp: 1;
  }.two-lines {
    -webkit-line-clamp: 2;
  }.three-lines {
    -webkit-line-clamp: 3;
  }.five-lines {
    -webkit-line-clamp: 5;
  }html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

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

img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
>>>>>>> stash
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
<<<<<<< HEAD
    display: block;
=======
  display: block;
>>>>>>> stash
}

body,
button,
input,
select,
textarea {
<<<<<<< HEAD
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
=======
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
>>>>>>> stash
}

code,
pre {
<<<<<<< HEAD
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Monaco", "Inconsolata", monospace;
    line-height: 1.25;
}

body {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    font-size: 1rem;
    font-weight: 400;
}

template {
    display: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, border 0.3s;
}

a.link:not(.no-transition) {
    transition: color 0.3s;
}

.link {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

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

code {
    font-size: 11px;
    font-weight: normal;
    padding: 1px 2px 2px;
}

hr {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    margin: 40px 0;
}

img {
    max-width: 100%;
    display: initial;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline;
}

small {
    font-size: 11px;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    font-weight: 700;
}

.inherits-color {
    color: inherit;
}

pre {
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(120 144 156 / var(--tw-text-opacity));
    white-space: pre;
    word-wrap: normal;
}

pre code {
    display: block;
    overflow-x: auto;
    padding: 16px 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(120 144 156 / var(--tw-text-opacity));
}

table {
    width: 100%;
}

table th {
    text-align: left;
    vertical-align: top;
    --tw-text-opacity: 1;
    color: rgb(120 144 156 / var(--tw-text-opacity));
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

body[style*="overflow: hidden;"] {
    max-height: 100vh;
}

h1, h2, h3, h4, h5, h6, p {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Cabin, sans-serif;
    letter-spacing: 0.02rem;
}

p {
    font-weight: inherit;
}

strong {
    font-weight: 600;
}

*[v-cloak] {
    display: none;
}

.fade-in {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fade-in.delay {
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

.transition-all {
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #0E1725;
    color: white;
=======
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Monaco", "Inconsolata", monospace;
  line-height: 1.25;
}

body {
  color: #4D545D;
  font-size: 1rem;
  font-weight: 300;
}

a {
  color: #3490dc;
  cursor: pointer;
  text-decoration: none;
  transition: none 86ms ease-out;
}

code {
  background-color: #f5f7fa;
  color: #ed6c63;
  font-size: 11px;
  font-weight: normal;
  padding: 1px 2px 2px;
}

hr {
  border-top-color: #d7d7d7;
  margin: 40px 0;
}

img {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 11px;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

pre {
  background-color: #f5f7fa;
  color: #4D545D;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: #f5f7fa;
  color: #4D545D;
  display: block;
  overflow-x: auto;
  padding: 16px 20px;
}

table {
  width: 100%;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #22292f;
}

.block:not(:last-child), .content:not(:last-child) {
  margin-bottom: 20px;
}

.content a:not(.button) {
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
}

.content a:not(.button):visited {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.content a:not(.button):hover {
  border-bottom-color: #3490dc;
}

.content li + li {
  margin-top: 0.25em;
}

.content blockquote:not(:last-child),
.content p:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #22292f;
  line-height: 1.125;
  margin-bottom: 20px;
}

.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child) {
  margin-top: 40px;
}

.content blockquote {
  background-color: #f5f7fa;
  border-left: 5px solid #d7d7d7;
  padding: 1.5em;
}

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content.is-medium {
  font-size: 18px;
}

.content.is-medium code {
  font-size: 16px;
}

.content.is-large {
  font-size: 24px;
}

.content.is-large code {
  font-size: 18px;
}

.icon {
  display: inline-block;
  font-size: 21px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}

.icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.icon.is-small {
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}

.icon.is-medium {
  display: inline-block;
  font-size: 28px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  width: 32px;
}

.icon.is-large {
  display: inline-block;
  font-size: 42px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
  width: 48px;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.loader, .tw-btn.is-loading:after, .swal-button.is-loading:after {
  -webkit-animation: spin-around 500ms infinite linear;
          animation: spin-around 500ms infinite linear;
  border: 2px solid #d7d7d7;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
}

@-webkit-keyframes spin-around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spin-around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

body[style*="overflow: hidden;"] {
  max-height: 100vh;
}

h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Cabin, sans-serif;  letter-spacing: .02rem;
}

p {
  font-weight: 400;
}

strong {
	font-weight: 600;
}

*[v-cloak] {
  display: none;
}

a.is-link:hover {
  text-decoration: underline;
}

@variants hover {
  .tw-bg-gradient-primary, .tw-bg-gradient-laracasts {
    background: linear-gradient(to bottom, #328bf2, #1644ad);
  }
  .tw-bg-gradient-techniques {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }
  .tw-bg-gradient-languages {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }
  .tw-bg-gradient-frameworks {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }
  .tw-bg-gradient-tooling {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }
  .tw-bg-gradient-testing {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }
}

.tw-bg-gradient-left-primary {
  background: linear-gradient(to left, #328bf2, #1644ad);
}

.tw-bg-gradient-left-techniques {
  background: linear-gradient(to left, #21c8f6, #637bff);
}

.tw-bg-gradient-left-languages {
  background: linear-gradient(to left, #ffc73c, #f19a1a);
}

.tw-bg-gradient-left-frameworks {
  background: linear-gradient(to left, #f44881, #ec454f);
}

.tw-bg-gradient-left-tooling {
  background: linear-gradient(to left, #b372bd, #8b60ed);
}

.tw-bg-gradient-left-testing {
  background: linear-gradient(to left, #6edcc4, #1aab8b);
}

#root.rounded-banner {
  position: relative;
  overflow-x: hidden;
}

#root.rounded-banner:before {
  content: '';
  background-image: radial-gradient(circle at 50% 100%, #5b79a2, #516e96 20%, #21314c 99%);
  min-height: 540px;
  width: 104%;
  position: absolute;
  transform: translateX(-2%);
  border-bottom-left-radius: 15% 3%;
  border-bottom-right-radius: 15% 3%;
}

@media (min-width: 992px) {
  #root.rounded-banner:before {
    border-bottom-left-radius: 50% 30%;
    border-bottom-right-radius: 50% 30%;
  }
}

#header-logo-arrow svg {
  color: #53B5FF;
}

.new-nav a.is-active, .new-nav .is-active a {
  color: white;
}

.navbar-links {
	font-size: .834rem;
}

@media (min-width: 992px) {
  .navbar-links {
    font-size: 14.5px;
  }
}

.navbar-link {
  position: relative;
}

@media (min-width: 1200px) {
  .navbar-link:after {
    content: '';
    width: 60%;
    height: 4px;
    position: absolute;
    bottom: -19px;
    left: 20%;
  }
  .navbar-link:after {
		border-radius: .90rem;
	}
  .navbar-link:after {    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
  }
  .navbar-link:not(#larabits-link):after {
    background: white;
  }
  #larabits-link.navbar-link.is-active:after,
  #larabits-link.navbar-link:hover:after {
    background: linear-gradient(to right, #21c8f6 64%, transparent 64%, transparent 68%, #21c8f6 68%, #21c8f6 76%, transparent 76%, transparent 80%, #21c8f6 80%, #21c8f6 88%, transparent 88%, transparent 92%, #21c8f6 92%, #21c8f6);
    box-shadow: 0 0 6px 0 rgba(35, 201, 247, 0.43);
    border-radius: 0;
  }
  .navbar-link.is-active:after, .navbar-link:hover:after {
    opacity: 1;
  }
}

.hamburger-nav {
  width: 22px;
  height: 19px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.hamburger-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  margin-left: auto;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.hamburger-nav span:nth-child(1) {
  top: 0;
}

.hamburger-nav span:nth-child(2), .hamburger-nav span:nth-child(3) {
  top: 7px;
  width: 80%;
}

.hamburger-nav span:nth-child(4) {
  top: 14px;
  width: 60%;
}

.hamburger-nav.open span {
  width: 100%;
}

.hamburger-nav.open span:nth-child(1), .hamburger-nav.open span:nth-child(4) {
  top: 7px;
  width: 0;
  right: 50%;
}

.hamburger-nav.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-nav.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-modal-wrap {
  background: url("/images/seriously-huge-logo-mobile-45-deg.svg?v=2") no-repeat 0 100%;
  background-size: 75%;
}

.algolia-autocomplete {
  width: 100%;
}

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  background: transparent !important;
}

.algolia-autocomplete .aa-hint {
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity));
}

#aa-dropdown-menu-container .aa-dropdown-menu {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity));  position: relative !important;
}

/* Each dropdown search result item */
#aa-dropdown-menu-container .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  #aa-dropdown-menu-container .aa-dropdown-menu .aa-suggestion {
		margin-left: -1rem;
		margin-right: -1rem;
	}
  #aa-dropdown-menu-container .aa-dropdown-menu .aa-suggestion {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Hover over a dropdown suggestion result. */
@media (min-width: 992px) {
  #aa-dropdown-menu-container .aa-dropdown-menu .aa-suggestion.aa-cursor {
		border-radius: .50rem;
	}
  #aa-dropdown-menu-container .aa-dropdown-menu .aa-suggestion.aa-cursor {
		--tw-bg-opacity: 1;
		background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
	}
}

/* The highlighted part */
#aa-dropdown-menu-container .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity))
}

#aa-dropdown-menu-container .category {
  text-align: left;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .50);
  --tw-text-opacity: 1;
  color: rgba(135, 149, 161, var(--tw-text-opacity));  padding: 10px 0;
}

.aa-dropdown-menu > div:not(:last-child) {
	margin-bottom: 1.5rem;
}

.aa-suggestion-body a {
	--tw-text-opacity: 1;
	color: rgba(61, 72, 82, var(--tw-text-opacity));
}

.signup-banner {
  background-image: url("/images/call-to-action/left-upper-illustration.svg"), url("/images/call-to-action/lower-right-illustration.svg"), radial-gradient(circle at 0 100%, #6585b0, #2e4469);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 100%;
}

.signup-banner .container {
  height: 600px;
}

.signup-page-banner {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 68, 173, var(--tw-bg-opacity));  color: white;
}

@media (min-width: 768px) {
  .signup-page-banner {
    position: relative
  }
  .signup-page-banner {
		--tw-bg-opacity: 1;
		background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
	}
  .signup-page-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #1644ad, transparent 50%, #1644ad);
  }
}

.signup-plan {
  width: 100%;
  height: 95px;
  border: 1px solid rgba(36, 37, 38, 0.08);
  cursor: pointer;
}

@media (min-width: 768px) {
  .signup-plan {
    width: 152px;
    height: 168px;
  }
}

.signup-plan:hover,
.signup-plan.is-selected {
  border: 2px solid #328af1;
}

.check-wrap {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-animation: wrap .3s ease-in-out forwards;
          animation: wrap .3s ease-in-out forwards;
  transform: scale(0);
}

.check-wrap:before, .check-wrap:after {
  content: '';
  position: absolute;
  background-color: white;
  width: 0;
  height: 3px;
  transform-origin: left;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.check-wrap:before {
  top: 10px;
  left: 6px;
  transform: rotate(45deg);
  -webkit-animation-name: left;
          animation-name: left;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.check-wrap:after {
  top: 15px;
  left: 9px;
  transform: rotate(-45deg);
  -webkit-animation-name: right;
          animation-name: right;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes wrap {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wrap {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes left {
  0% {
    width: 0;
  }
  100% {
    width: 5px;
  }
}

@keyframes left {
  0% {
    width: 0;
  }
  100% {
    width: 5px;
  }
}

@-webkit-keyframes right {
  0% {
    width: 0;
  }
  100% {
    width: 12px;
  }
}

@keyframes right {
  0% {
    width: 0;
  }
  100% {
    width: 12px;
  }
}

@-webkit-keyframes buttonLeft {
  0% {
    width: 0;
  }
  100% {
    width: 13px;
  }
}

@keyframes buttonLeft {
  0% {
    width: 0;
  }
  100% {
    width: 13px;
  }
}

@-webkit-keyframes buttonRight {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}

@keyframes buttonRight {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}

.footer-wrap {
  background-image: radial-gradient(circle at 1% 1%, #328bf2, #1644ad);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.footer-wrap .footer-section.top .container {
  background: url(/images/mic-drop.svg) no-repeat 0 0;
  background-size: 80px;
  padding-top: 4em;
}

@media (min-width: 992px) {
  .footer-wrap .footer-section.top .container {
    padding-top: 0;
    background: url(/images/mic-drop.svg) no-repeat 19% 0;
    background-size: 176px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer-wrap .heart-pulse {
  -webkit-animation: heart-pulse 01s infinite;
          animation: heart-pulse 01s infinite;
}

.footer-wrap .inline-bulleted-list > li {
  display: inline;
}

@media (min-width: 992px) {
  .footer-wrap .inline-bulleted-list > li {
    display: list-item;
  }
}

.footer-wrap .inline-bulleted-list > li:not(:first-child):before {
  content: " \B7";
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: sub;
  margin-left: 2px;
  margin-right: 4px;
}

@media (min-width: 992px) {
  .footer-wrap .inline-bulleted-list > li:not(:first-child):before {
    content: none;
  }
}

@-webkit-keyframes heart-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heart-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.generic-content a {
  font-weight: bold;
}

.series-banner .generic-content a {
  color: inherit;
}

.generic-content p {
  margin-bottom: 20px;
}

.container {
  position: relative;
}

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1130px;
  }
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .container.expands-wide {
    max-width: 1500px;
  }
}

.tw-btn, .swal-button {
	position: relative;
	display: block;
	max-width: 30rem;
	border-width: 1px;
	border-style: solid;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-size: .834rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;  border-color: currentColor;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .tw-btn, .swal-button {
    display: inline-block
  }
  .tw-btn, .swal-button {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
  .tw-btn, .swal-button {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 992px) {
  .tw-btn, .swal-button {
    padding-top: .83rem;
    padding-bottom: .83rem;
    transition: background .3s, border-color .2s
  }
  .tw-btn, .swal-button {
		max-width: 100%;
	}
  .tw-btn, .swal-button {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.tw-btn:focus, .swal-button:focus {
  outline: none;
}

.tw-btn:hover, .swal-button:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));  border-color: currentColor;
}

.tw-btn.is-loading, .swal-button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.tw-btn.is-loading:after, .swal-button.is-loading:after {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  position: absolute !important;
}

.tw-btn[disabled], .swal-button[disabled] {
  background-color: #999;
  border: rgba(0, 0, 0, 0.4);
}

.tw-btn[disabled]:hover, .swal-button[disabled]:hover {
  background-color: #999;
  cursor: not-allowed;
}

.tw-btn-blue, .tw-btn-primary, .swal-button {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-btn-blue.has-shadow, .tw-btn-primary.has-shadow, .swal-button.has-shadow {
  box-shadow: 0 0 15px 0 rgba(0, 145, 255, 0.46);
}

.tw-btn-blue:not([disabled]):hover, .tw-btn-primary:not([disabled]):hover, .swal-button:not([disabled]):hover {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(39, 121, 189, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.tw-btn-blue.tw-btn-unique, .tw-btn-primary.tw-btn-unique, .swal-button.tw-btn-unique {
  box-shadow: 0 0 15px rgba(50, 138, 241, 0.45);
}

.tw-btn-blue.tw-btn-unique:hover, .tw-btn-primary.tw-btn-unique:hover, .swal-button.tw-btn-unique:hover {
  box-shadow: 0 0 20px rgba(0, 117, 255, 0.45);
}

.tw-btn-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(246, 246, 246, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-btn-secondary:hover, .tw-btn-secondary.is-active {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));  border-color: currentColor;
}

.tw-btn-ghost {
	border-color: rgba(255, 255, 255, .10);
	background-color: rgba(255, 255, 255, .10);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 768px) {
  .tw-btn-ghost {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.tw-btn-ghost:hover {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw-btn-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.tw-btn-white:hover {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.tw-btn-grey {
	border-color: transparent;
	background-color: rgba(0, 0, 0, .10);
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

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

.tw-btn-transparent:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.tw-btn-with-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tw-btn-outlined {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}

.tw-btn-outlined:hover {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.tw-btn-channel {
  border: 1px solid currentColor;
  color: var(--channel-color);
}

.tw-btn-channel:hover {
  color: white;
  background: var(--channel-color);
}

.swal-button:focus {
  box-shadow: none !important;
}

.swal-button--close, .swal-button--cancel {
  background: white;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity))
}

.swal-button--close:hover, .swal-button--cancel:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.slide-up-button {
  position: absolute;
  width: 80%;
  left: 0;
  margin-left: 10%;
  margin-right: 10%;
  bottom: 0;
  opacity: 0;
  transition: opacity .2s, transform .3s, border-color .3s, background-color .3s;
  transform: translateY(10px);
  transition-timing-function: ease-in-out;
}

.tw-group:hover .slide-up-button,
.card:hover .slide-up-button {
  opacity: 1;
  transform: translateY(-15px);
}

.title {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .title.is-5 {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .title {
    font-size: 1.86em;
  }
}

.centered-heading {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.75rem;
	font-size: 2.2rem;
	letter-spacing: -0.02em;
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  max-width: 550px;
}

@media (max-device-width: 736px) and (orientation: portrait) {
  .centered-heading {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .centered-heading {
    max-width: 600px;
  }
}

.icon.is-50x50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.icon.is-white {
  color: white;
  fill: white;
}

.icon.is-active {
  fill: #EF6733;
  color: #EF6733;
}

.icon.is-circle {
  border: 2px solid currentColor;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

#root .has-icon {
  display: flex;
  align-items: center;
}

#root .has-icon > .icon {
  padding-right: 10px;
}

#root .has-icon > .icon:hover {
  fill: #EF6733;
}

#root .has-icon > .icon.is-grey {
  fill: #aeb1b5;
  filter: invert(0.7);
}

#root .has-icon > .icon.is-success {
  fill: #EF6733;
}

#root .has-icon > .icon.is-toggle {
  fill: #aeb1b5;
}

#root .has-icon > .icon.is-toggle:hover, #root .has-icon > .icon.is-toggle.is-active {
  fill: #EF6733;
}

.icon.is-outlined {
  border-radius: 50%;
  border: 1px solid #a1a1a1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  margin-right: 10px;
}

.icon.is-outlined:hover {
  background: #3490dc;
  color: white;
  cursor: pointer;
  border: 1px solid #2176bd;
}

.icon.is-outlined > i {
  display: block;
}

.icon.is-muted {
  filter: invert(0.7);
}

.section, section {
  position: relative;
  padding: 20px;
}

@media (min-width: 768px) {
  .section, section {
    padding: 40px 30px;
  }
}

.section > .section, section > .section {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .section > .section, section > .section {
    padding-top: 0;
  }
}

.tag.is-square {
  border-radius: 0;
  padding: 6px 8px;
  text-transform: uppercase;
  height: auto;
  font-size: 14px;
}

.tag.is-white {
  background: white;
  color: #4D545D;
}

.tag a {
  color: inherit;
}

.tag a:hover {
  text-decoration: underline;
}

#root input:focus,
#root textarea:focus,
#root button:focus,
#root select:focus {
  outline: none;
}

.input {
  width: 100%;
  max-width: 100%;
  height: 42px;
}

.textarea {
  min-width: 100%;
  max-width: 100%;
  max-height: 600px;
  padding: 10px;
  resize: vertical;
  line-height: 1.2;
  display: block;
}

.input, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background-color: white;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #22292f;
  display: inline-flex;
  font-size: 16px;
  height: 32px;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  position: relative;
  text-align: left;
  outline: 0;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: none;
}

.input:hover, .textarea:hover {
  border-color: #aeb1b5;
}

.input:active, .input:focus, .input.is-active, .textarea:active, .textarea:focus, .textarea.is-active {
  border-color: #3490dc;
  outline: none;
}

.input[disabled], .input.is-disabled, .textarea[disabled], .textarea.is-disabled {
  background-color: #f5f7fa;
  border-color: #d7d7d7;
  cursor: not-allowed;
  pointer-events: none;
}

.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .textarea.is-disabled::-moz-placeholder {
  color: rgba(34, 41, 47, 0.3);
}

.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .textarea.is-disabled::-webkit-input-placeholder {
  color: rgba(34, 41, 47, 0.3);
}

.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .textarea.is-disabled:-moz-placeholder {
  color: rgba(34, 41, 47, 0.3);
}

.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .textarea.is-disabled:-ms-input-placeholder {
  color: rgba(34, 41, 47, 0.3);
}

@media (max-width: 768px) {
  .input, .textarea {
    font-size: 16px;
  }
}

.input.placeholder-black::-moz-placeholder, .textarea.placeholder-black::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  opacity: 1;
}

.input.placeholder-black::-webkit-input-placeholder, .textarea.placeholder-black::-webkit-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  opacity: 1;
}

.input.placeholder-black:-moz-placeholder, .textarea.placeholder-black:-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  opacity: 1;
}

.input.placeholder-black:-ms-input-placeholder, .textarea.placeholder-black:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  opacity: 1;
}

.input.placeholder-grey-darkest::-moz-placeholder, .textarea.placeholder-grey-darkest::-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.input.placeholder-grey-darkest::-webkit-input-placeholder, .textarea.placeholder-grey-darkest::-webkit-input-placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.input.placeholder-grey-darkest:-moz-placeholder, .textarea.placeholder-grey-darkest:-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.input.placeholder-grey-darkest:-ms-input-placeholder, .textarea.placeholder-grey-darkest:-ms-input-placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.input.is-minimal, .textarea.is-minimal {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid;
  background: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 246, var(--tw-border-opacity));
  padding-left: 0;
  padding-right: 0
}

.input.is-minimal.is-blue, .textarea.is-minimal.is-blue {
	--tw-border-opacity: 1;
	border-color: rgba(108, 178, 235, var(--tw-border-opacity));
}

.input.is-minimal.is-transparent, .textarea.is-minimal.is-transparent {
	border-color: rgba(255, 255, 255, .25);
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input.is-transparent:-webkit-autofill, textarea.is-transparent:-webkit-autofill, select.is-transparent:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}

.textarea {
  padding: 20px 15px;
  max-height: 100%;
}

.textarea:hover {
  border-color: #d7d7d7;
}

fieldset + fieldset {
  margin-top: 2em;
}

legend {
  background: white;
  padding: 0 1em;
  font-weight: bold;
}

form.box {
  width: 400px;
  max-width: 100%;
}

.control:not(:last-child) {
  margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
  .control.is-grouped {
    flex-direction: column;
  }
}

.select {
  height: 42px;
}

.select:after {
  margin-top: -6px;
}

.select select {
  height: 100%;
  padding-left: 15px;
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  padding-right: 50px;
  height: 40px;
  -webkit-appearance: none;
}

.select-wrap svg {
  pointer-events: none;
  right: 20px;
  position: absolute;
  top: 13px;
}

input[name="q"]::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));  opacity: 1;
}

input[name="q"]:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));  opacity: 1;
}

input[name="q"]::placeholder {
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));  opacity: 1;
}

input[name="q"]:focus::-moz-placeholder {
  opacity: .1;
}

input[name="q"]:focus:-ms-input-placeholder {
  opacity: .1;
}

input[name="q"]:focus::placeholder {
  opacity: .1;
}

.switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 45px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 1.5px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

input:checked + .slider {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
}

input:checked + .slider:before {
  transform: translateX(21px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (min-width: 992px) {
  input[type=checkbox].is-minimal:before, .ais-refinement-list__checkbox:before {
    content: "\00a0";
    display: block;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
  }
  input[type=checkbox].is-minimal:before, .ais-refinement-list__checkbox:before {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
	}
  input[type=checkbox].is-minimal:before, .ais-refinement-list__checkbox:before {    border-radius: 2px;
    cursor: pointer;
  }
  input[type=checkbox].is-minimal:checked:before, .ais-refinement-list__checkbox:checked:before {
    color: white;
    content: "";
    background: #328af1 url("/images/checkmark-input-checked.svg") no-repeat;
    background-position: center;
    text-align: center;
    line-height: 1.3;
    font-size: .7rem;
    padding-left: 1.2px;
  }
  input[type=checkbox].is-minimal:focus, .ais-refinement-list__checkbox:focus {
    outline: #3b99fc auto 5px;
  }
}

template {
  display: none;
}

img {
  display: initial;
}

img[data-src] {
  opacity: 0;
  transition: opacity 700ms;
}

img[data-src].lazyloaded {
  opacity: 1;
}

a {
  transition: background-color .3s, border .3s;
}

a.link:not(.no-transition) {
  transition: all .3s;
}

.link:hover {
  color: currentColor;
  text-decoration: underline;
}

.search-section #search-button {
  caret-color: #7AB7FF;
}

.search-section #search-button::-moz-placeholder {
  color: white;
  opacity: .7;
}

.search-section #search-button::-webkit-input-placeholder {
  color: white;
  opacity: .7;
}

.search-section #search-button:-moz-placeholder {
  color: white;
  opacity: .7;
}

.search-section #search-button:-ms-input-placeholder {
  color: white;
  opacity: .7;
}

@media (min-width: 768px) {
  .search-section #search-button::-moz-placeholder {
    color: white;
    opacity: .2;
  }
  .search-section #search-button::-webkit-input-placeholder {
    color: white;
    opacity: .2;
  }
  .search-section #search-button:-moz-placeholder {
    color: white;
    opacity: .2;
  }
  .search-section #search-button:-ms-input-placeholder {
    color: white;
    opacity: .2;
  }
}

.featured-collection.is-frameworks {
  background-image: linear-gradient(to right, #ec454f, #334567 79%);
}

@media (min-width: 1200px) {
  .featured-collection.is-frameworks .skill-thumbnail {
    width: 285px;
    margin-right: 25px;
  }
}

.featured-collection.is-techniques {
  background-image: linear-gradient(to right, #5FC6F1, #334567 79%);
}

@media (min-width: 1200px) {
  .featured-collection.is-techniques .skill-thumbnail {
    width: 360px;
    position: relative;
    left: -40px;
    top: 20px;
  }
}

.featured-collection.is-tooling {
  background-image: linear-gradient(to right, #AA76B9, #36486A 79%);
}

@media (min-width: 1200px) {
  .featured-collection.is-tooling .skill-thumbnail {
    width: 370px;
    position: relative;
    left: -30px;
  }
}

.featured-collection.is-languages {
  background-image: linear-gradient(to right, #F6C858, #36486A 79%);
}

@media (min-width: 1200px) {
  .featured-collection.is-languages .skill-thumbnail {
    width: 360px;
    position: relative;
    left: -30px;
    top: 10px;
  }
}

.featured-collection.is-testing {
  background-image: linear-gradient(to right, #45957B, #36486A 79%);
}

@media (min-width: 1200px) {
  .featured-collection.is-testing .skill-thumbnail {
    width: 400px;
    margin-right: 25px;
    position: relative;
    left: -40px;
  }
}

.featured-collection.is-trending {
  background-image: linear-gradient(to right, #324466, #60799E 79%);
}

@media (min-width: 992px) {
  .featured-collection.is-trending .items {
    padding-left: 250px;
  }
}

.featured-collection.one-column .thumbnail {
  margin-top: -200px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .featured-collection.one-column {
    height: 363px;
  }
  .featured-collection.one-column .thumbnail {
    right: -310px;
    margin-top: -50px;
    max-width: 80%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .featured-collection.one-column .thumbnail {
    right: -225px;
  }
}

@media (min-width: 1200px) {
  .featured-collection.one-column .thumbnail {
    right: -165px;
  }
}

.featured-collection.two-columns .left-side-thumbnail {
  margin-top: -200px;
  max-width: 80%;
  pointer-events: none;
}

.featured-collection.two-columns .right-side-thumbnail {
  margin-bottom: -200px;
  max-width: 80%;
  pointer-events: none;
}

@media (min-width: 992px) {
  .featured-collection.two-columns {
    height: 363px;
  }
  .featured-collection.two-columns .left-side-body {
    padding-left: 60%;
    height: 75%;
  }
  .featured-collection.two-columns .right-side-body {
    padding-right: 60%;
    height: 75%;
  }
  .featured-collection.two-columns .left-side-thumbnail {
    left: -165px;
    margin-top: 0;
  }
  .featured-collection.two-columns .right-side-thumbnail {
    right: -165px;
    margin-bottom: 0;
  }
}

.episode-list-item {
  display: flex;
}

.episode-list-item > * {
  padding: 0 27px;
}

.is-condensed .episode-list-item > * {
  padding: 0;
}

.episode-list-index {
  color: white;
  font-weight: bold;
  justify-content: center;
  padding-right: 0;
}

@media (min-width: 768px) {
  .episode-list-index {
    padding-top: auto;
  }
}

.circle {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.episode-list-details {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0;
}

.episode-list-details li {
  list-style: bullet;
}

.episode-list-meta {
  text-transform: uppercase;
  margin-bottom: .7em;
  color: #cacaca;
  font-weight: bold;
}

.episode-list-excerpt {
  word-break: break-word;
}

.episode-list-excerpt a {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.episode-list-excerpt p:last-child {
  margin-bottom: 0;
}

.dropdown-toggle > button:focus {
  outline: 0;
}

.dropdown-menu.is-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 41, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dropdown-menu.is-dark .dropdown-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu.is-dark .dropdown-menu-link:hover > a, .dropdown-menu.is-dark .dropdown-menu-link:hover > .submit-link {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dropdown-menu.is-dark .dropdown-menu-link > a, .dropdown-menu.is-dark .dropdown-menu-link > .submit-link {
	display: block;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: .834rem;
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity));
}

.dropdown-menu.is-light {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu.is-light .dropdown-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu.is-light .dropdown-menu-link:hover > a:after, .dropdown-menu.is-light .dropdown-menu-link:hover > .submit-link:after {
  content: '';
  display: block;
  width: 94%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 3%;
  margin: auto;
  z-index: -1;
  pointer-events: none;
  border-radius: .50rem;
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity))
}

.dropdown-menu.is-light .dropdown-menu-link > a, .dropdown-menu.is-light .dropdown-menu-link > .submit-link {
	position: relative;
	display: block;
	display: block;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: .834rem;
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.dropdown-menu-link {
	display: block;
	text-align: left;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
}

.ais-input {
	margin-right: 1rem;
	width: 100%;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.conversation-list.has-borders {
  border: 1px solid #f1f1f1;
}

@media (min-width: 992px) {
  .conversation-list-item:not(.without-excerpt) {
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .conversation-list-item {
    font-size: .8em;
    justify-content: flex-start;
    border: 1px solid rgba(36, 37, 38, 0.08);
  }
}

@media screen and (min-width: 768px) {
  .conversation-list-item {
    padding: 0 0 1em;
  }
}

.has-borders .conversation-list-item {
  padding: 20px;
  margin-bottom: 0;
}

.conversation-list.columns .conversation-list-item {
  border-bottom: none;
}

.conversation-list.columns .conversation-list-item:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.conversation-list-excerpt {
	font-size: 1rem;  word-break: break-word;
}

@media (min-width: 768px) {
  .conversation-list-excerpt {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .conversation-list-excerpt {
    height: 38px;
  }
}

.without-excerpt .conversation-list-excerpt {
  display: none;
}

@media (min-width: 1200px) {
  .conversation-list-title > h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 530px;
  }
  .conversation-list-title > h4:before {
    margin-top: -5px;
    content: '';
    display: block;
  }
}

.box {
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));  border-radius: 0;
  position: relative;
}

.has-shadow.box {
  border-radius: 8px;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  border: none;
}

@media (min-width: 768px) {
  .box {
    padding: 2em;
  }
}

.is-small.box {
  padding: 1em;
}

.is-rounded.box {
  border-radius: 4px;
}

.is-darker.box {
  background: #fafafa;
  border: 1px solid #e1e1e1;
}

.content-item {
  transition: background-color, .3s;
}

.content-item:not(.content-item-condensed) {
	border-radius: .90rem;  border: 1px solid rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.01);
}

.content-item.content-item-condensed {
	border-radius: .50rem;
}

@media (min-width: 992px) {
  .content-item:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
	}
}

a.tag:hover.is-primary {
  background: #2176bd;
}

.table {
  background-color: #fff;
  color: #22292f;
  margin-bottom: 20px;
  width: 100%;
}

.table td,
.table th {
  border-bottom: 7px solid white;
  padding: 8px 18px;
  vertical-align: top;
}

.table td.is-icon,
.table th.is-icon {
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  width: 1%;
}

.table td.is-icon.is-link,
.table th.is-icon.is-link {
  padding: 0;
}

.table td.is-icon.is-link > a,
.table th.is-icon.is-link > a {
  padding: 5px;
}

.table td.is-link,
.table th.is-link {
  padding: 0;
}

.table td.is-link > a,
.table th.is-link > a {
  display: block;
  padding: 8px 10px;
}

.table td.is-link > a:hover,
.table th.is-link > a:hover {
  background-color: #3490dc;
  color: white;
}

.table th {
  color: #22292f;
  text-align: left;
}

.table tr:hover {
  background-color: #f5f7fa;
  color: #22292f;
}

.table thead td,
.table thead th {
  border: none;
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity))
}

.table tbody tr {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table + .table {
	margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .table.is-condensed-for-mobile thead {
    display: none;
  }
  .table.is-condensed-for-mobile tr {
    border-bottom: 2em solid white;
    width: 100%;
  }
  .table.is-condensed-for-mobile td:not(.mobile\:tw-hidden) {
    display: block;
    text-align: center;
  }
}

.swal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.swal-modal .swal-title {
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity))
}

.swal-title:first-child {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 1;
}

.swal-text {
	font-size: .9rem;
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.swal-modal {
  padding: 25px;
  width: 291px;
  max-width: 80%;
  border-radius: 10px;
  box-shadow: 4px 4px 15px 0 rgba(36, 37, 38, 0.08);
}

.swal-button-container {
  margin: 0 7px;
}

.swal-footer .swal-button--next, .swal-footer .swal-button--confirm {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.swal-footer .swal-button--next:hover, .swal-footer .swal-button--confirm:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 121, 189, var(--tw-bg-opacity));
}

.swal-footer {
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center
}

.swal-footer > .swal-button-container {
	flex: 1 1 0%;
}

.swal-footer .swal-button {
  width: 100%;
  max-width: 175px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600
}

.swal-modal .swal-icon--custom {
  padding-top: 0;
  margin-top: 0;
}

.swal-footer, .swal-text, .swal-content {
  text-align: center;
  font-size: .834rem
}

.countdown-block {
	position: relative;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;  width: 44.2px;
  height: 57.9px;
}

.countdown-block:not(:last-child):after {
  content: '';
  position: absolute;
  width: 17px;
  height: 1.5px;
  background: #32c5ff;
  opacity: .35;
  right: -22px;
  top: 25px;
}

.countdown-block-number {
	border-radius: .25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.countdown-block-unit {
	font-size: .6rem;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .50);
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333333;
  color: #ffffff;
  border-radius: .50rem;
  font-size: .834rem;  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: #333333;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: #333333;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: #333333;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: #333333;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;  z-index: 1;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #ffffff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #ffffff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #ffffff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #ffffff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #ffffff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #ffffff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #ffffff;
}

.difficulty-meter > * {
	background-color: rgba(0, 0, 0, .25);
}

.difficulty-meter.is-light > * {
	background-color: rgba(255, 255, 255, .25);
}

.difficulty-meter.is-beginner > *:nth-child(1) {
	--tw-bg-opacity: 1;
	background-color: rgba(146, 208, 72, var(--tw-bg-opacity));
}

.difficulty-meter.is-beginner.is-dark > *:nth-child(1) {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 41, 47, var(--tw-bg-opacity));
}

.difficulty-meter.is-intermediate > *:nth-child(1),
.difficulty-meter.is-intermediate > *:nth-child(2) {
  background: white;
}

@media (min-width: 768px) {
  .difficulty-meter.is-intermediate > *:nth-child(1), .difficulty-meter.is-intermediate > *:nth-child(2) {
		--tw-bg-opacity: 1;
		background-color: rgba(222, 117, 31, var(--tw-bg-opacity));
	}
}

.difficulty-meter.is-intermediate.is-dark > *:nth-child(1), .difficulty-meter.is-intermediate.is-dark > *:nth-child(2) {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 41, 47, var(--tw-bg-opacity));
}

.difficulty-meter.is-advanced > * {
  background: white;
}

@media (min-width: 768px) {
  .difficulty-meter.is-advanced > * {
		--tw-bg-opacity: 1;
		background-color: rgba(204, 31, 26, var(--tw-bg-opacity));
	}
}

.difficulty-meter.is-advanced.is-dark > * {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 41, 47, var(--tw-bg-opacity));
}

.series-card:hover .difficulty-meter > *, .expanded-card .difficulty-meter > *, .series-banner .difficulty-meter > * {
	background-color: rgba(0, 0, 0, .25);
}

.series-card:hover .difficulty-meter.is-beginner > *:nth-child(1), .expanded-card .difficulty-meter.is-beginner > *:nth-child(1), .series-banner .difficulty-meter.is-beginner > *:nth-child(1) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.series-card:hover .difficulty-meter.is-intermediate > *:nth-child(1), .series-card:hover .difficulty-meter.is-intermediate > *:nth-child(2), .expanded-card .difficulty-meter.is-intermediate > *:nth-child(1), .expanded-card .difficulty-meter.is-intermediate > *:nth-child(2), .series-banner .difficulty-meter.is-intermediate > *:nth-child(1), .series-banner .difficulty-meter.is-intermediate > *:nth-child(2) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.series-card:hover .difficulty-meter.is-advanced > *, .expanded-card .difficulty-meter.is-advanced > *, .series-banner .difficulty-meter.is-advanced > * {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#user-notifications-toggle {
  width: 20px;
  height: 20px;
  left: -6px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 173, 236, var(--tw-bg-opacity))
}

.account-slideout-menu {
  border-radius: .9rem !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  overflow-y: auto !important;
}

.account-slideout-menu .tabs:after {
  bottom: -3px;
  left: 0;
  border-radius: 9999px;
  position: absolute;
  content: '';
  width: 100%;
  display: block;
  border-width: 1.5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity))
}

.account-slideout-menu header .current-tab:after {
	border-width: 1.5px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));  bottom: -3px;
  left: 0;
  border-radius: 9999px;
  position: absolute;
  content: '';
  width: 100%;
  display: block;
  z-index: 2;
}

.vfm__overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

.modal-close-button {
  top: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .modal-close-button {
    top: 30px;
    right: 30px;
  }
}

.slide-up-enter-active {
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);  transition-duration: 3s;
}

.slide-up-leave-active {
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);  transition-duration: 3s;
}

.slide-up-enter-from {
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
	opacity: 0;
}

.slide-up-enter-to {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
	opacity: 1;
}

.slide-up-leave-from {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
	opacity: 1;
}

.slide-up-leave-to {
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
	opacity: 0;
}

.slide-right-enter-active {
  transition: all 0.3s ease-out;
}

.slide-right-enter-from {
  transform: translate3d(330px, 0, 0);
}

.pop-out-enter-active, .pop-out-leave-active {
	transform: var(--tw-transform);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 1000ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.pop-out-enter-from {
  opacity: 0;
  transform: translateY(65px);
}

.pop-out-enter-to {
  opacity: 1;
  transform: translateY(50px);
}

.pop-out-leave-from {
  opacity: 1;
  transform: translateY(50px);
}

.pop-out-leave-to {
  opacity: 0;
  transform: translateY(65px);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.forum-comment {
  transition: background-color, .3s;
}

@media (min-width: 992px) {
  .forum-comment .show-on-hover {
    visibility: hidden;
  }
  .forum-comment:hover .show-on-hover {
    visibility: visible;
  }
  .forum-comment:hover #conversation-title {
		background-color: rgba(0, 0, 0, .04);
	}
}

.admin-border {
  border: 1px solid #C2CAFB !important;
}

@media (min-width: 768px) {
  .forum-comment.is-reply.is-active {
    box-shadow: inset 0 0 0 1px #62A2F3;
  }
  .forum-comment.is-reply.is-admin.is-active {
    border-color: transparent;
  }
  .forum-comment:not(.is-best):not(.is-admin):hover {
		background-color: rgba(0, 0, 0, .03);
	}
}

.card {
  border: 1px solid rgba(36, 37, 38, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 345px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: .90rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(34, 41, 47, var(--tw-text-opacity));  position: relative;
}

@media (min-width: 768px) {
  .card {
    width: 335px;
    height: 258px;
  }
}

@media (min-width: 992px) {
  .card {
    width: 345px;
    height: 258px;
  }
  .card:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.18);
  }
  .card-play-button {
    transition: opacity .2s, transform .4s, border-color .2s;
    opacity: 0;
    transform: translateY(15px);
    transition-timing-function: ease-in-out;
    will-change: transform;
  }
  .card:hover .card-play-button,
  .skill-card:hover .card-play-button {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
 * This is the minimal series card that only has an thumbnail.
 */
.series-thumbnail-card {
  box-shadow: 0 2px 4px 0 rgba(170, 163, 163, 0.3);
}

.series-thumbnail-card.is-frameworks {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }

.series-thumbnail-card.is-languages {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }

.series-thumbnail-card.is-testing {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }

.series-thumbnail-card.is-tooling {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }

.series-thumbnail-card.is-techniques {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }

@media (min-width: 992px) {
  .series-thumbnail-card.is-frameworks:after {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }
  .series-thumbnail-card.is-languages:after {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }
  .series-thumbnail-card.is-testing:after {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }
  .series-thumbnail-card.is-tooling:after {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }
  .series-thumbnail-card.is-techniques:after {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }
}

.expanded-card.is-frameworks .expanded-card-left {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }

.expanded-card.is-languages .expanded-card-left {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }

.expanded-card.is-testing .expanded-card-left {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }

.expanded-card.is-tooling .expanded-card-left {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }

.expanded-card.is-techniques .expanded-card-left {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }

@media (min-width: 992px) {
  .expanded-card:hover .expanded-card-meta {
    opacity: 0;
  }
}

.expanded-card {
  max-width: 320px;
}

@media (min-width: 768px) {
  .expanded-card {
    min-width: auto;
  }
}

@media (min-width: 992px) {
  .expanded-card {
    max-width: 345px;
  }
}

.expanded-card .expanded-card-left {
  width: 130px;
}

.skill-card {
  transition: all 1s;
}

.skill-card.is-frameworks {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }

.skill-card.is-languages {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }

.skill-card.is-testing {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }

.skill-card.is-tooling {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }

.skill-card.is-techniques {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }

.skill-card .skill-card-thumbnail {
  width: 114px;
  height: 114px;
  max-width: 114px;
}

@media (min-width: 992px) {
  .skill-card .skill-card-thumbnail {
    width: 100px;
    height: 100px;
    max-width: 100px;
  }
}

@media (min-width: 1200px) {
  width: 120px;
  height: 120px;
  max-width: 120px;
}

@media (min-width: 992px) {
  .skill-card.is-frameworks {
    background: transparent;
  }
  .skill-card.is-frameworks .skill-card-top {
		border-radius: .90rem;
	}
  .skill-card.is-frameworks .skill-card-top {    content: '';
    display: block;
    width: 100%
  }
  .skill-card.is-frameworks .skill-card-top {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }
  .skill-card.is-languages {
    background: transparent;
  }
  .skill-card.is-languages .skill-card-top {
		border-radius: .90rem;
	}
  .skill-card.is-languages .skill-card-top {    content: '';
    display: block;
    width: 100%
  }
  .skill-card.is-languages .skill-card-top {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }
  .skill-card.is-testing {
    background: transparent;
  }
  .skill-card.is-testing .skill-card-top {
		border-radius: .90rem;
	}
  .skill-card.is-testing .skill-card-top {    content: '';
    display: block;
    width: 100%
  }
  .skill-card.is-testing .skill-card-top {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }
  .skill-card.is-tooling {
    background: transparent;
  }
  .skill-card.is-tooling .skill-card-top {
		border-radius: .90rem;
	}
  .skill-card.is-tooling .skill-card-top {    content: '';
    display: block;
    width: 100%
  }
  .skill-card.is-tooling .skill-card-top {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }
  .skill-card.is-techniques {
    background: transparent;
  }
  .skill-card.is-techniques .skill-card-top {
		border-radius: .90rem;
	}
  .skill-card.is-techniques .skill-card-top {    content: '';
    display: block;
    width: 100%
  }
  .skill-card.is-techniques .skill-card-top {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }
  .skill-card:hover .skill-card-meta-details {
    display: none;
  }
  .skill-card-meta {
    margin-top: -6px;
    padding-top: 6px;
    height: 76px;
    transition: box-shadow .3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }
  .skill-card:hover .skill-card-meta {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.18);
  }
}

.skill-card .card-play-button {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 1200px) {
  .skill-card {
    width: 200px;
  }
}

.team-card-wrap .team-card-heading {
	margin-bottom: 0.75rem;
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;  color: #4a4a4a;
}

.team-card {
  counter-reset: leaderboard;
  border-radius: .50rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2rem;  box-shadow: 0 3px 11px 1px rgba(36, 37, 38, 0.08);
}

.team-card-item:not(:last-child) {
	margin-bottom: 1rem;
}

.team-card-item:not(.without-number):before {
  counter-increment: leaderboard;
  content: counter(leaderboard);
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(204, 204, 204, var(--tw-text-opacity));  width: 16px;
}

.bit-card-excerpt > p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    -webkit-line-clamp: 3;
    }

.thermometer-wrap {
  height: 50px;
  margin-bottom: 2rem
}

@media (min-width: 768px) {
  .thermometer-wrap {
    height: 100%
  }
  .thermometer-wrap {
		margin-bottom: 0;
	}
}

.thermometer {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 9999px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity))
}

@media (min-width: 768px) {
  .thermometer {
    margin-bottom: 0;
    width: 10px;
    height: 100%;
  }
}

.thermometer:after {
  content: '';
  --tw-bg-opacity: 1;
  background-color: rgba(50, 138, 241, var(--tw-bg-opacity));  display: block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  position: absolute;
  top: -2px;
  box-shadow: 0 0 0 7px #c7e7f7;
}

@media (min-width: 768px) {
  .thermometer:after {
    left: -4px;
    top: auto;
    bottom: 0;
  }
}

.thermometer-inner {
  border-radius: 9999px;
  height: 100%;
  z-index: 10
}

.thermometer-inner.is-filled-20 {
  width: 20%;
}

@media (min-width: 768px) {
  .thermometer-inner.is-filled-20 {
    width: auto;
    height: 20%;
  }
}

.thermometer-inner.is-filled-40 {
  width: 40%;
}

@media (min-width: 768px) {
  .thermometer-inner.is-filled-40 {
    width: auto;
    height: 40%;
  }
}

.thermometer-inner.is-filled-60 {
  width: 60%;
}

@media (min-width: 768px) {
  .thermometer-inner.is-filled-60 {
    width: auto;
    height: 60%;
  }
}

.thermometer-inner.is-filled-80 {
  width: 80%;
}

@media (min-width: 768px) {
  .thermometer-inner.is-filled-80 {
    width: auto;
    height: 80%;
  }
}

.thermometer-inner.is-filled-100 {
  width: 100%;
}

@media (min-width: 768px) {
  .thermometer-inner.is-filled-100 {
    width: auto;
    height: 100%;
  }
}

.thermometer-legend > div {
  width: 20%;
}

@media (min-width: 768px) {
  .thermometer-legend > div {
    width: 100%;
  }
}

.reply-scrubber-wrap {
  width: 100%;
  position: relative;
  transform: translateY(-3px);
}

.reply-scrubber-wrap:before, .reply-scrubber-wrap:after {
  content: '';
  background-color: #bbc7cd;
  display: block;
  border-radius: 9999px;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 10;
  top: 6px;
}

.reply-scrubber-wrap.is-muted:before, .reply-scrubber-wrap.is-muted:after {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 204, 204, var(--tw-bg-opacity));  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
}

.reply-scrubber-wrap:after {
  right: 0;
}

.reply-scrubber {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.reply-scrubber-wrap.is-muted .reply-scrubber {
  cursor: not-allowed;
}

.reply-scrubber-button {
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(237, 237, 237, var(--tw-border-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 700;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(135, 149, 161, var(--tw-text-opacity));
}

.reply-scrubber-button[disabled] {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));  cursor: not-allowed;
}

input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(0, 0, 0, .03);  height: 5px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(50, 138, 241, var(--tw-bg-opacity));  width: 57px;
  height: 12px;
  border-radius: 9999px;  border: none;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(50, 138, 241, var(--tw-bg-opacity));  width: 57px;
  height: 12px;
  border-radius: 9999px;  border: none;
  cursor: pointer;
}

input[type=range]::-moz-focus-outer {
  border: 0;
}

.reply-scrubber-wrap.is-muted input[type=range]::-webkit-slider-thumb {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 204, 204, var(--tw-bg-opacity));  cursor: not-allowed;
}

.reply-scrubber-wrap.is-muted input[type=range]::-moz-range-thumb {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 204, 204, var(--tw-bg-opacity));  cursor: not-allowed;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}

.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity))
}

.tribute-container li {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;  cursor: pointer;
}

.tribute-container li.highlight {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tribute-container li span {
  font-weight: bold;
}

.tribute-container li.no-match {
  cursor: default;
}

.tribute-container .menu-highlighted {
  font-weight: bold;
}

.quiz-wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.quiz-footer {
  box-shadow: 0 -4px 15px 10px rgba(36, 37, 38, 0.08);
}

@media (min-width: 768px) {
  .quiz-footer {
    box-shadow: none;
  }
}

.quiz-arrow {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

@media (min-width: 992px) {
  .quiz-arrow {
    width: 44px;
    height: 41px;
    padding: 0
  }
  .quiz-arrow {
		border-radius: .50rem;
	}
}

.quiz-arrow[disabled] {
  color: #999;
  cursor: not-allowed;
}

.quiz-arrow.pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.btn-pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.wait-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.quiz-review-question-label {
	margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .quiz-review-question-label {
    width: 150px;
    margin-left: -170px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.quiz-wrapper .question {
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

@media (min-width: 992px) {
  /* the starting styles of the transition. */
  .question-fade-next-enter-from,
  .question-fade-next-leave-to {
    opacity: 0;
    transform: translateY(100vh);
  }
  /* what is the end state of the entering transition? */
  .question-fade-next-enter-to {
    opacity: 1;
    transform: translateY(0);
  }
  /* apply the styles that handle how that transition will happen. */
  .question-fade-next-enter-active {
    transition: opacity 0.2s ease-in, transform 0.25s ease-in;
  }
  .question-fade-next-leave-active {
    transition: opacity 0.2s ease-in-out, transform 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(-100vh);
  }
  /* the starting styles of the transition. */
  .question-fade-previous-enter-from,
  .question-fade-previous-leave-to {
    opacity: 0;
    transform: translateY(-100vh);
  }
  /* what is the end state of the entering transition? */
  .question-fade-previous-enter-to {
    opacity: 1;
    transform: translateY(0);
  }
  /* apply the styles that handle how that transition will happen. */
  .question-fade-previous-enter-active {
    transition: opacity 0.3s ease-in, transform 0.4s ease-in;
  }
  .question-fade-previous-leave-active {
    transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(100vh);
  }
  .quiz-fade-enter-from {
    opacity: 0;
  }
  .quiz-fade-enter-to {
    opacity: 1;
  }
  .quiz-fade-enter-active,
  .quiz-fade-leave-active {
    transition: opacity 0.3s;
  }
  .quiz-fade-leave-to {
    opacity: 0;
  }
}

.question-title code,
.question-choice code {
  background: transparent;
  font-size: inherit;
}

.flickity-page-dots {
  bottom: -39px !important;
}

.flickity-page-dots > li.dot:only-of-type {
  display: none;
}

.flickity-page-dots .dot.is-selected {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
}

.flickity-prev-next-button[disabled] {
  display: none;
}

.plans-toggle-wrap {
  background: url("/images/plans/plans-toggle-border.svg");
  width: 221px;
  height: 40px;
}

.plans-toggle-teams, .plans-toggle-personal {
  width: 50%;
  border-radius: 18px;
}

.tw-bg-gradient-laracasts .plans-toggle-teams > button, .tw-bg-gradient-laracasts .plans-toggle-personal > button {
  color: white;
}

.plans-toggle-is-active {
  background-image: linear-gradient(125deg, #21c8f6, #637bff);
}

.plans-toggle-is-active > button {
  color: white;
}

.plans-toggle-personal {
  padding-left: 13px;
}

.plans-toggle-personal.plans-toggle-is-active {
  padding-left: 0;
}

.plans-toggle-is-active + .plans-toggle-teams {
  padding-right: 13px;
}

/**
 * THE PLAN WRAPPER
 */
@media (min-width: 992px) {
  .plan-wrap {
    height: 358px;
    max-width: 290px;
  }
}

.plan-primary {
  background: linear-gradient(to bottom, #21c8f6, #637bff);
  border: none !important;
  padding: 1px !important;
}

.plan-primary > div:first-child {
  background: white;
  border-radius: inherit;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem
}

.team-plan-wrap {
  flex: 1;
}

@media (min-width: 768px) {
  .team-plan-wrap {
    max-width: 581px;
    height: 358px;
    flex: 2;
  }
}

.plan {
  border: 1px solid rgba(36, 37, 38, 0.08);
  max-width: 437px;
}

@media (min-width: 768px) {
  .plan-start-learning-button {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan-slash:after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  transform: rotate(26deg);
  position: absolute;
  top: 16px;
  left: 20%;
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity))
}

.laracasts-logo {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));  transition: color .3s, background-color .3s;
  width: 132px;
}

.laracasts-logo:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .laracasts-logo {
    color: #4A4A4A;
    width: 157px;
    height: 20px;
  }
}

.home-banner {
  -webkit-mask: url(/images/home/home-bg-mask.svg);
  background-image: radial-gradient(circle at 51% 111%, #1285f3, #003a99 86%);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.home-banner-inner {
  overflow: hidden;
}

@media (min-width: 768px) {
  .home-banner-inner {
    min-height: 672px;
  }
}

@media (min-width: 1500px) {
  .home-banner-inner {
    min-height: 795px;
  }
}

@media screen and (min-width: 400px) {
  .home-banner-main {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.header-description {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header-description {
		max-width: 100%;
	}
  .header-description {
		text-align: left;
	}
}

@media (min-width: 992px) {
  .header-description {
		margin-left: 3rem;
	}
}

@media (min-width: 1500px) {
  .header-description {
		margin-left: 0;
	}
}

.header-title {
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	letter-spacing: -0.02em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));  line-height: 1.1;
}

@media screen and (min-width: 340px) {
  .header-title {
		font-size: 2.4rem;
	}
}

@media (min-width: 768px) {
  .header-title {
		margin-bottom: 1.25rem;
	}
  .header-title {
		text-align: left;
	}
  .header-title {
		font-size: 2.6666rem;
	}
  .header-title {    line-height: 1.3;
  }
}

@media (min-width: 992px) {
  .header-title {
    font-size: 59px;
    line-height: 1;
  }
}

@media (min-width: 1500px) {
  .header-title {
    font-size: 75px;
  }
}

#header {
  display: flex;
  align-items: baseline;
  margin: 15px;
}

#home-banner-illustration {
  max-width: none;
  opacity: .2;
  bottom: -64px;
  left: 0;
  margin-left: -15%;
  width: 160vw;
  mix-blend-mode: luminosity;
  cursor: pointer;
}

@media (min-width: 400px) {
  #home-banner-illustration {
    margin-left: -5%;
    bottom: -20vw;
    left: 0;
    width: 125vw;
  }
}

@media (min-width: 768px) {
  #home-banner-illustration {
    width: 945px;
    top: -240px;
    left: -300px;
    opacity: 1;
    bottom: initial;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  #home-banner-illustration {
    width: 79%;
    top: -305px;
    left: -1.5%;
  }
}

@media (min-width: 1500px) {
  #home-banner-illustration {
    left: -6.5%;
    width: 92%;
    top: -410px;
  }
}

.header-title-accent {
  background: linear-gradient(to right, #637BFF 20%, #21C8F6 40%, #637BFF 60%, #21C8F6 80%, #637BFF 100%);
  background-size: 200% auto;
  padding-right: 5px;
  color: #000;
  caret-color: #637BFF;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .header-title-accent {
		font-size: 2.6666rem;
	}
}

@media (min-width: 992px) {
  .header-title-accent {
    font-size: 56px;
  }
}

@media (min-width: 1500px) {
  .header-title-accent {
    font-size: 62.5px;
  }
}

.header-title-accent.has-cursor:after {
  content: '';
  display: inline-block;
  background: #21C8F6;
  line-height: 17px;
  margin-left: 3px;
  will-change: opacity;
  -webkit-animation: cursor-blink 0.8s infinite;
          animation: cursor-blink 0.8s infinite;
  width: 7px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 4px;
}

@media screen and (min-width: 340px) {
  .header-title-accent.has-cursor:after {
    width: 13px;
    height: 30px;
  }
}

@media (min-width: 992px) {
  .header-title-accent.has-cursor:after {
    width: 20px;
    height: 50px;
  }
}

.header-title-accent:focus {
  outline: none;
}

.header-title-accent:focus:after {
  content: none;
}

@-webkit-keyframes cursor-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cursor-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .home-banner-content {
    left: 20px;
  }
}

@media (min-width: 1200px) {
  .home-banner-content {
    top: -50px;
    left: 90px;
  }
}

@media (min-width: 1900px) {
  .home-banner-content {
    left: 140px;
  }
}

.about-jeffrey .content a {
  border-bottom: none;
}

@media screen and (min-width: 1100px) and (max-width: 2000px) {
  .plans-section {
    background-image: url("/images/home/plans-bg-left-wire.svg"), url("/images/home/plans-bg-left.svg"), url("/images/home/plans-bg-right.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 10% center, left bottom, right bottom;
  }
}

.home-skills-stat {
  flex: 1;
}

@media (min-width: 992px) {
  .home-skills-stat {
    flex: none;
    width: 150px;
  }
}

.home-skills-stat-lessons {
  position: relative;
}

.home-skills-stat-lessons:before, .home-skills-stat-lessons:after {
  content: '';
  position: absolute;
  top: 15px;
  width: 1px;
  height: 67px;
  opacity: 0.07;
  -o-object-fit: contain;
     object-fit: contain;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to top, rgba(0, 0, 0, 0), #000000 48%, rgba(0, 0, 0, 0));
  border-image-slice: 1;
  background-color: rgba(34, 34, 34, 0);
}

.home-skills-stat-lessons:before {
  left: 0;
}

.home-skills-stat-lessons:after {
  right: 0;
}

.series-banner .primary {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
  .series-banner .primary {
    display: block;
  }
}

.series-banner-meta {
  order: 3;
}

#root .series-banner-meta {
  padding-top: 0;
  padding-bottom: 0;
}

#root .series-banner-meta .level-item {
  padding: 15px 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  line-height: 1;
  color: white;
  font-weight: 500;
}

@media (min-width: 1500px) {
  .forum-main {
    max-width: 850px;
    transform: translateX(-103px);
  }
}

.forum-excerpt-toggle {
	display: flex;
	cursor: pointer;
	align-items: center;
	border-radius: .25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;  margin-left: .2rem;
  margin-right: .2rem;
}

.forum-excerpt-toggle:hover, .forum-excerpt-toggle.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.forum-excerpt-toggle:hover .forum-excerpt-toggle-lines, .forum-excerpt-toggle.is-active .forum-excerpt-toggle-lines {
  opacity: 1;
}

.forum-excerpt-toggle:hover .forum-excerpt-toggle-lines .forum-excerpt-toggle-line, .forum-excerpt-toggle.is-active .forum-excerpt-toggle-lines .forum-excerpt-toggle-line {
  opacity: 1;
}

.forum-excerpt-toggle .forum-excerpt-toggle-lines {
  opacity: .402;
}

.forum-excerpt-toggle .forum-excerpt-toggle-lines .forum-excerpt-toggle-line {
  opacity: .5;
}

#conversation-stats {
  margin-left: 60px;
  position: relative;
}

#conversation-stats:before {
  position: absolute;
  display: block;
  top: 50%;
  left: -36px;
  content: '';
  width: 25px;
  height: 26px;
  border: 3px solid #ebeff0;
  border-right: none;
  border-bottom: none;
}

.reply-with-responses {
  position: relative;
}

.reply-with-responses .responses {
  margin-left: 60px;
  position: relative;
}

.reply-with-responses .responses:before {
  position: absolute;
  display: block;
  top: 0;
  left: -36px;
  content: '';
  width: 3px;
  height: 100%;
  background: #78909c;
  opacity: 0.07;
}

.reply-with-responses .responses > *:before {
  position: relative;
  display: block;
  top: 57px;
  content: '';
  width: 23px;
  height: 3px;
  background: #78909c;
  left: -34px;
  opacity: 0.07;
}

.reply-with-responses .responses > *:last-child:after {
  position: absolute;
  display: block;
  top: 60px;
  left: -37px;
  content: '';
  width: 3px;
  height: calc(100% - 60px);
  background: white;
}

.search-form {
  background-image: url(/images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 16px 13.5px;
  padding-left: 20px;
}

.search-form input {
  background: transparent;
}

.user-content {
  line-height: 1.6;
  letter-spacing: 0;
  word-break: break-word;
  font-weight: 400
}

.user-content blockquote {
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));  border-left-width: 20px;
}

.user-content a:not(.button) {
  border: none;
  font-weight: 600
}

.user-content h1, .user-content h2 {
	font-size: 1.33333rem;
	font-weight: 700;
}

.user-content h3, .user-content h4 {
	font-size: 1.0666rem;
	font-weight: 700;
}

.user-content ul, .user-content ol, .user-content li {
  font-weight: inherit;
}

.user-content * + pre {
  margin-top: 1em;
}

.forum-comment.is-reply .user-content {
  margin-bottom: 0;
}

.user-content pre,
.blog-content pre,
.code-fragment-wrap pre {
  word-wrap: normal;
  white-space: pre-wrap;
}

.user-content pre:not(:last-child),
.blog-content pre:not(:last-child),
.code-fragment-wrap pre:not(:last-child) {
  margin-bottom: 1em;
}

.user-content pre > code,
.blog-content pre > code,
.code-fragment-wrap pre > code {
  padding: 20px;
  font-size: 10px;
  border-radius: 4px;
  line-height: 1.5em;
  box-shadow: 4px 4px 15px 0 rgba(36, 37, 38, 0.08);
  font-family: 'Operator Mono', 'Fira Code',menlo,monospace;
}

@media (min-width: 1200px) {
  .user-content pre > code,
  .blog-content pre > code,
  .code-fragment-wrap pre > code {
    font-size: 12px;
  }
}

.code-fragment-wrap {
  max-height: 250px;
  overflow: auto;
}

.participate-button {
  bottom: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .participate-button {
    bottom: 30px;
    right: 30px;
  }
}

.forum-comment-edit-links:empty {
  display: none;
}

.profile .bar ul {
  color: #7d8793;
}

@media screen and (min-width: 992px) {
  .profile .bar ul {
    padding-left: 230px;
  }
}

.profile .bar ul strong {
  color: inherit;
}

.profile .bar ul li:not(:last-child) {
  margin-right: 2em;
}

.profile .experience-level-card {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .10);  width: 146px;
}

.profile .experience-level-card:hover {
	background-color: rgba(0, 0, 0, .15);
}

.timeline-section {
  position: relative;
}

.timeline-date {
  position: relative;
  padding-top: 0;
}

.timeline-date > div {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .timeline-date > div {
    margin-top: 0;
  }
}

.timeline-contents pre {
  margin-bottom: 1em;
}

.timeline-contents pre code.hljs {
  padding: 20px;
}

.timeline-contents-item {
  position: relative;
}

.timeline-contents-item:not(:last-child) .timeline-contents-activity:after {
  content: '';
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  top: 40px;
  width: 1px;
  background-image: linear-gradient(180deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #6cb2eb, #6cb2eb);
  background-size: 2px 8px;
}

.timeline-contents-item:first-child .timeline-contents-activity:after {
  height: calc(100% - 57px);
}

@media (min-width: 768px) {
  .setting-section.profile-sidebar {
    margin-left: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .setting-section .profile-right-sidebar {
    max-width: 345px;
  }
}

.home-banner.sale-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/images/sale/sale-bg-gridsystem.svg");
  background-size: contain;
  -webkit-mask-image: linear-gradient(to bottom, black, black 20%, transparent);
          mask-image: linear-gradient(to bottom, black, black 20%, transparent);
}

.home-banner.sale-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/images/sale/thumbnail-card-bg@2x.png") no-repeat center 100%;
  opacity: .5;
  background-size: 90vw;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

#superposition-section {
  margin-top: -75px;
}

@media (min-width: 992px) {
  #superposition-section {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #superposition-section {
    margin-top: -75px;
  }
}

.sale-banner-illustration {
  max-width: 330px;
}

@media (min-width: 992px) {
  .sale-banner-illustration {
    max-width: 400px;
  }
}

@media (min-width: 1200px) {
  .sale-banner-illustration {
    left: -100px;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .podcast-banner .podcast-banner-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(/images/mic-drop.svg) no-repeat 0 0;
    background-size: 150px;
  }
}

@media (min-width: 1200px) {
  .podcast-banner .podcast-banner-inner {
    background: url(/images/mic-drop.svg) no-repeat 0 0;
    background-size: 150px;
  }
}

.podcast-banner .podcast-mic {
  position: absolute;
  top: -72px;
  width: 150px;
  left: calc(50% - 75px);
  z-index: 50;
}

.achievement.has-been-awarded.is-muted {
  color: #B8B8B8;
}

.achievement.has-been-awarded.is-elite {
  color: #F7A925;
}

.achievement.has-been-awarded.is-advanced {
  color: #f44881;
}

.achievement.has-been-awarded.is-intermediate {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.achievement.has-been-awarded.is-beginner {
  color: #FCBE35;
}

.achievement.has-not-been-awarded {
	color: rgba(255, 255, 255, .25);
}

.achievement.has-not-been-awarded .achievement-badge-icon {
  transition: all .3s;
  opacity: .3;
}

.achievement.has-not-been-awarded:hover .achievement-badge-icon {
  opacity: 1;
}

.team-banner {
  background: linear-gradient(to bottom, #328bf2, #1644ad);
  min-height: 668px;
}

@media (min-width: 1200px) {
  .team-banner {
    min-height: 708px;
  }
}

@media (min-width: 992px) {
  .team-banner:after {
    background: url(/images/teams/landing-page/top-right-arrow.svg?v=1) no-repeat 50px 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -50px;
    content: "";
    width: 263px;
    height: 263px;
    mix-blend-mode: luminosity;
    pointer-events: none;
  }
  .team-banner nav {
    margin-bottom: 100px;
  }
}

.team-main {
  position: relative;
  top: -130px;
  margin-bottom: -130px;
  -webkit-clip-path: ellipse(137% 60% at -6% 62%);
  clip-path: ellipse(137% 60% at -6% 62%);
  background: linear-gradient(to bottom, #f6f6f6, #f6f6f6 250px, white 200px);
}

.team-testimonial header:before,
.team-testimonial header:after {
  content: '';
  display: block;
  width: 158.8px;
  height: 154.6px;
  opacity: 0.18;
  background-color: #d8d8d8;
  position: absolute;
}

.team-testimonial header:before {
  top: -17px;
  left: 46%;
  margin-left: calc(158.8px / 2 * -1);
}

.team-testimonial header:after {
  left: 54%;
  margin-left: calc(158.8px / 2 * -1);
  top: -45px;
}

.video-illustration-wrap:before {
  content: '';
  display: block;
  background: url(/images/teams/landing-page/video-player-arrows.svg) no-repeat;
  width: 211px;
  height: 213px;
  position: absolute;
  opacity: .4;
  top: -80px;
  z-index: -1;
}

@media (min-width: 992px) {
  .video-illustration-wrap:before {
    top: 40px;
    left: -70px;
  }
}

.video-illustration-wrap > img {
  max-width: 250px;
}

@media (min-width: 992px) {
  .video-illustration-wrap > img {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .video-illustration-wrap > img {
    max-width: 600px;
  }
}

@media (min-width: 1500px) {
  .video-illustration-wrap > img {
    max-width: 732px;
  }
}

@media (min-width: 992px) {
  .video-illustration-play-button {
    margin-left: 40px;
    mragin-top: -10px;
  }
  .team-meet-jeffrey {
    margin-bottom: 150px;
  }
}

.team-meet-jeffrey:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(118deg, #328bf2, #1644ad);
}

@media (min-width: 992px) {
  .team-meet-jeffrey:before {
    transform: rotate(-4deg) scale(1.1);
  }
}

.team-meet-jeffrey:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10%;
  z-index: -1;
  background: url("/images/teams/landing-page/meet-jeffrey-robot.svg") no-repeat 0 50%;
  mix-blend-mode: luminosity;
}

.team-meet-jeffrey .content a,
.team-meet-jeffrey .content a:visited {
  color: white;
  text-decoration: underline;
  border: none;
}

.team-meet-jeffrey .content a:hover {
  text-decoration: none;
}

.team-plans:before {
  content: '';
  display: block;
  width: 160px;
  height: 840px;
  transform: rotate(43deg);
  opacity: 0.18;
  border-radius: 79.4px;
  background-color: #d8d8d8;
  top: 0;
  position: absolute;
}

.team-plans:after {
  content: '';
  display: block;
  width: 160px;
  height: 840px;
  transform: rotate(43deg);
  opacity: 0.18;
  border-radius: 79.4px;
  background-color: #d8d8d8;
  top: calc(160px / 2);
  position: absolute;
}

.team-plans .team-plans-right-stripes:before {
  content: '';
  display: block;
  width: 160px;
  height: 840px;
  transform: rotate(43deg);
  opacity: 0.18;
  border-radius: 79.4px;
  background-color: #d8d8d8;
  top: 0;
  right: 0;
  position: absolute;
}

.team-plans .team-plans-right-stripes:after {
  content: '';
  display: block;
  width: 160px;
  height: 840px;
  transform: rotate(43deg);
  opacity: 0.18;
  border-radius: 79.4px;
  background-color: #d8d8d8;
  bottom: -30px;
  right: 0;
  position: absolute;
}

.blog-content p:not(:last-child) {
	margin-bottom: 1.5rem;
}

.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem
}

.blog-content h2, .blog-content h3 {
	font-size: 1.7rem;
}

.blog-content em {
	padding: 0.25rem;  font-style: normal;
  background-color: rgba(0, 145, 255, 0.1);
}

.blog-content a {
  color: inherit;
  text-decoration: underline;
}

.blog-content a:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.blog-content ul {
  list-style: disc;
  margin-left: -0.5rem;
  margin-bottom: 1.5rem
}

.blog-content li {
	padding-left: 0.5rem;  margin-left: 1.5rem;
}

@media (min-width: 992px) {
  .blog-content li {
    margin-left: 60px;
  }
}

.blog-content li p:first-child strong {
  margin-bottom: -1.25rem;
  display: block;
}

.blog-content li p {
  margin-bottom: 1.5rem;
}

.blog-content ol {
  list-style: none;
  counter-reset: ol;
  margin-bottom: 1.5rem
}

.blog-content ol li {
  counter-increment: ol;
  display: flex;
  padding-left: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  .blog-content ol li {
    margin-left: 36px;
  }
}

.blog-content ol li:before {
  content: counter(ol) ". ";
  font-weight: bold;
  padding-right: 10px;
}

.blog-content blockquote {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;  font-style: italic;
}

@media (min-width: 992px) {
  .blog-content blockquote {
    font-style: normal;
    padding-left: 60px;
    padding-right: 60px;
  }
  .blog-content blockquote:before {
    content: '';
    display: block;
    width: 1px;
  }
  .blog-content blockquote:before {
		background-color: rgba(0, 0, 0, .3);
	}
  .blog-content blockquote:before {    top: 15px;
    bottom: 11px;
    position: absolute;
    left: 25px;
  }
}

@media (min-width: 768px) {
  .banner.is-topic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url("/images/topics/banner-bg-left.svg") no-repeat 0 100%, url("/images/topics/banner-bg-right.svg") no-repeat 100% 100%;
    mix-blend-mode: luminosity;
  }
}

@media (min-width: 992px) {
  .gift-certificate-card {
    min-height: 580px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.content {
  line-height: 1.6;
}

.content strong {
  color: #69707a;
}

.content a, .content a:visited {
  color: inherit !important;
  font-weight: bold;
}

.content.clamp > p {
  overflow: hidden;
}

#video-episode-list {
  top: 0;
  z-index: 100;
  width: 100%;
}

@media (min-width: 992px) {
  #video-episode-list {
    width: 275px;
  }
  #video-episode-list + * {
    margin-left: 275px;
  }
}

.tw-pointer-events-none {
	pointer-events: none;
}

.tw-pointer-events-auto {
	pointer-events: auto;
}

.tw-invisible {
	visibility: hidden;
}

.tw-fixed {
	position: fixed;
}

.tw-absolute {
	position: absolute;
}

.tw-relative {
	position: relative;
}

.tw-sticky {
	position: sticky;
}

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

.tw-inset-y-0 {
	top: 0px;
	bottom: 0px;
}

.tw-bottom-0 {
	bottom: 0px;
}

.tw-right-0 {
	right: 0px;
}

.tw-top-0 {
	top: 0px;
}

.tw-bottom-6 {
	bottom: 1.5rem;
}

.tw-right-6 {
	right: 1.5rem;
}

.tw-left-0 {
	left: 0px;
}

.tw-top-px {
	top: 1px;
}

.tw-left-\[20px\] {
	left: 20px;
}

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

.tw-right-4 {
	right: 1rem;
}

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

.tw-z-1000 {
	z-index: 1000;
}

.tw-z-500 {
	z-index: 500;
}

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

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

.tw-z-20 {
	z-index: 20;
}

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

.tw-order-2 {
	order: 2;
}

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

.tw-col-span-12 {
	grid-column: span 12 / span 12;
}

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

.tw-float-left {
	float: left;
}

.tw-m-0 {
	margin: 0;
}

.tw-m-auto {
	margin: auto;
}

.tw-m-6 {
	margin: 1.5rem;
}

.tw-m-4 {
	margin: 1rem;
}

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

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

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

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

.tw--my-3 {
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
}

.tw--mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

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

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

.tw-my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.tw-my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

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

.tw-mx-\[-20px\] {
	margin-left: -20px;
	margin-right: -20px;
}

.tw-my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

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

.tw-mx-15 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.tw-my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.tw-my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.tw-mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

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

.tw-my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.tw-my-9 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.tw-mr-10 {
	margin-right: 3rem;
}

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

.tw-mb-10 {
	margin-bottom: 3rem;
}

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

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

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

.tw-mt-auto {
	margin-top: auto;
}

.tw--mt-30 {
	margin-top: -9rem;
}

.tw-mb-7 {
	margin-bottom: 1.75rem;
}

.tw-mb-9 {
	margin-bottom: 3rem;
}

.tw-mt-3 {
	margin-top: 0.75rem;
}

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

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

.tw-mb-3 {
	margin-bottom: 0.75rem;
}

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

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

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

.tw-mb-1 {
	margin-bottom: 0.25rem;
}

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

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

.tw-mr-3 {
	margin-right: 0.75rem;
}

.tw-mr-1 {
	margin-right: 0.25rem;
}

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

.tw-mb-px {
	margin-bottom: 1px;
}

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

.tw--mr-3 {
	margin-right: -0.75rem;
}

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

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

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

.tw-ml-auto {
	margin-left: auto;
}

.tw-mr-5 {
	margin-right: 1.25rem;
}

.tw-ml-1 {
	margin-left: 0.25rem;
}

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

.tw--mb-1 {
	margin-bottom: -0.25rem;
}

.tw-mb-auto {
	margin-bottom: auto;
}

.tw--mr-1 {
	margin-right: -0.25rem;
}

.tw-mr-auto {
	margin-right: auto;
}

.tw-ml-6 {
	margin-left: 1.5rem;
}

.tw-mb-5 {
	margin-bottom: 1.25rem;
}

.tw-mr-9 {
	margin-right: 3rem;
}

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

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

.tw-ml-5 {
	margin-left: 1.25rem;
}

.tw-mt-30 {
	margin-top: 9rem;
}

.tw-mt-9 {
	margin-top: 3rem;
}

.tw-mt-10 {
	margin-top: 3rem;
}

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

.tw-mt-px {
	margin-top: 1px;
}

.tw-mt-7 {
	margin-top: 1.75rem;
}

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

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

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

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

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

.tw--mt-3 {
	margin-top: -0.75rem;
}

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

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

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

.tw-mb-20 {
	margin-bottom: 7rem;
}

.tw-mb-15 {
	margin-bottom: 5rem;
}

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

.tw-block {
	display: block;
}

.tw-inline-block {
	display: inline-block;
}

.tw-inline {
	display: inline;
}

.tw-flex {
	display: flex;
}

.tw-inline-flex {
	display: inline-flex;
}

.tw-grid {
	display: grid;
}

.tw-hidden {
	display: none;
}

.tw-h-12 {
	height: 3rem;
}

.tw-h-full {
	height: 100%;
}

.tw-h-8 {
	height: 2rem;
}

.tw-h-1 {
	height: 0.25rem;
}

.tw-h-\[122px\] {
	height: 122px;
}

.tw-h-auto {
	height: auto;
}

.tw-h-10 {
	height: 2.5rem;
}

.tw-h-6 {
	height: 1.5rem;
}

.tw-h-3 {
	height: 0.8rem;
}

.tw-h-2 {
	height: 0.5rem;
}

.tw-h-14 {
	height: 3.5rem;
}

.tw-h-5 {
	height: 1.3rem;
}

.tw-h-4 {
	height: 1rem;
}

.tw-h-16 {
	height: 4rem;
}

.tw-h-px {
	height: 1px;
}

.tw-h-20 {
	height: 5rem;
}

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

.tw-h-32 {
	height: 8rem;
}

.tw-h-24 {
	height: 6rem;
}

.tw-max-h-screen {
	max-height: 100vh;
}

.tw-max-h-90 {
	max-height: 90vh;
}

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

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

.tw-w-full {
	width: 100%;
}

.tw-w-12 {
	width: 3rem;
}

.tw-w-16 {
	width: 4rem;
}

.tw-w-28 {
	width: 7rem;
}

.tw-w-24 {
	width: 6rem;
}

.tw-w-8 {
	width: 2rem;
}

.tw-w-auto {
	width: auto;
}

.tw-w-10 {
	width: 2.5rem;
}

.tw-w-6 {
	width: 1.5rem;
}

.tw-w-3 {
	width: 0.8rem;
}

.tw-w-2 {
	width: 0.5rem;
}

.tw-w-42 {
	width: 11rem;
}

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

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

.tw-w-5 {
	width: 1.3rem;
}

.tw-w-4 {
	width: 1rem;
}

.tw-w-64 {
	width: 16rem;
}

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

.tw-w-32 {
	width: 8rem;
}

.tw-w-px {
	width: 1px;
}

.tw-w-2\/5 {
	width: 40%;
}

.tw-w-14 {
	width: 3.5rem;
}

.tw-w-20 {
	width: 5rem;
}

.tw-min-w-full {
	min-width: 100%;
}

.tw-max-w-sm {
	max-width: 30rem;
}

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

.tw-max-w-lg {
	max-width: 50rem;
}

.tw-max-w-xs {
	max-width: 20rem;
}

.tw-max-w-xl {
	max-width: 60rem;
}

.tw-max-w-md {
	max-width: 40rem;
}

.tw-max-w-2xs {
	max-width: 12rem;
}

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

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

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

.tw-flex-none {
	flex: none;
}

.tw-flex-shrink-0 {
	flex-shrink: 0;
}

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

.tw-table-fixed {
	table-layout: fixed;
}

.tw-translate-x-1\/3 {
	--tw-translate-x: 33.333333%;
	transform: var(--tw-transform);
}

.tw-translate-y-1\/4 {
	--tw-translate-y: 25%;
	transform: var(--tw-transform);
}

.tw--translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}

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

.tw-translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}

.tw-translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}

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

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

.tw-translate-y-full {
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
}

.tw-rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.tw-rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}

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

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

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

.tw-cursor-pointer {
	cursor: pointer;
}

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

.tw-cursor-default {
	cursor: default;
}

.tw-list-none {
	list-style-type: none;
}

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

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

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

.tw-flex-row {
	flex-direction: row;
}

.tw-flex-row-reverse {
	flex-direction: row-reverse;
}

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

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

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

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

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

.tw-items-baseline {
	align-items: baseline;
}

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

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

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

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

.tw-justify-around {
	justify-content: space-around;
}

.tw-justify-evenly {
	justify-content: space-evenly;
}

.tw-gap-6 {
	gap: 1.5rem;
}

.tw-gap-4 {
	gap: 1rem;
}

.tw-gap-2 {
	gap: 0.5rem;
}

.tw-gap-y-8 {
	row-gap: 2rem;
}

.tw-gap-y-6 {
	row-gap: 1.5rem;
}

.tw-gap-x-10 {
	-moz-column-gap: 2.5rem;
	     column-gap: 2.5rem;
}

.tw-gap-y-4 {
	row-gap: 1rem;
}

.tw-gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}

.tw-gap-y-10 {
	row-gap: 2.5rem;
}

.tw-gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}

.tw-gap-y-5 {
	row-gap: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
	border-style: solid;
}

.tw-divide-grey-light > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
}

.tw-divide-transparent-25 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgba(255, 255, 255, .25);
}

.tw-divide-black-transparent-4 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgba(0, 0, 0, .04);
}

.tw-self-start {
	align-self: flex-start;
}

.tw-self-stretch {
	align-self: stretch;
}

.tw-overflow-auto {
	overflow: auto;
}

.tw-overflow-hidden {
	overflow: hidden;
}

.tw-overflow-visible {
	overflow: visible;
}

.tw-overflow-y-auto {
	overflow-y: auto;
}

.tw-overflow-x-hidden {
	overflow-x: hidden;
}

.tw-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tw-whitespace-nowrap {
	white-space: nowrap;
}

.tw-break-words {
	overflow-wrap: break-word;
}

.tw-rounded-xl {
	border-radius: .90rem;
}

.tw-rounded-full {
	border-radius: 9999px;
}

.tw-rounded {
	border-radius: .25rem;
}

.tw-rounded-none {
	border-radius: 0;
}

.tw-rounded-lg {
	border-radius: .50rem;
}

.tw-rounded-2xl {
	border-radius: 1.25rem;
}

.tw-rounded-b-2xl {
	border-bottom-right-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
}

.tw-rounded-b-xl {
	border-bottom-right-radius: .90rem;
	border-bottom-left-radius: .90rem;
}

.tw-rounded-t-none {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tw-border {
	border-width: 1px;
}

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

.tw-border-3 {
	border-width: 3px;
}

.tw-border-2 {
	border-width: 1.5px;
}

.tw-border-4 {
	border-width: 4px;
}

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

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

.tw-border-b-2 {
	border-bottom-width: 1.5px;
}

.tw-border-t-3 {
	border-top-width: 3px;
}

.tw-border-l-0 {
	border-left-width: 0;
}

.tw-border-r-0 {
	border-right-width: 0;
}

.tw-border-r {
	border-right-width: 1px;
}

.tw-border-solid {
	border-style: solid;
}

.tw-border-dashed {
	border-style: dashed;
}

.tw-border-none {
	border-style: none;
}

.tw-border-frameworks {
	--tw-border-opacity: 1;
	border-color: rgba(236, 69, 79, var(--tw-border-opacity));
}

.tw-border-techniques {
	--tw-border-opacity: 1;
	border-color: rgba(99, 123, 255, var(--tw-border-opacity));
}

.tw-border-tooling {
	--tw-border-opacity: 1;
	border-color: rgba(139, 96, 237, var(--tw-border-opacity));
}

.tw-border-languages {
	--tw-border-opacity: 1;
	border-color: rgba(241, 154, 26, var(--tw-border-opacity));
}

.tw-border-testing {
	--tw-border-opacity: 1;
	border-color: rgba(26, 171, 139, var(--tw-border-opacity));
}

.tw-border-frameworks-light {
	--tw-border-opacity: 1;
	border-color: rgba(244, 72, 129, var(--tw-border-opacity));
}

.tw-border-techniques-light {
	--tw-border-opacity: 1;
	border-color: rgba(33, 200, 246, var(--tw-border-opacity));
}

.tw-border-tooling-light {
	--tw-border-opacity: 1;
	border-color: rgba(179, 114, 189, var(--tw-border-opacity));
}

.tw-border-languages-light {
	--tw-border-opacity: 1;
	border-color: rgba(255, 199, 60, var(--tw-border-opacity));
}

.tw-border-testing-light {
	--tw-border-opacity: 1;
	border-color: rgba(110, 220, 196, var(--tw-border-opacity));
}

.tw-border-grey-lighter {
	--tw-border-opacity: 1;
	border-color: rgba(241, 245, 248, var(--tw-border-opacity));
}

.tw-border-grey-panel {
	--tw-border-opacity: 1;
	border-color: rgba(246, 246, 246, var(--tw-border-opacity));
}

.tw-border-black-transparent-3 {
	border-color: rgba(0, 0, 0, .03);
}

.tw-border-blue-light {
	--tw-border-opacity: 1;
	border-color: rgba(108, 178, 235, var(--tw-border-opacity));
}

.tw-border-grey-light {
	--tw-border-opacity: 1;
	border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.tw-border-blue {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
}

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

.tw-border-grey-dark {
	--tw-border-opacity: 1;
	border-color: rgba(135, 149, 161, var(--tw-border-opacity));
}

.tw-border-grey {
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}

.tw-border-transparent-10 {
	border-color: rgba(255, 255, 255, .10);
}

.tw-border-transparent-25 {
	border-color: rgba(255, 255, 255, .25);
}

.tw-border-black-transparent-10 {
	border-color: rgba(0, 0, 0, .10);
}

.tw-border-transparent-50 {
	border-color: rgba(255, 255, 255, .50);
}

.tw-border-black-transparent-4 {
	border-color: rgba(0, 0, 0, .04);
}

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

.tw-bg-frameworks {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 69, 79, var(--tw-bg-opacity));
}

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

.tw-bg-tooling {
	--tw-bg-opacity: 1;
	background-color: rgba(139, 96, 237, var(--tw-bg-opacity));
}

.tw-bg-languages {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 154, 26, var(--tw-bg-opacity));
}

.tw-bg-testing {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 171, 139, var(--tw-bg-opacity));
}

.tw-bg-laracasts-light {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 139, 242, var(--tw-bg-opacity));
}

.tw-bg-frameworks-light {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 72, 129, var(--tw-bg-opacity));
}

.tw-bg-techniques-light {
	--tw-bg-opacity: 1;
	background-color: rgba(33, 200, 246, var(--tw-bg-opacity));
}

.tw-bg-tooling-light {
	--tw-bg-opacity: 1;
	background-color: rgba(179, 114, 189, var(--tw-bg-opacity));
}

.tw-bg-languages-light {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 199, 60, var(--tw-bg-opacity));
}

.tw-bg-testing-light {
	--tw-bg-opacity: 1;
	background-color: rgba(110, 220, 196, var(--tw-bg-opacity));
}

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

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

.tw-bg-transparent {
	background-color: transparent;
}

.tw-bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
}

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

.tw-bg-blue-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(57, 81, 119, var(--tw-bg-opacity));
}

.tw-bg-blue-lighter {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 243, 252, var(--tw-bg-opacity));
}

.tw-bg-grey-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(135, 149, 161, var(--tw-bg-opacity));
}

.tw-bg-yellow-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 166, 35, var(--tw-bg-opacity));
}

.tw-bg-\[\#182334\] {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 35, 52, var(--tw-bg-opacity));
}

.tw-bg-blue-darkest {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 35, 52, var(--tw-bg-opacity));
}

.tw-bg-black-transparent-50 {
	background-color: rgba(0, 0, 0, .50);
}

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

.tw-bg-grey-40 {
	--tw-bg-opacity: 1;
	background-color: rgba(120, 144, 156, var(--tw-bg-opacity));
}

.tw-bg-black-transparent-2 {
	background-color: rgba(0, 0, 0, .02);
}

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

.tw-bg-blue-lightest {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 247, 252, var(--tw-bg-opacity));
}

.tw-bg-grey-lightest {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.tw-bg-transparent-10 {
	background-color: rgba(255, 255, 255, .10);
}

.tw-bg-grey-lighter {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.tw-bg-black-transparent-3 {
	background-color: rgba(0, 0, 0, .03);
}

.tw-bg-transparent-25 {
	background-color: rgba(255, 255, 255, .25);
}

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

.tw-bg-transparent-97 {
	background-color: rgba(255, 255, 255, .97);
}

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

.tw-bg-black-transparent-10 {
	background-color: rgba(0, 0, 0, .10);
}

.tw-bg-black-transparent-25 {
	background-color: rgba(0, 0, 0, .25);
}

.tw-bg-green-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 171, 139, var(--tw-bg-opacity));
}

.tw-bg-black-transparent-4 {
	background-color: rgba(0, 0, 0, .04);
}

.tw-bg-black-transparent-5 {
	background-color: rgba(0, 0, 0, .05);
}

.tw-bg-red {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 52, 47, var(--tw-bg-opacity));
}

.tw-fill-current {
	fill: currentColor;
}

.tw-stroke-current {
	stroke: currentColor;
}

.tw-p-0 {
	padding: 0;
}

.tw-p-10 {
	padding: 3rem;
}

.tw-p-4 {
	padding: 1rem;
}

.tw-p-1 {
	padding: 0.25rem;
}

.tw-p-8 {
	padding: 2rem;
}

.tw-p-3 {
	padding: 0.75rem;
}

.tw-p-5 {
	padding: 1.25rem;
}

.tw-p-6 {
	padding: 1.5rem;
}

.tw-p-px {
	padding: 1px;
}

.tw-p-2 {
	padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.tw-px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

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

.tw-px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

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

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

.tw-px-0 {
	padding-left: 0;
	padding-right: 0;
}

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

.tw-px-10 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.tw-py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

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

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

.tw-px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.tw-py-25 {
	padding-top: 0.58rem;
	padding-bottom: 0.58rem;
}

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

.tw-py-xs {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

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

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

.tw-pb-4 {
	padding-bottom: 1rem;
}

.tw-pt-3 {
	padding-top: 0.75rem;
}

.tw-pl-2 {
	padding-left: 0.5rem;
}

.tw-pr-4 {
	padding-right: 1rem;
}

.tw-pb-1 {
	padding-bottom: 0.25rem;
}

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

.tw-pl-\[37px\] {
	padding-left: 37px;
}

.tw-pt-px {
	padding-top: 1px;
}

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

.tw-pb-6 {
	padding-bottom: 1.5rem;
}

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

.tw-pb-15 {
	padding-bottom: 5rem;
}

.tw-pt-0 {
	padding-top: 0;
}

.tw-pr-8 {
	padding-right: 2rem;
}

.tw-pb-0 {
	padding-bottom: 0;
}

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

.tw-pl-1 {
	padding-left: 0.25rem;
}

.tw-pr-2 {
	padding-right: 0.5rem;
}

.tw-pl-0 {
	padding-left: 0;
}

.tw-pb-3 {
	padding-bottom: 0.75rem;
}

.tw-pt-1 {
	padding-top: 0.25rem;
}

.tw-pb-10 {
	padding-bottom: 3rem;
}

.tw-pt-7 {
	padding-top: 1.75rem;
}

.tw-pb-2 {
	padding-bottom: 0.5rem;
}

.tw-pl-4 {
	padding-left: 1rem;
}

.tw-pt-10 {
	padding-top: 3rem;
}

.tw-pt-6 {
	padding-top: 1.5rem;
}

.tw-pr-6 {
	padding-right: 1.5rem;
}

.tw-pl-5 {
	padding-left: 1.25rem;
}

.tw-pr-5 {
	padding-right: 1.25rem;
}

.tw-pt-25 {
	padding-top: 0.58rem;
}

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

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

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

.tw-align-middle {
	vertical-align: middle;
}

.tw-font-poppins {
	font-family: Poppins, sans-serif;
}

.tw-font-cabin {
	font-family: Cabin, sans-serif;
}

.tw-text-6xl {
	font-size: 3.333rem;
}

.tw-text-xl {
	font-size: 1.33333rem;
}

.tw-text-lg {
	font-size: 1.0666rem;
}

.tw-text-2xl {
	font-size: 1.7rem;
}

.tw-text-sm {
	font-size: .9rem;
}

.tw-text-base {
	font-size: 1rem;
}

.tw-text-xs {
	font-size: .834rem;
}

.tw-text-2xs {
	font-size: .6666rem;
}

.tw-text-3lg {
	font-size: 1.2rem;
}

.tw-text-3xs {
	font-size: .6rem;
}

.tw-text-4xl {
	font-size: 2.4rem;
}

.tw-text-3xl {
	font-size: 2.2rem;
}

.tw-text-2lg {
	font-size: 1.134rem;
}

.tw-text-5xl {
	font-size: 2.6666rem;
}

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

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

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

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

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

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

.tw-font-black {
	font-weight: 900;
}

.tw-uppercase {
	text-transform: uppercase;
}

.tw-normal-case {
	text-transform: none;
}

.tw-italic {
	font-style: italic;
}

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

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

.tw-leading-loose {
	line-height: 1.7;
}

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

.tw-leading-max {
	line-height: 2;
}

.tw-leading-off {
	line-height: 0;
}

.tw-tracking-normal {
	letter-spacing: 0;
}

.tw-tracking-tight {
	letter-spacing: -0.02em;
}

.tw-tracking-wide {
	letter-spacing: 0.05em;
}

.tw-text-frameworks {
	--tw-text-opacity: 1;
	color: rgba(236, 69, 79, var(--tw-text-opacity));
}

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

.tw-text-tooling {
	--tw-text-opacity: 1;
	color: rgba(139, 96, 237, var(--tw-text-opacity));
}

.tw-text-languages {
	--tw-text-opacity: 1;
	color: rgba(241, 154, 26, var(--tw-text-opacity));
}

.tw-text-testing {
	--tw-text-opacity: 1;
	color: rgba(26, 171, 139, var(--tw-text-opacity));
}

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

.tw-text-black {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.tw-text-blue {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.tw-text-grey-30 {
	color: rgba(0, 0, 0, .3);
}

.tw-text-transparent-50 {
	color: rgba(255, 255, 255, .50);
}

.tw-text-grey-dark {
	--tw-text-opacity: 1;
	color: rgba(135, 149, 161, var(--tw-text-opacity));
}

.tw-text-black-transparent-25 {
	color: rgba(0, 0, 0, .25);
}

.tw-text-grey-darkest {
	--tw-text-opacity: 1;
	color: rgba(61, 72, 82, var(--tw-text-opacity));
}

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

.tw-text-red {
	--tw-text-opacity: 1;
	color: rgba(227, 52, 47, var(--tw-text-opacity));
}

.tw-text-grey-darker {
	--tw-text-opacity: 1;
	color: rgba(96, 111, 123, var(--tw-text-opacity));
}

.tw-text-black-transparent-50 {
	color: rgba(0, 0, 0, .50);
}

.tw-text-blue-darkest {
	--tw-text-opacity: 1;
	color: rgba(24, 35, 52, var(--tw-text-opacity));
}

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

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

.tw-text-techniques-light {
	--tw-text-opacity: 1;
	color: rgba(33, 200, 246, var(--tw-text-opacity));
}

.tw-text-transparent-25 {
	color: rgba(255, 255, 255, .25);
}

.tw-text-transparent-75 {
	color: rgba(255, 255, 255, .75);
}

.tw-text-black-transparent-10 {
	color: rgba(0, 0, 0, .10);
}

.tw-text-grey-40 {
	--tw-text-opacity: 1;
	color: rgba(120, 144, 156, var(--tw-text-opacity));
}

.tw-text-green-dark {
	--tw-text-opacity: 1;
	color: rgba(26, 171, 139, var(--tw-text-opacity));
}

.tw-text-black-transparent-60 {
	color: rgba(0, 0, 0, .60);
}

.tw-text-red-light {
	--tw-text-opacity: 1;
	color: rgba(240, 149, 161, var(--tw-text-opacity));
}

.tw-underline {
	text-decoration: underline;
}

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

.tw-placeholder-grey-dark::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(135, 149, 161, var(--tw-placeholder-opacity));
}

.tw-placeholder-grey-dark:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(135, 149, 161, var(--tw-placeholder-opacity));
}

.tw-placeholder-grey-dark::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(135, 149, 161, var(--tw-placeholder-opacity));
}

.tw-opacity-50 {
	opacity: .5;
}

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

.tw-opacity-25 {
	opacity: .25;
}

.tw-opacity-0 {
	opacity: 0;
}

.tw-opacity-100 {
	opacity: 1;
}

.tw-opacity-75 {
	opacity: .75;
}

.tw-shadow-lg {
	--tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-inner {
	--tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow {
	--tw-shadow: 0 5px 11px rgba(36, 37, 38, 0.08);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.tw-ring {
	--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(3px + 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);
}

.tw-ring-blue {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(50, 138, 241, var(--tw-ring-opacity));
}

.tw-ring-black-transparent-25 {
	--tw-ring-color: rgba(0, 0, 0, .25);
}

.tw-transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

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

.tw-duration-300 {
	transition-duration: 300ms;
}

.tw-duration-500 {
	transition-duration: 500ms;
}

.tw-duration-200 {
	transition-duration: 200ms;
}

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

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

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

.tw-bg-gradient-primary, .tw-bg-gradient-laracasts {
    background: linear-gradient(to bottom, #328bf2, #1644ad);
  }

.tw-bg-gradient-techniques {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }

.tw-bg-gradient-languages {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }

.tw-bg-gradient-frameworks {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }

.tw-bg-gradient-tooling {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }

.tw-bg-gradient-testing {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }

.tw-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.tw-flex-basis-100 {
    flex-basis: 100%;
  }.is-muted {
  color: #919499;
}

.inherits-color {
  color: inherit;
}

.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fade-in.delay {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.tw-transition-all {
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #182334;
  color: white;
>>>>>>> stash
}

.hljs-name,
.hljs-strong {
<<<<<<< HEAD
    font-weight: bold;
=======
  font-weight: bold;
>>>>>>> stash
}

.hljs-code,
.hljs-emphasis {
<<<<<<< HEAD
    font-style: italic;
}

.hljs-tag {
    color: #8b60ed;
=======
  font-style: italic;
}

.hljs-tag {
  color: #8b60ed;
>>>>>>> stash
}

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
<<<<<<< HEAD
    color: #ade5fc;
=======
  color: #ade5fc;
>>>>>>> stash
}

.hljs-string,
.hljs-bullet {
<<<<<<< HEAD
    color: #6edcc4;
=======
  color: #6edcc4;
>>>>>>> stash
}

.hljs-type,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
<<<<<<< HEAD
    color: #8b60ed;
}

.hljs-title {
    color: white;
=======
  color: #8b60ed;
}

.hljs-title {
  color: white;
>>>>>>> stash
}

.hljs-number,
.hljs-symbol,
.hljs-bullet {
<<<<<<< HEAD
    color: #ec454f;
=======
  color: #ec454f;
>>>>>>> stash
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
<<<<<<< HEAD
    color: #328af1;
=======
  color: #328af1;
>>>>>>> stash
}

.hljs-comment,
.hljs-deletion,
.hljs-code {
<<<<<<< HEAD
    color: rgba(255, 255, 255, 0.25);
=======
  color: rgba(255, 255, 255, 0.25);
>>>>>>> stash
}

.hljs-regexp,
.hljs-link {
<<<<<<< HEAD
    color: #c6b4f0;
}

.hljs-meta {
    color: #ec454f;
}

.hljs-deletion {
    background-color: #fc9b9b;
    color: #333;
}

.hljs-addition {
    background-color: #a2fca2;
    color: #333;
}

.hljs a {
    color: inherit;
=======
  color: #c6b4f0;
}

.hljs-meta {
  color: #ec454f;
}

.hljs-deletion {
  background-color: #fc9b9b;
  color: #333;
}

.hljs-addition {
  background-color: #a2fca2;
  color: #333;
}

.hljs a {
  color: inherit;
>>>>>>> stash
}

.hljs a:focus,
.hljs a:hover {
<<<<<<< HEAD
    color: inherit;
    text-decoration: underline;
}

.loader, .btn.is-loading:after, .swal-button.is-loading:after {
    animation: spin-around 500ms infinite linear;
    border-width: 1.5px;
    border-style: solid;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
}

@keyframes spin-around {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.hide-scrollbar {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.prevent-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
}

.sticky {
    position: sticky;
}

.is-circle {
    border-radius: 50%;
}

#root.rounded-banner {
    position: relative;
    overflow-x: hidden;
}

#root.rounded-banner:before {
    content: "";
    background-image: radial-gradient(circle at 0% 2%, #25395a, #0d131d 99%);
    min-height: 540px;
    width: 104%;
    position: absolute;
    transform: translateX(-2%);
    border-bottom-left-radius: 15% 3%;
    border-bottom-right-radius: 15% 3%;
}

@media (min-width: 992px) {
    #root.rounded-banner:before {
        border-bottom-left-radius: 50% 30%;
        border-bottom-right-radius: 50% 30%;
    }
}

#header-logo-arrow svg {
    color: #53B5FF;
}

.new-nav a.is-active, .new-nav .is-active a {
    color: white;
}

.navbar-links {
    font-size: .80rem;
}

@media (min-width: 992px) {
    .navbar-links {
        font-size: 14.5px;
    }
}

.navbar-link {
    position: relative;
}

@media (min-width: 1200px) {
    .navbar-link:after {
        content: "";
        width: 60%;
        height: 4px;
        position: absolute;
        bottom: -19.5px;
        left: 20%;
    }

    .navbar-link:after {
        border-radius: .934rem;
    }

    .navbar-link:after {
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
    }

    .page-dark .navbar-link:after {
        bottom: -15px;
    }

    .navbar-link:after {
        --tw-bg-opacity: 1;
        background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    }

    .navbar-link.is-active:after, .navbar-link:hover:after {
        opacity: 1;
    }
}

.hamburger-nav {
    width: 22px;
    height: 19px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.hamburger-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    margin-left: auto;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.hamburger-nav span:nth-child(1) {
    top: 0;
}

.hamburger-nav span:nth-child(2), .hamburger-nav span:nth-child(3) {
    top: 7px;
    width: 80%;
}

.hamburger-nav span:nth-child(4) {
    top: 14px;
    width: 60%;
}

.hamburger-nav.open span {
    width: 100%;
}

.hamburger-nav.open span:nth-child(1), .hamburger-nav.open span:nth-child(4) {
    top: 7px;
    width: 0;
    right: 50%;
}

.hamburger-nav.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-nav.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.nav-modal-wrap {
    background: url("/images/seriously-huge-logo-mobile-45-deg.svg?v=2") no-repeat 0 100%;
    background-size: 75%;
}

.signup-plan {
    width: 100%;
    height: 65px;
    border: 1px solid rgba(36, 37, 38, 0.08);
    cursor: pointer;
}

@media (min-width: 992px) {
    .signup-plan {
        width: auto;
        height: 100px;
        flex: 1;
    }
}

@media (min-width: 1200px) {
    .signup-plan {
        width: 152px;
        flex: none;
    }
}

.signup-plan:hover,
.signup-plan.is-selected {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(50 138 241 / var(--tw-border-opacity));
}

.check-wrap {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.check-wrap.is-active {
    animation: wrap 0.3s ease-in-out forwards;
    transform: scale(0);
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

.check-wrap.is-active:before, .check-wrap.is-active:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 0;
    height: 2px;
    transform-origin: left;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.check-wrap.is-active:before {
    top: 9px;
    left: 5px;
    transform: rotate(45deg);
    animation-name: left;
    animation-delay: 0.2s;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.check-wrap.is-active:after {
    top: 13px;
    left: 8px;
    transform: rotate(-45deg);
    animation-name: right;
    animation-delay: 0.3s;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

@keyframes wrap {
    0% {
        background-color: transparent;
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes left {
    0% {
        width: 0;
    }
    100% {
        width: 6px;
    }
}

@keyframes right {
    0% {
        width: 0;
    }
    100% {
        width: 10px;
    }
}

.footer-wrap {
    background-image: radial-gradient(circle at 15% -3%, #365280, #080e17 116%);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.footer-wrap .footer-section.top .container {
    background: url(/images/mic-drop@2x.webp) no-repeat 0 0;
    background-size: 80px;
    padding-top: 4em;
}

@media (min-width: 992px) {
    .footer-wrap .footer-section.top .container {
        background-size: 176px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer-wrap .inline-bulleted-list > li {
    display: inline;
}

@media (min-width: 992px) {
    .footer-wrap .inline-bulleted-list > li {
        display: list-item;
    }
}

.footer-wrap .inline-bulleted-list > li:not(:first-child):before {
    content: " ·";
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.7rem;
    line-height: 1;
    vertical-align: sub;
    margin-left: 2px;
    margin-right: 4px;
}

@media (min-width: 992px) {
    .footer-wrap .inline-bulleted-list > li:not(:first-child):before {
        content: none;
    }
}

.generic-content a {
    font-weight: bold;
}

.series-banner .generic-content a {
    color: inherit;
}

.generic-content p {
    margin-bottom: 20px;
}

.content {
    line-height: 1.6;
    margin-bottom: 20px;
}

.content a, .content a:visited {
    font-weight: bold;
}

.content a:hover, .content a:visited:hover {
    text-decoration: underline;
}

.content.clamp > p {
    overflow: hidden;
}

.content > * + * {
    margin-top: 1rem;
}

.content code {
    background: transparent;
}

.content code.hljs {
    background: #0E1725;
}

.content p code {
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    padding: 0.25rem;
}

.dark .content p code {
    background-color: rgb(255 255 255 / .05);
}

.content p code {
    font-family: "Menlo", monospace;
}

.content ul, .content ol {
    margin-left: 1rem;
}

.content ul {
    list-style: disc;
}

.content ol {
    list-style: decimal;
}

.content li {
    font-weight: inherit;
    margin-left: 1rem;
}

.content li + li {
    margin-top: 10px;
}

.content em, .content strong, .content i, .content ul, .content li, .content dl, .content dt, .content dd {
    font-weight: inherit;
}

.content strong {
    font-weight: 700;
}

#account-menu-chat-messages .content a {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.container {
    position: relative;
    max-width: 100%;
}

@media (min-width: 768px) {
    .container {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1130px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container.expands-wide {
        max-width: 1500px;
    }
}

.btn, .swal-button {
    position: relative;
    display: block;
    max-width: 30rem;
    border-width: 1px;
    border-color: transparent;
    background-clip: padding-box;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    font-size: .80rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.15;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
    border-radius: 16px;
    letter-spacing: 0.2px;
}

@media (min-width: 768px) {
    .btn, .swal-button {
        display: inline-block;
    }

    .btn, .swal-button {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .btn, .swal-button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .btn, .swal-button {
        transition: background 0.3s;
    }

    .btn, .swal-button {
        max-width: 100%;
    }

    .btn, .swal-button {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn, .swal-button {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.btn:focus, .swal-button:focus {
    outline: none;
}

.btn:hover, .btn.is-active, .swal-button:hover, .swal-button.is-active {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.btn.is-loading, .swal-button.is-loading {
    color: transparent !important;
    pointer-events: none;
}

.btn.is-loading:after, .swal-button.is-loading:after {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    top: 50%;
    position: absolute !important;
}

.btn[disabled], .swal-button[disabled] {
    background: #999;
    border: rgba(0, 0, 0, 0.4);
}

.btn[disabled]:hover, .swal-button[disabled]:hover {
    background: #999;
    cursor: not-allowed;
}

.btn-blue, .swal-button:not(.swal-button--cancel):not(.swal-button--stay):not(.swal-button--close) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
    --tw-gradient-to: #328af1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue:not(:disabled):hover, .swal-button:not(.swal-button--cancel):not(.swal-button--stay):not(.swal-button--close):not(:disabled):hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
    --tw-gradient-to: #21c8f6;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.btn-blue.btn-shadow, .swal-button:not(.swal-button--cancel):not(.swal-button--stay):not(.swal-button--close).btn-shadow {
    box-shadow: 0 0 15px 0 rgba(0, 183, 255, 0.3);
}

.btn-blue[disabled]:hover, .swal-button:not(.swal-button--cancel):not(.swal-button--stay):not(.swal-button--close)[disabled]:hover {
    color: white;
}

.btn-dark-blue, .swal-button--cancel, .swal-button--stay, .swal-button--close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(50 138 241 / .10);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-dark-blue:not(:disabled):hover, .swal-button--cancel:not(:disabled):hover, .swal-button--stay:not(:disabled):hover, .swal-button--close:not(:disabled):hover {
    background-color: rgb(50 138 241 / .15) !important;
}

.btn-dark-blue:not(:disabled):hover .text-wrap, .swal-button--cancel:not(:disabled):hover .text-wrap, .swal-button--stay:not(:disabled):hover .text-wrap, .swal-button--close:not(:disabled):hover .text-wrap {
    display: block;
    background-color: rgb(50 138 241 / .15);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
    --tw-gradient-to: #21c8f6;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-dark-blue:disabled:hover, .swal-button--cancel:disabled:hover, .swal-button--stay:disabled:hover, .swal-button--close:disabled:hover {
    color: inherit;
}

.btn-dark-blue[disabled]:hover, .swal-button--cancel[disabled]:hover, .swal-button--stay[disabled]:hover, .swal-button--close[disabled]:hover {
    color: white;
}

.btn-dark-blue.active, .swal-button--cancel.active, .swal-button--stay.active, .swal-button--close.active {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(50 138 241 / var(--tw-border-opacity));
    background-color: rgb(50 138 241 / .10);
}

.btn-dark-blue.active:hover, .swal-button--cancel.active:hover, .swal-button--stay.active:hover, .swal-button--close.active:hover {
    background-color: rgb(50 138 241 / .15);
}

.btn-dark-blue.active .text-wrap, .swal-button--cancel.active .text-wrap, .swal-button--stay.active .text-wrap, .swal-button--close.active .text-wrap {
    background-color: rgb(50 138 241 / .15);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
    --tw-gradient-to: #21c8f6;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.btn-white.active {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / .10);
}

.btn-white.active:hover {
    background-color: rgb(255 255 255 / .25);
}

.btn-grey {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.btn-channel {
    border: 1px solid currentColor;
    color: var(--channel-color);
}

.btn-channel:hover {
    color: white;
    background: var(--channel-color);
    border-color: transparent;
}

.swal-button:focus {
    box-shadow: none !important;
}

.centered-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    max-width: 550px;
}

@media (max-width: 736px) {
    .centered-heading {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .centered-heading {
        max-width: 600px;
    }
}

.section, section {
    position: relative;
    padding: 20px;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .section, section {
        padding: 40px 30px;
    }
}

.section > .section, section > .section {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .section > .section, section > .section {
        padding-top: 0;
    }
}

#root input:focus,
#root textarea:focus,
#root button:focus,
#root select:focus {
    outline: none;
}

.input {
    width: 100%;
    max-width: 100%;
    height: 42px;
}

.textarea {
    min-width: 100%;
    max-width: 100%;
    max-height: 600px;
    padding: 10px;
    resize: vertical;
    line-height: 1.2;
    display: block;
}

.input, .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    background-color: white;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    border-radius: 3px;
    display: inline-flex;
    font-size: 16px;
    height: 32px;
    justify-content: flex-start;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
    position: relative;
    text-align: left;
    outline: 0;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none;
}

.input:hover, .textarea:hover {
    border-color: text-grey-800;
}

.input:active, .input:focus, .input.is-active, .textarea:active, .textarea:focus, .textarea.is-active {
    border-color: text-grey-800;
    outline: none;
}

.input[disabled], .input.is-disabled, .textarea[disabled], .textarea.is-disabled {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    cursor: not-allowed;
    pointer-events: none;
}

.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .textarea.is-disabled::-moz-placeholder {
    color: rgba(120, 144, 156, 0.3);
}

.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .textarea.is-disabled::-webkit-input-placeholder {
    color: rgba(120, 144, 156, 0.3);
}

.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .textarea.is-disabled:-moz-placeholder {
    color: rgba(120, 144, 156, 0.3);
}

.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .textarea.is-disabled:-ms-input-placeholder {
    color: rgba(120, 144, 156, 0.3);
}

@media (max-width: 768px) {
    .input, .textarea {
        font-size: 16px;
    }
}

.input.placeholder-black::-moz-placeholder, .textarea.placeholder-black::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    opacity: 1;
}

.input.placeholder-black::-webkit-input-placeholder, .textarea.placeholder-black::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    opacity: 1;
}

.input.placeholder-black:-moz-placeholder, .textarea.placeholder-black:-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    opacity: 1;
}

.input.placeholder-black:-ms-input-placeholder, .textarea.placeholder-black:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    opacity: 1;
}

.input.placeholder-grey-800::-moz-placeholder, .textarea.placeholder-grey-800::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
}

.input.placeholder-grey-800::-webkit-input-placeholder, .textarea.placeholder-grey-800::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
}

.input.placeholder-grey-800:-moz-placeholder, .textarea.placeholder-grey-800:-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
}

.input.placeholder-grey-800:-ms-input-placeholder, .textarea.placeholder-grey-800:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
}

.input.is-minimal, .textarea.is-minimal {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid;
    background: transparent;
    border-radius: 0;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input.is-minimal::-moz-placeholder, .textarea.is-minimal::-moz-placeholder {
    color: rgb(186 217 252 / .30);
}

.input.is-minimal:-ms-input-placeholder, .textarea.is-minimal:-ms-input-placeholder {
    color: rgb(186 217 252 / .30);
}

.input.is-minimal::placeholder, .textarea.is-minimal::placeholder {
    color: rgb(186 217 252 / .30);
}

.input.is-minimal.is-blue, .textarea.is-minimal.is-blue {
    --tw-border-opacity: 1;
    border-color: rgb(33 200 246 / var(--tw-border-opacity));
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: white;
    opacity: 0.7;
}

.textarea {
    padding: 20px 15px;
    max-height: 100%;
}

.textarea:hover {
    border-color: #d7d7d7;
}

.textarea.is-minimal {
    margin-bottom: 1rem;
}

fieldset + fieldset {
    margin-top: 2em;
}

legend {
    background: white;
    padding: 0 1em;
    font-weight: bold;
}

form.box {
    width: 400px;
    max-width: 100%;
}

.control:not(:last-child) {
    margin-bottom: 1.3em;
}

.select {
    height: 42px;
}

.select:after {
    margin-top: -6px;
}

.select select {
    height: 100%;
    padding-left: 15px;
}

.select-wrap {
    position: relative;
}

.select-wrap select {
    padding-right: 50px;
    height: 40px;
    -webkit-appearance: none;
}

.select-wrap svg {
    pointer-events: none;
    right: 20px;
    position: absolute;
    top: 13px;
}

input[name=q]:focus::-moz-placeholder {
    opacity: 0.1;
}

input[name=q]:focus:-ms-input-placeholder {
    opacity: 0.1;
}

input[name=q]:focus::placeholder {
    opacity: 0.1;
}

.switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 45px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 1.5px;
    position: absolute;
    transition: 0.4s;
    width: 20px;
}

input:checked + .slider {
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

input:checked + .slider:before {
    transform: translateX(21px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-width: 992px) {
    input[type=checkbox].is-minimal:before, .ais-refinement-list__checkbox:before {
        content: " ";
        display: block;
        height: 14px;
        margin: 0 0.25em 0 0;
        padding: 0;
        vertical-align: top;
        width: 14px;
    }

    input[type=checkbox].is-minimal:before, .ais-refinement-list__checkbox:before {
        --tw-bg-opacity: 1;
        background-color: rgb(237 237 237 / var(--tw-bg-opacity));
    }

    input[type=checkbox].is-minimal:before, .ais-refinement-list__checkbox:before {
        border-radius: 2px;
        cursor: pointer;
    }

    input[type=checkbox].is-minimal:checked:before, .ais-refinement-list__checkbox:checked:before {
        color: white;
        content: "";
        background: #328af1 url("/images/checkmark-input-checked.svg") no-repeat;
        background-position: center;
        text-align: center;
        line-height: 1.3;
        font-size: 0.7rem;
        padding-left: 1.2px;
    }

    input[type=checkbox].is-minimal:focus, .ais-refinement-list__checkbox:focus {
        outline: #3b99fc auto 5px;
    }
}

.circle {
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.episode-list-details {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
}

.episode-list-details li {
    list-style: bullet;
}

.episode-list-excerpt {
    word-break: break-word;
}

.episode-list-excerpt p:last-child {
    margin-bottom: 0;
}

.dropdown-toggle > button:focus {
    outline: 0;
}

.dropdown-menu.is-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 29 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dropdown-menu.is-dark .dropdown-menu-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.dropdown-menu.is-dark .dropdown-menu-link:hover > a, .dropdown-menu.is-dark .dropdown-menu-link:hover > .submit-link, .dropdown-menu.is-dark .dropdown-menu-link:hover > button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dropdown-menu.is-dark .dropdown-menu-link > a, .dropdown-menu.is-dark .dropdown-menu-link > .submit-link, .dropdown-menu.is-dark .dropdown-menu-link > button {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: .80rem;
    --tw-text-opacity: 1;
    color: rgb(204 204 204 / var(--tw-text-opacity));
}

.dropdown-menu.is-light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu.is-light .dropdown-menu-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu.is-light .dropdown-menu-link:hover > a:after, .dropdown-menu.is-light .dropdown-menu-link:hover > .submit-link:after, .dropdown-menu.is-light .dropdown-menu-link:hover > button:after {
    content: "";
    display: block;
    width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3%;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    border-radius: .50rem;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.dropdown-menu.is-light .dropdown-menu-link > a, .dropdown-menu.is-light .dropdown-menu-link > .submit-link, .dropdown-menu.is-light .dropdown-menu-link > button {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: .80rem;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.dropdown-menu-link {
    display: block;
    text-align: left;
    font-size: .867rem;
    font-weight: 500;
    line-height: 1.7;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.ais-input {
    margin-right: 1rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.conversation-list.has-borders {
    border: 1px solid #f1f1f1;
}

@media (min-width: 992px) {
    .conversation-list-item:not(.without-excerpt) {
        height: 140px;
    }
}

@media (max-width: 736px) {
    .conversation-list-item {
        font-size: 0.8em;
        justify-content: flex-start;
        border: 1px solid rgba(36, 37, 38, 0.08);
    }
}

@media (min-width: 768px) {
    .conversation-list-item {
        padding: 0 0 1em;
    }
}

.has-borders .conversation-list-item {
    padding: 20px;
    margin-bottom: 0;
}

.conversation-list.columns .conversation-list-item {
    border-bottom: none;
}

.conversation-list.columns .conversation-list-item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.conversation-list-excerpt {
    font-size: 1rem;
    word-break: break-word;
}

@media (min-width: 768px) {
    .conversation-list-excerpt {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .conversation-list-excerpt {
        height: 38px;
    }
}

.without-excerpt .conversation-list-excerpt {
    display: none;
}

@media (min-width: 1200px) {
    .conversation-list-title > h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 530px;
    }

    .conversation-list-title > h4:before {
        margin-top: -5px;
        content: "";
        display: block;
    }
}

.box {
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    border-radius: 0;
    position: relative;
}

.box.has-shadow {
    border-radius: 8px;
    box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
    border: none;
}

@media (min-width: 768px) {
    .box {
        padding: 2em;
    }
}

.box.is-small {
    padding: 1em;
}

.box.is-rounded {
    border-radius: 4px;
}

.box.is-darker {
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.content-item {
    transition: background-color, 0.3s;
    border-radius: .934rem;
}

.content-item:not(.content-item-condensed) {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 237 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
    .content-item:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    }
}

.table {
    margin-bottom: 20px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 65 106 / var(--tw-border-opacity));
    width: 100%;
}

.table td, .table th {
    border-bottom-width: 1.5px;
    --tw-border-opacity: 1;
    border-color: rgb(37 65 106 / var(--tw-border-opacity));
    padding: 8px 18px;
    vertical-align: top;
}

.table th {
    text-align: left;
}

.table thead {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 65 106 / var(--tw-border-opacity));
}

.table thead td,
.table thead th {
    border: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0;
}

.table + .table {
    margin-top: 1.5rem;
}

@media (max-width: 736px) {
    .table.is-condensed-for-mobile thead {
        display: none;
    }

    .table.is-condensed-for-mobile tr {
        border-bottom-width: 1.5px;
    }

    .table.is-condensed-for-mobile tr {
        --tw-border-opacity: 1;
        border-color: rgb(37 65 106 / var(--tw-border-opacity));
    }

    .table.is-condensed-for-mobile tr {
        width: 100%;
    }

    .table.is-condensed-for-mobile td:not(.mobile\:hidden) {
        display: block;
        text-align: center;
    }
}

.swal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.swal-modal .swal-title {
    font-size: 22px;
    padding-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: 1.2em;
}

.swal-title:first-child {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1;
}

.swal-text {
    font-size: .867rem;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.swal-modal {
    padding: 25px;
    width: 291px;
    max-width: 80%;
    border-radius: 14px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.swal-button-container {
    margin: 0 7px;
}

.swal-footer .swal-button--next, .swal-footer .swal-button--confirm {
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swal-footer .swal-button--next:hover, .swal-footer .swal-button--confirm:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(39 121 189 / var(--tw-bg-opacity));
}

.swal-footer {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

.swal-footer > .swal-button-container {
    flex: 1 1 0%;
}

.swal-footer .swal-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
}

.swal-modal .swal-icon--custom {
    padding-top: 0;
    margin-top: 0;
}

.swal-footer, .swal-text, .swal-content {
    text-align: center;
    font-size: .80rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.countdown-block {
    position: relative;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 44.2px;
    height: 57.9px;
}

.countdown-block:not(:last-child):after {
    content: "";
    position: absolute;
    width: 17px;
    height: 1.5px;
    background: #32c5ff;
    opacity: 0.35;
    right: -22px;
    top: 25px;
}

.countdown-block-number {
    border-radius: .25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.countdown-block-unit {
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255 255 255 / .50);
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
}

.tippy-iOS {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    position: relative;
    color: #ffffff;
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 29 / var(--tw-bg-opacity));
    font-size: .80rem;
    outline: 0;
    transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    --tw-border-opacity: 1;
    border-top-color: rgb(13 19 29 / var(--tw-border-opacity));
    transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 19 29 / var(--tw-border-opacity));
    transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    --tw-border-opacity: 1;
    border-left-color: rgb(13 19 29 / var(--tw-border-opacity));
    right: -7px;
    transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    --tw-border-opacity: 1;
    border-right-color: rgb(13 19 29 / var(--tw-border-opacity));
    transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
    width: 16px;
    height: 16px;
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

.tippy-content {
    position: relative;
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 29 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    z-index: 1;
}

.tippy-box[data-theme~=light] {
    color: #26323d;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #0d131d;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #0d131d;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #0d131d;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #0d131d;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
    background-color: #0d131d;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
    fill: #0d131d;
}

#user-notifications-toggle {
    width: 20px;
    height: 20px;
    left: -6px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 173 236 / var(--tw-bg-opacity));
}

.account-slideout-menu {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    overflow-y: auto !important;
}

.vfm__overlay {
    background: rgba(0, 0, 0, 0.7) !important;
}

.modal-close-button {
    top: 20px;
    right: 20px;
}

@media (min-width: 768px) {
    .modal-close-button {
        top: 30px;
        right: 30px;
    }
}

.slide-up-enter-active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 3s;
}

.slide-up-leave-active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 3s;
}

.slide-up-enter-from {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
}

.slide-up-enter-to {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.slide-up-leave-from {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.slide-up-leave-to {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
}

.slide-right-enter-active {
    transition: all 0.3s ease-out;
}

.slide-right-enter-from {
    transform: translate3d(330px, 0, 0);
}

.pop-out-enter-active, .pop-out-leave-active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.pop-out-enter-from {
    opacity: 0;
    transform: translateY(65px);
}

.pop-out-enter-to {
    opacity: 1;
    transform: translateY(50px);
}

.pop-out-leave-from {
    opacity: 1;
    transform: translateY(50px);
}

.pop-out-leave-to {
    opacity: 0;
    transform: translateY(65px);
}

.carbon-wrap {
    display: flex;
    align-items: center;
}

.carbon-wrap > :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)));
}

#carbonads {
    width: 100%;
}

.carbon-img {
    width: 80px;
    flex-shrink: 0;
}

.carbon-img img {
    width: 100%;
    display: block;
}

.carbon-text {
    font-size: 10px;
    text-align: center;
}

.carbon-poweredby {
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(120 144 156 / var(--tw-text-opacity));
    margin-top: 10px;
    display: block;
    text-align: right;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.forum-comment {
    transition: background-color, 0.3s;
}

@media (min-width: 992px) {
    .forum-comment .show-on-hover {
        visibility: hidden;
    }

    .forum-comment:hover .show-on-hover {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .forum-comment.is-reply.is-active {
        box-shadow: inset 0 0 0 1px #62A2F3;
    }

    .forum-comment.is-reply.is-admin.is-active {
        border-color: transparent;
    }
}

.dark .gradient-border-bg {
    background: linear-gradient(#18273f, #18273f) padding-box, linear-gradient(to bottom right, #328af1 2%, transparent 18%) border-box;
    border: 1px solid transparent;
}

.light .gradient-border-bg {
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #328af1 2%, transparent 18%) border-box;
    border: 1px solid transparent;
}

.card {
    border-width: 1px;
    border-color: rgba(120, 144, 156, 0.07);;
    width: 345px;
    max-width: 100%;
    overflow: hidden;
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    position: relative;
}

@media (min-width: 768px) {
    .card {
        width: 335px;
        height: 258px;
    }
}

@media (min-width: 992px) {
    .card {
        width: 345px;
        height: 258px;
    }

    .card-play-button {
        transition: opacity 0.2s, transform 0.4s, border-color 0.2s;
        opacity: 0;
        transform: translateY(15px);
        transition-timing-function: ease-in-out;
        will-change: transform;
    }

    .card:hover .card-play-button, .skill-card:hover .card-play-button {
        opacity: 1;
        transform: translateY(0);
    }
}

/**
 * * This is the minimal series card that only has an thumbnail.
 * */
.series-thumbnail-card.is-frameworks {
    background: linear-gradient(to bottom, #f44881, #ec454f);
}

.series-thumbnail-card.is-languages {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
}

.series-thumbnail-card.is-testing {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
}

.series-thumbnail-card.is-tooling {
    background: linear-gradient(to top, #8b60ed, #b372bd);
}

.series-thumbnail-card.is-techniques {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
}

.series-thumbnail-card.is-devops {
    background: linear-gradient(to bottom, #A1B6E5, #253D63);
}

@media (min-width: 992px) {

    .series-thumbnail-card.is-frameworks:after {
        background: linear-gradient(to bottom, #f44881, #ec454f);
    }

    .series-thumbnail-card.is-languages:after {
        background: linear-gradient(to top, #f19a1a, #ffc73c);
    }

    .series-thumbnail-card.is-testing:after {
        background: linear-gradient(to bottom, #6edcc4, #1aab8b);
    }

    .series-thumbnail-card.is-tooling:after {
        background: linear-gradient(to top, #8b60ed, #b372bd);
    }

    .series-thumbnail-card.is-techniques:after {
        background: linear-gradient(to bottom, #21c8f6, #637bff);
    }

    .series-thumbnail-card.is-devops:after {
        background: linear-gradient(to bottom, #A1B6E5, #253D63);
    }
}

.team-card-wrap .team-card-heading {
    margin-bottom: 0.75rem;
    font-size: .867rem;
    font-weight: 700;
}

.team-card {
    counter-reset: leaderboard;
    overflow: visible;
}

.team-card-item:not(:last-child) {
    margin-bottom: 1rem;
}

.team-card-item:not(.without-number):before {
    counter-increment: leaderboard;
    content: counter(leaderboard);
    margin-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(204 204 204 / var(--tw-text-opacity));
    width: 16px;
}

.bit-card .content a {
    color: white !important;
}

@media (min-width: 768px) {
    .bit-card:after {
        content: "";
        background: rgba(0, 0, 0, 0.1);
        width: 20%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(-10deg) scale(150%);
    }
}

.thermometer-wrap {
    height: 50px;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .thermometer-wrap {
        height: 100%;
    }

    .thermometer-wrap {
        margin-bottom: 0;
    }
}

.thermometer {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 9999px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.dark .thermometer {
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    .thermometer {
        margin-bottom: 0;
        width: 10px;
        height: 100%;
    }
}

.thermometer:after {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 9999px;
    position: absolute;
    top: -2px;
    box-shadow: 0 0 0 7px #c7e7f7;
}

@media (min-width: 768px) {
    .thermometer:after {
        left: -4px;
        top: auto;
        bottom: 0;
    }
}

.thermometer-inner {
    border-radius: 9999px;
    height: 100%;
    z-index: 10;
}

.thermometer-inner.is-filled-20 {
    width: 20%;
}

@media (min-width: 768px) {
    .thermometer-inner.is-filled-20 {
        width: auto;
        height: 20%;
    }
}

.thermometer-inner.is-filled-40 {
    width: 40%;
}

@media (min-width: 768px) {
    .thermometer-inner.is-filled-40 {
        width: auto;
        height: 40%;
    }
}

.thermometer-inner.is-filled-60 {
    width: 60%;
}

@media (min-width: 768px) {
    .thermometer-inner.is-filled-60 {
        width: auto;
        height: 60%;
    }
}

.thermometer-inner.is-filled-80 {
    width: 80%;
}

@media (min-width: 768px) {
    .thermometer-inner.is-filled-80 {
        width: auto;
        height: 80%;
    }
}

.thermometer-inner.is-filled-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .thermometer-inner.is-filled-100 {
        width: auto;
        height: 100%;
    }
}

.thermometer-legend > div {
    width: 20%;
}

@media (min-width: 768px) {
    .thermometer-legend > div {
        width: 100%;
    }
}

.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999;
}

.tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.tribute-container li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    cursor: pointer;
}

.tribute-container li.highlight {
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tribute-container li span {
    font-weight: bold;
}

.tribute-container li.no-match {
    cursor: default;
}

.tribute-container .menu-highlighted {
    font-weight: bold;
}

.quiz-wrapper {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.quiz-footer {
    box-shadow: 0 -4px 15px 10px rgba(36, 37, 38, 0.08);
}

@media (min-width: 768px) {
    .quiz-footer {
        box-shadow: none;
    }
}

.quiz-arrow {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .quiz-arrow {
        width: 44px;
        height: 41px;
        padding: 0;
    }

    .quiz-arrow {
        border-radius: .50rem;
    }
}

.quiz-arrow[disabled] {
    color: #999;
    cursor: not-allowed;
}

.quiz-arrow.pulse {
    animation: pulse 2s infinite;
}

.btn-pulse {
    animation: pulse 2s infinite;
}

.wait-1s {
    animation-delay: 1s;
}

.quiz-review-question-label {
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .quiz-review-question-label {
        width: 150px;
        margin-left: -170px;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.quiz-wrapper .question {
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

@media (min-width: 992px) {
    /* the starting styles of the transition. */
    .question-fade-next-enter-from,
    .question-fade-next-leave-to {
        opacity: 0;
        transform: translateY(100vh);
    }

    /* what is the end state of the entering transition? */
    .question-fade-next-enter-to {
        opacity: 1;
        transform: translateY(0);
    }

    /* apply the styles that handle how that transition will happen. */
    .question-fade-next-enter-active {
        transition: opacity 0.2s ease-in, transform 0.25s ease-in;
    }

    .question-fade-next-leave-active {
        transition: opacity 0.2s ease-in-out, transform 0.25s ease-in-out;
        opacity: 0;
        transform: translateY(-100vh);
    }

    /* the starting styles of the transition. */
    .question-fade-previous-enter-from,
    .question-fade-previous-leave-to {
        opacity: 0;
        transform: translateY(-100vh);
    }

    /* what is the end state of the entering transition? */
    .question-fade-previous-enter-to {
        opacity: 1;
        transform: translateY(0);
    }

    /* apply the styles that handle how that transition will happen. */
    .question-fade-previous-enter-active {
        transition: opacity 0.3s ease-in, transform 0.4s ease-in;
    }

    .question-fade-previous-leave-active {
        transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
        opacity: 0;
        transform: translateY(100vh);
    }

    .quiz-fade-enter-from {
        opacity: 0;
    }

    .quiz-fade-enter-to {
        opacity: 1;
    }

    .quiz-fade-enter-active,
    .quiz-fade-leave-active {
        transition: opacity 0.3s;
    }

    .quiz-fade-leave-to {
        opacity: 0;
    }
}

.question-title code,
.question-choice code {
    background: transparent;
    font-size: inherit;
}

.plan-slash:after {
    content: "";
    display: block;
    width: 120%;
    height: 1.5px;
    transform: rotate(32deg);
    position: absolute;
    top: 9px;
    left: -8%;
    --tw-bg-opacity: 1;
    background-color: rgb(120 144 156 / var(--tw-bg-opacity));
}

.dark .plan-slash:after {
    background-color: rgb(50 138 241 / .75);
    background: #264c7f;
}

/* Chrome, Safari, Edge, Opera */
.plan-team-count {
    -moz-appearance: textfield;
}

.plan-team-count::-webkit-inner-spin-button,
.plan-team-count::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.laracasts-logo {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: color 0.3s, background-color 0.3s;
    width: 132px;
}

.laracasts-logo:hover {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    .laracasts-logo {
        color: #4A4A4A;
        width: 157px;
        height: 20px;
    }
}

.page-home.page-dark {
    background: #151f32;
}

.page-home.page-dark:before, .page-teams.page-dark:before {
    background-color: #151f32;
}

@media (min-width: 992px) {
    .page-home.page-dark:before, .page-teams.page-dark:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #151f32 url("/images/home/home-banner-bg.png");
        background-repeat: no-repeat;
        background-size: auto;
        background-position-y: 50%;
        background-position-x: 42%;
        background-blend-mode: luminosity;
        pointer-events: none;
        opacity: var(--wallpaper-opacity, 1);
        transition: opacity 0.2s;
    }
}

#header {
    display: flex;
    align-items: baseline;
    margin: 15px;
}

@media (min-width: 1200px) {
    #instructor-cards > div:nth-child(3n+2) {
        margin-top: -80px;
    }
}

.forum-excerpt-toggle {
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: .50rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.forum-excerpt-toggle:hover .forum-excerpt-toggle-lines, .forum-excerpt-toggle.is-active .forum-excerpt-toggle-lines {
    opacity: 1;
}

.forum-excerpt-toggle:hover .forum-excerpt-toggle-lines .forum-excerpt-toggle-line, .forum-excerpt-toggle.is-active .forum-excerpt-toggle-lines .forum-excerpt-toggle-line {
    opacity: 1;
}

.forum-excerpt-toggle .forum-excerpt-toggle-lines {
    opacity: 0.402;
}

.forum-excerpt-toggle .forum-excerpt-toggle-lines .forum-excerpt-toggle-line {
    opacity: 0.5;
}

#conversation-stats {
    margin-left: 60px;
    position: relative;
}

#conversation-stats:before {
    position: absolute;
    display: block;
    top: 50%;
    left: -36px;
    content: "";
    width: 25px;
    height: 26px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 237 241 / var(--tw-border-opacity));
}

.dark #conversation-stats:before {
    border-color: rgb(50 138 241 / .15);
}

#conversation-stats:before {
    border-width: 3px;
    border-right: none;
    border-bottom: none;
}

.reply-with-responses {
    position: relative;
}

.reply-with-responses .responses {
    margin-left: 60px;
    position: relative;
}

.reply-with-responses .responses:before {
    position: absolute;
    display: block;
    top: 0;
    left: -36px;
    content: "";
    width: 3px;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.dark .reply-with-responses .responses:before {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.reply-with-responses .responses > *:before {
    position: relative;
    display: block;
    top: 57px;
    content: "";
    width: 23px;
    height: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.dark .reply-with-responses .responses > *:before {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.reply-with-responses .responses > *:before {
    left: -34px;
}

.reply-with-responses .responses > *:last-child:after {
    position: absolute;
    display: block;
    top: 60px;
    left: -36px;
    content: "";
    width: 3px;
    height: calc(100% - 60px);
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.dark .reply-with-responses .responses > *:last-child:after {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.search-form input {
    background: transparent;
}

.user-content {
    line-height: 1.65;
    letter-spacing: 0;
    word-break: break-word;
}

.user-content blockquote {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
    padding: 1rem;
    font-style: italic;
}

.dark .user-content blockquote {
    background-color: rgb(50 138 241 / .15);
}

.user-content a:not(.button) {
    border: none;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.user-content h1, .user-content h2 {
    font-size: 1.33333rem;
    font-weight: 700;
}

.user-content h3, .user-content h4 {
    font-size: 1.0666rem;
    font-weight: 700;
}

.user-content h5, .user-content h6 {
    font-size: 1rem;
    font-weight: 700;
}

.user-content ul, .user-content ol {
    margin-left: 2rem;
}

.user-content ul {
    list-style: disc;
}

.user-content ol {
    list-style: decimal;
}

.user-content li {
    font-weight: inherit;
    margin-left: 1rem;
}

.user-content li + li {
    margin-top: 10px;
}

.user-content em, .user-content strong, .user-content i, .user-content ul, .user-content li, .user-content dl, .user-content dt, .user-content dd {
    font-weight: inherit;
}

.user-content strong {
    font-weight: 700;
}

.user-content > * + * {
    margin-top: 1em;
}

.user-content code {
    background: transparent;
}

.user-content code.hljs {
    background: #0E1725;
}

.user-content p code {
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
    padding: 0.25rem;
}

.dark .user-content p code {
    background-color: rgb(255 255 255 / .05);
}

.user-content p code {
    font-family: "Menlo", monospace;
}

.user-content hr {
    border-color: rgb(50 138 241 / .25);
}

.dark .user-content p, .dark .user-content ul, .dark .user-content li, .dark .user-content blockquote, .panel.dark p, .panel.dark ul, .panel.dark li, .panel.dark blockquote {
    font-weight: 500;
}

.panel.dark .user-content code.hljs, .forum-comment.dark .user-content code.hljs {
    background-color: rgb(0 0 0 / .25);
}

.forum-comment.is-reply .user-content {
    margin-bottom: 0;
}

.content pre,
.user-content pre,
.blog-content pre,
.code-fragment-wrap pre {
    word-wrap: normal;
    white-space: pre-wrap;
    background: transparent;
}

.content pre:not(:last-child),
.user-content pre:not(:last-child),
.blog-content pre:not(:last-child),
.code-fragment-wrap pre:not(:last-child) {
    margin-bottom: 1em;
}

.content pre > code,
.user-content pre > code,
.blog-content pre > code,
.code-fragment-wrap pre > code {
    padding: 20px;
    line-height: 1.8em;
    font-family: "Menlo", monospace;
    border-radius: 1.25rem;
}

@media (min-width: 1200px) {
    .content pre > code,
    .user-content pre > code,
    .blog-content pre > code,
    .code-fragment-wrap pre > code {
        font-size: 12px;
    }
}

.code-fragment-wrap {
    max-height: 250px;
    overflow: auto;
}

.participate-button {
    bottom: 20px;
    right: 20px;
}

.forum-comment-edit-links:empty {
    display: none;
}

@media (min-width: 768px) {
    .profile-bio:before {
        content: "“";
        left: -25px;
        margin-bottom: -1rem;
        text-align: left;
        top: 13px;
        display: block;
        font-family: Cabin, sans-serif;
        font-size: 50px;
        position: absolute;
        line-height: 1rem;
    }

    .profile-bio:before {
        color: rgb(186 217 252 / .30);
    }

    .profile-bio:after {
        content: "“";
        right: -25px;
        margin-bottom: -1rem;
        text-align: left;
        top: 13px;
        display: block;
        font-family: Cabin, sans-serif;
        font-size: 50px;
        position: absolute;
        line-height: 1rem;
    }

    .profile-bio:after {
        color: rgb(186 217 252 / .30);
    }
}

.timeline-section {
    position: relative;
}

.timeline-date {
    position: relative;
    padding-top: 0;
}

.timeline-date > div {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .timeline-date > div {
        margin-top: 0;
    }
}

.timeline-contents pre {
    margin-bottom: 1em;
}

.timeline-contents pre code.hljs {
    padding: 20px;
}

.timeline-contents-item {
    position: relative;
}

.timeline-contents-item:not(:last-child) .timeline-contents-activity:after {
    content: "";
    display: block;
    height: calc(100% - 20px);
    position: absolute;
    top: 40px;
    width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89 / var(--tw-bg-opacity));
}

.timeline-contents-item:first-child .timeline-contents-activity:after {
    height: calc(100% - 57px);
}

@media (min-width: 768px) {
    .setting-section.profile-sidebar {
        margin-left: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .setting-section .profile-right-sidebar {
        max-width: 345px;
    }
}

@media (min-width: 992px) {
    .podcast-banner .podcast-banner-inner {
        padding-top: 100px;
        padding-bottom: 100px;
        background: url(/images/mic-drop@2x.webp) no-repeat 0 0;
        background-size: 150px;
    }
}

@media (min-width: 1200px) {
    .podcast-banner .podcast-banner-inner {
        background: url(/images/mic-drop@2x.webp) no-repeat 0 0;
        background-size: 150px;
    }
}

.podcast-banner .podcast-mic {
    position: absolute;
    top: -72px;
    width: 150px;
    left: calc(50% - 75px);
    z-index: 50;
}

.achievement.has-been-awarded.is-muted {
    color: #B8B8B8;
}

.achievement.has-been-awarded.is-elite {
    color: #F7A925;
}

.achievement.has-been-awarded.is-advanced {
    color: #f44881;
}

.achievement.has-been-awarded.is-intermediate {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.achievement.has-been-awarded.is-beginner {
    color: #FCBE35;
}

.achievement.has-not-been-awarded {
    --tw-text-opacity: 1;
    color: rgb(32 55 89 / var(--tw-text-opacity));
}

.achievement.has-not-been-awarded .achievement-badge-icon {
    transition: all 0.3s;
    opacity: 0.3;
}

.achievement.has-not-been-awarded:hover .achievement-badge-icon {
    opacity: 1;
}

.team-banner {
    min-height: 668px;
}

@media (min-width: 1200px) {
    .team-banner {
        min-height: 708px;
    }
}

@media (min-width: 992px) {
    .team-banner:after {
        background: url(/images/teams/landing-page/top-right-arrow.svg?v=1) no-repeat 50px 0;
        position: absolute;
        top: 0;
        right: -50px;
        content: "";
        width: 263px;
        height: 263px;
        mix-blend-mode: luminosity;
        pointer-events: none;
    }

    .team-banner nav {
        margin-bottom: 100px;
    }
}

.team-main {
    position: relative;
    top: -130px;
    margin-bottom: -130px;
    -webkit-clip-path: ellipse(137% 60% at -6% 62%);
    clip-path: ellipse(137% 60% at -6% 62%);
    background: linear-gradient(to bottom, #182d4b, #182d4b 250px, transparent 200px);
}

.team-testimonial header:before,
.team-testimonial header:after {
    content: "";
    display: block;
    width: 158.8px;
    height: 154.6px;
    opacity: 0.18;
    background-color: #d8d8d8;
    position: absolute;
}

.team-testimonial header:before {
    top: -17px;
    left: 46%;
    margin-left: -79.4px;
}

.team-testimonial header:after {
    left: 54%;
    margin-left: -79.4px;
    top: -45px;
}

.video-illustration-wrap:before {
    content: "";
    display: block;
    background: url(/images/teams/landing-page/video-player-arrows.svg) no-repeat;
    width: 211px;
    height: 213px;
    position: absolute;
    opacity: 0.4;
    top: -80px;
    z-index: -1;
}

@media (min-width: 992px) {
    .video-illustration-wrap:before {
        top: 40px;
        left: -70px;
    }
}

.video-illustration-wrap > img {
    max-width: 250px;
}

@media (min-width: 992px) {
    .video-illustration-wrap > img {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .video-illustration-wrap > img {
        max-width: 600px;
    }
}

@media (min-width: 1500px) {
    .video-illustration-wrap > img {
        max-width: 732px;
    }
}

@media (min-width: 992px) {
    .video-illustration-play-button {
        margin-left: 40px;
        mragin-top: -10px;
    }

    .team-meet-jeffrey {
        margin-bottom: 150px;
    }
}

.team-meet-jeffrey:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: rgb(25 48 78 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
    .team-meet-jeffrey:before {
        transform: rotate(-4deg) scale(1.1);
    }
}

.team-meet-jeffrey:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10%;
    z-index: -1;
    background: url("/images/teams/landing-page/meet-jeffrey-robot.svg") no-repeat 0 50%;
    mix-blend-mode: luminosity;
}

.team-meet-jeffrey .content a,
.team-meet-jeffrey .content a:visited {
    color: white;
    text-decoration: underline;
    border: none;
}

.team-meet-jeffrey .content a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .team-plans:before {
        content: "";
        display: block;
        width: 160px;
        height: 840px;
        transform: rotate(43deg);
        opacity: 0.18;
        border-radius: 79.4px;
    }

    .team-plans:before {
        background-color: rgb(186 217 252 / .50);
    }

    .team-plans:before {
        top: 0;
        position: absolute;
    }

    .team-plans:after {
        content: "";
        display: block;
        width: 160px;
        height: 840px;
        transform: rotate(43deg);
        opacity: 0.18;
        border-radius: 79.4px;
    }

    .team-plans:after {
        --tw-bg-opacity: 1;
        background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    }

    .team-plans:after {
        top: 80px;
        position: absolute;
    }

    .team-plans .team-plans-right-stripes:before {
        content: "";
        display: block;
        width: 160px;
        height: 840px;
        transform: rotate(43deg);
        opacity: 0.18;
        border-radius: 79.4px;
    }

    .team-plans .team-plans-right-stripes:before {
        --tw-bg-opacity: 1;
        background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    }

    .team-plans .team-plans-right-stripes:before {
        top: 0;
        right: 0;
        position: absolute;
    }

    .team-plans .team-plans-right-stripes:after {
        content: "";
        display: block;
        width: 160px;
        height: 840px;
        transform: rotate(43deg);
        opacity: 0.18;
        border-radius: 79.4px;
    }

    .team-plans .team-plans-right-stripes:after {
        background-color: rgb(186 217 252 / .50);
    }

    .team-plans .team-plans-right-stripes:after {
        bottom: -30px;
        right: 0;
        position: absolute;
    }
}

.blog-content {
    --tw-text-opacity: 1;
    color: rgb(216 227 238 / var(--tw-text-opacity));
}

.blog-content p:not(:last-child), .blog-content figure:not(:last-child), .blog-content blockquote {
    margin-bottom: 1.5rem;
}

.blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    margin-bottom: 1rem;
    margin-top: 2.66rem;
    font-weight: 500;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-content h2 {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    font-weight: 500;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 36px;
}

.blog-content h3 {
    font-size: 24px;
}

.blog-content h4, .blog-content h5 {
    font-size: 20px;
}

.blog-content em, .blog-content i {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

.blog-content code {
    --tw-bg-opacity: 1;
    background-color: rgb(37 65 106 / var(--tw-bg-opacity));
}

.blog-content a {
    color: inherit;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.blog-content a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.blog-content pre code {
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.blog-content ul {
    list-style: disc;
    margin-left: -0.5rem;
    margin-bottom: 1.5rem;
}

.blog-content li {
    padding-left: 0.5rem;
    margin-left: 1.5rem;
}

.blog-content li:not(:last-child) {
    margin-bottom: 12px;
}

.blog-content li::marker {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    .blog-content li {
        margin-left: 60px;
    }
}

.blog-content li p:first-child strong {
    margin-bottom: -1.25rem;
    display: block;
}

.blog-content li p {
    margin-bottom: 1.5rem;
}

.blog-content li a {
    font-weight: 500;
}

.blog-content ol {
    list-style: none;
    counter-reset: ol;
    margin-bottom: 1.5rem;
}

.blog-content ol li {
    counter-increment: ol;
    display: flex;
    padding-left: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .blog-content ol li {
        margin-left: 36px;
    }
}

.blog-content ol li:before {
    content: counter(ol) ". ";
    font-weight: bold;
    padding-right: 10px;
}

.blog-content ol li code {
    align-self: center;
    margin-left: 5px;
    margin-right: 5px;
}

.blog-content blockquote {
    position: relative;
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .867rem;
    line-height: 1.7;
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
    padding-top: 54px;
    padding-bottom: 45px;
}

.blog-content blockquote:before, .blog-content blockquote:after {
    font-size: 50px;
    display: block;
    height: 75px;
    font-family: Cabin, sans-serif;
    position: absolute;
}

.blog-content blockquote:before {
    content: "“";
    text-align: left;
    margin-bottom: -1rem;
    top: 0;
    left: 22.5px;
}

.blog-content blockquote:after {
    content: "“";
    text-align: right;
    margin-top: -1rem;
    bottom: -15px;
    right: 22.5px;
}

.blog-content figure {
    border-radius: .934rem;
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
    padding: 0.75rem;
    text-align: center;
    display: inline-block;
}

.blog-content figure img {
    border-radius: .934rem;
}

.blog-content figcaption {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    font-size: .80rem;
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
    text-align: left;
    padding-left: 10px;
}

.blog-content figcaption a {
    font-weight: 500;
}

.blog-content hr {
    --tw-border-opacity: 1;
    border-color: rgb(32 55 89 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
    .gift-certificate-card {
        min-height: 580px;
    }
}

#video-episode-list {
    top: 0;
    z-index: 100;
    width: 100%;
}

@media (min-width: 992px) {
    #video-episode-list {
        width: 275px;
    }

    #video-episode-list + * {
        margin-left: 275px;
    }
}

@media (min-width: 1350px) {
    #video-episode-list {
        width: 310px;
    }

    #video-episode-list + * {
        margin-left: 310px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (min-width: 992px) {
    .taxonomy-nav-link:after {
        content: "";
        width: 120%;
        height: 5px;
        position: absolute;
        bottom: -19px;
        left: -10%;
    }

    .taxonomy-nav-link:after {
        border-radius: .934rem;
    }

    .taxonomy-nav-link:after {
        --tw-bg-opacity: 1;
        background-color: rgb(50 138 241 / var(--tw-bg-opacity));
    }

    .taxonomy-nav-link:after {
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
    }

    .taxonomy-nav-link.is-active:after,
    .taxonomy-nav-link:hover:after {
        opacity: 1;
    }
}

.page-dark {
    background-color: #151F32;
    background-image: url("/images/forum/upper-gradient.svg");
    background-size: 55%;
    background-repeat: no-repeat;
    color: white;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.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-10 {
    top: 2.5rem;
}

.right-0 {
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.top-4 {
    top: 1rem;
}

.left-3 {
    left: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.right-6 {
    right: 1.5rem;
}

.bottom-4 {
    bottom: 1rem;
}

.bottom-2 {
    bottom: 0.5rem;
}

.right-2 {
    right: 0.5rem;
}

.top-2 {
    top: 0.5rem;
}

.top-\[72\%\] {
    top: 72%;
}

.top-6 {
    top: 1.5rem;
}

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

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

.-top-px {
    top: -1px;
}

.top-px {
    top: 1px;
}

.left-\[20px\] {
    left: 20px;
}

.top-8 {
    top: 2rem;
}

.right-8 {
    right: 2rem;
}

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

.right-\[9\%\] {
    right: 9%;
}

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

.-right-3 {
    right: -0.75rem;
}

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

.left-\[-50\%\] {
    left: -50%;
}

.top-\[-30\%\] {
    top: -30%;
}

.right-5 {
    right: 1.25rem;
}

.right-\[-146px\] {
    right: -146px;
}

.top-\[8px\] {
    top: 8px;
}

.bottom-\[-15px\] {
    bottom: -15px;
}

.right-\[20px\] {
    right: 20px;
}

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

.right-3 {
    right: 0.75rem;
}

.top-3 {
    top: 0.75rem;
}

.bottom-\[60px\] {
    bottom: 60px;
}

.bottom-\[20px\] {
    bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.order-2 {
    order: 2;
}

.order-1 {
    order: 1;
}

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

.col-span-12 {
    grid-column: span 12 / span 12;
}

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

.row-span-5 {
    grid-row: span 5 / span 5;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.float-left {
    float: left;
}

.m-0 {
    margin: 0;
}

.m-8 {
    margin: 2rem;
}

.m-auto {
    margin: auto;
}

.m-4 {
    margin: 1rem;
}

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

.my-10 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

.-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}

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

.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

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

.\!mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

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

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

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

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

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

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

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

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

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

.mt-auto {
    margin-top: auto;
}

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

.ml-5 {
    margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
    margin-right: 3rem;
}

.mb-auto {
    margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

.mr-3 {
    margin-right: 0.75rem;
}

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

.mr-5 {
    margin-right: 1.25rem;
}

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

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

.mb-\[10px\] {
    margin-bottom: 10px;
}

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

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

.mr-15 {
    margin-right: 5rem;
}

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

.mb-3 {
    margin-bottom: 0.75rem;
}

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

.-mr-3 {
    margin-right: -0.75rem;
}

.mr-\[-20px\] {
    margin-right: -20px;
}

.ml-auto {
    margin-left: auto;
}

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

.mr-auto {
    margin-right: auto;
}

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

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

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

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

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

.mt-\[-200px\] {
    margin-top: -200px;
}

.mb-\[-200px\] {
    margin-bottom: -200px;
}

.mt-30 {
    margin-top: 9rem;
}

.\!mb-0 {
    margin-bottom: 0 !important;
}

.ml-6 {
    margin-left: 1.5rem;
}

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

.-mt-15 {
    margin-top: -5rem;
}

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

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

.mt-7 {
    margin-top: 1.75rem;
}

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

.mt-\[-50px\] {
    margin-top: -50px;
}

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

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

.mt-\[-71px\] {
    margin-top: -71px;
}

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

.mt-15 {
    margin-top: 5rem;
}

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

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

.mt-9 {
    margin-top: 2.66rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.\!inline-block {
    display: inline-block !important;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.\!hidden {
    display: none !important;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.h-screen {
    height: 100vh;
}

.h-full {
    height: 100%;
}

.h-1 {
    height: 0.25rem;
}

.h-5 {
    height: 1.3rem;
}

.h-8 {
    height: 2rem;
}

.h-16 {
    height: 4rem;
}

.h-10 {
    height: 2.5rem;
}

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

.h-12 {
    height: 3rem;
}

.h-px {
    height: 1px;
}

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

.h-auto {
    height: auto;
}

.h-2 {
    height: 0.5rem;
}

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

.h-3 {
    height: 0.8rem;
}

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

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

.h-4 {
    height: 1rem;
}

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

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

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

.h-6 {
    height: 1.5rem;
}

.h-14 {
    height: 3.5rem;
}

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

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

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

.h-20 {
    height: 5rem;
}

.h-32 {
    height: 8rem;
}

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

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

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

.max-h-90 {
    max-height: 90vh;
}

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

.min-h-0 {
    min-height: 0;
}

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

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

.w-full {
    width: 100%;
}

.w-16 {
    width: 4rem;
}

.w-5 {
    width: 1.3rem;
}

.w-8 {
    width: 2rem;
}

.w-auto {
    width: auto;
}

.w-12 {
    width: 3rem;
}

.w-10 {
    width: 2.5rem;
}

.w-28 {
    width: 7rem;
}

.w-24 {
    width: 6rem;
}

.w-2 {
    width: 0.5rem;
}

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

.w-\[65\%\] {
    width: 65%;
}

.w-18 {
    width: 4.5rem;
}

.w-38 {
    width: 10rem;
}

.w-4 {
    width: 1rem;
}

.w-32 {
    width: 8rem;
}

.w-screen {
    width: 100vw;
}

.w-3 {
    width: 0.8rem;
}

.w-42 {
    width: 11rem;
}

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

.w-6 {
    width: 1.5rem;
}

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

.w-20 {
    width: 5rem;
}

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

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

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

.w-14 {
    width: 3.5rem;
}

.w-64 {
    width: 16rem;
}

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

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

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

.min-w-full {
    min-width: 100%;
}

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

.max-w-xl {
    max-width: 60rem;
}

.max-w-2\/3 {
    max-width: 75%;
}

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

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

.max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
}

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

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

.max-w-xs {
    max-width: 20rem;
}

.max-w-lg {
    max-width: 50rem;
}

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

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

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

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

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

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

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

.\!max-w-none {
    max-width: none !important;
}

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

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

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

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

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

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

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

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

.flex-none {
    flex: none;
}

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

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

.grow {
    flex-grow: 1;
}

.basis-full {
    flex-basis: 100%;
}

.-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/4 {
    --tw-translate-y: 25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1 {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[81\%\] {
    --tw-translate-y: 81%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-75\%\] {
    --tw-translate-x: -75%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-10px\] {
    --tw-translate-x: -10px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[5\.5rem\] {
    --tw-translate-x: -5.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[3\.5rem\] {
    --tw-translate-x: -3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-6 {
    --tw-translate-x: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[20\%\] {
    --tw-translate-x: 20%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-32 {
    --tw-translate-y: -8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-25\%\] {
    --tw-translate-y: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-4 {
    --tw-translate-x: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-4 {
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[2\.5\] {
    --tw-scale-x: 2.5;
    --tw-scale-y: 2.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[85\%\] {
    --tw-scale-x: 85%;
    --tw-scale-y: 85%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[\.60\] {
    --tw-scale-x: .60;
    --tw-scale-y: .60;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-125 {
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

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

.cursor-default {
    cursor: default;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.list-disc {
    list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-0 {
    gap: 0px;
}

.gap-12 {
    gap: 3rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

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

.gap-y-5 {
    row-gap: 1.25rem;
}

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

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-\[5\.5rem\] {
    row-gap: 5.5rem;
}

.gap-y-14 {
    row-gap: 3.5rem;
}

.gap-y-36 {
    row-gap: 9rem;
}

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

.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
}

.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-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * 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-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-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * 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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-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-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-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-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-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
    border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-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-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(255 255 255 / .10);
}

.divide-grey-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-divide-opacity));
}

.divide-white\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(255 255 255 / .15);
}

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-2xl {
    border-radius: 1.25rem;
}

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

.rounded-xl {
    border-radius: .934rem;
}

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

.rounded {
    border-radius: .25rem;
}

.rounded-3xl {
    border-radius: 2.8rem;
}

.rounded-none {
    border-radius: 0;
}

.rounded-\[16px\] {
    border-radius: 16px;
}

.rounded-\[12px\] {
    border-radius: 12px;
}

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

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

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

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

.rounded-tr-\[14px\] {
    border-top-right-radius: 14px;
}

.rounded-bl-\[14px\] {
    border-bottom-left-radius: 14px;
}

.rounded-tl-md {
    border-top-left-radius: .40rem;
}

.rounded-bl-md {
    border-bottom-left-radius: .40rem;
}

.rounded-tl-none {
    border-top-left-radius: 0;
}

.rounded-bl-none {
    border-bottom-left-radius: 0;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 1.5px;
}

.border-\[2px\] {
    border-width: 2px;
}

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

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

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

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

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

.border-r {
    border-right-width: 1px;
}

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

.border-b-2 {
    border-bottom-width: 1.5px;
}

.border-l-0 {
    border-left-width: 0;
}

.border-r-0 {
    border-right-width: 0;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-none {
    border-style: none;
}

.border-laracasts {
    --tw-border-opacity: 1;
    border-color: rgb(22 68 173 / var(--tw-border-opacity));
}

.border-laracasts-light {
    --tw-border-opacity: 1;
    border-color: rgb(50 139 242 / var(--tw-border-opacity));
}

.border-frameworks {
    --tw-border-opacity: 1;
    border-color: rgb(236 69 79 / var(--tw-border-opacity));
}

.border-frameworks-light {
    --tw-border-opacity: 1;
    border-color: rgb(244 72 129 / var(--tw-border-opacity));
}

.border-testing {
    --tw-border-opacity: 1;
    border-color: rgb(26 171 139 / var(--tw-border-opacity));
}

.border-testing-light {
    --tw-border-opacity: 1;
    border-color: rgb(110 220 196 / var(--tw-border-opacity));
}

.border-techniques {
    --tw-border-opacity: 1;
    border-color: rgb(99 123 255 / var(--tw-border-opacity));
}

.border-techniques-light {
    --tw-border-opacity: 1;
    border-color: rgb(33 200 246 / var(--tw-border-opacity));
}

.border-tooling {
    --tw-border-opacity: 1;
    border-color: rgb(139 96 237 / var(--tw-border-opacity));
}

.border-tooling-light {
    --tw-border-opacity: 1;
    border-color: rgb(179 114 189 / var(--tw-border-opacity));
}

.border-languages {
    --tw-border-opacity: 1;
    border-color: rgb(241 154 26 / var(--tw-border-opacity));
}

.border-languages-light {
    --tw-border-opacity: 1;
    border-color: rgb(255 199 60 / var(--tw-border-opacity));
}

.border-devops {
    --tw-border-opacity: 1;
    border-color: rgb(37 61 99 / var(--tw-border-opacity));
}

.border-devops-light {
    --tw-border-opacity: 1;
    border-color: rgb(161 182 229 / var(--tw-border-opacity));
}

.border-grey-500 {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

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

.border-blue\/75 {
    border-color: rgb(50 138 241 / .75);
}

.border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(50 138 241 / var(--tw-border-opacity));
}

.border-blue\/25 {
    border-color: rgb(50 138 241 / .25);
}

.border-blue\/40 {
    border-color: rgb(50 138 241 / .40);
}

.border-grey-200 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-grey-600\/10 {
    border-color: rgb(186 217 252 / .10);
}

.border-blue\/7 {
    border-color: rgb(50 138 241 / .07);
}

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

.border-card {
    border-color: rgba(120, 144, 156, 0.07);;
}

.border-panel-600 {
    --tw-border-opacity: 1;
    border-color: rgb(32 55 89 / var(--tw-border-opacity));
}

.border-grey-400 {
    --tw-border-opacity: 1;
    border-color: rgb(235 237 241 / var(--tw-border-opacity));
}

.border-white\/5 {
    border-color: rgb(255 255 255 / .05);
}

.border-\[\#0b1018\] {
    --tw-border-opacity: 1;
    border-color: rgb(11 16 24 / var(--tw-border-opacity));
}

.border-panel-500 {
    --tw-border-opacity: 1;
    border-color: rgb(37 65 106 / var(--tw-border-opacity));
}

.border-blue-darkest {
    --tw-border-opacity: 1;
    border-color: rgb(24 35 52 / var(--tw-border-opacity));
}

.border-blue\/13 {
    border-color: rgb(50 138 241 / .13);
}

.\!border-deep-black\/4 {
    border-color: rgb(0 0 0 / .04) !important;
}

.border-panel-700 {
    --tw-border-opacity: 1;
    border-color: rgb(25 48 78 / var(--tw-border-opacity));
}

.border-deep-black\/3 {
    border-color: rgb(0 0 0 / .03);
}

.border-white\/10 {
    border-color: rgb(255 255 255 / .10);
}

.border-t-frameworks {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 69 79 / var(--tw-border-opacity));
}

.border-r-languages {
    --tw-border-opacity: 1;
    border-right-color: rgb(241 154 26 / var(--tw-border-opacity));
}

.border-b-tooling {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(139 96 237 / var(--tw-border-opacity));
}

.border-l-testing {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 171 139 / var(--tw-border-opacity));
}

.border-t-blue {
    --tw-border-opacity: 1;
    border-top-color: rgb(50 138 241 / var(--tw-border-opacity));
}

.border-l-blue\/75 {
    border-left-color: rgb(50 138 241 / .75);
}

.border-r-blue\/25 {
    border-right-color: rgb(50 138 241 / .25);
}

.border-b-blue\/25 {
    border-bottom-color: rgb(50 138 241 / .25);
}

.border-opacity-\[\.15\] {
    --tw-border-opacity: .15;
}

.bg-laracasts {
    --tw-bg-opacity: 1;
    background-color: rgb(22 68 173 / var(--tw-bg-opacity));
}

.bg-laracasts-light {
    --tw-bg-opacity: 1;
    background-color: rgb(50 139 242 / var(--tw-bg-opacity));
}

.bg-frameworks {
    --tw-bg-opacity: 1;
    background-color: rgb(236 69 79 / var(--tw-bg-opacity));
}

.bg-frameworks-light {
    --tw-bg-opacity: 1;
    background-color: rgb(244 72 129 / var(--tw-bg-opacity));
}

.bg-testing {
    --tw-bg-opacity: 1;
    background-color: rgb(26 171 139 / var(--tw-bg-opacity));
}

.bg-testing-light {
    --tw-bg-opacity: 1;
    background-color: rgb(110 220 196 / var(--tw-bg-opacity));
}

.bg-techniques {
    --tw-bg-opacity: 1;
    background-color: rgb(99 123 255 / var(--tw-bg-opacity));
}

.bg-techniques-light {
    --tw-bg-opacity: 1;
    background-color: rgb(33 200 246 / var(--tw-bg-opacity));
}

.bg-tooling {
    --tw-bg-opacity: 1;
    background-color: rgb(139 96 237 / var(--tw-bg-opacity));
}

.bg-tooling-light {
    --tw-bg-opacity: 1;
    background-color: rgb(179 114 189 / var(--tw-bg-opacity));
}

.bg-languages {
    --tw-bg-opacity: 1;
    background-color: rgb(241 154 26 / var(--tw-bg-opacity));
}

.bg-languages-light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 199 60 / var(--tw-bg-opacity));
}

.bg-devops {
    --tw-bg-opacity: 1;
    background-color: rgb(37 61 99 / var(--tw-bg-opacity));
}

.bg-devops-light {
    --tw-bg-opacity: 1;
    background-color: rgb(161 182 229 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

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

.bg-teal-light {
    --tw-bg-opacity: 1;
    background-color: rgb(100 213 202 / var(--tw-bg-opacity));
}

.bg-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(39 121 189 / var(--tw-bg-opacity));
}

.bg-indigo-light {
    --tw-bg-opacity: 1;
    background-color: rgb(120 134 215 / var(--tw-bg-opacity));
}

.bg-purple-light {
    --tw-bg-opacity: 1;
    background-color: rgb(167 121 233 / var(--tw-bg-opacity));
}

.bg-grey-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

.bg-blue\/7 {
    background-color: rgb(50 138 241 / .07);
}

.bg-panel-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 29 / var(--tw-bg-opacity));
}

.bg-panel-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.bg-blue\/75 {
    background-color: rgb(50 138 241 / .75);
}

.bg-grey-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 217 252 / var(--tw-bg-opacity));
}

.bg-grey-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.bg-deep-black\/10 {
    background-color: rgb(0 0 0 / .10);
}

.bg-white\/10 {
    background-color: rgb(255 255 255 / .10);
}

.bg-deep-black\/25 {
    background-color: rgb(0 0 0 / .25);
}

.bg-grey-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 198 204 / var(--tw-bg-opacity));
}

.bg-white\/25 {
    background-color: rgb(255 255 255 / .25);
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(146 208 72 / var(--tw-bg-opacity));
}

.bg-orange-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(222 117 31 / var(--tw-bg-opacity));
}

.bg-red-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(204 31 26 / var(--tw-bg-opacity));
}

.bg-blue-1000 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 35 58 / var(--tw-bg-opacity));
}

.bg-\[\#151F32\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 31 50 / var(--tw-bg-opacity));
}

.bg-grey-600\/50 {
    background-color: rgb(186 217 252 / .50);
}

.bg-yellow-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(245 166 35 / var(--tw-bg-opacity));
}

.bg-blue\/15 {
    background-color: rgb(50 138 241 / .15);
}

.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 29 / var(--tw-bg-opacity));
}

.bg-deep-black\/50 {
    background-color: rgb(0 0 0 / .50);
}

.bg-deep-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-grey-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 144 156 / var(--tw-bg-opacity));
}

.bg-white\/20 {
    background-color: rgb(255 255 255 / .20);
}

.bg-grey-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-blue-300\/50 {
    background-color: rgb(204 228 253 / .50);
}

.bg-blue\/13 {
    background-color: rgb(50 138 241 / .13);
}

.bg-blue\/5 {
    background-color: rgb(50 138 241 / .05);
}

.bg-blue\/10 {
    background-color: rgb(50 138 241 / .10);
}

.bg-grey-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 252 / var(--tw-bg-opacity));
}

.bg-blue\/4 {
    background-color: rgb(50 138 241 / .04);
}

.bg-white\/15 {
    background-color: rgb(255 255 255 / .15);
}

.bg-panel-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89 / var(--tw-bg-opacity));
}

.bg-panel-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(25 48 78 / var(--tw-bg-opacity));
}

.bg-\[\#0a0f19\] {
    --tw-bg-opacity: 1;
    background-color: rgb(10 15 25 / var(--tw-bg-opacity));
}

.bg-blue-darker {
    --tw-bg-opacity: 1;
    background-color: rgb(57 81 119 / var(--tw-bg-opacity));
}

.bg-black\/10 {
    background-color: rgb(34 34 34 / .10);
}

.bg-\[\#73a3e4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(115 163 228 / var(--tw-bg-opacity));
}

.bg-blue\/3 {
    background-color: rgb(50 138 241 / .03);
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(227 52 47 / var(--tw-bg-opacity));
}

.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 74 / var(--tw-bg-opacity));
}

.bg-opacity-\[\.04\] {
    --tw-bg-opacity: .04;
}

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

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-blue-gradient-radial {
    background-image: radial-gradient(circle at 7% 5%, #21385e, #16243c 89%);;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-laracasts {
    --tw-gradient-from: #1644ad;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 68 173 / 0));
}

.from-laracasts-light {
    --tw-gradient-from: #328bf2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 139 242 / 0));
}

.from-frameworks {
    --tw-gradient-from: #EC454F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 69 79 / 0));
}

.from-frameworks-light {
    --tw-gradient-from: #F44881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 72 129 / 0));
}

.from-testing {
    --tw-gradient-from: #1AAB8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(26 171 139 / 0));
}

.from-testing-light {
    --tw-gradient-from: #6EDCC4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(110 220 196 / 0));
}

.from-techniques {
    --tw-gradient-from: #637BFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(99 123 255 / 0));
}

.from-techniques-light {
    --tw-gradient-from: #21C8F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(33 200 246 / 0));
}

.from-tooling {
    --tw-gradient-from: #8B60ED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(139 96 237 / 0));
}

.from-tooling-light {
    --tw-gradient-from: #B372BD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(179 114 189 / 0));
}

.from-languages {
    --tw-gradient-from: #F19A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(241 154 26 / 0));
}

.from-languages-light {
    --tw-gradient-from: #FFC73C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 199 60 / 0));
}

.from-devops {
    --tw-gradient-from: #253D63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(37 61 99 / 0));
}

.from-devops-light {
    --tw-gradient-from: #A1B6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(161 182 229 / 0));
}

.from-\[\#617efe\] {
    --tw-gradient-from: #617efe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(97 126 254 / 0));
}

.from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.from-blue {
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
}

.from-\[\#49dbff\] {
    --tw-gradient-from: #49dbff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(73 219 255 / 0));
}

.via-\[rgba\(50\2c 138\2c 241\2c 0\.15\)\] {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(50, 138, 241, 0.15), var(--tw-gradient-to, rgb(50 138 241 / 0));
}

.via-\[rgba\(23\2c 36\2c 59\2c 0\.4\)\] {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(23, 36, 59, 0.4), var(--tw-gradient-to, rgb(23 36 59 / 0));
}

.via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.via-blue\/30 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(50 138 241 / .30), var(--tw-gradient-to, rgb(50 138 241 / 0));
}

.to-laracasts {
    --tw-gradient-to: #1644ad;
}

.to-laracasts-light {
    --tw-gradient-to: #328bf2;
}

.to-frameworks {
    --tw-gradient-to: #EC454F;
}

.to-frameworks-light {
    --tw-gradient-to: #F44881;
}

.to-testing {
    --tw-gradient-to: #1AAB8B;
}

.to-testing-light {
    --tw-gradient-to: #6EDCC4;
}

.to-techniques {
    --tw-gradient-to: #637BFF;
}

.to-techniques-light {
    --tw-gradient-to: #21C8F6;
}

.to-tooling {
    --tw-gradient-to: #8B60ED;
}

.to-tooling-light {
    --tw-gradient-to: #B372BD;
}

.to-languages {
    --tw-gradient-to: #F19A1A;
}

.to-languages-light {
    --tw-gradient-to: #FFC73C;
}

.to-devops {
    --tw-gradient-to: #253D63;
}

.to-devops-light {
    --tw-gradient-to: #A1B6E5;
}

.to-blue-light {
    --tw-gradient-to: #21c8f6;
}

.to-transparent {
    --tw-gradient-to: transparent;
}

.to-\[\#0587eb\] {
    --tw-gradient-to: #0587eb;
}

.to-deep-black\/90 {
    --tw-gradient-to: rgb(0 0 0 / .90);
}

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

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

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

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

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

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

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

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

.p-4 {
    padding: 1rem;
}

.p-0 {
    padding: 0;
}

.p-8 {
    padding: 2rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-10 {
    padding: 3rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-px {
    padding: 1px;
}

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

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

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

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

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

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

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

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

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

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-xs {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.px-25 {
    padding-left: 0.58rem;
    padding-right: 0.58rem;
}

.px-10 {
    padding-left: 3rem;
    padding-right: 3rem;
}

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

.py-px {
    padding-top: 1px;
    padding-bottom: 1px;
}

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

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

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

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

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

.py-25 {
    padding-top: 0.58rem;
    padding-bottom: 0.58rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

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

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

.pb-2 {
    padding-bottom: 0.5rem;
}

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

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

.pt-6 {
    padding-top: 1.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pr-\[20px\] {
    padding-right: 20px;
}

.pl-\[37px\] {
    padding-left: 37px;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pt-px {
    padding-top: 1px;
}

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

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

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

.pr-8 {
    padding-right: 2rem;
}

.pr-10 {
    padding-right: 3rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

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

.pl-\[105px\] {
    padding-left: 105px;
}

.pr-2 {
    padding-right: 0.5rem;
}

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

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

.pr-5 {
    padding-right: 1.25rem;
}

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

.pt-7 {
    padding-top: 1.75rem;
}

.pb-\[60px\] {
    padding-bottom: 60px;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-\[5px\] {
    padding-right: 5px;
}

.pr-0 {
    padding-right: 0;
}

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

.pl-5 {
    padding-left: 1.25rem;
}

.pt-10 {
    padding-top: 3rem;
}

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

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

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

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

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

.font-cabin {
    font-family: Cabin, sans-serif;
}

.font-poppins {
    font-family: Poppins, sans-serif;
}

.font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-2xl {
    font-size: 1.7rem;
}

.text-5xl {
    font-size: 2.6666rem;
}

.text-sm {
    font-size: .867rem;
}

.text-lg {
    font-size: 1.0666rem;
}

.text-xl {
    font-size: 1.33333rem;
}

.text-xs {
    font-size: .80rem;
}

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

.text-2xs {
    font-size: .6666rem;
}

.text-3xs {
    font-size: .6rem;
}

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

.text-3xl {
    font-size: 2.2rem;
}

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

.text-4xl {
    font-size: 2.4rem;
}

.text-lg {
    font-size: 1.134rem;
}

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

.text-md {
    font-size: .934rem;
}

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

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

.text-\[\.7rem\] {
    font-size: .7rem;
}

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

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

.text-6xl {
    font-size: 3.333rem;
}

.text-3lg {
    font-size: 1.2rem;
}

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

.\!text-3xl {
    font-size: 2.2rem !important;
}

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

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

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

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

.font-black {
    font-weight: 900;
}

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

.\!font-semibold {
    font-weight: 600 !important;
}

.\!font-normal {
    font-weight: 400 !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

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

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

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

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

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

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

.leading-off {
    line-height: 0;
}

.leading-\[1\.86\] {
    line-height: 1.86;
}

.tracking-normal {
    letter-spacing: 0;
}

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

.tracking-tight {
    letter-spacing: -0.02em;
}

.text-laracasts {
    --tw-text-opacity: 1;
    color: rgb(22 68 173 / var(--tw-text-opacity));
}

.text-laracasts-light {
    --tw-text-opacity: 1;
    color: rgb(50 139 242 / var(--tw-text-opacity));
}

.text-frameworks {
    --tw-text-opacity: 1;
    color: rgb(236 69 79 / var(--tw-text-opacity));
}

.text-frameworks-light {
    --tw-text-opacity: 1;
    color: rgb(244 72 129 / var(--tw-text-opacity));
}

.text-testing {
    --tw-text-opacity: 1;
    color: rgb(26 171 139 / var(--tw-text-opacity));
}

.text-testing-light {
    --tw-text-opacity: 1;
    color: rgb(110 220 196 / var(--tw-text-opacity));
}

.text-techniques {
    --tw-text-opacity: 1;
    color: rgb(99 123 255 / var(--tw-text-opacity));
}

.text-techniques-light {
    --tw-text-opacity: 1;
    color: rgb(33 200 246 / var(--tw-text-opacity));
}

.text-tooling {
    --tw-text-opacity: 1;
    color: rgb(139 96 237 / var(--tw-text-opacity));
}

.text-tooling-light {
    --tw-text-opacity: 1;
    color: rgb(179 114 189 / var(--tw-text-opacity));
}

.text-languages {
    --tw-text-opacity: 1;
    color: rgb(241 154 26 / var(--tw-text-opacity));
}

.text-languages-light {
    --tw-text-opacity: 1;
    color: rgb(255 199 60 / var(--tw-text-opacity));
}

.text-devops {
    --tw-text-opacity: 1;
    color: rgb(37 61 99 / var(--tw-text-opacity));
}

.text-devops-light {
    --tw-text-opacity: 1;
    color: rgb(161 182 229 / var(--tw-text-opacity));
}

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

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-grey-600\/75 {
    color: rgb(186 217 252 / .75);
}

.text-grey-600 {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

.text-grey-600\/50 {
    color: rgb(186 217 252 / .50);
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(227 52 47 / var(--tw-text-opacity));
}

.text-white\/50 {
    color: rgb(255 255 255 / .50);
}

.text-grey-600\/30 {
    color: rgb(186 217 252 / .30);
}

.text-white\/85 {
    color: rgb(255 255 255 / .85);
}

.text-grey-800 {
    --tw-text-opacity: 1;
    color: rgb(120 144 156 / var(--tw-text-opacity));
}

.text-white\/75 {
    color: rgb(255 255 255 / .75);
}

.text-grey-100 {
    --tw-text-opacity: 1;
    color: rgb(216 227 238 / var(--tw-text-opacity));
}

.text-grey-600\/40 {
    color: rgb(186 217 252 / .40);
}

.text-grey-700 {
    --tw-text-opacity: 1;
    color: rgb(186 198 204 / var(--tw-text-opacity));
}

.text-blue-light {
    --tw-text-opacity: 1;
    color: rgb(33 200 246 / var(--tw-text-opacity));
}

.text-grey-900 {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-transparent {
    color: transparent;
}

.text-deep-black\/10 {
    color: rgb(0 0 0 / .10);
}

.text-panel-800 {
    --tw-text-opacity: 1;
    color: rgb(24 39 63 / var(--tw-text-opacity));
}

.text-black\/50 {
    color: rgb(34 34 34 / .50);
}

.text-grey-300 {
    --tw-text-opacity: 1;
    color: rgb(247 248 252 / var(--tw-text-opacity));
}

.text-white\/25 {
    color: rgb(255 255 255 / .25);
}

.text-green {
    --tw-text-opacity: 1;
    color: rgb(146 208 72 / var(--tw-text-opacity));
}

.text-\[\#ec454f\] {
    --tw-text-opacity: 1;
    color: rgb(236 69 79 / var(--tw-text-opacity));
}

.text-blue-darkest {
    --tw-text-opacity: 1;
    color: rgb(24 35 52 / var(--tw-text-opacity));
}

.text-grey-600\/70 {
    color: rgb(186 217 252 / .70);
}

.text-blue\/30 {
    color: rgb(50 138 241 / .30);
}

.text-white\/10 {
    color: rgb(255 255 255 / .10);
}

.text-grey {
    --tw-text-opacity: 1;
    color: rgb(204 204 204 / var(--tw-text-opacity));
}

.\!text-grey-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(186 217 252 / var(--tw-text-opacity)) !important;
}

.text-black\/90 {
    color: rgb(34 34 34 / .90);
}

.text-opacity-75 {
    --tw-text-opacity: .75;
}

.text-opacity-50 {
    --tw-text-opacity: .50;
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

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

.no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.placeholder-grey-600\/75::-moz-placeholder {
    color: rgb(186 217 252 / .75);
}

.placeholder-grey-600\/75:-ms-input-placeholder {
    color: rgb(186 217 252 / .75);
}

.placeholder-grey-600\/75::placeholder {
    color: rgb(186 217 252 / .75);
}

.placeholder-grey-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(120 144 156 / var(--tw-placeholder-opacity));
}

.placeholder-grey-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(120 144 156 / var(--tw-placeholder-opacity));
}

.placeholder-grey-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(120 144 156 / var(--tw-placeholder-opacity));
}

.opacity-10 {
    opacity: .10;
}

.opacity-50 {
    opacity: .50;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-40 {
    opacity: .40;
}

.opacity-30 {
    opacity: .30;
}

.opacity-15 {
    opacity: .15;
}

.opacity-25 {
    opacity: .25;
}

.\!opacity-7 {
    opacity: .07 !important;
}

.opacity-75 {
    opacity: .75;
}

.mix-blend-luminosity {
    mix-blend-mode: luminosity;
}

.shadow {
    --tw-shadow: 0 5px 11px rgba(36, 37, 38, 0.08);
    --tw-shadow-colored: 0 5px 11px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 4px 4px 15px 0 rgba(36, 37, 38, 0.08);
    --tw-shadow-colored: 4px 4px 15px 0 var(--tw-shadow-color);
    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 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
    outline-style: solid;
}

.blur {
    --tw-blur: blur(8px);
    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);
}

.brightness-90 {
    --tw-brightness: brightness(.9);
    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);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

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

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

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

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

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

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-gradient-primary, .bg-gradient-laracasts {
    background: linear-gradient(to bottom, #328bf2, #1644ad);
}

.bg-gradient-techniques {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
}

.bg-gradient-languages {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
}

.bg-gradient-frameworks {
    background: linear-gradient(to bottom, #f44881, #ec454f);
}

.bg-gradient-devops {
    background: linear-gradient(to bottom, #A1B6E5, #253D63);
}

.bg-gradient-tooling {
    background: linear-gradient(to top, #8b60ed, #b372bd);
}

.bg-gradient-testing {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
}

.before\:top-\[calc\(50\%-1\.875px\)\]::before {
    content: var(--tw-content);
    top: calc(50% - 1.875px);
}

.before\:left-\[calc\(50\%-2px\)\]::before {
    content: var(--tw-content);
    left: calc(50% - 2px);
}

.before\:top-\[-45px\]::before {
    content: var(--tw-content);
    top: -45px;
}

.before\:top-\[49\%\]::before {
    content: var(--tw-content);
    top: 49%;
}

.before\:mx-auto::before {
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
}

.before\:mt-\[30px\]::before {
    content: var(--tw-content);
    margin-top: 30px;
}

.before\:-ml-px::before {
    content: var(--tw-content);
    margin-left: -1px;
}

.before\:ml-\[2\%\]::before {
    content: var(--tw-content);
    margin-left: 2%;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:hidden::before {
    content: var(--tw-content);
    display: none;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:h-\[3px\]::before {
    content: var(--tw-content);
    height: 3px;
}

.before\:h-1::before {
    content: var(--tw-content);
    height: 0.25rem;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:w-\[3px\]::before {
    content: var(--tw-content);
    width: 3px;
}

.before\:w-\[96\%\]::before {
    content: var(--tw-content);
    width: 96%;
}

.before\:rounded-xl::before {
    content: var(--tw-content);
    border-radius: .934rem;
}

.before\:border-2::before {
    content: var(--tw-content);
    border-width: 1.5px;
}

.before\:border-grey-400::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(235 237 241 / var(--tw-border-opacity));
}

.before\:bg-\[\#222c3e\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(34 44 62 / var(--tw-bg-opacity));
}

.before\:bg-panel-600::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89 / var(--tw-bg-opacity));
}

.before\:bg-blue::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

.before\:mix-blend-darken::before {
    content: var(--tw-content);
    mix-blend-mode: darken;
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:bottom-\[-20px\]::after {
    content: var(--tw-content);
    bottom: -20px;
}

.after\:block::after {
    content: var(--tw-content);
    display: block;
}

.after\:hidden::after {
    content: var(--tw-content);
    display: none;
}

.after\:h-px::after {
    content: var(--tw-content);
    height: 1px;
}

.after\:h-1::after {
    content: var(--tw-content);
    height: 0.25rem;
}

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.after\:flex-shrink-0::after {
    content: var(--tw-content);
    flex-shrink: 0;
}

.after\:rounded-full::after {
    content: var(--tw-content);
    border-radius: 9999px;
}

.after\:bg-blue::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

.after\:bg-blue\/7::after {
    content: var(--tw-content);
    background-color: rgb(50 138 241 / .07);
}

.after\:bg-grey-400::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.after\:bg-gradient-to-r::after {
    content: var(--tw-content);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.empty\:hidden:empty {
    display: none;
}

.focus-within\:text-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.hover\:z-100:hover {
    z-index: 100;
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.hover\:border-laracasts:hover {
    --tw-border-opacity: 1;
    border-color: rgb(22 68 173 / var(--tw-border-opacity));
}

.hover\:border-laracasts-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(50 139 242 / var(--tw-border-opacity));
}

.hover\:border-frameworks:hover {
    --tw-border-opacity: 1;
    border-color: rgb(236 69 79 / var(--tw-border-opacity));
}

.hover\:border-frameworks-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(244 72 129 / var(--tw-border-opacity));
}

.hover\:border-testing:hover {
    --tw-border-opacity: 1;
    border-color: rgb(26 171 139 / var(--tw-border-opacity));
}

.hover\:border-testing-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(110 220 196 / var(--tw-border-opacity));
}

.hover\:border-techniques:hover {
    --tw-border-opacity: 1;
    border-color: rgb(99 123 255 / var(--tw-border-opacity));
}

.hover\:border-techniques-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(33 200 246 / var(--tw-border-opacity));
}

.hover\:border-tooling:hover {
    --tw-border-opacity: 1;
    border-color: rgb(139 96 237 / var(--tw-border-opacity));
}

.hover\:border-tooling-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(179 114 189 / var(--tw-border-opacity));
}

.hover\:border-languages:hover {
    --tw-border-opacity: 1;
    border-color: rgb(241 154 26 / var(--tw-border-opacity));
}

.hover\:border-languages-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 199 60 / var(--tw-border-opacity));
}

.hover\:border-devops:hover {
    --tw-border-opacity: 1;
    border-color: rgb(37 61 99 / var(--tw-border-opacity));
}

.hover\:border-devops-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(161 182 229 / var(--tw-border-opacity));
}

.hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.hover\:border-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(50 138 241 / var(--tw-border-opacity));
}

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

.hover\:border-white\/50:hover {
    border-color: rgb(255 255 255 / .50);
}

.hover\:border-blue\/20:hover {
    border-color: rgb(50 138 241 / .20);
}

.hover\:border-grey-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.hover\:bg-laracasts:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 68 173 / var(--tw-bg-opacity));
}

.hover\:bg-laracasts-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(50 139 242 / var(--tw-bg-opacity));
}

.hover\:bg-frameworks:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 69 79 / var(--tw-bg-opacity));
}

.hover\:bg-frameworks-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 72 129 / var(--tw-bg-opacity));
}

.hover\:bg-testing:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 171 139 / var(--tw-bg-opacity));
}

.hover\:bg-testing-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(110 220 196 / var(--tw-bg-opacity));
}

.hover\:bg-techniques:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(99 123 255 / var(--tw-bg-opacity));
}

.hover\:bg-techniques-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(33 200 246 / var(--tw-bg-opacity));
}

.hover\:bg-tooling:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 96 237 / var(--tw-bg-opacity));
}

.hover\:bg-tooling-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(179 114 189 / var(--tw-bg-opacity));
}

.hover\:bg-languages:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 154 26 / var(--tw-bg-opacity));
}

.hover\:bg-languages-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 199 60 / var(--tw-bg-opacity));
}

.hover\:bg-devops:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 61 99 / var(--tw-bg-opacity));
}

.hover\:bg-devops-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 182 229 / var(--tw-bg-opacity));
}

.hover\:bg-blue\/15:hover {
    background-color: rgb(50 138 241 / .15);
}

.hover\:bg-blue\/75:hover {
    background-color: rgb(50 138 241 / .75);
}

.hover\:bg-white\/20:hover {
    background-color: rgb(255 255 255 / .20);
}

.hover\:bg-yellow-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(104 79 29 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

.hover\:bg-white\/30:hover {
    background-color: rgb(255 255 255 / .30);
}

.hover\:bg-grey-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 252 / var(--tw-bg-opacity));
}

.hover\:bg-grey-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 241 / var(--tw-bg-opacity));
}

.hover\:bg-black\/10:hover {
    background-color: rgb(34 34 34 / .10);
}

.hover\:bg-blue\/13:hover {
    background-color: rgb(50 138 241 / .13);
}

.hover\:bg-blue\/10:hover {
    background-color: rgb(50 138 241 / .10);
}

.hover\:bg-white\/25:hover {
    background-color: rgb(255 255 255 / .25);
}

.hover\:bg-panel-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 48 78 / var(--tw-bg-opacity));
}

.hover\:bg-grey-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(186 217 252 / var(--tw-bg-opacity));
}

.hover\:bg-panel-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89 / var(--tw-bg-opacity));
}

.hover\:bg-blue\/7:hover {
    background-color: rgb(50 138 241 / .07);
}

.hover\:\!bg-panel-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(25 48 78 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-deep-black\/3:hover {
    background-color: rgb(0 0 0 / .03);
}

.hover\:bg-grey-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.hover\:bg-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(39 121 189 / var(--tw-bg-opacity));
}

.hover\:from-laracasts:hover {
    --tw-gradient-from: #1644ad;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 68 173 / 0));
}

.hover\:from-laracasts-light:hover {
    --tw-gradient-from: #328bf2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 139 242 / 0));
}

.hover\:from-frameworks:hover {
    --tw-gradient-from: #EC454F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 69 79 / 0));
}

.hover\:from-frameworks-light:hover {
    --tw-gradient-from: #F44881;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 72 129 / 0));
}

.hover\:from-testing:hover {
    --tw-gradient-from: #1AAB8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(26 171 139 / 0));
}

.hover\:from-testing-light:hover {
    --tw-gradient-from: #6EDCC4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(110 220 196 / 0));
}

.hover\:from-techniques:hover {
    --tw-gradient-from: #637BFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(99 123 255 / 0));
}

.hover\:from-techniques-light:hover {
    --tw-gradient-from: #21C8F6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(33 200 246 / 0));
}

.hover\:from-tooling:hover {
    --tw-gradient-from: #8B60ED;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(139 96 237 / 0));
}

.hover\:from-tooling-light:hover {
    --tw-gradient-from: #B372BD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(179 114 189 / 0));
}

.hover\:from-languages:hover {
    --tw-gradient-from: #F19A1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(241 154 26 / 0));
}

.hover\:from-languages-light:hover {
    --tw-gradient-from: #FFC73C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 199 60 / 0));
}

.hover\:from-devops:hover {
    --tw-gradient-from: #253D63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(37 61 99 / 0));
}

.hover\:from-devops-light:hover {
    --tw-gradient-from: #A1B6E5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(161 182 229 / 0));
}

.hover\:to-laracasts:hover {
    --tw-gradient-to: #1644ad;
}

.hover\:to-laracasts-light:hover {
    --tw-gradient-to: #328bf2;
}

.hover\:to-frameworks:hover {
    --tw-gradient-to: #EC454F;
}

.hover\:to-frameworks-light:hover {
    --tw-gradient-to: #F44881;
}

.hover\:to-testing:hover {
    --tw-gradient-to: #1AAB8B;
}

.hover\:to-testing-light:hover {
    --tw-gradient-to: #6EDCC4;
}

.hover\:to-techniques:hover {
    --tw-gradient-to: #637BFF;
}

.hover\:to-techniques-light:hover {
    --tw-gradient-to: #21C8F6;
}

.hover\:to-tooling:hover {
    --tw-gradient-to: #8B60ED;
}

.hover\:to-tooling-light:hover {
    --tw-gradient-to: #B372BD;
}

.hover\:to-languages:hover {
    --tw-gradient-to: #F19A1A;
}

.hover\:to-languages-light:hover {
    --tw-gradient-to: #FFC73C;
}

.hover\:to-devops:hover {
    --tw-gradient-to: #253D63;
}

.hover\:to-devops-light:hover {
    --tw-gradient-to: #A1B6E5;
}

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

.hover\:text-laracasts:hover {
    --tw-text-opacity: 1;
    color: rgb(22 68 173 / var(--tw-text-opacity));
}

.hover\:text-laracasts-light:hover {
    --tw-text-opacity: 1;
    color: rgb(50 139 242 / var(--tw-text-opacity));
}

.hover\:text-frameworks:hover {
    --tw-text-opacity: 1;
    color: rgb(236 69 79 / var(--tw-text-opacity));
}

.hover\:text-frameworks-light:hover {
    --tw-text-opacity: 1;
    color: rgb(244 72 129 / var(--tw-text-opacity));
}

.hover\:text-testing:hover {
    --tw-text-opacity: 1;
    color: rgb(26 171 139 / var(--tw-text-opacity));
}

.hover\:text-testing-light:hover {
    --tw-text-opacity: 1;
    color: rgb(110 220 196 / var(--tw-text-opacity));
}

.hover\:text-techniques:hover {
    --tw-text-opacity: 1;
    color: rgb(99 123 255 / var(--tw-text-opacity));
}

.hover\:text-techniques-light:hover {
    --tw-text-opacity: 1;
    color: rgb(33 200 246 / var(--tw-text-opacity));
}

.hover\:text-tooling:hover {
    --tw-text-opacity: 1;
    color: rgb(139 96 237 / var(--tw-text-opacity));
}

.hover\:text-tooling-light:hover {
    --tw-text-opacity: 1;
    color: rgb(179 114 189 / var(--tw-text-opacity));
}

.hover\:text-languages:hover {
    --tw-text-opacity: 1;
    color: rgb(241 154 26 / var(--tw-text-opacity));
}

.hover\:text-languages-light:hover {
    --tw-text-opacity: 1;
    color: rgb(255 199 60 / var(--tw-text-opacity));
}

.hover\:text-devops:hover {
    --tw-text-opacity: 1;
    color: rgb(37 61 99 / var(--tw-text-opacity));
}

.hover\:text-devops-light:hover {
    --tw-text-opacity: 1;
    color: rgb(161 182 229 / var(--tw-text-opacity));
}

.hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(39 121 189 / var(--tw-text-opacity));
}

.hover\:text-blue-darker:hover {
    --tw-text-opacity: 1;
    color: rgb(57 81 119 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgb(227 52 47 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

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

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

.hover\:mix-blend-normal:hover {
    mix-blend-mode: normal;
}

.hover\:bg-gradient-primary:hover, .bg-gradient-laracasts {
    background: linear-gradient(to bottom, #328bf2, #1644ad);
}

.bg-gradient-primary, .hover\:bg-gradient-laracasts:hover {
    background: linear-gradient(to bottom, #328bf2, #1644ad);
}

.hover\:bg-gradient-techniques:hover {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
}

.hover\:bg-gradient-languages:hover {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
}

.hover\:bg-gradient-frameworks:hover {
    background: linear-gradient(to bottom, #f44881, #ec454f);
}

.hover\:bg-gradient-devops:hover {
    background: linear-gradient(to bottom, #A1B6E5, #253D63);
}

.hover\:bg-gradient-tooling:hover {
    background: linear-gradient(to top, #8b60ed, #b372bd);
}

.hover\:bg-gradient-testing:hover {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
}

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

.focus\:border-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgb(50 138 241 / var(--tw-border-opacity));
}

.focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.focus\:border-grey-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(204 228 253 / var(--tw-border-opacity));
}

.focus\:text-blue:focus {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

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

.focus\:ring-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(50 138 241 / var(--tw-ring-opacity));
}

.active\:bg-blue\/25:active {
    background-color: rgb(50 138 241 / .25);
}

.active\:text-blue:active {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.disabled\:bg-blue\/3:disabled {
    background-color: rgb(50 138 241 / .03);
}

.disabled\:hover\:bg-blue\/3:hover:disabled {
    background-color: rgb(50 138 241 / .03);
}

.disabled\:hover\:text-grey-600\/50:hover:disabled {
    color: rgb(186 217 252 / .50);
}

.group:hover .group-hover\:block {
    display: block;
}

.group:hover .group-hover\:inline-block {
    display: inline-block;
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-black\/10 {
    background-color: rgb(34 34 34 / .10);
}

.group:hover .group-hover\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(50 138 241 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-panel-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 55 89 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-blue {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-panel-500 {
    --tw-text-opacity: 1;
    color: rgb(37 65 106 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0;
}

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

.group:hover .group-hover\:mix-blend-normal {
    mix-blend-mode: normal;
}

.group:hover .group-hover\:hover\:bg-grey-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:hover\:bg-blue\/15:hover {
    background-color: rgb(50 138 241 / .15);
}

.dark .dark\:translate-x-\[150\%\] {
    --tw-translate-x: 150%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark .dark\:border-none {
    border-style: none;
}

.dark .dark\:border-black\/40 {
    border-color: rgb(34 34 34 / .40);
}

.dark .dark\:border-panel-500 {
    --tw-border-opacity: 1;
    border-color: rgb(37 65 106 / var(--tw-border-opacity));
}

.dark .dark\:bg-blue\/7 {
    background-color: rgb(50 138 241 / .07);
}

.dark .dark\:bg-blue\/13 {
    background-color: rgb(50 138 241 / .13);
}

.dark .dark\:bg-blue\/20 {
    background-color: rgb(50 138 241 / .20);
}

.dark .dark\:bg-\[\#1c3150\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 49 80 / var(--tw-bg-opacity));
}

.dark .dark\:bg-transparent {
    background-color: transparent;
}

.dark .dark\:bg-blue-1000 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 35 58 / var(--tw-bg-opacity));
}

.dark .dark\:bg-blue\/15 {
    background-color: rgb(50 138 241 / .15);
}

.dark .dark\:bg-blue\/10 {
    background-color: rgb(50 138 241 / .10);
}

.dark .dark\:bg-grey-600\/10 {
    background-color: rgb(186 217 252 / .10);
}

.dark .dark\:bg-blue\/4 {
    background-color: rgb(50 138 241 / .04);
}

.dark .dark\:bg-panel-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.dark .dark\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .dark\:bg-panel-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(25 48 78 / var(--tw-bg-opacity));
}

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

.dark .dark\:text-blue {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.dark .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:text-grey-600 {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

.dark .dark\:text-grey-600\/50 {
    color: rgb(186 217 252 / .50);
}

.dark .dark\:text-grey-600\/40 {
    color: rgb(186 217 252 / .40);
}

.dark .dark\:text-blue\/15 {
    color: rgb(50 138 241 / .15);
}

.dark .dark\:text-blue\/25 {
    color: rgb(50 138 241 / .25);
}

.dark .dark\:text-grey-100 {
    --tw-text-opacity: 1;
    color: rgb(216 227 238 / var(--tw-text-opacity));
}

.dark .dark\:text-white\/85 {
    color: rgb(255 255 255 / .85);
}

.dark .dark\:text-white\/90 {
    color: rgb(255 255 255 / .90);
}

.dark .dark\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.dark .dark\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.dark .dark\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.dark .dark\:invert-0 {
    --tw-invert: invert(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark .dark\:placeholder\:text-grey-600::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

.dark .dark\:placeholder\:text-grey-600:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

.dark .dark\:placeholder\:text-grey-600::placeholder {
    --tw-text-opacity: 1;
    color: rgb(186 217 252 / var(--tw-text-opacity));
}

.dark .dark\:before\:border-blue\/15::before {
    content: var(--tw-content);
    border-color: rgb(50 138 241 / .15);
}

.dark .dark\:after\:bg-blue\/10::after {
    content: var(--tw-content);
    background-color: rgb(50 138 241 / .10);
}

.dark .dark\:hover\:border-transparent:hover {
    border-color: transparent;
}

.dark .dark\:hover\:bg-blue\/13:hover {
    background-color: rgb(50 138 241 / .13);
}

.dark .dark\:hover\:bg-blue\/20:hover {
    background-color: rgb(50 138 241 / .20);
}

.dark .dark\:hover\:bg-blue\/10:hover {
    background-color: rgb(50 138 241 / .10);
}

.dark .dark\:hover\:bg-panel-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 48 78 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-panel-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 39 63 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(50 138 241 / var(--tw-text-opacity));
}

.dark .dark\:focus\:bg-blue\/20:focus {
    background-color: rgb(50 138 241 / .20);
}

.dark .group:hover .dark\:group-hover\:bg-blue\/13 {
    background-color: rgb(50 138 241 / .13);
}

.dark .group:hover .dark\:group-hover\:bg-blue\/20 {
    background-color: rgb(50 138 241 / .20);
}

.dark .group:hover .dark\:group-hover\:hover\:bg-panel-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 65 106 / var(--tw-bg-opacity));
}

@media (max-width: 768px) {
    .mobile\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

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

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

    .mobile\:flex {
        display: flex;
    }

    .mobile\:hidden {
        display: none;
    }

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

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

    .mobile\:border-b-0 {
        border-bottom-width: 0;
    }

    .mobile\:p-2 {
        padding: 0.5rem;
    }

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

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

    .mobile\:text-sm {
        font-size: .867rem;
    }

    .mobile\:text-lg {
        font-size: 1.0666rem;
    }

    .mobile\:leading-loose {
        line-height: 1.7;
    }

    .mobile\:line-through {
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
    }
}

@media (max-width: 736px) {
    .phone\:leading-loose {
        line-height: 1.7;
    }
}

@media (max-width: 992px) {
    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

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

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

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

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

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

    .sm\:pt-0 {
        padding-top: 0;
    }
=======
  color: inherit;
  text-decoration: underline;
}

.hide-scrollbar {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.tw-sticky {
  position: sticky;
}

.is-circle {
  border-radius: 50%;
}

@responsive {
  .tw-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tw-flex-basis-100 {
    flex-basis: 100%;
  }
  .tw-flex-basis-none {
    flex-basis: none;
  }
}

.focus-within\:tw-text-blue:focus-within {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.hover\:tw-border-blue-light:hover {
	--tw-border-opacity: 1;
	border-color: rgba(108, 178, 235, var(--tw-border-opacity));
}

.hover\:tw-border-blue:hover {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
}

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

.hover\:tw-border-black-transparent-10:hover {
	border-color: rgba(0, 0, 0, .10);
}

.hover\:tw-border-grey:hover {
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}

.hover\:tw-border-transparent-50:hover {
	border-color: rgba(255, 255, 255, .50);
}

.hover\:tw-border-grey-light:hover {
	--tw-border-opacity: 1;
	border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.hover\:tw-bg-frameworks:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 69, 79, var(--tw-bg-opacity));
}

.hover\:tw-bg-techniques:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 123, 255, var(--tw-bg-opacity));
}

.hover\:tw-bg-tooling:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(139, 96, 237, var(--tw-bg-opacity));
}

.hover\:tw-bg-languages:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 154, 26, var(--tw-bg-opacity));
}

.hover\:tw-bg-testing:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 171, 139, var(--tw-bg-opacity));
}

.hover\:tw-bg-blue-lighter:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 243, 252, var(--tw-bg-opacity));
}

.hover\:tw-bg-yellow-darker:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 79, 29, var(--tw-bg-opacity));
}

.hover\:tw-bg-blue:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 138, 241, var(--tw-bg-opacity));
}

.hover\:tw-bg-black-transparent-3:hover {
	background-color: rgba(0, 0, 0, .03);
}

.hover\:tw-bg-grey-panel:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

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

.hover\:tw-bg-transparent-25:hover {
	background-color: rgba(255, 255, 255, .25);
}

.hover\:tw-bg-transparent:hover {
	background-color: transparent;
}

.hover\:tw-bg-black-transparent-4:hover {
	background-color: rgba(0, 0, 0, .04);
}

.hover\:tw-bg-black-transparent-10:hover {
	background-color: rgba(0, 0, 0, .10);
}

.hover\:tw-bg-grey-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.hover\:tw-bg-blue-dark:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 121, 189, var(--tw-bg-opacity));
}

.hover\:tw-text-blue:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

.hover\:tw-text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(34, 41, 47, var(--tw-text-opacity));
}

.hover\:tw-text-blue-dark:hover {
	--tw-text-opacity: 1;
	color: rgba(39, 121, 189, var(--tw-text-opacity));
}

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

.hover\:tw-text-blue-darker:hover {
	--tw-text-opacity: 1;
	color: rgba(57, 81, 119, var(--tw-text-opacity));
}

.hover\:tw-text-transparent-75:hover {
	color: rgba(255, 255, 255, .75);
}

.hover\:tw-text-grey-darkest:hover {
	--tw-text-opacity: 1;
	color: rgba(61, 72, 82, var(--tw-text-opacity));
}

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

.hover\:tw-shadow:hover {
	--tw-shadow: 0 5px 11px rgba(36, 37, 38, 0.08);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-bg-gradient-primary:hover, .hover\:tw-bg-gradient-laracasts:hover {
    background: linear-gradient(to bottom, #328bf2, #1644ad);
  }

.hover\:tw-bg-gradient-techniques:hover {
    background: linear-gradient(to bottom, #21c8f6, #637bff);
  }

.hover\:tw-bg-gradient-languages:hover {
    background: linear-gradient(to top, #f19a1a, #ffc73c);
  }

.hover\:tw-bg-gradient-frameworks:hover {
    background: linear-gradient(to bottom, #f44881, #ec454f);
  }

.hover\:tw-bg-gradient-tooling:hover {
    background: linear-gradient(to top, #8b60ed, #b372bd);
  }

.hover\:tw-bg-gradient-testing:hover {
    background: linear-gradient(to bottom, #6edcc4, #1aab8b);
  }

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

.focus\:tw-border-blue:focus {
	--tw-border-opacity: 1;
	border-color: rgba(50, 138, 241, var(--tw-border-opacity));
}

.focus\:tw-border-grey:focus {
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}

.focus\:tw-border-grey-light:focus {
	--tw-border-opacity: 1;
	border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus\:tw-text-blue:focus {
	--tw-text-opacity: 1;
	color: rgba(50, 138, 241, var(--tw-text-opacity));
}

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

.focus\:tw-ring-blue:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(50, 138, 241, var(--tw-ring-opacity));
}

.active\:tw-bg-transparent-25:active {
	background-color: rgba(255, 255, 255, .25);
}

.disabled\:tw-bg-transparent-10:disabled {
	background-color: rgba(255, 255, 255, .10);
}

.tw-group:hover .group-hover\:tw-block {
	display: block;
}

.tw-group:hover .group-hover\:tw-inline-block {
	display: inline-block;
}

.tw-group:hover .group-hover\:tw-bg-transparent {
	background-color: transparent;
}

@media (max-device-width: 736px) and (orientation: portrait) {

	.phone\:tw-justify-center {
		justify-content: center;
	}

	.phone\:tw-px-10 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.phone\:tw-pt-10 {
		padding-top: 3rem;
	}

	.phone\:tw-leading-loose {
		line-height: 1.7;
	}
}

@media (max-width: 768px) {

	.mobile\:tw-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

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

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

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

	.mobile\:tw-block {
		display: block;
	}

	.mobile\:tw-flex {
		display: flex;
	}

	.mobile\:tw-hidden {
		display: none;
	}

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

	.mobile\:tw-max-w-sm {
		max-width: 30rem;
	}

	.mobile\:tw-flex-1 {
		flex: 1 1 0%;
	}

	.mobile\:tw-items-center {
		align-items: center;
	}

	.mobile\:tw-justify-center {
		justify-content: center;
	}

	.mobile\:tw-border-b-0 {
		border-bottom-width: 0;
	}

	.mobile\:tw-p-2 {
		padding: 0.5rem;
	}

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

	.mobile\:tw-text-left {
		text-align: left;
	}

	.mobile\:tw-text-sm {
		font-size: .9rem;
	}

	.mobile\:tw-text-lg {
		font-size: 1.0666rem;
	}

	.mobile\:tw-font-bold {
		font-weight: 700;
	}

	.mobile\:tw-leading-loose {
		line-height: 1.7;
	}

	.mobile\:tw-line-through {
		text-decoration: line-through;
	}
}

@media (max-width: 992px) {

	.sm\:tw-flex {
		display: flex;
	}

	.sm\:tw-flex-1 {
		flex: 1 1 0%;
	}

	.sm\:tw-items-center {
		align-items: center;
	}

	.sm\:tw-justify-between {
		justify-content: space-between;
	}
>>>>>>> stash
}

@media (min-width: 768px) {
    .md\:clamp {
<<<<<<< HEAD
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .md\:absolute {
        position: absolute;
    }

    .md\:relative {
        position: relative;
    }

    .md\:right-6 {
        right: 1.5rem;
    }

    .md\:left-auto {
        left: auto;
    }

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

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

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

    .md\:top-\[-87px\] {
        top: -87px;
    }

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

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

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

    .md\:top-\[20px\] {
        top: 20px;
    }

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

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

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

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

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

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

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:mx-10 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .md\:my-10 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .md\:mx-\[2\.5rem\] {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .md\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

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

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

    .md\:mt-\[65px\] {
        margin-top: 65px;
    }

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

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

    .md\:mr-0 {
        margin-right: 0;
    }

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

    .md\:mr-3 {
        margin-right: 0.75rem;
    }

    .md\:mr-\[180px\] {
        margin-right: 180px;
    }

    .md\:ml-\[250px\] {
        margin-left: 250px;
    }

    .md\:ml-\[265px\] {
        margin-left: 265px;
    }

    .md\:ml-auto {
        margin-left: auto;
    }

    .md\:mt-\[50px\] {
        margin-top: 50px;
    }

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

    .md\:ml-\[205px\] {
        margin-left: 205px;
    }

    .md\:-ml-12 {
        margin-left: -4rem;
    }

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

    .md\:-ml-\[5\.5rem\] {
        margin-left: -5.5rem;
    }

    .md\:-ml-10 {
        margin-left: -3rem;
    }

    .md\:mt-15 {
        margin-top: 5rem;
    }

    .md\:mb-\[-145px\] {
        margin-bottom: -145px;
    }

    .md\:mt-\[-150px\] {
        margin-top: -150px;
    }

    .md\:ml-1 {
        margin-left: 0.25rem;
    }

    .md\:mb-20 {
        margin-bottom: 7rem;
    }

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

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

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

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

    .md\:mt-\[-96px\] {
        margin-top: -96px;
    }

    .md\:ml-10 {
        margin-left: 3rem;
    }

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

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

    .md\:ml-6 {
        margin-left: 1.5rem;
    }

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

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

    .md\:mr-5 {
        margin-right: 1.25rem;
    }

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

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

    .md\:block {
        display: block;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: flex;
    }

    .md\:\!inline-flex {
        display: inline-flex !important;
    }

    .md\:inline-flex {
        display: inline-flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

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

    .md\:h-\[30px\] {
        height: 30px;
    }

    .md\:h-\[309px\] {
        height: 309px;
    }

    .md\:h-\[420px\] {
        height: 420px;
    }

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

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

    .md\:h-\[517px\] {
        height: 517px;
    }

    .md\:h-12 {
        height: 3rem;
    }

    .md\:h-10 {
        height: 2.5rem;
    }

    .md\:h-\[54px\] {
        height: 54px;
    }

    .md\:h-\[149px\] {
        height: 149px;
    }

    .md\:h-\[70px\] {
        height: 70px;
    }

    .md\:max-h-none {
        max-height: none;
    }

    .md\:max-h-80 {
        max-height: 80vh;
    }

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

    .md\:min-h-0 {
        min-height: 0;
    }

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

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

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

    .md\:w-18 {
        width: 4.5rem;
    }

    .md\:w-52 {
        width: 14rem;
    }

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

    .md\:w-56 {
        width: 15rem;
    }

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

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

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

    .md\:w-px {
        width: 1px;
    }

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

    .md\:w-48 {
        width: 12rem;
    }

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

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

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

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

    .md\:w-10 {
        width: 2.5rem;
    }

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

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

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

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

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

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

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

    .md\:max-w-2xs {
        max-width: 12rem;
    }

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

    .md\:max-w-md {
        max-width: 40rem;
    }

    .md\:max-w-xl {
        max-width: 60rem;
    }

    .md\:max-w-sm {
        max-width: 30rem;
    }

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

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

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

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

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

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

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

    .md\:basis-auto {
        flex-basis: auto;
    }

    .md\:translate-x-1\/2 {
        --tw-translate-x: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:translate-x-\[-45\%\] {
        --tw-translate-x: -45%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:translate-x-\[-65\%\] {
        --tw-translate-x: -65%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:translate-x-\[65\%\] {
        --tw-translate-x: 65%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:-translate-y-12 {
        --tw-translate-y: -3rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

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

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

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

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

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

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

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

    .md\:items-stretch {
        align-items: stretch;
    }

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

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

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

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

    .md\:gap-5 {
        gap: 1.25rem;
    }

    .md\:gap-0 {
        gap: 0px;
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

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

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

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

    .md\:overflow-hidden {
        overflow: hidden;
    }

    .md\:overflow-x-visible {
        overflow-x: visible;
    }

    .md\:overflow-y-visible {
        overflow-y: visible;
    }

    .md\:rounded-2xl {
        border-radius: 1.25rem;
    }

    .md\:rounded-t-2xl {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
    }

    .md\:border-3 {
        border-width: 3px;
    }

    .md\:bg-transparent {
        background-color: transparent;
    }

    .md\:p-2 {
        padding: 0.5rem;
    }

    .md\:p-0 {
        padding: 0;
    }

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

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

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

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

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

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

    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

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

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

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

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

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

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

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .md\:pb-0 {
        padding-bottom: 0;
    }

    .md\:pr-0 {
        padding-right: 0;
    }

    .md\:pt-0 {
        padding-top: 0;
    }

    .md\:pt-7 {
        padding-top: 1.75rem;
    }

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

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

    .md\:pl-\[40\%\] {
        padding-left: 40%;
    }

    .md\:pr-\[40\%\] {
        padding-right: 40%;
    }

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

    .md\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .md\:pl-\[46px\] {
        padding-left: 46px;
    }

    .md\:pl-1 {
        padding-left: 0.25rem;
    }

    .md\:pt-\[100px\] {
        padding-top: 100px;
    }

    .md\:pt-\[20px\] {
        padding-top: 20px;
    }

    .md\:pb-\[35px\] {
        padding-bottom: 35px;
    }

    .md\:pt-\[25px\] {
        padding-top: 25px;
    }

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

    .md\:pt-10 {
        padding-top: 3rem;
    }

    .md\:pr-10 {
        padding-right: 3rem;
    }

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

    .md\:pr-\[30\%\] {
        padding-right: 30%;
    }

    .md\:pr-6 {
        padding-right: 1.5rem;
    }

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

    .md\:text-3xl {
        font-size: 2.2rem;
    }

    .md\:text-lg {
        font-size: 1.0666rem;
    }

    .md\:text-xs {
        font-size: .80rem;
    }

    .md\:text-2xs {
        font-size: .6666rem;
    }

    .md\:text-2xl {
        font-size: 1.7rem;
    }

    .md\:text-sm {
        font-size: .867rem;
    }

    .md\:text-xl {
        font-size: 1.33333rem;
    }

    .md\:text-base {
        font-size: 1rem;
    }

    .md\:text-lg {
        font-size: 1.134rem;
    }

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

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

    .md\:text-4xl {
        font-size: 2.4rem;
    }

    .md\:text-3xs {
        font-size: .6rem;
    }

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

    .md\:normal-case {
        text-transform: none;
    }

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

    .md\:text-grey-600\/30 {
        color: rgb(186 217 252 / .30);
    }

    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .md\:text-white\/50 {
        color: rgb(255 255 255 / .50);
    }

    .md\:text-grey-600\/50 {
        color: rgb(186 217 252 / .50);
    }

    .md\:opacity-100 {
        opacity: 1;
    }

    .md\:opacity-25 {
        opacity: .25;
    }

    .after\:md\:block::after {
        content: var(--tw-content);
        display: block;
    }

    .group:hover .md\:group-hover\:visible {
        visibility: visible;
    }

    .dark .dark\:md\:translate-x-full {
        --tw-translate-x: 100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
=======
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .md\:tw-absolute {
		position: absolute;
	}
    .md\:tw-relative {
		position: relative;
	}
    .md\:tw-right-6 {
		right: 1.5rem;
	}
    .md\:tw-top-0 {
		top: 0px;
	}
    .md\:tw-bottom-0 {
		bottom: 0px;
	}
    .md\:tw-col-span-7 {
		grid-column: span 7 / span 7;
	}
    .md\:tw-col-start-5 {
		grid-column-start: 5;
	}
    .md\:tw-m-auto {
		margin: auto;
	}
    .md\:tw-m-0 {
		margin: 0;
	}
    .md\:tw--mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}
    .md\:tw-mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
    .md\:tw-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
    .md\:tw-mx-6 {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
    .md\:tw-mx-1 {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
    .md\:tw-my-4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
    .md\:tw-mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}
    .md\:tw-my-0 {
		margin-top: 0;
		margin-bottom: 0;
	}
    .md\:tw-mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
    .md\:tw-mx-2 {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
    .md\:tw-mb-5 {
		margin-bottom: 1.25rem;
	}
    .md\:tw-mr-4 {
		margin-right: 1rem;
	}
    .md\:tw-mb-0 {
		margin-bottom: 0;
	}
    .md\:tw-mr-2 {
		margin-right: 0.5rem;
	}
    .md\:tw-ml-1 {
		margin-left: 0.25rem;
	}
    .md\:tw-mr-8 {
		margin-right: 2rem;
	}
    .md\:tw-mb-6 {
		margin-bottom: 1.5rem;
	}
    .md\:tw--mr-8 {
		margin-right: -2rem;
	}
    .md\:tw-ml-3 {
		margin-left: 0.75rem;
	}
    .md\:tw--mb-6 {
		margin-bottom: -1.5rem;
	}
    .md\:tw-mb-4 {
		margin-bottom: 1rem;
	}
    .md\:tw-mt-0 {
		margin-top: 0;
	}
    .md\:tw-ml-4 {
		margin-left: 1rem;
	}
    .md\:tw-mt-10 {
		margin-top: 3rem;
	}
    .md\:tw-mb-20 {
		margin-bottom: 7rem;
	}
    .md\:tw-mr-10 {
		margin-right: 3rem;
	}
    .md\:tw-mt-8 {
		margin-top: 2rem;
	}
    .md\:tw-mb-9 {
		margin-bottom: 3rem;
	}
    .md\:tw-mb-8 {
		margin-bottom: 2rem;
	}
    .md\:tw-mb-10 {
		margin-bottom: 3rem;
	}
    .md\:tw-mr-6 {
		margin-right: 1.5rem;
	}
    .md\:tw-ml-6 {
		margin-left: 1.5rem;
	}
    .md\:tw-mt-3 {
		margin-top: 0.75rem;
	}
    .md\:tw-mt-4 {
		margin-top: 1rem;
	}
    .md\:tw-mt-5 {
		margin-top: 1.25rem;
	}
    .md\:tw-mb-3 {
		margin-bottom: 0.75rem;
	}
    .md\:tw-mr-3 {
		margin-right: 0.75rem;
	}
    .md\:tw-mr-5 {
		margin-right: 1.25rem;
	}
    .md\:tw-mr-0 {
		margin-right: 0;
	}
    .md\:tw-mb-2 {
		margin-bottom: 0.5rem;
	}
    .md\:tw-ml-auto {
		margin-left: auto;
	}
    .md\:tw-block {
		display: block;
	}
    .md\:tw-inline-block {
		display: inline-block;
	}
    .md\:tw-inline {
		display: inline;
	}
    .md\:tw-flex {
		display: flex;
	}
    .md\:tw-inline-flex {
		display: inline-flex;
	}
    .md\:tw-grid {
		display: grid;
	}
    .md\:tw-hidden {
		display: none;
	}
    .md\:tw-h-12 {
		height: 3rem;
	}
    .md\:tw-h-10 {
		height: 2.5rem;
	}
    .md\:tw-max-h-80 {
		max-height: 80vh;
	}
    .md\:tw-w-4\/5 {
		width: 80%;
	}
    .md\:tw-w-1\/3 {
		width: 33.33333%;
	}
    .md\:tw-w-auto {
		width: auto;
	}
    .md\:tw-w-3\/4 {
		width: 75%;
	}
    .md\:tw-w-1\/2 {
		width: 50%;
	}
    .md\:tw-w-18 {
		width: 4.5rem;
	}
    .md\:tw-w-52 {
		width: 14rem;
	}
    .md\:tw-w-32 {
		width: 8rem;
	}
    .md\:tw-w-5\/6 {
		width: 83.33333%;
	}
    .md\:tw-w-10 {
		width: 2.5rem;
	}
    .md\:tw-w-full {
		width: 100%;
	}
    .md\:tw-w-2\/3 {
		width: 66.66667%;
	}
    .md\:tw-w-2\/5 {
		width: 40%;
	}
    .md\:tw-w-38 {
		width: 10rem;
	}
    .md\:tw-w-1\/4 {
		width: 25%;
	}
    .md\:tw-max-w-xs {
		max-width: 20rem;
	}
    .md\:tw-max-w-none {
		max-width: none;
	}
    .md\:tw-max-w-2xs {
		max-width: 12rem;
	}
    .md\:tw-max-w-xl {
		max-width: 60rem;
	}
    .md\:tw-max-w-sm {
		max-width: 30rem;
	}
    .md\:tw-max-w-2\/3 {
		max-width: 75%;
	}
    .md\:tw-flex-1 {
		flex: 1 1 0%;
	}
    .md\:tw-flex-none {
		flex: none;
	}
    .md\:tw-flex-shrink-0 {
		flex-shrink: 0;
	}
    .md\:tw--translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
    .md\:tw-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
    .md\:tw-grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
    .md\:tw-flex-row {
		flex-direction: row;
	}
    .md\:tw-flex-row-reverse {
		flex-direction: row-reverse;
	}
    .md\:tw-flex-col {
		flex-direction: column;
	}
    .md\:tw-flex-col-reverse {
		flex-direction: column-reverse;
	}
    .md\:tw-flex-wrap {
		flex-wrap: wrap;
	}
    .md\:tw-items-start {
		align-items: flex-start;
	}
    .md\:tw-items-end {
		align-items: flex-end;
	}
    .md\:tw-items-center {
		align-items: center;
	}
    .md\:tw-items-stretch {
		align-items: stretch;
	}
    .md\:tw-justify-start {
		justify-content: flex-start;
	}
    .md\:tw-justify-end {
		justify-content: flex-end;
	}
    .md\:tw-justify-center {
		justify-content: center;
	}
    .md\:tw-justify-between {
		justify-content: space-between;
	}
    .md\:tw-justify-around {
		justify-content: space-around;
	}
    .md\:tw-gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
    .md\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
    .md\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
    .md\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
    .md\:tw-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));
	}
    .md\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
    .md\:tw-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)));
	}
    .md\:tw-rounded-2xl {
		border-radius: 1.25rem;
	}
    .md\:tw-rounded-none {
		border-radius: 0;
	}
    .md\:tw-rounded-full {
		border-radius: 9999px;
	}
    .md\:tw-rounded-t-2xl {
		border-top-left-radius: 1.25rem;
		border-top-right-radius: 1.25rem;
	}
    .md\:tw-border-r {
		border-right-width: 1px;
	}
    .md\:tw-border-solid {
		border-style: solid;
	}
    .md\:tw-border-grey-lighter {
		--tw-border-opacity: 1;
		border-color: rgba(241, 245, 248, var(--tw-border-opacity));
	}
    .md\:tw-bg-transparent {
		background-color: transparent;
	}
    .md\:tw-bg-grey-panel {
		--tw-bg-opacity: 1;
		background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
	}
    .md\:tw-p-2 {
		padding: 0.5rem;
	}
    .md\:tw-p-0 {
		padding: 0;
	}
    .md\:tw-py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
    .md\:tw-py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
    .md\:tw-py-25 {
		padding-top: 0.58rem;
		padding-bottom: 0.58rem;
	}
    .md\:tw-px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
    .md\:tw-px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .md\:tw-py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
    .md\:tw-px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
    .md\:tw-py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
    .md\:tw-px-0 {
		padding-left: 0;
		padding-right: 0;
	}
    .md\:tw-py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
    .md\:tw-py-10 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    .md\:tw-px-10 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .md\:tw-px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .md\:tw-py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
    .md\:tw-py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
    .md\:tw-py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
    .md\:tw-pt-0 {
		padding-top: 0;
	}
    .md\:tw-pt-7 {
		padding-top: 1.75rem;
	}
    .md\:tw-pb-4 {
		padding-bottom: 1rem;
	}
    .md\:tw-pl-6 {
		padding-left: 1.5rem;
	}
    .md\:tw-pt-\[20px\] {
		padding-top: 20px;
	}
    .md\:tw-pb-\[35px\] {
		padding-bottom: 35px;
	}
    .md\:tw-pt-\[25px\] {
		padding-top: 25px;
	}
    .md\:tw-pr-10 {
		padding-right: 3rem;
	}
    .md\:tw-pt-8 {
		padding-top: 2rem;
	}
    .md\:tw-pl-10 {
		padding-left: 3rem;
	}
    .md\:tw-pt-5 {
		padding-top: 1.25rem;
	}
    .md\:tw-pr-6 {
		padding-right: 1.5rem;
	}
    .md\:tw-text-left {
		text-align: left;
	}
    .md\:tw-font-poppins {
		font-family: Poppins, sans-serif;
	}
    .md\:tw-text-xs {
		font-size: .834rem;
	}
    .md\:tw-text-sm {
		font-size: .9rem;
	}
    .md\:tw-text-2xl {
		font-size: 1.7rem;
	}
    .md\:tw-text-3xl {
		font-size: 2.2rem;
	}
    .md\:tw-text-lg {
		font-size: 1.0666rem;
	}
    .md\:tw-text-base {
		font-size: 1rem;
	}
    .md\:tw-font-normal {
		font-weight: 400;
	}
    .md\:tw-font-semibold {
		font-weight: 600;
	}
    .md\:tw-normal-case {
		text-transform: none;
	}
    .md\:tw-leading-none {
		line-height: 1;
	}
    .md\:tw-text-white {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
    .md\:tw-text-transparent-50 {
		color: rgba(255, 255, 255, .50);
	}
    .md\:tw-opacity-100 {
		opacity: 1;
	}
    .md\:hover\:tw-bg-grey-panel:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
	}
    .tw-group:hover .md\:group-hover\:tw-visible {
		visibility: visible;
	}
>>>>>>> stash
}

@media (min-width: 992px) {
    .lg\:clamp {
<<<<<<< HEAD
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .lg\:one-line {
        -webkit-line-clamp: 1;
    }

    .lg\:two-lines {
        -webkit-line-clamp: 2;
    }

    .lg\:three-lines {
        -webkit-line-clamp: 3;
    }

    .lg\:invisible {
        visibility: hidden;
    }

    .lg\:fixed {
        position: fixed;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:sticky {
        position: sticky;
    }

    .lg\:top-\[40px\] {
        top: 40px;
    }

    .lg\:top-auto {
        top: auto;
    }

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

    .lg\:left-\[21\%\] {
        left: 21%;
    }

    .lg\:top-\[-55px\] {
        top: -55px;
    }

    .lg\:top-\[8\%\] {
        top: 8%;
    }

    .lg\:top-\[82px\] {
        top: 82px;
    }

    .lg\:right-auto {
        right: auto;
    }

    .lg\:bottom-\[-76px\] {
        bottom: -76px;
    }

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

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

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

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

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

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

    .lg\:m-2 {
        margin: 0.5rem;
    }

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

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .lg\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

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

    .lg\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

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

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

    .lg\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .lg\:my-15 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .lg\:mx-9 {
        margin-left: 2.66rem;
        margin-right: 2.66rem;
    }

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

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:ml-10 {
        margin-left: 3rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0;
    }

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

    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .lg\:mr-auto {
        margin-right: auto;
    }

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

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

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

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

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

    .lg\:mr-0 {
        margin-right: 0;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem;
    }

    .lg\:mt-auto {
        margin-top: auto;
    }

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

    .lg\:mt-\[40px\] {
        margin-top: 40px;
    }

    .lg\:ml-30 {
        margin-left: 9rem;
    }

    .lg\:mt-\[-600px\] {
        margin-top: -600px;
    }

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

    .lg\:mt-\[-80px\] {
        margin-top: -80px;
    }

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

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

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

    .lg\:-mt-10 {
        margin-top: -3rem;
    }

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

    .lg\:mt-\[93px\] {
        margin-top: 93px;
    }

    .lg\:mt-10 {
        margin-top: 3rem;
    }

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

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:inline {
        display: inline;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:inline-flex {
        display: inline-flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-12 {
        height: 3rem;
    }

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

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

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

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

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

    .lg\:max-h-4\/5 {
        max-height: 80%;
    }

    .lg\:max-h-\[80vh\] {
        max-height: 80vh;
    }

    .lg\:max-h-\[90vh\] {
        max-height: 90vh;
    }

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

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

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

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

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

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

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-28 {
        width: 7rem;
    }

    .lg\:w-1\/6 {
        width: 16.66667%;
    }

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

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

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

    .lg\:w-64 {
        width: 16rem;
    }

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

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

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

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

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

    .lg\:w-12 {
        width: 3rem;
    }

    .lg\:w-52 {
        width: 14rem;
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:basis-0 {
        flex-basis: 0px;
    }

    .lg\:translate-x-1\/2 {
        --tw-translate-x: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:translate-x-\[-45\%\] {
        --tw-translate-x: -45%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:translate-x-\[45\%\] {
        --tw-translate-x: 45%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:scale-\[114\%\] {
        --tw-scale-x: 114%;
        --tw-scale-y: 114%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:scale-\[\.85\] {
        --tw-scale-x: .85;
        --tw-scale-y: .85;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

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

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

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

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

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

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

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

    .lg\:items-stretch {
        align-items: stretch;
    }

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

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

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

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

    .lg\:justify-around {
        justify-content: space-around;
    }

    .lg\:justify-evenly {
        justify-content: space-evenly;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

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

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .lg\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

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

    .lg\:gap-y-16 {
        row-gap: 4rem;
    }

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

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

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

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

    .lg\: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)));
    }

    .lg\:self-start {
        align-self: flex-start;
    }

    .lg\:overflow-auto {
        overflow: auto;
    }

    .lg\:overflow-hidden {
        overflow: hidden;
    }

    .lg\:overflow-y-auto {
        overflow-y: auto;
    }

    .lg\:rounded-b-\[28px\] {
        border-bottom-right-radius: 28px;
        border-bottom-left-radius: 28px;
    }

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

    .lg\:p-0 {
        padding: 0;
    }

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

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

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

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

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

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

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

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

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

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

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

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

    .lg\:pr-0 {
        padding-right: 0;
    }

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

    .lg\:pb-0 {
        padding-bottom: 0;
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .lg\:pl-\[53\%\] {
        padding-left: 53%;
    }

    .lg\:pr-\[53\%\] {
        padding-right: 53%;
    }

    .lg\:pr-6 {
        padding-right: 1.5rem;
    }

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

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

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

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

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

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

    .lg\:pl-10 {
        padding-left: 3rem;
    }

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

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

    .lg\:text-2xs {
        font-size: .6666rem;
    }

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

    .lg\:text-xs {
        font-size: .80rem;
    }

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

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

    .lg\:text-sm {
        font-size: .867rem;
    }

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

    .lg\:text-2xl {
        font-size: 1.7rem;
    }

    .lg\:text-5xl {
        font-size: 2.6666rem;
    }

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

    .lg\:text-lg {
        font-size: 1.0666rem;
    }

    .lg\:text-xl {
        font-size: 1.33333rem;
    }

    .lg\:text-3xl {
        font-size: 2.2rem;
    }

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

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

    .lg\:text-grey-800 {
        --tw-text-opacity: 1;
        color: rgb(120 144 156 / var(--tw-text-opacity));
    }

    .lg\:opacity-20 {
        opacity: .20;
    }

    .lg\:opacity-100 {
        opacity: 1;
    }

    .lg\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .group:hover .lg\:group-hover\:invisible {
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .xl\:absolute {
        position: absolute;
    }

    .xl\:left-0 {
        left: 0px;
    }

    .xl\:mx-\[-100px\] {
        margin-left: -100px;
        margin-right: -100px;
    }

    .xl\:mx-\[100px\] {
        margin-left: 100px;
        margin-right: 100px;
    }

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

    .xl\:mr-0 {
        margin-right: 0;
    }

    .xl\:mr-auto {
        margin-right: auto;
    }

    .xl\:mt-0 {
        margin-top: 0;
    }

    .xl\:mb-10 {
        margin-bottom: 3rem;
    }

    .xl\:mb-0 {
        margin-bottom: 0;
    }

    .xl\:mt-\[135px\] {
        margin-top: 135px;
    }

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

    .xl\:mb-\[100px\] {
        margin-bottom: 100px;
    }

    .xl\:block {
        display: block;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:inline {
        display: inline;
    }

    .xl\:flex {
        display: flex;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xl\:basis-\[380px\] {
        flex-basis: 380px;
    }

    .xl\:origin-top {
        transform-origin: top;
    }

    .xl\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

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

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

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

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

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

    .xl\:justify-around {
        justify-content: space-around;
    }

    .xl\:justify-evenly {
        justify-content: space-evenly;
    }

    .xl\:gap-48 {
        gap: 12rem;
    }

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

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

    .xl\:overflow-auto {
        overflow: auto;
    }

    .xl\:whitespace-nowrap {
        white-space: nowrap;
    }

    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .xl\:pr-5 {
        padding-right: 1.25rem;
    }

    .xl\:pr-8 {
        padding-right: 2rem;
    }

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

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

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

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

    .xl\:text-xs {
        font-size: .80rem;
    }

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

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

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

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

    .xl\:before\:left-\[216px\]::before {
        content: var(--tw-content);
        left: 216px;
    }
}

@media (min-width: 1350px) {
    .\32xl\:block {
        display: block;
    }

    .\32xl\:inline-block {
        display: inline-block;
    }

    .\32xl\:inline {
        display: inline;
    }

    .\32xl\:flex {
        display: flex;
    }

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

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

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

    .\32xl\:opacity-90 {
        opacity: .90;
    }
}

@media (min-width: 1500px) {
    .widescreen\:mb-8 {
        margin-bottom: 2rem;
    }

    .widescreen\:flex {
        display: flex;
    }

    .widescreen\:hidden {
        display: none;
    }

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

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

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

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

    .widescreen\:pr-10 {
        padding-right: 3rem;
    }

    .widescreen\:text-3xl {
        font-size: 2.2rem;
    }
}
=======
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .lg\:tw-invisible {
		visibility: hidden;
	}
    .lg\:tw-fixed {
		position: fixed;
	}
    .lg\:tw-absolute {
		position: absolute;
	}
    .lg\:tw-relative {
		position: relative;
	}
    .lg\:tw-sticky {
		position: sticky;
	}
    .lg\:tw-right-0 {
		right: 0px;
	}
    .lg\:tw-top-10 {
		top: 2.5rem;
	}
    .lg\:tw--top-1 {
		top: -0.25rem;
	}
    .lg\:tw-z-50 {
		z-index: 50;
	}
    .lg\:tw-z-10 {
		z-index: 10;
	}
    .lg\:tw-order-1 {
		order: 1;
	}
    .lg\:tw-order-2 {
		order: 2;
	}
    .lg\:tw-col-span-9 {
		grid-column: span 9 / span 9;
	}
    .lg\:tw-m-2 {
		margin: 0.5rem;
	}
    .lg\:tw-mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
    .lg\:tw-mx-3 {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
    .lg\:tw-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
    .lg\:tw-mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}
    .lg\:tw-mx-1 {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
    .lg\:tw-mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
    .lg\:tw--my-5 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem;
	}
    .lg\:tw-mx-10 {
		margin-left: 3rem;
		margin-right: 3rem;
	}
    .lg\:tw-my-9 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
    .lg\:tw-mt-0 {
		margin-top: 0;
	}
    .lg\:tw-mb-0 {
		margin-bottom: 0;
	}
    .lg\:tw-ml-auto {
		margin-left: auto;
	}
    .lg\:tw-mr-4 {
		margin-right: 1rem;
	}
    .lg\:tw-mr-auto {
		margin-right: auto;
	}
    .lg\:tw-mb-6 {
		margin-bottom: 1.5rem;
	}
    .lg\:tw-mt-8 {
		margin-top: 2rem;
	}
    .lg\:tw-mb-2 {
		margin-bottom: 0.5rem;
	}
    .lg\:tw-ml-30 {
		margin-left: 9rem;
	}
    .lg\:tw-ml-10 {
		margin-left: 3rem;
	}
    .lg\:tw-ml-6 {
		margin-left: 1.5rem;
	}
    .lg\:tw-mr-6 {
		margin-right: 1.5rem;
	}
    .lg\:tw-mt-15 {
		margin-top: 5rem;
	}
    .lg\:tw-mb-9 {
		margin-bottom: 3rem;
	}
    .lg\:tw-mr-10 {
		margin-right: 3rem;
	}
    .lg\:tw-mb-10 {
		margin-bottom: 3rem;
	}
    .lg\:tw-ml-0 {
		margin-left: 0;
	}
    .lg\:tw-mb-4 {
		margin-bottom: 1rem;
	}
    .lg\:tw-mt-px {
		margin-top: 1px;
	}
    .lg\:tw-mt-10 {
		margin-top: 3rem;
	}
    .lg\:tw-mb-auto {
		margin-bottom: auto;
	}
    .lg\:tw-block {
		display: block;
	}
    .lg\:tw-inline-block {
		display: inline-block;
	}
    .lg\:tw-inline {
		display: inline;
	}
    .lg\:tw-flex {
		display: flex;
	}
    .lg\:tw-table-cell {
		display: table-cell;
	}
    .lg\:tw-hidden {
		display: none;
	}
    .lg\:tw-h-full {
		height: 100%;
	}
    .lg\:tw-h-auto {
		height: auto;
	}
    .lg\:tw-h-12 {
		height: 3rem;
	}
    .lg\:tw-max-h-4\/5 {
		max-height: 80%;
	}
    .lg\:tw-w-1\/3 {
		width: 33.33333%;
	}
    .lg\:tw-w-1\/4 {
		width: 25%;
	}
    .lg\:tw-w-\[275px\] {
		width: 275px;
	}
    .lg\:tw-w-3\/4 {
		width: 75%;
	}
    .lg\:tw-w-1\/2 {
		width: 50%;
	}
    .lg\:tw-w-2\/5 {
		width: 40%;
	}
    .lg\:tw-w-28 {
		width: 7rem;
	}
    .lg\:tw-w-6 {
		width: 1.5rem;
	}
    .lg\:tw-w-1\/6 {
		width: 16.66667%;
	}
    .lg\:tw-w-auto {
		width: auto;
	}
    .lg\:tw-w-64 {
		width: 16rem;
	}
    .lg\:tw-w-full {
		width: 100%;
	}
    .lg\:tw-w-2\/3 {
		width: 66.66667%;
	}
    .lg\:tw-w-3\/5 {
		width: 60%;
	}
    .lg\:tw-w-32 {
		width: 8rem;
	}
    .lg\:tw-w-5\/6 {
		width: 83.33333%;
	}
    .lg\:tw-w-20 {
		width: 5rem;
	}
    .lg\:tw-w-12 {
		width: 3rem;
	}
    .lg\:tw-w-52 {
		width: 14rem;
	}
    .lg\:tw-w-px {
		width: 1px;
	}
    .lg\:tw-w-38 {
		width: 10rem;
	}
    .lg\:tw-min-w-\[164px\] {
		min-width: 164px;
	}
    .lg\:tw-max-w-none {
		max-width: none;
	}
    .lg\:tw-max-w-full {
		max-width: 100%;
	}
    .lg\:tw-max-w-xs {
		max-width: 20rem;
	}
    .lg\:tw-max-w-2xs {
		max-width: 12rem;
	}
    .lg\:tw-max-w-2\/3 {
		max-width: 75%;
	}
    .lg\:tw-max-w-sm {
		max-width: 30rem;
	}
    .lg\:tw-flex-1 {
		flex: 1 1 0%;
	}
    .lg\:tw-grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
    .lg\:tw-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
    .lg\:tw-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
    .lg\:tw-grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
    .lg\:tw-flex-row {
		flex-direction: row;
	}
    .lg\:tw-flex-col {
		flex-direction: column;
	}
    .lg\:tw-flex-wrap {
		flex-wrap: wrap;
	}
    .lg\:tw-flex-nowrap {
		flex-wrap: nowrap;
	}
    .lg\:tw-items-start {
		align-items: flex-start;
	}
    .lg\:tw-items-center {
		align-items: center;
	}
    .lg\:tw-items-stretch {
		align-items: stretch;
	}
    .lg\:tw-justify-start {
		justify-content: flex-start;
	}
    .lg\:tw-justify-end {
		justify-content: flex-end;
	}
    .lg\:tw-justify-center {
		justify-content: center;
	}
    .lg\:tw-justify-between {
		justify-content: space-between;
	}
    .lg\:tw-justify-around {
		justify-content: space-around;
	}
    .lg\:tw-gap-x-16 {
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}
    .lg\:tw-gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}
    .lg\:tw-self-start {
		align-self: flex-start;
	}
    .lg\:tw-overflow-hidden {
		overflow: hidden;
	}
    .lg\:tw-rounded-none {
		border-radius: 0;
	}
    .lg\:tw-bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
    .lg\:tw-bg-grey-light {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
	}
    .lg\:tw-p-5 {
		padding: 1.25rem;
	}
    .lg\:tw-p-8 {
		padding: 2rem;
	}
    .lg\:tw-p-0 {
		padding: 0;
	}
    .lg\:tw-px-10 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
    .lg\:tw-px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
    .lg\:tw-py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
    .lg\:tw-py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
    .lg\:tw-px-0 {
		padding-left: 0;
		padding-right: 0;
	}
    .lg\:tw-px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
    .lg\:tw-px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
    .lg\:tw-py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
    .lg\:tw-px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
    .lg\:tw-py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
    .lg\:tw-px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
    .lg\:tw-py-9 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    .lg\:tw-py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
    .lg\:tw-py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
    .lg\:tw-py-10 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
    .lg\:tw-pr-0 {
		padding-right: 0;
	}
    .lg\:tw-pl-8 {
		padding-left: 2rem;
	}
    .lg\:tw-pb-0 {
		padding-bottom: 0;
	}
    .lg\:tw-pb-6 {
		padding-bottom: 1.5rem;
	}
    .lg\:tw-pt-2 {
		padding-top: 0.5rem;
	}
    .lg\:tw-pl-4 {
		padding-left: 1rem;
	}
    .lg\:tw-pt-10 {
		padding-top: 3rem;
	}
    .lg\:tw-pb-8 {
		padding-bottom: 2rem;
	}
    .lg\:tw-pb-10 {
		padding-bottom: 3rem;
	}
    .lg\:tw-pr-6 {
		padding-right: 1.5rem;
	}
    .lg\:tw-pr-10 {
		padding-right: 3rem;
	}
    .lg\:tw-pr-8 {
		padding-right: 2rem;
	}
    .lg\:tw-pl-10 {
		padding-left: 3rem;
	}
    .lg\:tw-pt-0 {
		padding-top: 0;
	}
    .lg\:tw-pt-6 {
		padding-top: 1.5rem;
	}
    .lg\:tw-text-left {
		text-align: left;
	}
    .lg\:tw-text-center {
		text-align: center;
	}
    .lg\:tw-text-xs {
		font-size: .834rem;
	}
    .lg\:tw-text-sm {
		font-size: .9rem;
	}
    .lg\:tw-text-\[11px\] {
		font-size: 11px;
	}
    .lg\:tw-text-base {
		font-size: 1rem;
	}
    .lg\:tw-text-2xl {
		font-size: 1.7rem;
	}
    .lg\:tw-text-5xl {
		font-size: 2.6666rem;
	}
    .lg\:tw-text-xl {
		font-size: 1.33333rem;
	}
    .lg\:tw-text-2lg {
		font-size: 1.134rem;
	}
    .lg\:tw-text-lg {
		font-size: 1.0666rem;
	}
    .lg\:tw-text-2xs {
		font-size: .6666rem;
	}
    .lg\:tw-text-3xl {
		font-size: 2.2rem;
	}
    .lg\:tw-text-4xl {
		font-size: 2.4rem;
	}
    .lg\:tw-font-normal {
		font-weight: 400;
	}
    .lg\:tw-font-semibold {
		font-weight: 600;
	}
    .lg\:tw-normal-case {
		text-transform: none;
	}
    .lg\:tw-leading-none {
		line-height: 1;
	}
    .lg\:tw-text-black {
		--tw-text-opacity: 1;
		color: rgba(34, 41, 47, var(--tw-text-opacity));
	}
    .lg\:tw-text-grey-darkest {
		--tw-text-opacity: 1;
		color: rgba(61, 72, 82, var(--tw-text-opacity));
	}
    .lg\:tw-text-grey-dark {
		--tw-text-opacity: 1;
		color: rgba(135, 149, 161, var(--tw-text-opacity));
	}
    .lg\:tw-opacity-100 {
		opacity: 1;
	}
  .lg\:tw-flex-basis-none {
    flex-basis: none;
  }
  .lg\:hover\:tw-border-blue:hover {
		--tw-border-opacity: 1;
		border-color: rgba(50, 138, 241, var(--tw-border-opacity));
	}
  .lg\:hover\:tw-text-blue:hover {
		--tw-text-opacity: 1;
		color: rgba(50, 138, 241, var(--tw-text-opacity));
	}
  .tw-group:hover .lg\:group-hover\:tw-hidden {
		display: none;
	}
  .tw-group:hover .lg\:group-hover\:tw-opacity-0 {
		opacity: 0;
	}
}

@media (min-width: 1200px) {

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

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

	.xl\:tw-mx-0 {
		margin-left: 0;
		margin-right: 0;
	}

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

	.xl\:tw-mr-0 {
		margin-right: 0;
	}

	.xl\:tw-mr-10 {
		margin-right: 3rem;
	}

	.xl\:tw--mt-10 {
		margin-top: -3rem;
	}

	.xl\:tw-block {
		display: block;
	}

	.xl\:tw-inline-block {
		display: inline-block;
	}

	.xl\:tw-inline {
		display: inline;
	}

	.xl\:tw-flex {
		display: flex;
	}

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

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

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

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

	.xl\:tw-w-24 {
		width: 6rem;
	}

	.xl\:tw-w-2\/5 {
		width: 40%;
	}

	.xl\:tw-max-w-sm {
		max-width: 30rem;
	}

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

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

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

	.xl\:tw-flex-col {
		flex-direction: column;
	}

	.xl\:tw-items-center {
		align-items: center;
	}

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

	.xl\:tw-justify-around {
		justify-content: space-around;
	}

	.xl\:tw-justify-evenly {
		justify-content: space-evenly;
	}

	.xl\:tw-self-stretch {
		align-self: stretch;
	}

	.xl\:tw-whitespace-nowrap {
		white-space: nowrap;
	}

	.xl\:tw-px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

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

	.xl\:tw-pr-12 {
		padding-right: 4rem;
	}

	.xl\:tw-pr-8 {
		padding-right: 2rem;
	}

	.xl\:tw-text-center {
		text-align: center;
	}

	.xl\:tw-text-7xl {
		font-size: 5.333rem;
	}

	.xl\:tw-text-lg {
		font-size: 1.0666rem;
	}

	.xl\:tw-text-6xl {
		font-size: 3.333rem;
	}

	.xl\:tw-text-2xl {
		font-size: 1.7rem;
	}
}

@media (min-width: 1500px) {

	.widescreen\:tw--top-2 {
		top: -0.5rem;
	}

	.widescreen\:tw-mx-10 {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.widescreen\:tw-mr-0 {
		margin-right: 0;
	}

	.widescreen\:tw-block {
		display: block;
	}

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

	.widescreen\:tw-w-1\/3 {
		width: 33.33333%;
	}

	.widescreen\:tw-w-2\/5 {
		width: 40%;
	}

	.widescreen\:tw-pr-10 {
		padding-right: 3rem;
	}

	.widescreen\:tw-text-3xl {
		font-size: 2.2rem;
	}

	.widescreen\:tw-text-5xl {
		font-size: 2.6666rem;
	}
}

>>>>>>> stash
