@import url("https://fast.fonts.com/cssapi/3b1a4b63-dfac-43a2-864b-000717f99840.css");

@import url("fonts.css");

/*! tailwindcss v2.1.0 | 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='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: #e5e5e5; /* 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: #a3a3a3;
}

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

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

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='month'],[type='search'],[type='tel'],[type='time'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + 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);
  border-color: #2563eb;
}

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

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

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

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

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

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

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

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

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

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

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

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 201, 203, var(--tw-bg-opacity));
}

.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgba(77, 168, 177, var(--tw-bg-opacity));
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 130, 144, var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 125, var(--tw-border-opacity));
}

.border-teal{
  --tw-border-opacity: 1;
  border-color: rgba(0, 130, 144, var(--tw-border-opacity));
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

.rounded-2xl{
  border-radius: 1rem;
}

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

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-9{
  height: 2.25rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

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

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

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

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

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

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

.leading-7{
  line-height: 1.75rem;
}

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

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

.m-0{
  margin: 0px;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10{
  margin-left: 2.5rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.max-h-96{
  max-height: 24rem;
}

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

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

.max-w-screen-lg{
  max-width: 1024px;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.p-1{
  padding: 0.25rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-10{
  padding: 2.5rem;
}

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 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;
}

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

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

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

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

.pt-0\.5{
  padding-top: 0.125rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.top-2{
  top: 0.5rem;
}

.right-4{
  right: 1rem;
}

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

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px 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-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-2{
  --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);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-red-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 160, 164, var(--tw-ring-opacity));
}

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

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

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

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

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

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

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

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

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(192, 47, 55, var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgba(192, 47, 55, var(--tw-text-opacity));
}

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

.uppercase{
  text-transform: uppercase;
}

.underline{
  text-decoration: underline;
}

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

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

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

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

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

.visible{
  visibility: visible;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-24{
  width: 6rem;
}

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

.w-3\/4{
  width: 75%;
}

.w-full{
  width: 100%;
}

.w-min{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

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

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

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

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

.grid-cols-2{
  grid-template-columns: repeat(2, 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));
}

.transition-all{
  transition-property: all;
  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-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur{
  --tw-blur: blur(8px);
}

.secondary-font {
  font-family: "Century Gothic","Century Gothic W01",Futura,"Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

.focus-ring-teal:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

html {
  font-size: 16px;
  font-size: 90%; /* 12px on mobile */
  min-width: 320px;
  font-family: "Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

html.mobile {
  font-size: 80%;
}

@media (min-width: 30em) {
  /* 30*16px = 480px */

  html {
    font-size: 100%; /* 16px on tablet / desktop */
  }
}

body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset; /* Prevent ugly Chrome autofill bg colour */
}

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

.link:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 98, 108, var(--tw-text-opacity));
}

/* Buttons */

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

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

.btn{
  --tw-border-opacity: 1;
  border-color: rgba(0, 130, 144, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 2.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  font-family: "Century Gothic","Century Gothic W01",Futura,"Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

.btn:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

.btn:not(.btn-full) {
  max-width: 270px;
}

.btn:not(.btn-mb0) {
  margin-bottom: 1.75rem;
}

.btn:active, .btn:hover:active {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 244, var(--tw-bg-opacity));
  --tw-ring-offset-width: 2px;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn.processing {
  cursor: not-allowed;
  align-items: center;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:not(.btn-solid).processing svg {
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
}

.btn-solid {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 130, 144, var(--tw-bg-opacity));
}

.btn-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 117, 130, var(--tw-bg-opacity));
}

.btn-solid{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.btn-solid:active, .btn-solid:hover:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 98, 108, var(--tw-bg-opacity));
}

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

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

.modal .modal-btn{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  border-top-width: 2px;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  font-family: "Century Gothic","Century Gothic W01",Futura,"Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

.modal .modal-btn:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

.modal .modal-btn:active, .modal .modal-btn:hover:active {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 244, var(--tw-bg-opacity));
  --tw-ring-offset-width: 1px;
}

.modal .modal-btn.affirmative {
  font-weight: 600;
}

.modal .modal-btn:not(:first-child) {
  border-left-width: 2px;
}

.btn-info {
  height: 2.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  max-width: none;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  position: relative;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.025em;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-family: "Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

.btn-info:after {
  content: 'i';
  transform: translateY(65%);
  font-size: 0.6rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 130, 144, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  height: 1rem;
  position: absolute;
  top: 0px;
  right: 0.5rem;
  text-align: center;
  width: 1rem;
}

.btn-link {
  height: 2.75rem;
  margin-bottom: 0.75rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
}

.btn-link:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 98, 108, var(--tw-text-opacity));
  text-decoration: underline;
}

/* Radio Groups */

.btn-radio-group {
  width: 100%;
}

.btn-radio-group.horizontal > :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)));
}

.btn-radio-group.horizontal{
  display: flex;
  width: 100%; /*sm:max-w-xs; if we want to cap the field widths */
}

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

.btn-radio-group input[type=radio] {
  display: none;
}

.btn-radio-group input[type=radio] + label {
  min-width: 60px;
  min-height: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn-radio-group input[type=radio] + label:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 249, var(--tw-bg-opacity));
}

.btn-radio-group input[type=radio] + label{
  --tw-border-opacity: 1;
  border-color: rgba(0, 130, 144, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
  letter-spacing: 0.025em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-family: "Century Gothic","Century Gothic W01",Futura,"Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

.btn-radio-group input[type=radio] + label:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .btn-radio-group input[type=radio] + label{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.btn-checkbox-group .checkbox-group {
  margin-top: 8px;
  min-width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn-checkbox-group .checkbox-group:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 249, var(--tw-bg-opacity));
}

.btn-checkbox-group .checkbox-group{
  --tw-border-opacity: 1;
  border-color: rgba(0, 130, 144, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
  letter-spacing: 0.025em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-family: "Century Gothic","Century Gothic W01",Futura,"Open Sans",Arial,Helvetica,Tahoma,Sans-Serif;
}

.btn-checkbox-group .checkbox-group:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

.btn-radio-group input[type=radio]:checked + label, .btn-checkbox-group .checkbox-group.checkbox-checked{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 130, 144, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 100ms;
}

.btn-radio-group input[type=radio] + label:active, .btn-radio-group input[type=radio] + label:hover:active, .btn-checkbox-group .checkbox-group.checkbox-checked:active, .btn-checkbox-group .checkbox-group.checkbox-checked:hover:active{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 244, var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .btn-radio-group input[type=radio] + label {
    min-height: 2.75rem;
  }
}

/* Forms */

form {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
}

label {
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

label.optional:after {
  content: '(optional)';
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):focus, select:focus, textarea:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 249, var(--tw-bg-opacity));
}

input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):hover, select:hover, textarea:hover{
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea{
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  display: block;
  height: 2.75rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):focus, select:focus, textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea{
  width: 100%; /*sm:max-w-xs; if we want to cap the field widths */
}

option {
  background-color: white !important;
}

input[type=checkbox] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 130, 144, var(--tw-border-opacity));
}

input[type=checkbox]:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 98, 108, var(--tw-border-opacity));
}

input[type=checkbox]{
  border-radius: 0.25rem;
  cursor: pointer;
  height: 2rem;
  margin-right: 0.75rem;
  width: 2rem;
  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;
}

input[type=checkbox]:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 205, 211, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 224, 227, var(--tw-ring-opacity));
}

input[type=checkbox]:checked {
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
}

input[type=checkbox] + label {
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 0.75rem;
  max-width: 24rem;
}

.btn-checkbox-group .checkbox-group input[type=checkbox] + label {
  padding-top: 6px;
  min-width: 60px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

.btn-checkbox-group input[type=text] {
  margin-top:8px;
}

.field {
  margin-bottom: 1.75rem;
}

.field input.invalid, .field select.invalid, .field textarea.invalid {
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 125, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 160, 164, var(--tw-ring-opacity));
}

.field input[dirty]:not([type=checkbox]):not([type=radio]):not([type=password]).valid + .valid-tick, .field textarea[dirty].valid + .valid-tick {
  background-image: url('../images/tick-teal.png');
  margin-top: -1.8rem;
  background-size: cover;
  display: inline;
  float: right;
  height: 1rem;
  margin-right: 0.75rem;
  opacity: 1;
  position: relative;
  width: 1rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.field input.invalid + .valid-tick, .field select.invalid + .valid-tick, .field textarea.invalid + .valid-tick {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.field small {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.field ul.validation {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(192, 47, 55, var(--tw-text-opacity));
}

.field ul.validation li {
  display: flex;
  align-items: center;
}

.field ul.validation li:before {
  content: '\00d7';
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
}

.unselectable {
  pointer-events: none;
  filter: opacity(0.6);
}

div.password {
  position: relative;
  width: 100%; /*sm:max-w-xs; if we want to cap the field widths */
}

div.password input {
  padding-right: 3.5rem;
}

div.password span:after {
  content: attr(data-content);
  transform: translateY(53%);
  font-size: 0.6rem;
  cursor: pointer;
  font-weight: 700;
  height: 2rem;
  position: absolute;
  top: 0px;
  right: 0.875rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(0, 130, 144, var(--tw-text-opacity));
  width: 2rem;
}

/* Modals */

.modal p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.modal .modal-body br {
  content: '';
  display: block;
  margin-bottom: 1rem;
}

.modal .modal-body img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.progress-current {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 130, 144, var(--tw-bg-opacity));
  background: linear-gradient(90deg, #008290 73%, #d4d4d4 33%);
}

.footer-icons {
  margin: 0 auto;
}

.footer-icons img {
  height: 63px;
}

.footer-icons img.img1 {
  float: right;
  margin-right: 15px;
}

.footer-icons img.img2 {
  float: left;
}

#card p:not(:last-child) {
  margin-bottom: 1rem;
}

.list-disc {
  padding-left:20px;
}

.list-disc li {
  margin-bottom: 5px;
}

#TsAndCsBody {
  font-size: 14px;
}

#TsAndCsBody a {
  color: rgb(0, 130, 144);
}

#TsAndCsBody h1 a {
  color: initial;
}

#TsAndCsBody h1 {
  font-weight: bold;
  font-size: large;
  margin-bottom: 5px;
}

.promotion {
  max-width: 350px;
}

.promotion .banner {
  aspect-ratio: auto 350 / 75;
}

.promotion summary span {
  flex-grow: 1;
}

.promotion summary::-webkit-details-marker{
  display: none;
}

.promotion summary::after {
  content: url('data:image/svg+xml;utf8,<svg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.93555 9.99805C9.79883 9.99805 9.66895 9.9707 9.5459 9.91602C9.42741 9.86589 9.31348 9.78385 9.2041 9.66992L4.05664 4.41309C3.88346 4.23535 3.79688 4.01888 3.79688 3.76367C3.79688 3.59961 3.83789 3.44694 3.91992 3.30566C4.00195 3.16439 4.11133 3.05046 4.24805 2.96387C4.38477 2.88184 4.53971 2.84082 4.71289 2.84082C4.96354 2.84082 5.18685 2.93652 5.38281 3.12793L9.93555 7.81055L14.4883 3.12793C14.6797 2.93652 14.903 2.84082 15.1582 2.84082C15.3268 2.84082 15.4795 2.88184 15.6162 2.96387C15.7575 3.05046 15.8691 3.16439 15.9512 3.30566C16.0332 3.44694 16.0742 3.59961 16.0742 3.76367C16.0742 4.01888 15.9876 4.23535 15.8145 4.41309L10.667 9.66992C10.5576 9.7793 10.4437 9.86133 10.3252 9.91602C10.2067 9.9707 10.0768 9.99805 9.93555 9.99805Z" fill="white"/></svg>');
}

.promotion details[open] summary::after {
  content: url('data:image/svg+xml;utf8,<svg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.06445 1.00195C9.20117 1.00195 9.33105 1.0293 9.4541 1.08398C9.57259 1.13411 9.68652 1.21615 9.7959 1.33008L14.9434 6.58691C15.1165 6.76465 15.2031 6.98112 15.2031 7.23633C15.2031 7.40039 15.1621 7.55306 15.0801 7.69434C14.998 7.83561 14.8887 7.94954 14.752 8.03613C14.6152 8.11816 14.4603 8.15918 14.2871 8.15918C14.0365 8.15918 13.8132 8.06348 13.6172 7.87207L9.06445 3.18945L4.51172 7.87207C4.32031 8.06348 4.09701 8.15918 3.8418 8.15918C3.67318 8.15918 3.52051 8.11816 3.38379 8.03613C3.24251 7.94954 3.13086 7.83561 3.04883 7.69434C2.9668 7.55306 2.92578 7.40039 2.92578 7.23633C2.92578 6.98112 3.01237 6.76465 3.18555 6.58691L8.33301 1.33008C8.44238 1.2207 8.55632 1.13867 8.6748 1.08398C8.79329 1.0293 8.92318 1.00195 9.06445 1.00195Z" fill="white"/></svg>');
}

.promotion details.empty summary {
  cursor: auto;
}

.promotion details.empty summary::after {
  display: none;
}

@media (min-width: 400px){
  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .xs\:flex{
    display: flex;
  }

  .xs\:w-28{
    width: 7rem;
  }

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

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 400px){
    .sm\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

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

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

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

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }
}

@media (min-width: 768px){
  .md\:inline{
    display: inline;
  }

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

  .md\:max-w-xl{
    max-width: 36rem;
  }
}

@media (min-width: 1024px){
  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

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

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}
