/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.0.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).
*/

:root {
	-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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

* {
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--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 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
}

    @font-face {
        font-family: Kiro;
        font-weight: 400;
        src: url(/fonts/Kiro-Regular.otf) format("opentype");
    }
    @font-face {
        font-family: Kiro;
        font-weight: 700;
        src: url(/fonts/Kiro-Bold.otf) format("opentype");
    }
    @font-face {
        font-family: Kiro;
        font-weight: 800;
        src: url(/fonts/Kiro-ExtraBold.otf) format("opentype");
    }

    html {
        scroll-behavior: smooth;
    }

    body {
	margin-top: 64px;
	height: 100vh;
	--tw-bg-opacity: 1;
	background-color: rgba(236, 239, 244, var(--tw-bg-opacity));
}

    .section body {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    .section body h1, .section body h2, .section body h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    body {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
        font-size: 17px;
        font-family: Kiro, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

    .scrollbars-hidden {
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

    .scrollbars-hidden::-webkit-scrollbar {
        width: 0 !important
    }

    h1, h2, h3 {
	margin-bottom: 1.5rem;
	word-wrap: break-word;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
        line-height: 1.3;
}

    .section.section-dark h1, .section.section-dark h2, .section.section-dark h3 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

    .section .box-white, .section .bg-white, .section .bg-sec-grey-20 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    .section .box-white h1, .section .bg-white h1, .section .bg-sec-grey-20 h1, .section .box-white h2, .section .bg-white h2, .section .bg-sec-grey-20 h2, .section .box-white h3, .section .bg-white h3, .section .bg-sec-grey-20 h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    h1 {
	font-size: 1.875rem;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.5;
}

    @media (min-width: 480px) {

	h1 {
		font-size: 2.25rem;
	}
}

    @media (min-width: 768px) {

	h1 {
		font-size: 3.75rem;
	}
}

    .h1-fake {
	font-size: 1.875rem;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.5;
}

    @media (min-width: 480px) {

	.h1-fake {
		font-size: 2.25rem;
	}
}

    @media (min-width: 768px) {

	.h1-fake {
		font-size: 3.75rem;
	}
}

    .h1-hero {
	font-size: 2.25rem;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.5;
}

    @media (min-width: 640px) {

	.h1-hero {
		font-size: 3.75rem;
	}
}

    @media (min-width: 1280px) {

	.h1-hero {
		font-size: 4.5rem;
	}
}

    h2 {
	font-size: 1.5rem;
	line-height: 1.375;
}

    @media (min-width: 480px) {

	h2 {
		font-size: 1.875rem;
	}
}

    @media (min-width: 768px) {

	h2 {
		font-size: 2.25rem;
	}
}

    h2.loud {
	text-transform: uppercase;
}

    h3 {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

    @media (min-width: 480px) {

	h3 {
		font-size: 1.5rem;
	}
}

    h4 {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 700;
}

    h5 {
	font-weight: 700;
}

    /*h1.highlight,
    .h1-fake.highlight,
    h2.highlight,
    h3.highlight {
        @apply uppercase font-extrabold inline bg-sec-primary text-sec-font-60 relative -left-2;
        line-height: 1.3;
    }

    h1.highlight span,
    .h1-fake.highlight span,
    h2.highlight span,
    h3.highlight span {
        @apply relative left-2 text-sec-font-60;
    }

    h1.highlight:after,
    .h1-fake.highlight:after,
    h2.highlight:after,
    h3.highlight:after {
        @apply block mb-6;
        content: "";
    }*/

    h1.highlight, .h1-fake.highlight, h2.highlight, h3.highlight {
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    h1.highlight,
    .h1-fake.highlight,
    h2.highlight,
    h3.highlight {
        line-height: 1.3;
    }

    h1.highlight span, .h1-fake.highlight span, h2.highlight span, h3.highlight span {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    h1.highlight span,
    .h1-fake.highlight span,
    h2.highlight span,
    h3.highlight span {
        margin: 0 0 0 -0.2em;
        padding: 0 0 0 0.2em;
        border-radius: 60px 45px 30px 15px/15px 10px 45px 60px;
        background: transparent;
        background-image: linear-gradient(
                to right,
                rgba(255, 249, 39, 0.3),
                rgba(255, 249, 39, 1) 5%,
                rgba(255, 249, 39, 0.7) 85%,
                rgba(255, 249, 39, 0.4) 95%,
                rgba(255, 249, 39, 0)
        );
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    h1.highlight.highlight-transparent span,
    .h1-fake.highlight.highlight-transparent span,
    h2.highlight.highlight-transparent span,
    h3.highlight.highlight-transparent span {
        background-image: none;
    }

    h1.highlight.highlight-plain span,
    .h1-fake.highlight.highlight-plain span,
    h2.highlight.highlight-plain span,
    h3.highlight.highlight-plain span {
        background-image: none;
    }

    h1.highlight.highlight-plain span, .h1-fake.highlight.highlight-plain span, h2.highlight.highlight-plain span, h3.highlight.highlight-plain span {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity));
}

    p {
	margin-bottom: 1rem;
}

    @media (min-width: 1024px) {

	.prose {
		max-width: 75%;
	}
}

    ul, ol {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

    .video {
	margin-bottom: 1rem;
}

    .article h3 {
	margin-top: 2rem;
}

    .article ul {
	list-style-type: disc;
}

    .article ol {
	list-style-type: decimal;
}

    .article li, .article ul p, .article ol p {
	margin-bottom: 0px;
}

    .article .image, .article .video {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

    .article img {
	width: 100%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(214, 219, 231, var(--tw-border-opacity));
}

    @media (min-width: 1024px) {

	.article img {
		width: 80%;
	}
}

    table {
	border-collapse: separate;
}

    table th {
	--tw-bg-opacity: 1;
	background-color: rgba(214, 219, 231, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: left;
}

    table td {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 239, 244, var(--tw-bg-opacity));
}

    .section table td {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    .section table td h1, .section table td h2, .section table td h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    table td {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

    .section table td h1, .section table td h2, .section table td h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

    blockquote {
	border-left-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 249, 39, var(--tw-border-opacity));
	padding-left: 0.5rem;
	font-style: italic;
}

    blockquote.stg-quote {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-style: none;
	padding: 0px;
	font-size: 1.25rem;
}

    @media (min-width: 480px) {

	blockquote.stg-quote {
		font-size: 1.5rem;
	}
}

    blockquote .stg-quote-author, blockquote .stg-quote-author cite {
	font-size: 1rem;
	font-style: normal;
}

    input, textarea {
	width: 100%;
	border-radius: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

    input[type="checkbox"], input[type="radio"] {
	width: auto;
}

    .form-error {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(248, 168, 155, var(--tw-border-opacity));
}

    ul.list-check, ul.list-arrow {
	margin-left: 0px;
}

    ul.list-check li {
	position: relative;
	padding-left: 1.5rem;
}

    ul.list-check li:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E"); /* SVG needs to be url encoded */
        background-size: 15px;
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 1.5rem;
    }

    ul.list-arrow li {
	position: relative;
	padding-left: 1.5rem;
}

    ul.list-arrow li:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'%3E%3C/path%3E%3C/svg%3E"); /* SVG needs to be url encoded */
        background-size: 15px;
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 1.5rem;
    }

    ul.list-check li:before, ul.list-arrow li:before {
	position: absolute;
	left: 0px;
	height: 1.5rem;
	width: 1.5rem;
}

    li {
	margin-bottom: 0.5rem;
}

    input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

    .section .sec-font-default {
	--tw-text-opacity: 1;
	color: rgba(106, 114, 132, var(--tw-text-opacity));
}

    .section .sec-font-default h2, .section .sec-font-default h3 {
	--tw-text-opacity: 1;
	color: rgba(32, 40, 53, var(--tw-text-opacity));
}

    .section .sec-font-default h2.highlight, .section .sec-font-default h3.highlight {
	--tw-text-opacity: 1;
	color: rgba(106, 114, 132, var(--tw-text-opacity));
}

    .section .sec-font-dark, .section .sec-font-dark h1, .section .sec-font-dark h2, .section .sec-font-dark h3, .section .sec-font-dark h4 {
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
}


    .section .sec-font-blue, .section .sec-font-blue h2, .section .sec-font-blue h3, .section .sec-font-blue h4 {
	--tw-text-opacity: 1;
	color: rgba(214, 219, 231, var(--tw-text-opacity));
}

    .section .sec-font-green, .section .sec-font-green h2, .section .sec-font-green h3, .section .sec-font-green h4 {
	--tw-text-opacity: 1;
	color: rgba(159, 255, 228, var(--tw-text-opacity));
}

    .section .sec-font-red, .section .sec-font-red h2, .section .sec-font-red h3, .section .sec-font-red h4 {
	--tw-text-opacity: 1;
	color: rgba(248, 168, 155, var(--tw-text-opacity));
}

/* This is all you. */

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

@media (min-width: 480px) {

	.container {
		max-width: 480px;
	}
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1440px) {

	.container {
		max-width: 1440px;
	}
}

.bg-shield {
	background-position: top;
        background-size: 65px;
        background-image: url('/assets/layout/secutain_background_pattern.svg');
}

.section {
        background-size: 65px;
        background-image: url('/assets/layout/secutain_background_pattern.svg');
        background-position: top;
        --tw-bg-opacity: 1;
        background-color: rgba(236, 239, 244, var(--tw-bg-opacity));
    }

.section .section {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.section .section h1, .section .section h2, .section .section h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-bottom: 12rem;
}

.section .section h1, .section .section h2, .section .section h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.section-fullscreen {
	margin-top: -7rem;
	padding-top: 0px;
	padding-bottom: 7rem;
}

.section > .container {
	margin-top: -12rem;
}

.section:first-child {
	padding-bottom: 7rem;
}

.section:last-child {
	padding-bottom: 1px;
}

.section-unshift {
	margin-top: -7rem;
	padding-bottom: 7rem;
}

.section:first-child > .container, .section-unshift > .container {
	margin-top: 0px;
}

.section-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(214, 219, 231, var(--tw-text-opacity));
        background-image: url('/assets/layout/secutain_background_pattern_dark.svg');
}

.section-red {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 168, 155, var(--tw-bg-opacity));
}

.section-green {
	--tw-bg-opacity: 1;
	background-color: rgba(159, 255, 228, var(--tw-bg-opacity));
}

.section-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 204, 255, var(--tw-bg-opacity));
}

.section-plain {
	background-image: none;
}

.stg-cols {
	margin-bottom: 2rem;
}

.area, .mb-default {
	margin-bottom: 5rem;
}

.area-slim, .mb-slim {
	margin-bottom: 3rem;
}

.area-content, .mb-content {
	margin-bottom: 1rem;
}

.area-dark {
	--tw-text-opacity: 1;
	color: rgba(214, 219, 231, var(--tw-text-opacity));
}

.box {
	padding: 2rem;
}

@media (min-width: 1280px) {

	.box-slim {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.box-narrow {
		margin-left: 6rem;
		margin-right: 6rem;
	}

	.box-extra-narrow {
		margin-left: 8rem;
		margin-right: 8rem;
	}
}

.box-shadow {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.box-white {
	margin-bottom: 5rem;
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.section .box-white {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

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

.section .box-white h1, .section .box-white h2, .section .box-white h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.box-white {
	padding: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

@media (min-width: 640px) {

	.box-white {
		padding: 3rem;
	}
}

.box-grey {
	padding: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(236, 239, 244, var(--tw-bg-opacity));
}

.section .box-grey {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.section .box-grey h1, .section .box-grey h2, .section .box-grey h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

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

.box-red {
	padding: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(248, 168, 155, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.box-yellow {
	padding: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(254, 252, 172, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.box-green {
	padding: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(159, 255, 228, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.box-blue {
	padding: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(212, 204, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.box-area {
	margin-bottom: 5rem;
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	padding: 1.5rem;
}

@media (min-width: 640px) {

	.box-area {
		padding: 3rem;
	}
}

.box-lg {
	padding: 1.5rem;
}

@media (min-width: 640px) {

	.box-lg {
		padding: 3rem;
	}
}

@media (min-width: 1024px) {

	.box-lg {
		padding: 5rem;
	}
}

.shield {
	margin-bottom: 1rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0.25rem;
	padding-bottom: 0.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(106, 114, 132, var(--tw-text-opacity));
        background-image: url("data:image/svg+xml,%3Csvg width='72' height='81' viewBox='0 0 72 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36 0C32.8572 2 20.5714 7.54286 0 10.2857C0 26.2857 7.88572 62.0572 36 80.5715V0ZM36.0001 0C39.1429 2 51.4287 7.54286 72.0001 10.2857C72.0001 26.2857 64.1144 62.0572 36.0001 80.5715V0Z' fill='white'/%3E%3C/svg%3E");
}

.shield-grey {
        background-image: url("data:image/svg+xml,%3Csvg width='72' height='81' viewBox='0 0 72 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36 0C32.8572 2 20.5714 7.54286 0 10.2857C0 26.2857 7.88572 62.0572 36 80.5715V0ZM36.0001 0C39.1429 2 51.4287 7.54286 72.0001 10.2857C72.0001 26.2857 64.1144 62.0572 36.0001 80.5715V0Z' fill='white'/%3E%3C/svg%3E");
        margin-bottom: 1rem;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0.25rem;
        padding-bottom: 0.5rem;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgba(106, 114, 132, var(--tw-text-opacity));
        background-image: url("data:image/svg+xml,%3Csvg width='72' height='81' viewBox='0 0 72 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36 0C32.8572 2 20.5714 7.54286 0 10.2857C0 26.2857 7.88572 62.0572 36 80.5715V0ZM36.0001 0C39.1429 2 51.4287 7.54286 72.0001 10.2857C72.0001 26.2857 64.1144 62.0572 36.0001 80.5715V0Z' fill='%23D6DBE7'/%3E%3C/svg%3E");
    }

.shield-xl {
	padding: 1rem;
	padding-bottom: 1.25rem;
	font-size: 1.125rem;
}

.btn {
	display: inline-block;
	min-width: 100px;
	--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;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-radius: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	fill: currentColor;
}

.btn-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
}

.btn-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
}

.btn-grey {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
	--tw-bg-opacity: 1;
	background-color: rgba(214, 219, 231, var(--tw-bg-opacity));
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.btn-dark {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: none;
	--tw-bg-opacity: 1;
	background-color: rgba(67, 79, 98, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.btn-dark-lg {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 79, 98, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.btn-dark i, .btn-dark svg {
	--tw-text-opacity: 1;
	color: rgba(236, 239, 244, var(--tw-text-opacity));
}

.btn-select {
	--tw-bg-opacity: 1;
	background-color: rgba(106, 114, 132, var(--tw-bg-opacity));
	font-weight: 400;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.btn-select:hover {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
}

.btn-selected {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.btn-selected:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity));
}

.btn-arrow:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'%3E%3C/path%3E%3C/svg%3E"); /* SVG needs to be url encoded */
        background-size: 15px;
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 1.5rem;
    }

.stg-tabs .stg-tabs-section-header {
        /*@apply bg-shield bg-sec-grey-20 pt-20;*/
    }

@media (min-width: 1024px) {

    .section .stg-tabs .stg-tabs-section-content {
		--tw-text-opacity: 1;
		color: rgba(67, 79, 98, var(--tw-text-opacity));
	}

    .stg-tabs .stg-tabs-section-content {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

    .section .stg-tabs .stg-tabs-section-content h1, .section .stg-tabs .stg-tabs-section-content h2, .section .stg-tabs .stg-tabs-section-content h3 {
		--tw-text-opacity: 1;
		color: rgba(67, 79, 98, var(--tw-text-opacity));
	}

    .section .stg-tabs .stg-tabs-section-content h1, .section .stg-tabs .stg-tabs-section-content h2, .section .stg-tabs .stg-tabs-section-content h3 {
		--tw-text-opacity: 1;
		color: rgba(67, 79, 98, var(--tw-text-opacity));
	}

    .section .stg-tabs .stg-tabs-section-content h1, .section .stg-tabs .stg-tabs-section-content h2, .section .stg-tabs .stg-tabs-section-content h3 {
		--tw-text-opacity: 1;
		color: rgba(67, 79, 98, var(--tw-text-opacity));
	}
}

.stg-tabs .stg-tabs-section-content .stg-tab-element {
	padding: 2rem;
}

@media (min-width: 1024px) {

	.stg-tabs .stg-tabs-section-content .stg-tab-element {
		padding: 0px;
	}

	.stg-tabs .stg-tabs-section-content .stg-tab-element {
		padding-top: 2rem;
	}
}

.stg-tabs .stg-tabs-content {
	border-radius: 2rem;
}

.section .stg-tabs .stg-tabs-content {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

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

.section .stg-tabs .stg-tabs-content h1, .section .stg-tabs .stg-tabs-content h2, .section .stg-tabs .stg-tabs-content h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

	.stg-tabs .stg-tabs-content {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.stg-tabs .stg-tabs-content {
		border-bottom-right-radius: 2rem;
		border-bottom-left-radius: 2rem;
	}
}

.stg-tabs .stg-tabs-nav .stg-tab-nav {
	min-height: 150px;
	cursor: pointer;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(214, 219, 231, var(--tw-bg-opacity));
	padding: 2rem;
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.stg-tabs .stg-tabs-nav .stg-tab-nav:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 204, 215, var(--tw-bg-opacity));
}

.stg-tabs .stg-tabs-nav .stg-tab-nav h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs .stg-tab-nav-accordion {
	cursor: pointer;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(236, 239, 244, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(214, 219, 231, var(--tw-bg-opacity));
	padding: 2rem;
}

.stg-tabs .stg-tab-nav-accordion:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 204, 215, var(--tw-bg-opacity));
}

.stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active {
	border-style: none;
}

.section .stg-tabs .stg-tabs-nav .stg-tab-nav-active, .section .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs .stg-tabs-nav .stg-tab-nav-active, .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.section .stg-tabs .stg-tabs-nav .stg-tab-nav-active h1, .section .stg-tabs .stg-tabs-nav .stg-tab-nav-active h2, .section .stg-tabs .stg-tabs-nav .stg-tab-nav-active h3, .section .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active h1, .section .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active h2, .section .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.hover\:section:hover .stg-tabs .stg-tabs-nav .stg-tab-nav-active:hover, .hover\:section:hover .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active:hover {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs .stg-tabs-nav .stg-tab-nav-active:hover, .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:section:hover .stg-tabs .stg-tabs-nav .stg-tab-nav-active:hover h1, .hover\:section:hover .stg-tabs .stg-tabs-nav .stg-tab-nav-active:hover h2, .hover\:section:hover .stg-tabs .stg-tabs-nav .stg-tab-nav-active:hover h3, .hover\:section:hover .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active:hover h1, .hover\:section:hover .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active:hover h2, .hover\:section:hover .stg-tabs .stg-tab-nav-accordion.stg-tab-nav-active:hover h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs .stg-tab-nav-accordion h3 {
	--tw-text-opacity: 1;
	color: rgba(50, 61, 78, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tabs-nav .stg-tab-nav {
	border-radius: 0px;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(32, 40, 53, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(159, 255, 228, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tabs-nav .stg-tab-nav:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
}

.stg-tabs-vertical .stg-tab-nav-accordion {
	border-radius: 0px;
	--tw-border-opacity: 1;
	border-color: rgba(50, 61, 78, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(32, 40, 53, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(159, 255, 228, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tab-nav-accordion:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
}

.stg-tabs-vertical .stg-tabs-nav .stg-tab-nav h4 {
	margin-bottom: 0px;
}

.stg-tabs-vertical .stg-tabs-nav .stg-tab-nav p, .stg-tabs-vertical .stg-tab-nav-accordion p {
	--tw-text-opacity: 1;
	color: rgba(214, 219, 231, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tab-nav-active, .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active {
	border-style: none;
}

.section .stg-tabs-vertical .stg-tab-nav-active, .section .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tab-nav-active, .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.section .stg-tabs-vertical .stg-tab-nav-active h1, .section .stg-tabs-vertical .stg-tab-nav-active h2, .section .stg-tabs-vertical .stg-tab-nav-active h3, .section .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active h1, .section .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active h2, .section .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tab-nav-active, .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active {
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
}

.hover\:section:hover .stg-tabs-vertical .stg-tab-nav-active:hover, .hover\:section:hover .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active:hover {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tab-nav-active:hover, .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:section:hover .stg-tabs-vertical .stg-tab-nav-active:hover h1, .hover\:section:hover .stg-tabs-vertical .stg-tab-nav-active:hover h2, .hover\:section:hover .stg-tabs-vertical .stg-tab-nav-active:hover h3, .hover\:section:hover .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active:hover h1, .hover\:section:hover .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active:hover h2, .hover\:section:hover .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active:hover h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tab-nav-active p, .stg-tabs-vertical .stg-tabs-nav .stg-tab-nav-active p {
	--tw-text-opacity: 1;
	color: rgba(106, 114, 132, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tabs-content {
	border-radius: 2rem;
}

.section .stg-tabs-vertical .stg-tabs-content {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.stg-tabs-vertical .stg-tabs-content {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.section .stg-tabs-vertical .stg-tabs-content h1, .section .stg-tabs-vertical .stg-tabs-content h2, .section .stg-tabs-vertical .stg-tabs-content h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

	.stg-tabs-vertical .stg-tabs-content {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.stg-tabs-vertical .stg-tabs-content {
		border-top-right-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.stg-tabs .stg-tabs-content .stg-tab-nav-accordion:first-child, .stg-tabs .stg-tabs-content .stg-tab-nav-accordion.stg-tab-nav-active:first-child {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

.stg-tabs .stg-tabs-content .stg-tab-nav-accordion.stg-tab-last, .stg-tabs .stg-tabs-content .stg-tab-nav-accordion.stg-tab-last.stg-tab-nav-active, .stg-tabs-vertical .stg-tabs-content .stg-tab-element:last-child {
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
}

@media (min-width: 1024px) {

	.stg-tabs .stg-tabs-content .stg-tab-nav-accordion.stg-tab-last, .stg-tabs .stg-tabs-content .stg-tab-nav-accordion.stg-tab-last.stg-tab-nav-active, .stg-tabs-vertical .stg-tabs-content .stg-tab-element:last-child {
		border-radius: 0px;
	}
}

.sec-steps .sec-step {
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(32, 40, 53, var(--tw-bg-opacity));
	padding: 2rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sec-steps .sec-step-2 {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
}

.sec-steps .sec-step-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(106, 114, 132, var(--tw-bg-opacity));
}

.sec-steps .sec-step-4 {
	--tw-bg-opacity: 1;
	background-color: rgba(214, 219, 231, var(--tw-bg-opacity));
}

.section .sec-steps .sec-step-4, .section .sec-steps .sec-step-4 h1, .section .sec-steps .sec-step-4 h2, .section .sec-steps .sec-step-4 h3, .section .sec-steps .sec-step-4 h4 {
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(29, 43, 66, var(--tw-text-opacity));
}

.sec-package {
	margin-bottom: 2rem;
	--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;
	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));
	cursor: pointer;
	border-radius: 2rem;
	--tw-bg-opacity: 1;
	background-color: rgba(254, 252, 172, var(--tw-bg-opacity));
	padding: 2rem;
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.sec-package:hover {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}

@media (min-width: 1280px) {

	.sec-package {
		margin-bottom: 0px;
	}
}

.sec-package-selected {
	--tw-bg-opacity: 1;
	background-color: rgba(32, 40, 53, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(214, 219, 231, var(--tw-text-opacity));
}

.sec-package-selected svg, .sec-package-selected h4 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.section .sec-package-selected h3, .sec-package-selected .sec-package-info {
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
}

:not([x-show]) .fixed {
	position: fixed;
}

:not([x-show]) .relative {
	position: relative;
}

:not([x-show]) .absolute {
	position: absolute;
}

:not([x-show]) .inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

:not([x-show]) .bottom-0 {
	bottom: 0px;
}

:not([x-show]) .top-0 {
	top: 0px;
}

:not([x-show]) .right-0 {
	right: 0px;
}

:not([x-show]) .top-6 {
	top: 1.5rem;
}

:not([x-show]) .right-6 {
	right: 1.5rem;
}

:not([x-show]) .top-1\.5 {
	top: 0.375rem;
}

:not([x-show]) .top-1 {
	top: 0.25rem;
}

:not([x-show]) .left-3 {
	left: 0.75rem;
}

:not([x-show]) .top-1\/2 {
	top: 50%;
}

:not([x-show]) .left-0\.5 {
	left: 0.125rem;
}

:not([x-show]) .top-0\.5 {
	top: 0.125rem;
}

:not([x-show]) .left-0 {
	left: 0px;
}

:not([x-show]) .right-3 {
	right: 0.75rem;
}

:not([x-show]) .-left-0\.5 {
	left: -0.125rem;
}

:not([x-show]) .-left-0 {
	left: 0px;
}

:not([x-show]) .right-8 {
	right: 2rem;
}

:not([x-show]) .top-8 {
	top: 2rem;
}

:not([x-show]) .top-2 {
	top: 0.5rem;
}

:not([x-show]) .left-4 {
	left: 1rem;
}

:not([x-show]) .bottom-2 {
	bottom: 0.5rem;
}

:not([x-show]) .right-4 {
	right: 1rem;
}

:not([x-show]) .-top-0\.5 {
	top: -0.125rem;
}

:not([x-show]) .-top-0 {
	top: 0px;
}

:not([x-show]) .top-4 {
	top: 1rem;
}

:not([x-show]) .top-12 {
	top: 3rem;
}

:not([x-show]) .-left-3 {
	left: -0.75rem;
}

:not([x-show]) .-right-3 {
	right: -0.75rem;
}

:not([x-show]) .isolate {
	isolation: isolate;
}

:not([x-show]) .z-50 {
	z-index: 50;
}

:not([x-show]) .z-40 {
	z-index: 40;
}

:not([x-show]) .z-10 {
	z-index: 10;
}

:not([x-show]) .order-last {
	order: 9999;
}

:not([x-show]) .order-first {
	order: -9999;
}

:not([x-show]) .col-span-2 {
	grid-column: span 2 / span 2;
}

:not([x-show]) .col-span-1 {
	grid-column: span 1 / span 1;
}

:not([x-show]) .col-span-3 {
	grid-column: span 3 / span 3;
}

:not([x-show]) .col-span-5 {
	grid-column: span 5 / span 5;
}

:not([x-show]) .col-span-7 {
	grid-column: span 7 / span 7;
}

:not([x-show]) .m-0 {
	margin: 0px;
}

:not([x-show]) .my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

:not([x-show]) .my-32 {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

:not([x-show]) .mx-20 {
	margin-left: 5rem;
	margin-right: 5rem;
}

:not([x-show]) .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

:not([x-show]) .my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

:not([x-show]) .mx-12 {
	margin-left: 3rem;
	margin-right: 3rem;
}

:not([x-show]) .my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

:not([x-show]) .mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}

:not([x-show]) .mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

:not([x-show]) .-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}

:not([x-show]) .mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

:not([x-show]) .my-px {
	margin-top: 1px;
	margin-bottom: 1px;
}

:not([x-show]) .-my-12 {
	margin-top: -3rem;
	margin-bottom: -3rem;
}

:not([x-show]) .-mx-8 {
	margin-left: -2rem;
	margin-right: -2rem;
}

:not([x-show]) .-mt-96 {
	margin-top: -24rem;
}

:not([x-show]) .mb-6 {
	margin-bottom: 1.5rem;
}

:not([x-show]) .mr-1 {
	margin-right: 0.25rem;
}

:not([x-show]) .mb-8 {
	margin-bottom: 2rem;
}

:not([x-show]) .mr-6 {
	margin-right: 1.5rem;
}

:not([x-show]) .mb-20 {
	margin-bottom: 5rem;
}

:not([x-show]) .mb-0 {
	margin-bottom: 0px;
}

:not([x-show]) .mb-16 {
	margin-bottom: 4rem;
}

:not([x-show]) .mb-12 {
	margin-bottom: 3rem;
}

:not([x-show]) .mb-2 {
	margin-bottom: 0.5rem;
}

:not([x-show]) .ml-0 {
	margin-left: 0px;
}

:not([x-show]) .mt-8 {
	margin-top: 2rem;
}

:not([x-show]) .mt-16 {
	margin-top: 4rem;
}

:not([x-show]) .mr-16 {
	margin-right: 4rem;
}

:not([x-show]) .mb-4 {
	margin-bottom: 1rem;
}

:not([x-show]) .mt-12 {
	margin-top: 3rem;
}

:not([x-show]) .mb-1 {
	margin-bottom: 0.25rem;
}

:not([x-show]) .mt-\[64px\] {
	margin-top: 64px;
}

:not([x-show]) .mr-12 {
	margin-right: 3rem;
}

:not([x-show]) .mr-2 {
	margin-right: 0.5rem;
}

:not([x-show]) .mt-4 {
	margin-top: 1rem;
}

:not([x-show]) .mt-1 {
	margin-top: 0.25rem;
}

:not([x-show]) .mb-5 {
	margin-bottom: 1.25rem;
}

:not([x-show]) .mt-2 {
	margin-top: 0.5rem;
}

:not([x-show]) .mb-10 {
	margin-bottom: 2.5rem;
}

:not([x-show]) .-mt-20 {
	margin-top: -5rem;
}

:not([x-show]) .-mt-8 {
	margin-top: -2rem;
}

:not([x-show]) .-mt-16 {
	margin-top: -4rem;
}

:not([x-show]) .-mt-10 {
	margin-top: -2.5rem;
}

:not([x-show]) .mt-96 {
	margin-top: 24rem;
}

:not([x-show]) .mr-0 {
	margin-right: 0px;
}

:not([x-show]) .mr-3 {
	margin-right: 0.75rem;
}

:not([x-show]) .-mb-20 {
	margin-bottom: -5rem;
}

:not([x-show]) .mb-32 {
	margin-bottom: 8rem;
}

:not([x-show]) .-mt-12 {
	margin-top: -3rem;
}

:not([x-show]) .-mb-24 {
	margin-bottom: -6rem;
}

:not([x-show]) .-mt-4 {
	margin-top: -1rem;
}

:not([x-show]) .-mt-2 {
	margin-top: -0.5rem;
}

:not([x-show]) .-mb-32 {
	margin-bottom: -8rem;
}

:not([x-show]) .block {
	display: block;
}

:not([x-show]) .inline-block {
	display: inline-block;
}

:not([x-show]) .inline {
	display: inline;
}

:not([x-show]) .flex {
	display: flex;
}

:not([x-show]) .inline-flex {
	display: inline-flex;
}

:not([x-show]) .table {
	display: table;
}

:not([x-show]) .grid {
	display: grid;
}

:not([x-show]) .hidden {
	display: none;
}

:not([x-show]) .h-\[80px\] {
	height: 80px;
}

:not([x-show]) .h-screen {
	height: 100vh;
}

:not([x-show]) .h-full {
	height: 100%;
}

:not([x-show]) .h-4 {
	height: 1rem;
}

:not([x-show]) .h-auto {
	height: auto;
}

:not([x-show]) .min-h-\[200px\] {
	min-height: 200px;
}

:not([x-show]) .min-h-\[240px\] {
	min-height: 240px;
}

:not([x-show]) .min-h-\[120px\] {
	min-height: 120px;
}

:not([x-show]) .min-h-full {
	min-height: 100%;
}

:not([x-show]) .min-h-\[150px\] {
	min-height: 150px;
}

:not([x-show]) .min-h-0 {
	min-height: 0px;
}

:not([x-show]) .w-\[270px\] {
	width: 270px;
}

:not([x-show]) .w-full {
	width: 100%;
}

:not([x-show]) .w-28 {
	width: 7rem;
}

:not([x-show]) .w-auto {
	width: auto;
}

:not([x-show]) .w-\[100px\] {
	width: 100px;
}

:not([x-show]) .w-4 {
	width: 1rem;
}

:not([x-show]) .w-\[320px\] {
	width: 320px;
}

:not([x-show]) .max-w-none {
	max-width: none;
}

:not([x-show]) .max-w-\[240px\] {
	max-width: 240px;
}

:not([x-show]) .max-w-screen-sm {
	max-width: 640px;
}

:not([x-show]) .max-w-sm {
	max-width: 24rem;
}

:not([x-show]) .max-w-xs {
	max-width: 20rem;
}

:not([x-show]) .max-w-full {
	max-width: 100%;
}

:not([x-show]) .flex-none {
	flex: none;
}

:not([x-show]) .flex-1 {
	flex: 1 1 0%;
}

:not([x-show]) .flex-shrink-0 {
	flex-shrink: 0;
}

:not([x-show]) .flex-grow {
	flex-grow: 1;
}

:not([x-show]) .table-auto {
	table-layout: auto;
}

:not([x-show]) .transform {
	--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;
	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));
}

:not([x-show]) .origin-bottom {
	transform-origin: bottom;
}

:not([x-show]) .translate-x-0 {
	--tw-translate-x: 0px;
}

:not([x-show]) .translate-x-full {
	--tw-translate-x: 100%;
}

:not([x-show]) .-translate-y-1\/2 {
	--tw-translate-y: -50%;
}

:not([x-show]) .-rotate-45 {
	--tw-rotate: -45deg;
}

:not([x-show]) .rotate-45 {
	--tw-rotate: 45deg;
}

:not([x-show]) .scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}

:not([x-show]) .scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
}

:not([x-show]) .cursor-pointer {
	cursor: pointer;
}

:not([x-show]) .list-decimal {
	list-style-type: decimal;
}

:not([x-show]) .list-disc {
	list-style-type: disc;
}

:not([x-show]) .grid-flow-row {
	grid-auto-flow: row;
}

:not([x-show]) .auto-rows-fr {
	grid-auto-rows: minmax(0, 1fr);
}

:not([x-show]) .grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

:not([x-show]) .grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

:not([x-show]) .grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

:not([x-show]) .grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

:not([x-show]) .grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

:not([x-show]) .grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

:not([x-show]) .grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

:not([x-show]) .flex-col {
	flex-direction: column;
}

:not([x-show]) .flex-col-reverse {
	flex-direction: column-reverse;
}

:not([x-show]) .flex-row-reverse {
	flex-direction: row-reverse;
}

:not([x-show]) .flex-nowrap {
	flex-wrap: nowrap;
}

:not([x-show]) .flex-wrap {
	flex-wrap: wrap;
}

:not([x-show]) .items-center {
	align-items: center;
}

:not([x-show]) .items-stretch {
	align-items: stretch;
}

:not([x-show]) .items-start {
	align-items: flex-start;
}

:not([x-show]) .justify-end {
	justify-content: flex-end;
}

:not([x-show]) .justify-center {
	justify-content: center;
}

:not([x-show]) .gap-12 {
	grid-gap: 3rem;
	gap: 3rem;
}

:not([x-show]) .gap-8 {
	grid-gap: 2rem;
	gap: 2rem;
}

:not([x-show]) .gap-16 {
	grid-gap: 4rem;
	gap: 4rem;
}

:not([x-show]) .gap-4 {
	grid-gap: 1rem;
	gap: 1rem;
}

:not([x-show]) .gap-0 {
	grid-gap: 0px;
	gap: 0px;
}

:not([x-show]) .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)));
}

:not([x-show]) .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)));
}

:not([x-show]) .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)));
}

:not([x-show]) .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)));
}

:not([x-show]) .place-self-center {
	align-self: center;
	justify-self: center;
	place-self: center;
}

:not([x-show]) .self-center {
	align-self: center;
}

:not([x-show]) .self-end {
	align-self: flex-end;
}

:not([x-show]) .overflow-y-scroll {
	overflow-y: scroll;
}

:not([x-show]) .overflow-hidden {
	overflow: hidden;
}

:not([x-show]) .break-words {
	word-wrap: break-word;
}

:not([x-show]) .rounded-full {
	border-radius: 9999px;
}

:not([x-show]) .rounded {
	border-radius: 0.25rem;
}

:not([x-show]) .rounded-2xl {
	border-radius: 1rem;
}

:not([x-show]) .rounded-3xl {
	border-radius: 2rem;
}

:not([x-show]) .rounded-5xl {
	border-radius: 3rem;
}

:not([x-show]) .rounded-t-3xl {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

:not([x-show]) .border-b {
	border-bottom-width: 1px;
}

:not([x-show]) .border-t {
	border-top-width: 1px;
}

:not([x-show]) .border-l-4 {
	border-left-width: 4px;
}

:not([x-show]) .border-t-4 {
	border-top-width: 4px;
}

:not([x-show]) .border-r-4 {
	border-right-width: 4px;
}

:not([x-show]) .border-none {
	border-style: none;
}

:not([x-show]) .border-sec-grey-80 {
	--tw-border-opacity: 1;
	border-color: rgba(50, 61, 78, var(--tw-border-opacity));
}

:not([x-show]) .border-sec-grey-40 {
	--tw-border-opacity: 1;
	border-color: rgba(214, 219, 231, var(--tw-border-opacity));
}

:not([x-show]) .border-sec-grey-20 {
	--tw-border-opacity: 1;
	border-color: rgba(236, 239, 244, var(--tw-border-opacity));
}

:not([x-show]) .bg-sec-grey-20 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 239, 244, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-grey-40 {
	--tw-bg-opacity: 1;
	background-color: rgba(214, 219, 231, var(--tw-bg-opacity));
}

:not([x-show]) .bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-red {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 168, 155, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-grey-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(32, 40, 53, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-grey-60 {
	--tw-bg-opacity: 1;
	background-color: rgba(106, 114, 132, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(23, 28, 34, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-grey-80 {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
}

:not([x-show]) .bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:not([x-show]) .\!bg-sec-primary {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity)) !important;
}

:not([x-show]) .bg-sec-green {
	--tw-bg-opacity: 1;
	background-color: rgba(159, 255, 228, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity));
}

:not([x-show]) .bg-transparent {
	background-color: transparent;
}

:not([x-show]) .bg-sec-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 252, 172, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 204, 255, var(--tw-bg-opacity));
}

:not([x-show]) .bg-sec-blue-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(83, 73, 214, var(--tw-bg-opacity));
}

:not([x-show]) .bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}

:not([x-show]) .bg-opacity-0 {
	--tw-bg-opacity: 0;
}

:not([x-show]) .bg-opacity-5 {
	--tw-bg-opacity: 0.05;
}

:not([x-show]) .bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}

:not([x-show]) .bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

:not([x-show]) .from-sec-dark {
	--tw-gradient-from: #171C22;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 28, 34, 0));
}

:not([x-show]) .via-sec-grey-100 {
	--tw-gradient-stops: var(--tw-gradient-from), #202835, var(--tw-gradient-to, rgba(32, 40, 53, 0));
}

:not([x-show]) .to-sec-grey-80 {
	--tw-gradient-to: #323D4E;
}

:not([x-show]) .bg-cover {
	background-size: cover;
}

:not([x-show]) .bg-contain {
	background-size: contain;
}

:not([x-show]) .bg-center {
	background-position: center;
}

:not([x-show]) .bg-right {
	background-position: right;
}

:not([x-show]) .bg-no-repeat {
	background-repeat: no-repeat;
}

:not([x-show]) .p-2 {
	padding: 0.5rem;
}

:not([x-show]) .p-6 {
	padding: 1.5rem;
}

:not([x-show]) .p-8 {
	padding: 2rem;
}

:not([x-show]) .p-1 {
	padding: 0.25rem;
}

:not([x-show]) .p-3 {
	padding: 0.75rem;
}

:not([x-show]) .p-12 {
	padding: 3rem;
}

:not([x-show]) .p-4 {
	padding: 1rem;
}

:not([x-show]) .p-0 {
	padding: 0px;
}

:not([x-show]) .py-60 {
	padding-top: 15rem;
	padding-bottom: 15rem;
}

:not([x-show]) .py-px {
	padding-top: 1px;
	padding-bottom: 1px;
}

:not([x-show]) .py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

:not([x-show]) .px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

:not([x-show]) .px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

:not([x-show]) .py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

:not([x-show]) .px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

:not([x-show]) .py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

:not([x-show]) .px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

:not([x-show]) .py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

:not([x-show]) .py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

:not([x-show]) .py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

:not([x-show]) .px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}

:not([x-show]) .px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}

:not([x-show]) .px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

:not([x-show]) .px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

:not([x-show]) .py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

:not([x-show]) .px-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}

:not([x-show]) .py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

:not([x-show]) .py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

:not([x-show]) .pb-16 {
	padding-bottom: 4rem;
}

:not([x-show]) .pl-0 {
	padding-left: 0px;
}

:not([x-show]) .pb-24 {
	padding-bottom: 6rem;
}

:not([x-show]) .pt-8 {
	padding-top: 2rem;
}

:not([x-show]) .pb-px {
	padding-bottom: 1px;
}

:not([x-show]) .pb-3 {
	padding-bottom: 0.75rem;
}

:not([x-show]) .pb-2 {
	padding-bottom: 0.5rem;
}

:not([x-show]) .pt-4 {
	padding-top: 1rem;
}

:not([x-show]) .pr-8 {
	padding-right: 2rem;
}

:not([x-show]) .pb-0 {
	padding-bottom: 0px;
}

:not([x-show]) .pb-8 {
	padding-bottom: 2rem;
}

:not([x-show]) .pl-8 {
	padding-left: 2rem;
}

:not([x-show]) .pt-\[56\.25\%\] {
	padding-top: 56.25%;
}

:not([x-show]) .text-center {
	text-align: center;
}

:not([x-show]) .text-right {
	text-align: right;
}

:not([x-show]) .text-left {
	text-align: left;
}

:not([x-show]) .text-xs {
	font-size: .75rem;
}

:not([x-show]) .text-2xl {
	font-size: 1.5rem;
}

:not([x-show]) .text-lg {
	font-size: 1.125rem;
}

:not([x-show]) .text-sm {
	font-size: .875rem;
}

:not([x-show]) .text-tiny {
	font-size: .825rem;
}

:not([x-show]) .text-base {
	font-size: 1rem;
}

:not([x-show]) .text-3xl {
	font-size: 1.875rem;
}

:not([x-show]) .text-8xl {
	font-size: 6rem;
}

:not([x-show]) .text-6xl {
	font-size: 3.75rem;
}

:not([x-show]) .text-5xl {
	font-size: 3rem;
}

:not([x-show]) .text-xl {
	font-size: 1.25rem;
}

:not([x-show]) .text-4xl {
	font-size: 2.25rem;
}

:not([x-show]) .text-7xl {
	font-size: 4.5rem;
}

:not([x-show]) .font-bold {
	font-weight: 700;
}

:not([x-show]) .uppercase {
	text-transform: uppercase;
}

:not([x-show]) .normal-case {
	text-transform: none;
}

:not([x-show]) .italic {
	font-style: italic;
}

:not([x-show]) .not-italic {
	font-style: normal;
}

:not([x-show]) .leading-none {
	line-height: 1;
}

:not([x-show]) .leading-snug {
	line-height: 1.375;
}

:not([x-show]) .text-sec-grey-60 {
	--tw-text-opacity: 1;
	color: rgba(106, 114, 132, var(--tw-text-opacity));
}

:not([x-show]) .\!text-sec-red {
	--tw-text-opacity: 1 !important;
	color: rgba(248, 168, 155, var(--tw-text-opacity)) !important;
}

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

:not([x-show]) .text-sec-green {
	--tw-text-opacity: 1;
	color: rgba(159, 255, 228, var(--tw-text-opacity));
}

:not([x-show]) .\!text-sec-font-60 {
	--tw-text-opacity: 1 !important;
	color: rgba(67, 79, 98, var(--tw-text-opacity)) !important;
}

:not([x-show]) .text-sec-primary {
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-font-40 {
	--tw-text-opacity: 1;
	color: rgba(106, 114, 132, var(--tw-text-opacity));
}

:not([x-show]) .text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-grey-40 {
	--tw-text-opacity: 1;
	color: rgba(214, 219, 231, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-blue-dark {
	--tw-text-opacity: 1;
	color: rgba(83, 73, 214, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-font-80 {
	--tw-text-opacity: 1;
	color: rgba(56, 63, 79, var(--tw-text-opacity));
}

:not([x-show]) .\!text-sec-font-40 {
	--tw-text-opacity: 1 !important;
	color: rgba(106, 114, 132, var(--tw-text-opacity)) !important;
}

:not([x-show]) .text-sec-font-60 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-red-dark {
	--tw-text-opacity: 1;
	color: rgba(228, 73, 65, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-green-dark {
	--tw-text-opacity: 1;
	color: rgba(70, 224, 181, var(--tw-text-opacity));
}

:not([x-show]) .\!text-sec-grey-100 {
	--tw-text-opacity: 1 !important;
	color: rgba(32, 40, 53, var(--tw-text-opacity)) !important;
}

:not([x-show]) .\!text-sec-grey-60 {
	--tw-text-opacity: 1 !important;
	color: rgba(106, 114, 132, var(--tw-text-opacity)) !important;
}

:not([x-show]) .\!text-sec-primary {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 249, 39, var(--tw-text-opacity)) !important;
}

:not([x-show]) .text-sec-blue {
	--tw-text-opacity: 1;
	color: rgba(212, 204, 255, var(--tw-text-opacity));
}

:not([x-show]) .text-sec-grey-80 {
	--tw-text-opacity: 1;
	color: rgba(50, 61, 78, var(--tw-text-opacity));
}

:not([x-show]) .\!text-sec-green {
	--tw-text-opacity: 1 !important;
	color: rgba(159, 255, 228, var(--tw-text-opacity)) !important;
}

:not([x-show]) .text-sec-red {
	--tw-text-opacity: 1;
	color: rgba(248, 168, 155, var(--tw-text-opacity));
}

:not([x-show]) .\!text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

:not([x-show]) .underline {
	text-decoration: underline;
}

:not([x-show]) .shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

:not([x-show]) .shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

:not([x-show]) .shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

:not([x-show]) .shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

:not([x-show]) .shadow-inner {
	--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

:not([x-show]) .transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

:not([x-show]) .transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

:not([x-show]) .transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

:not([x-show]) .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;
}

:not([x-show]) .duration-500 {
	transition-duration: 500ms;
}

:not([x-show]) .duration-75 {
	transition-duration: 75ms;
}

:not([x-show]) .duration {
	transition-duration: 150ms;
}

:not([x-show]) .duration-300 {
	transition-duration: 300ms;
}

:not([x-show]) .ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.hover\:section:hover .hover\:box-white:hover, .hover\:section:hover .hover\:bg-white:hover, .hover\:section:hover .hover\:bg-sec-grey-20:hover {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.hover\:section:hover .hover\:box-white:hover h1, .hover\:section:hover .hover\:bg-white:hover h1, .hover\:section:hover .hover\:bg-sec-grey-20:hover h1, .hover\:section:hover .hover\:box-white:hover h2, .hover\:section:hover .hover\:bg-white:hover h2, .hover\:section:hover .hover\:bg-sec-grey-20:hover h2, .hover\:section:hover .hover\:box-white:hover h3, .hover\:section:hover .hover\:bg-white:hover h3, .hover\:section:hover .hover\:bg-sec-grey-20:hover h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

:not([x-show]) .hover\:-translate-y-4:hover {
	--tw-translate-y: -1rem;
}

:not([x-show]) .hover\:-translate-y-2:hover {
	--tw-translate-y: -0.5rem;
}

:not([x-show]) .hover\:scale-105:hover {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}

:not([x-show]) .hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
}

:not([x-show]) .hover\:scale-90:hover {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
}

:not([x-show]) .hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

:not([x-show]) .hover\:bg-sec-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 249, 39, var(--tw-bg-opacity));
}

:not([x-show]) .hover\:bg-sec-grey-20:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 239, 244, var(--tw-bg-opacity));
}

:not([x-show]) .hover\:bg-sec-grey-60:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(106, 114, 132, var(--tw-bg-opacity));
}

:not([x-show]) .hover\:text-sec-grey-80:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 61, 78, var(--tw-text-opacity));
}

:not([x-show]) .hover\:text-sec-font-80:hover {
	--tw-text-opacity: 1;
	color: rgba(56, 63, 79, var(--tw-text-opacity));
}

:not([x-show]) .hover\:text-sec-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
}

:not([x-show]) .hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:not([x-show]) .hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:not([x-show]) .hover\:no-underline:hover {
	text-decoration: none;
}

.group:hover .group-hover\:btn-active {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 249, 39, var(--tw-text-opacity));
}

.section .group:hover .group-hover\:btn-active-white {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.group:hover .group-hover\:btn-active-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.section .group:hover .group-hover\:btn-active-white h1, .section .group:hover .group-hover\:btn-active-white h2, .section .group:hover .group-hover\:btn-active-white h3 {
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(67, 79, 98, var(--tw-text-opacity));
}

.group:hover .group-hover\:btn-active-white {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:btn-active:before {
        filter: invert(89%) sepia(76%) saturate(7484%) hue-rotate(332deg) brightness(111%) contrast(104%);
    }

:not([x-show]) .group:hover .group-hover\:block {
	display: block;
}

:not([x-show]) .group:hover .group-hover\:hidden {
	display: none;
}

:not([x-show]) .group:hover .group-hover\:border-sec-grey-20 {
	--tw-border-opacity: 1;
	border-color: rgba(236, 239, 244, var(--tw-border-opacity));
}

:not([x-show]) .group:hover .group-hover\:text-sec-grey-50 {
	--tw-text-opacity: 1;
	color: rgba(198, 204, 215, var(--tw-text-opacity));
}

:not([x-show]) .after\:mb-2::after {
	margin-bottom: 0.5rem;
}

:not([x-show]) .after\:mb-0::after {
	margin-bottom: 0px;
}

@media (min-width: 480px) {

	:not([x-show]) .xs\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	:not([x-show]) .xs\:mb-0 {
		margin-bottom: 0px;
	}

	:not([x-show]) .xs\:flex {
		display: flex;
	}

	:not([x-show]) .xs\:grid {
		display: grid;
	}

	:not([x-show]) .xs\:w-3\/6 {
		width: 50%;
	}

	:not([x-show]) .xs\:rounded-full {
		border-radius: 9999px;
	}

	:not([x-show]) .xs\:p-12 {
		padding: 3rem;
	}

	:not([x-show]) .xs\:text-left {
		text-align: left;
	}

	:not([x-show]) .xs\:text-2xl {
		font-size: 1.5rem;
	}

	:not([x-show]) .xs\:after\:mb-0::after {
		margin-bottom: 0px;
	}
}

@media (min-width: 640px) {

	:not([x-show]) .sm\:left-3 {
		left: 0.75rem;
	}

	:not([x-show]) .sm\:right-3 {
		right: 0.75rem;
	}

	:not([x-show]) .sm\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	:not([x-show]) .sm\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	:not([x-show]) .sm\:-mx-12 {
		margin-left: -3rem;
		margin-right: -3rem;
	}

	:not([x-show]) .sm\:mb-0 {
		margin-bottom: 0px;
	}

	:not([x-show]) .sm\:ml-8 {
		margin-left: 2rem;
	}

	:not([x-show]) .sm\:mt-0 {
		margin-top: 0px;
	}

	:not([x-show]) .sm\:-ml-6 {
		margin-left: -1.5rem;
	}

	:not([x-show]) .sm\:block {
		display: block;
	}

	:not([x-show]) .sm\:flex {
		display: flex;
	}

	:not([x-show]) .sm\:grid {
		display: grid;
	}

	:not([x-show]) .sm\:w-auto {
		width: auto;
	}

	:not([x-show]) .sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	:not([x-show]) .sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:not([x-show]) .sm\:p-12 {
		padding: 3rem;
	}

	:not([x-show]) .sm\:p-8 {
		padding: 2rem;
	}

	:not([x-show]) .sm\:pb-20 {
		padding-bottom: 5rem;
	}

	:not([x-show]) .sm\:text-right {
		text-align: right;
	}

	:not([x-show]) .sm\:text-8xl {
		font-size: 6rem;
	}

	:not([x-show]) .sm\:text-7xl {
		font-size: 4.5rem;
	}

	:not([x-show]) .sm\:text-3xl {
		font-size: 1.875rem;
	}

	:not([x-show]) .sm\:text-2xl {
		font-size: 1.5rem;
	}

	:not([x-show]) .sm\:hover\:scale-105:hover {
		--tw-scale-x: 1.05;
		--tw-scale-y: 1.05;
	}
}

@media (min-width: 768px) {

	:not([x-show]) .md\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	:not([x-show]) .md\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	:not([x-show]) .md\:mb-0 {
		margin-bottom: 0px;
	}

	:not([x-show]) .md\:mt-24 {
		margin-top: 6rem;
	}

	:not([x-show]) .md\:-mt-16 {
		margin-top: -4rem;
	}

	:not([x-show]) .md\:mt-16 {
		margin-top: 4rem;
	}

	:not([x-show]) .md\:-mt-20 {
		margin-top: -5rem;
	}

	:not([x-show]) .md\:-mt-6 {
		margin-top: -1.5rem;
	}

	:not([x-show]) .md\:block {
		display: block;
	}

	:not([x-show]) .md\:inline {
		display: inline;
	}

	:not([x-show]) .md\:grid {
		display: grid;
	}

	:not([x-show]) .md\:w-1\/2 {
		width: 50%;
	}

	:not([x-show]) .md\:max-w-sm {
		max-width: 24rem;
	}

	:not([x-show]) .md\:p-16 {
		padding: 4rem;
	}

	:not([x-show]) .md\:p-12 {
		padding: 3rem;
	}

	:not([x-show]) .md\:p-20 {
		padding: 5rem;
	}

	:not([x-show]) .md\:p-8 {
		padding: 2rem;
	}

	:not([x-show]) .md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	:not([x-show]) .md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	:not([x-show]) .md\:pt-12 {
		padding-top: 3rem;
	}

	:not([x-show]) .md\:pt-8 {
		padding-top: 2rem;
	}

	:not([x-show]) .md\:pb-8 {
		padding-bottom: 2rem;
	}

	:not([x-show]) .md\:pb-4 {
		padding-bottom: 1rem;
	}

	:not([x-show]) .md\:pl-0 {
		padding-left: 0px;
	}

	:not([x-show]) .md\:text-right {
		text-align: right;
	}

	:not([x-show]) .md\:text-lg {
		font-size: 1.125rem;
	}

	:not([x-show]) .md\:text-xl {
		font-size: 1.25rem;
	}

	:not([x-show]) .md\:text-4xl {
		font-size: 2.25rem;
	}

	:not([x-show]) .md\:text-8xl {
		font-size: 6rem;
	}
}

@media (min-width: 1024px) {

	:not([x-show]) .lg\:order-last {
		order: 9999;
	}

	:not([x-show]) .lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	:not([x-show]) .lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	:not([x-show]) .lg\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}

	:not([x-show]) .lg\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	:not([x-show]) .lg\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}

	:not([x-show]) .lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	:not([x-show]) .lg\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	:not([x-show]) .lg\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	:not([x-show]) .lg\:mb-0 {
		margin-bottom: 0px;
	}

	:not([x-show]) .lg\:mt-0 {
		margin-top: 0px;
	}

	:not([x-show]) .lg\:mt-32 {
		margin-top: 8rem;
	}

	:not([x-show]) .lg\:-mt-24 {
		margin-top: -6rem;
	}

	:not([x-show]) .lg\:-mr-32 {
		margin-right: -8rem;
	}

	:not([x-show]) .lg\:ml-0 {
		margin-left: 0px;
	}

	:not([x-show]) .lg\:mr-16 {
		margin-right: 4rem;
	}

	:not([x-show]) .lg\:-mt-20 {
		margin-top: -5rem;
	}

	:not([x-show]) .lg\:mt-6 {
		margin-top: 1.5rem;
	}

	:not([x-show]) .lg\:-mb-24 {
		margin-bottom: -6rem;
	}

	:not([x-show]) .lg\:block {
		display: block;
	}

	:not([x-show]) .lg\:flex {
		display: flex;
	}

	:not([x-show]) .lg\:grid {
		display: grid;
	}

	:not([x-show]) .lg\:hidden {
		display: none;
	}

	:not([x-show]) .lg\:min-h-\[120px\] {
		min-height: 120px;
	}

	:not([x-show]) .lg\:w-2\/6 {
		width: 33.333333%;
	}

	:not([x-show]) .lg\:w-6\/12 {
		width: 50%;
	}

	:not([x-show]) .lg\:w-4\/12 {
		width: 33.333333%;
	}

	:not([x-show]) .lg\:max-w-sm {
		max-width: 24rem;
	}

	:not([x-show]) .lg\:max-w-md {
		max-width: 28rem;
	}

	:not([x-show]) .lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	:not([x-show]) .lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:not([x-show]) .lg\:grid-cols-none {
		grid-template-columns: none;
	}

	:not([x-show]) .lg\:flex-row {
		flex-direction: row;
	}

	:not([x-show]) .lg\:flex-col {
		flex-direction: column;
	}

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

	:not([x-show]) .lg\:rounded-l-none {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	:not([x-show]) .lg\:rounded-r-3xl {
		border-top-right-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}

	:not([x-show]) .lg\:rounded-b-3xl {
		border-bottom-right-radius: 2rem;
		border-bottom-left-radius: 2rem;
	}

	:not([x-show]) .lg\:p-0 {
		padding: 0px;
	}

	:not([x-show]) .lg\:p-2 {
		padding: 0.5rem;
	}

	:not([x-show]) .lg\:p-20 {
		padding: 5rem;
	}

	:not([x-show]) .lg\:p-12 {
		padding: 3rem;
	}

	:not([x-show]) .lg\:p-16 {
		padding: 4rem;
	}

	:not([x-show]) .lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	:not([x-show]) .lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	:not([x-show]) .lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	:not([x-show]) .lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	:not([x-show]) .lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	:not([x-show]) .lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	:not([x-show]) .lg\:pb-8 {
		padding-bottom: 2rem;
	}

	:not([x-show]) .lg\:pr-0 {
		padding-right: 0px;
	}

	:not([x-show]) .lg\:pt-8 {
		padding-top: 2rem;
	}

	:not([x-show]) .lg\:text-left {
		text-align: left;
	}

	:not([x-show]) .lg\:text-right {
		text-align: right;
	}

	:not([x-show]) .lg\:text-center {
		text-align: center;
	}

	:not([x-show]) .lg\:text-7xl {
		font-size: 4.5rem;
	}

	:not([x-show]) .lg\:hover\:-translate-x-8:hover {
		--tw-translate-x: -2rem;
	}
}

@media (min-width: 1280px) {

	:not([x-show]) .xl\:static {
		position: static;
	}

	:not([x-show]) .xl\:order-first {
		order: -9999;
	}

	:not([x-show]) .xl\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	:not([x-show]) .xl\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	:not([x-show]) .xl\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}

	:not([x-show]) .xl\:-mx-12 {
		margin-left: -3rem;
		margin-right: -3rem;
	}

	:not([x-show]) .xl\:mx-32 {
		margin-left: 8rem;
		margin-right: 8rem;
	}

	:not([x-show]) .xl\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	:not([x-show]) .xl\:-mx-24 {
		margin-left: -6rem;
		margin-right: -6rem;
	}

	:not([x-show]) .xl\:mt-0 {
		margin-top: 0px;
	}

	:not([x-show]) .xl\:mb-0 {
		margin-bottom: 0px;
	}

	:not([x-show]) .xl\:block {
		display: block;
	}

	:not([x-show]) .xl\:inline-block {
		display: inline-block;
	}

	:not([x-show]) .xl\:flex {
		display: flex;
	}

	:not([x-show]) .xl\:inline-flex {
		display: inline-flex;
	}

	:not([x-show]) .xl\:grid {
		display: grid;
	}

	:not([x-show]) .xl\:hidden {
		display: none;
	}

	:not([x-show]) .xl\:h-auto {
		height: auto;
	}

	:not([x-show]) .xl\:min-h-\[65px\] {
		min-height: 65px;
	}

	:not([x-show]) .xl\:min-h-\[240px\] {
		min-height: 240px;
	}

	:not([x-show]) .xl\:min-h-\[120px\] {
		min-height: 120px;
	}

	:not([x-show]) .xl\:w-full {
		width: 100%;
	}

	:not([x-show]) .xl\:w-1\/5 {
		width: 20%;
	}

	:not([x-show]) .xl\:w-8\/12 {
		width: 66.666667%;
	}

	:not([x-show]) .xl\:w-3\/12 {
		width: 25%;
	}

	:not([x-show]) .xl\:translate-x-0 {
		--tw-translate-x: 0px;
	}

	:not([x-show]) .xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	:not([x-show]) .xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	:not([x-show]) .xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:not([x-show]) .xl\:flex-col {
		flex-direction: column;
	}

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

	:not([x-show]) .xl\: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)));
	}

	:not([x-show]) .xl\:overflow-hidden {
		overflow: hidden;
	}

	:not([x-show]) .xl\:border-none {
		border-style: none;
	}

	:not([x-show]) .xl\:bg-transparent {
		background-color: transparent;
	}

	:not([x-show]) .xl\:bg-sec-grey-80 {
		--tw-bg-opacity: 1;
		background-color: rgba(50, 61, 78, var(--tw-bg-opacity));
	}

	:not([x-show]) .xl\:p-2 {
		padding: 0.5rem;
	}

	:not([x-show]) .xl\:p-24 {
		padding: 6rem;
	}

	:not([x-show]) .xl\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	:not([x-show]) .xl\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	:not([x-show]) .xl\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	:not([x-show]) .xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	:not([x-show]) .xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	:not([x-show]) .xl\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	:not([x-show]) .xl\:pt-0 {
		padding-top: 0px;
	}

	:not([x-show]) .xl\:pr-32 {
		padding-right: 8rem;
	}

	:not([x-show]) .xl\:pl-0 {
		padding-left: 0px;
	}

	:not([x-show]) .xl\:text-left {
		text-align: left;
	}

	:not([x-show]) .xl\:text-right {
		text-align: right;
	}

	:not([x-show]) .xl\:text-base {
		font-size: 1rem;
	}

	:not([x-show]) .xl\:shadow-2xl {
		--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	}

	:not([x-show]) .xl\:transition-none {
		transition-property: none;
	}

	:not([x-show]) .xl\:hover\:-translate-y-5:hover {
		--tw-translate-y: -1.25rem;
	}
}

@media (min-width: 1440px) {

	:not([x-show]) .\32xl\:min-h-\[180px\] {
		min-height: 180px;
	}

	:not([x-show]) .\32xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	:not([x-show]) .\32xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	:not([x-show]) .\32xl\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	:not([x-show]) .\32xl\:text-xl {
		font-size: 1.25rem;
	}
}

