/*! tailwindcss v2.0.3 | 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, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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 instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-transparent {
  background-color: transparent;
}

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

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

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

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

.border-collapse {
  border-collapse: collapse;
}

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-l-4 {
  border-left-width: 4px;
}

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

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

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

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

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

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

.h-0 {
  height: 0px;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

.list-none {
  list-style-type: none;
}

.m-1 {
  margin: 0.25rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

.-mt-5 {
  margin-top: -1.25rem;
}

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

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

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

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

.inset-x-0 {
  right: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-10 {
  top: 2.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.fill-current {
  fill: currentColor;
}

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

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

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

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

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

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

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

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

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

.no-underline {
  text-decoration: none;
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.ordinal {
  --tw-ordinal: ordinal;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-64 {
  width: 16rem;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-7 {
  grid-column-end: 7;
}

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

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

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

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

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, 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;
}

.ease-linear {
  transition-timing-function: linear;
}

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

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

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

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

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

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

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@font-face {
  font-family: "Faktum";

  font-weight: 400;

  src: url("../fonts/faktum/FaktumRegular.otf") format("opentype");
}

@font-face {
  font-family: "Faktum";

  font-weight: 600;

  src: url("../fonts/faktum/FaktumSemiBold.otf") format("opentype");
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 600;
}

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

.fw-wideregular {
  font-weight: 600;
}

.fw-widesemibold {
  font-weight: 600;
}

.md\:fs-12 {
  font-size: 12px;
}

.md\:fs-14 {
  font-size: 14px;
}

.md\:fs-16 {
  font-size: 16px;
}

.md\:fs-18 {
  font-size: 18px;
}

.md\:fs-20 {
  font-size: 20px;
}

.md\:fs-25 {
  font-size: 25px;
}

.md\:fs-30 {
  font-size: 30px;
}

.md\:fs-45 {
  font-size: 45px;
}

.md\:fs-50 {
  font-size: 50px;
}

.md\:fs-90 {
  font-size: 90px;
}

.md\:fs-124 {
  font-size: 124px;
}

.md\:lh-60 {
  line-height: 60px;
}

.md\:lh-21 {
  line-height: 21px;
}

.md\:lh-24 {
  line-height: 24px;
}

.md\:lh-25 {
  line-height: 25px;
}

.md\:lh-26 {
  line-height: 26px;
}

.md\:lh-33 {
  line-height: 33px;
}

.md\:lh-60 {
  line-height: 60px;
}

.bg-primary-1{
  background: #003A32;
}

.hover\:bg-primary-1:hover {
  background: #012520;
}

.bg-primary-2 {
  background: #faf6e9;
}

.bg-supporting-1,
.hover\:bg-supporting-1:hover {
  background: #649432;
}

.bg-supporting-2 {
  background: #b16b3e;
}

.bg-supporting-3 {
  background: #f3e4ab;
}

.bg-supporting-4,
.hover\:bg-supporting-4:hover {
  background: #ab1e1c;
}

.bg-supporting-5 {
  background: #e9b3af;
}

.bg-supporting-6 {
  background: #cee6c5;
}

.bg-accent-1 {
  background: #f5d934;
}

.bg-accent-2 {
  background: #0a63fc;
}

.text-color-primary-white{
  color: #fff;
}

.text-color-primary-1,
.hover\:text-color-primary-1:hover {
  color: #003A32;
}

.text-color-primary-2,
.hover\:text-color-primary-2:hover {
  color: #faf6e9;
}

.text-color-supporting-1 {
  color: #649432;
}

.text-color-supporting-2 {
  color: #b16b3e;
}

.text-color-supporting-3,
.hover\:text-color-supporting-3:hover {
  color: #f3e4ab;
}

.text-color-supporting-4 {
  color: #ab1e1c;
}

.text-color-supporting-5 {
  color: #e9b3af;
}

.text-color-supporting-7{
  color: #465d3d;
}


.hover\:text-color-accent-2:hover {
  color: #0a63fc;
}

.border-color-primary-1 {
  border-color: #003A32;
}

.border-color-supporting-1 {
  border-color: #649432;
}

.border-color-supporting-3 {
  border-color: #f3e4ab;
}

.border-color-supporting-4 {
  border-color: #ab1e1c;
}

.border-color-supporting-5 {
  border-color: #e9b3af;
}

.border-color-supporting-6 {
  border-color: #003A32;
}

.border-color-supporting-7 {
  border-color: #9bb591;
}

body {
  font-family: "Faktum", Helvetica, sans-serif;
}

.wizard__content {
  max-width: 820px;
}

.wizard__header {
  position: relative;
  text-align: center;
  height: 1px;
  top: -3px;
}

.wizard__steps {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 10;
}

.wizard__congrats-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.line {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 3px;
  transition: all 0.5s ease;
}

.line.-start {
  left: 0%;
  background: #003A32;
  width: 50%;
  height: 6px;
}

.line.-background {
  background: #003A32;
  width: 100%;
}

.line.-progress {
  background: #003A32;
  height: 6px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}

.panels {
  position: relative;
  overflow: hidden;
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s all;
  width: 100%;
}

.panel.movingOutBackward {
  transform: translateX(-820px);
}

.panel.movingOutFoward {
  transform: translateX(820px);
}

.panel.movingIn {
  transform: translateX(0);
}

.steps {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: #fff;
}

.step {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.step__content {
  position: relative;
  z-index: 2;
}

.step.-completed .line {
  transform: scaleX(1);
}

.step:last-child .line {
  width: 50%;
}

@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {
  50% {
    transform: translateX(-50%) scale3d(1.5, 1.5, 1.5);
  }

  100% {
    transform: scale3d(0);
  }
}

@keyframes scale {
  50% {
    transform: translateX(-50%) scale3d(1.5, 1.5, 1.5);
  }

  100% {
    transform: scale3d(0);
  }
}

@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #75b2f5;
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #75b2f5;
  }
}

@-webkit-keyframes gettingOut {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(-200%);
  }
}

@keyframes gettingOut {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(-200%);
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.closed span {
  transform-origin: left center;
}

.opened span {
  transition: .25s ease-in-out;
}

.opened #line-2 {
  display: none;
}

.opened #line-3 {
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  width: 30px;
  position: absolute;
}

.opened #line-1 {
  transform: rotate(-45deg);
  top: 10px;
  width: 30px;
  left: 10px;
  position: absolute;
}

@media (max-width: 321px) {
  #blob_header{
    width: 300px;
    height: 300px;
  }

  a.text-white.fw-widesemibold{
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #blob_header{
    width: 340px;
    height: 340px;
  }

  a.text-white.fw-widesemibold{
    font-size: 18px;
  }
}

.fs-18 {
  font-size: 18px;
}

.lh-50 {
  line-height: 50px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.wizard__content {
  max-width: 820px;
}

.panel.movingOutBackward {
  transform: translateX(-820px);
}

.panel.movingOutFoward {
  transform: translateX(820px);
}

.line {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 3px;
  transition: all 0.5s ease;
}

.line.-start {
  left: 0%;
  background: #003A32;
  width: 50%;
  height: 6px;
}

.line.-background {
  background: #003A32;
  width: 100%;
}

.line.-progress {
  background: #003A32;
  height: 6px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}

.closed span {
  transform-origin: left center;
}

.opened span {
  transition: .25s ease-in-out;
}

.opened #line-2 {
  display: none;
}

.opened #line-3 {
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  width: 30px;
  position: absolute;
}

.opened #line-1 {
  transform: rotate(-45deg);
  top: 10px;
  width: 30px;
  left: 10px;
  position: absolute;
}

input[type=range] {
  height: 58px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 35%;
  background: #FCF5EA;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #2C524A;
  background: #2C524A;
  border-radius: 0px;
  border: 1px solid #2C524A;
}

input[type=range]::-webkit-slider-thumb {
  border: 3px solid #2C524A;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #FCF5EA;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -25px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #2C524A;
  background: #2C524A;
  border-radius: 0px;
  border: 1px solid #2C524A;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #2C524A;
  background: #2C524A;
  border-radius: 0px;
  border: 1px solid #2C524A;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #2C524A;
  border: 3px solid #2C524A;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #FCF5EA;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #2C524A;
  border: 0px solid #2C524A;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #2C524A;
}

input[type=range]::-ms-fill-upper {
  background: #2C524A;
  border: 0px solid #2C524A;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #2C524A;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #2C524A;
  border: 2px solid #2C524A;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #FCF5EA;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #2C524A;
}

input[type=range]:focus::-ms-fill-upper {
  background: #2C524A;
}

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

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

.sm:border-l-2 {
  border-left-width: 3px;
}

.selectAnswer input[type="radio"]{
  display: none;
}

.selectAnswer input[type="radio"] + label{
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}

.selectAnswer input[type="radio"] + label:before,
.selectAnswer input[type="radio"] + label:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 50%;
  transition: all .3s ease;
}

.selectAnswer input[type="radio"] + label:before {
  border: solid 2px #2c524a;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.selectAnswer input[type="radio"] + label:hover:before {
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.1em white, inset 0 0 0 1em #649432;
}

.selectAnswer input[type="radio"]:checked + label:before {
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.1em white, inset 0 0 0 1em #649432;
}

.closed span {
  transform-origin: left center;
}

.opened span {
  transition: .25s ease-in-out;
}

.opened #line-2 {
  display: none;
}

.opened #line-3 {
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  width: 30px;
  position: absolute;
}

.opened #line-1 {
  transform: rotate(-45deg);
  top: 10px;
  width: 30px;
  left: 10px;
  position: absolute;
}

.woocommerce-tabs {
  margin-bottom: 30px;
}

.woocommerce-tabs strong {
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

.woocommerce-tabs h2{
  font-weight: 600;
}

.vinobox3row1 {
  text-anchor: middle;
  dominant-baseline: middle;
  fill: #f4e4ad;
}

.vinobox3row2 {
  text-anchor: middle;
  dominant-baseline: middle;
  fill: #f4e4ad;
}

.vinobox3price {
  fill: #f4e4ad;
}

#orderflow .placeholder {
  width: 100%;
  height: 5px;
  background: transparent;
}

#orderflow .placeholder.completed {
  background: #003A32;
}

#orderflow .progress-bar .progress-bar-step {
  border-top: solid 5px transparent;
}

#orderflow .progress-bar .completed {
  border-top: solid 5px #003A32;
}

#orderflow .progress-bar-step {
  width: 120px;
}

#orderflow .step .slider-range {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#orderflow .step .slider-range::before {
  background: #1d544a;
  display: block;
  width: 2px;
  top: 30px;
  left: -2px;
  height: 20px;
  content: "";
  position: absolute;
}

#orderflow .step .slider-range::after {
  background: #1d544a;
  display: block;
  width: 2px;
  top: 30px;
  right: -2px;
  height: 20px;
  content: "";
  position: absolute;
}

#orderflow .step input[type="range"] {
  width: 100%;
}

#orderflow .step input[type="range"]::-ms-thumb {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}

#orderflow .step input[type="range"]::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

#orderflow .step input[type="range"]::-moz-range-thumb {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}

#orderflow .step .container-range::before {
  display: block;
  top: 55px;
  left: 0;
  content: "3 flessen";
  position: absolute;
}

#orderflow .step .container-range::after {
  display: block;
  top: 55px;
  right: 0;
  content: "6 flessen";
  position: absolute;
}

#orderflow .step .slider-label::before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top:-39px;
  left: 50%;
  height: 20px;
  background: #1d544a;
}

#orderflow .step .vinoboxSlider3 {
  margin: 0;
}

#orderflow .backward {
  position: relative;
  top: 20px;
  left: 15px;
  display: inline;
}

#orderflow .forward {
  position: relative;
  z-index: 3;
}

#orderflow input.error {
  background: #f3afae;
}

#orderflow .label-meestgekozen {
  font-size: 11px;
  right: -16px;
  top: -20px;
  background: #569837;
  padding: 2px 4px;
  font-weight: bold;
  color: #fff;
}

#orderflow .datepicker-inline {
  font-size: 15px;
  background-color: #f8e3a4;
  margin: 0 auto;
}

#orderflow .datepicker-inline .picked {
  background: #569837;
  color: #fff;
}

#orderflow .datepicker-inline .picked:hover {
  color: #fff;
}

#orderflow .datepicker-inline .highlighted {
  background: #ddd399;
}

#orderflow .datepicker-panel > ul > li.disabled.highlighted {
  background: #ddd399;
  color: #a1a06c;
}

#orderflow .datepicker-panel > ul > li.disabled {
  color: #a1a06c;
}

#orderflow .datepicker-panel > ul > li {
  background-color: #f8e3a4;
  color: #003c33;
}

/**
Account page styles
 */

body.woocommerce-account .datepicker-panel>ul>li.picked {
  background: #013a32 !important;
  color: #fff !important;
}

body.woocommerce-account .datepicker-panel>ul>li {
  background: #f3e3aa !important;
}

body.woocommerce-account section.accountWrapper#pending-cancel a.editBoxBtn,
body.woocommerce-account section.accountWrapper#cancelled a.editBoxBtn,
body.woocommerce-account section.accountWrapper#on-hold a.editBoxBtn,
body.woocommerce-account section.accountWrapper#pending-cancel form.cancelSubscriptionForm,
body.woocommerce-account section.accountWrapper#cancelled form.cancelSubscriptionForm,
body.woocommerce-account section.accountWrapper#on-hold form.cancelSubscriptionForm,
body.woocommerce-account section.accountWrapper#pending-cancel form.skipMonthForm,
body.woocommerce-account section.accountWrapper#cancelled form.skipMonthForm,
body.woocommerce-account section.accountWrapper#on-hold form.skipMonthForm {
  display: none !important;
}

body.woocommerce-account section.accountWrapper#active a.reviewWines{
  margin-left: 123px;
}

body.woocommerce-account section.accountWrapper#active form.skipMonthForm{
  margin-left: 110px;
}

/* Review wines */

div.rating-stars svg.selected,
svg.hover{
  color: #f6d935 !important;
}

div.proeverij div.rating-stars svg.selected,
div.proeverij div.rating-stars svg.hover{
  color: #003A32 !important;
}

div.ratingRow .unratedLabel{
  display: none;
}

div.ratingRow.unrated{
  background: #ffd9d9;
}

div.ratingRow.unrated div.productimgWrapper img{
  background: #fff;
  padding: 10px;
}

div.ratingRow.unrated div.productimgWrapper::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/vinobox/_assets/images/blob-overlay-unrated.png) 50% 50%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: auto 100%;
}

div.ratingRow.unrated .unratedLabel{
  display: inline-block;
}

div.radarChart svg{
  margin-top: -10px;
}

/* Add CTA to blob */

.sub-blob {
  height: 203px;
  width: 203px;
  bottom: 100px;
  right: 150px;
}

.sub-blob-text {
  top: 60px;
}

@media (max-width: 768px) {
  .sub-blob {
    font-size: 18px;
    top: -20px;
    right: 40px;
    height: 170px;
    width: 170px;
  }

  .sub-blob-text {
    line-height: 20px;
    top: 45px;
  }
}

#uitleg_slider {
  margin: 0 auto;
}

.lSSlideOuter .lSPager {
  margin-top: 25px !important;
}

.lSSlideOuter .lSPager.lSpg li a{
  background: #d88282 !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background: #ab1e1d !important;
  width: 25px;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,.lSSlideWrapper .lSFade{
  position:relative
}

.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{
  transition-timing-function:inherit!important;
  transition-duration:inherit!important
}

.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{
  clear:both
}

.lSSlideOuter{
  overflow:hidden;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.lightSlider:after,.lightSlider:before{
  content:" ";
  display:table
}

.lightSlider{
  overflow:hidden;
  margin:0
}

.lSSlideWrapper{
  max-width:100%;
  overflow:hidden
}

.lSSlideWrapper .lSSlide{
  transform:translate(0,0);
  -webkit-transition:all 1s;
  transition-property:transform,height
}

.lSSlideWrapper .lSFade>*{
  position:absolute!important;
  top:0;
  left:0;
  z-index:9;
  margin-right:0;
  width:100%
}

.lSSlideWrapper.usingCss .lSFade>*{
  opacity:0;
  transition-delay:0s;
  transition-property:opacity
}

.lSSlideWrapper .lSFade>.active{
  z-index:10
}

.lSSlideWrapper.usingCss .lSFade>.active{
  opacity:1
}

.lSSlideOuter .lSPager.lSpg{
  margin:10px 0 0;
  padding:0;
  text-align:center
}

.lSSlideOuter .lSPager.lSpg>li{
  cursor:pointer;
  display:inline-block;
  padding:0 5px
}

.lSSlideOuter .lSPager.lSpg>li a{
  background-color:#222;
  border-radius:30px;
  display:inline-block;
  height:8px;
  overflow:hidden;
  text-indent:-999em;
  width:8px;
  position:relative;
  z-index:99;
  transition:all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{
  background-color:#428bca
}

.lSSlideOuter .media{
  opacity:.8
}

.lSSlideOuter .media.active{
  opacity:1
}

.lSSlideOuter .lSPager.lSGallery{
  list-style:none;
  padding-left:0;
  margin:0;
  overflow:hidden;
  transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property:-moz-transform;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.lSSlideOuter .lSPager.lSGallery li{
  overflow:hidden;
  transition:border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{
  border-radius:5px
}

.lSSlideOuter .lSPager.lSGallery img{
  display:block;
  height:auto;
  max-width:100%
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{
  content:" ";
  display:table
}

.lSAction>a{
  width:32px;
  display:block;
  top:50%;
  height:32px;
  background-image:url(../img/controls.png);
  cursor:pointer;
  position:absolute;
  z-index:99;
  margin-top:-16px;
  opacity:.5;
  transition:opacity .35s linear 0s
}

.lSAction>a:hover{
  opacity:1
}

.lSAction>.lSPrev{
  background-position:0 0;
  left:10px
}

.lSAction>.lSNext{
  background-position:-32px 0;
  right:10px
}

.lSAction>a.disabled{
  pointer-events:none
}

.lSSlideOuter.vertical{
  position:relative
}

.lSSlideOuter.vertical.noPager{
  padding-right:0!important
}

.lSSlideOuter.vertical .lSGallery{
  position:absolute!important;
  right:0;
  top:0
}

.lSSlideOuter.vertical .lightSlider>*{
  width:100%!important;
  max-width:none!important
}

.lSSlideOuter.vertical .lSAction>a{
  left:50%;
  margin-left:-14px;
  margin-top:0
}

.lSSlideOuter.vertical .lSAction>.lSNext{
  background-position:31px -31px;
  bottom:10px;
  top:auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev{
  background-position:0 -31px;
  bottom:auto;
  top:10px
}

.lSSlideOuter.lSrtl{
  direction:rtl
}

.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{
  padding-left:0;
  list-style:none
}

.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{
  padding-right:0
}

.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{
  float:left
}

.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{
  float:right!important
}

@-webkit-keyframes rightEnd{
  0%,100%{
    left:0
  }

  50%{
    left:-15px
  }
}

@keyframes rightEnd{
  0%,100%{
    left:0
  }

  50%{
    left:-15px
  }
}

@-webkit-keyframes topEnd{
  0%,100%{
    top:0
  }

  50%{
    top:-15px
  }
}

@keyframes topEnd{
  0%,100%{
    top:0
  }

  50%{
    top:-15px
  }
}

@-webkit-keyframes leftEnd{
  0%,100%{
    left:0
  }

  50%{
    left:15px
  }
}

@keyframes leftEnd{
  0%,100%{
    left:0
  }

  50%{
    left:15px
  }
}

@-webkit-keyframes bottomEnd{
  0%,100%{
    bottom:0
  }

  50%{
    bottom:-15px
  }
}

@keyframes bottomEnd{
  0%,100%{
    bottom:0
  }

  50%{
    bottom:-15px
  }
}

.lSSlideOuter .rightEnd{
  -webkit-animation:rightEnd .3s;
  animation:rightEnd .3s;
  position:relative
}

.lSSlideOuter .leftEnd{
  -webkit-animation:leftEnd .3s;
  animation:leftEnd .3s;
  position:relative
}

.lSSlideOuter.vertical .rightEnd{
  -webkit-animation:topEnd .3s;
  animation:topEnd .3s;
  position:relative
}

.lSSlideOuter.vertical .leftEnd{
  -webkit-animation:bottomEnd .3s;
  animation:bottomEnd .3s;
  position:relative
}

.lSSlideOuter.lSrtl .rightEnd{
  -webkit-animation:leftEnd .3s;
  animation:leftEnd .3s;
  position:relative
}

.lSSlideOuter.lSrtl .leftEnd{
  -webkit-animation:rightEnd .3s;
  animation:rightEnd .3s;
  position:relative
}

.lightSlider.lsGrab>*{
  cursor:-webkit-grab;
  cursor:-o-grab;
  cursor:-ms-grab;
  cursor:grab
}

.lightSlider.lsGrabbing>*{
  cursor:move;
  cursor:-webkit-grabbing;
  cursor:-o-grabbing;
  cursor:-ms-grabbing;
  cursor:grabbing
}

.radarChartDesktop{
  height: auto !important;
}

.h-7 {
  height: 1.75rem !important;
}

.vb-quality.selected{
  background: #003A32 !important;
  color: #fff !important;
}

@media (min-width: 640px) {

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

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

  .sm\:ml-20 {
    margin-left: 5rem;
  }

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

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

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

  .sm\:max-w-lg {
    max-width: 32rem;
  }

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

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

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:static {
    position: static;
  }

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

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

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:float-right {
    float: right;
  }

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

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

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

  .md\:overflow-visible {
    overflow: visible;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}