@import url(https://rsms.me/inter/inter.css);@charset "UTF-8";
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: -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"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #a0aec0;
  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;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']: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: #3182ce;
  --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 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #3182ce;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #a0aec0;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
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='%23a0aec0' 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;
  -webkit-background-size: 1.5em 1.5em;
          background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  -webkit-background-size: initial initial;
          background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-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;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #3182ce;
  background-color: #fff;
  border-color: #a0aec0;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[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: #3182ce;
  --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 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  -webkit-background-size: 100% 100%;
          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;
  -webkit-background-size: 100% 100%;
          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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(66 153 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
[x-cloak] { display: none; }
.main-menu > * {
    font-family: 'Inter', sans-serif !important;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.label{
  display: inline;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
}
.label ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
/*
 * Our Utilities
 */
.text-twitter {color: #1da1f2;}
.text-whatsapp {color: #1bd741;}
.text-facebook {color: #3b5998;}
.text-facebook-messenger {color: #0084ff;}
.list-reset	{list-style: none !important; padding: 0 !important; }
/* override styles when printing */
@media print {

  .navbar {
    display: block !important; /** bootstrap hides this,  we'd like our logo on top */
    height: auto !important;
  }


  .header {
      margin-bottom: 0px !important;
  }

  .navbar-left {
    width:200px !important;
  }

  .navbar-left:after, .profile-image a:after {content: none !important;}

  .page-footer {
      background-color: #FFF !important;
      color: #000 !important;
  }

  .page-footer div.border-t {

      border: 0px !important;
  }

  .text-2xs {
    font-size: 1em !important;
  }

  .profile-header--info-wrapper .button,
  nav ol,
  .seen-in,
  .register-today,
  .page-footer .columns,
  .share-links,
  .navbar-right,
  .search-form
  {
    display:none !important;
  }
}
/*
 * Our aim is to now get this file as small as possible. 
 *
 * Developers should always try and use the utilities provided by the Tailwind
 * CSS build by default. If some sort of abstraction seems appropriate, consider
 * other techniques such as server side includes/functions or client side
 * components as the means of reuse before creating custom components etc..
 *
 * Any actual custom components would probably be best kept in main.css
 */
* {
    border: 0 solid #dae1e7;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
    font-size:18px;
}
.resp-only {
    display:none;
}
.shadow-solid {
    -webkit-box-shadow: 0 0 0 2px currentColor;
            box-shadow: 0 0 0 2px currentColor;
}
/* 
 * Background images
 *
 * These don't really work with utlity based css (unless you want the gradients,
 * they're cool), so we bunch them together here from now on
 */
.bg-img-footer {
	background: transparent bottom right url(/assets/img/footer_background.de2b0f32e131d011ba7abd0639c7760b.png);
	background-repeat:no-repeat;
    -webkit-background-size: 200px 200px;
            background-size: 200px;
}
/* -------------------------------- */
/* PAGE ELEMENTS 					*/
/* -------------------------------- */
/* Top Section	  					*/
.svg-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-self: center;
          align-self: center;
  position: relative;
  height: 1em;
  width: 1em;
}
.svg-icon svg {
  height:1em;
  width:1em;
}
.svg-icon.svg-baseline svg {
  bottom: -0.125em;
  position: absolute;
}
/* -------------------------------- */
/* CENTER							*/
.main-content ol {
        list-style: decimal outside;
        padding-left:2em;
    }
.main-content ol li {
        margin-bottom:5px;
    }
.main-content h2 {
		font-size:20px;
		letter-spacing:-1px;
		font-weight:bold;
		margin-top:10px;
	}
/*-FORM ELEMENTS-*/
.main-content strong {
		font-weight:bold;
	}
div.success {
		margin:10px 0px;
		padding:5px 20px;
		background: #B7E7B7;
		border-top: 2px solid #92DB92;
		border-bottom: 3px solid #92DB92;
		color: #008e00;
	}
.main-content div.success img {
		float:left;
		position:relative;
		top:7px;
		left:-2px;
	}
div.errors {
		margin:10px 0px;
		padding:10px 20px;
		background: #FFBABA;
		border-top: 2px solid #FF7878;
		border-bottom: 3px solid #FF7878;
		color:#990000;
	}
.main-content div.errors p {
		margin:0px;
		padding:0px;
		font-weight:bold;
	}
.main-content div.errors ul {
		margin-top:4px;
		list-style:circle;
		margin-left:40px;
	}
.main-content .notice, div.notice {
		margin:10px 0px;
		padding:5px 20px;
		background:#C9D2E6;
		border-top:2px solid #A8B6D7;
		border-bottom:3px solid #A8B6D7;
		color:#8E99AC;
	}
.main-content p.notice label {
		font-weight:bold;
	}
.main-content p.notice input, .main-content p.notice select {
		border:2px solid #A8B6D7;
		padding:2px;
        font-size: 12px;
	}
.main-content h5 a {
		color:#5C879E;
	}
div.success p {
    margin: 10px 15px 10px 0;
    line-height: 1.5;
    font-size:14px;
}
div.success img {
    float:left;
    position:relative;
    top:10px;
    left:-5px;
}
/*----- ADVANCED SEARCH -----*/
.advanced-search .advanced-search-form .tags label {
    background: url(/assets/img/tick-grey.960599403732847d7027d2d746bcac10.png) no-repeat top left;
    -webkit-background-size: 20px 20px;
            background-size: 20px;
}
.advanced-search .advanced-search-form .tags input:checked + label {
    background-image: url(/assets/img/tick-green.ce9b7afd8efc64b298bd72aa08bdd43d.png);
}
/*----- SCHOOL PROFILE -----*/
.main-content .ratings {
    list-style-type: none;
}
.main-content .ratings .rating {
    margin-right:10px;
    vertical-align: text-top;
}
.school-provider-filter p {
    float:left;
    display:block;
    font-size: 11px;
    line-height: 18px;
    margin:10px 10px 10px 0px !important;
}
.school-provider-filter ul {
    margin:5px 15px 10px 0px;
}
.school-provider-filter ul li {
    font-size: 11px;
    line-height: 18px;
    list-style: none;
    float:left;
    margin-right:10px;
}
.school-provider-filter {
    text-align:right;
}
.provide-for-school-buttons form {
    float:left; 
}
.provide-for-school-buttons-container,
.school-provider-container {
    margin-bottom: 20px;
}
/*----- PROFILE -----*/
.boty-winner {
    margin-top: 10px;
    margin-bottom: 10px;
}
.boty-winner img {
    width: 100%;
}
.alert-block p {
    margin: 0px;
}
.profile {
    font-size: 14px;
    position:relative;
}
li .star-rating {
    vertical-align: baseline;
}
p .star-rating {
    vertical-align:text-top;
}
.profile .star-rating {
    vertical-align:middle;
}
.profile .flag {
}
.profile p {
    font-size: 14px;
    line-height:24px;
}
.main-content .profile ul {
    margin-left:20px;

}
.profile .meta {
    border-top: 1px solid #c6c6c6;
    padding-top:6px;
    margin-bottom:18px;
    text-align:right;
}
.profile .meta a {
    text-decoration: none;
    color: #CD4E78;
}
.profile .meta a:hover {
    text-decoration: underline;
}
.profile .documents {
    margin-left:0px;
}
.profile .documents .document {
    list-style-type: none;
    -webkit-background-size:24px 24px;
            background-size:24px;
    padding: 5px 0px 5px 0px;
    line-height: 2em;
}
.profile .documents .document .documents-held__icon {
    margin-right:10px;
}
.reviews .review {
    margin-bottom: 24px;
}
.reviews .title {
	color:#3A98A2;
    padding-bottom:4px;
    border-bottom: 1px solid #3b579d;
    margin-bottom:20px;
}
.reviews .title h4 {
	color:#3A98A2;
	font-weight:bold;
	font-size:20px;
	float:left;
}
.reviews .title img {
    float:right;
}
.profile-footer.actions a.button,
.profile-footer.actions input.button,
.profile-footer.actions button.button,
.profile.unavailable .actions a.button,
.profile.unavailable .actions input.button,
.profile.unavailable .actions button.button {
    margin-left:0px;
    margin-right:10px;
    margin-bottom:10px;
    font-size:16px;
    display:block;
    float:left;
}
.button-link
{
    border-color: white !important;
    -webkit-box-shadow: 0px 0px 0px 0px !important;
            box-shadow: 0px 0px 0px 0px !important;
}
.profile.unavailable .actions {
    margin-bottom:12px;
}
.main-content ul {
		list-style-type: disc;
		margin-left: 13px;
	}
.highlight {
	color: #8ECF6B;
}
div.profile div.meta {
    clear:left;
}
div.meta {
    margin:5px 0px;
}
div.meta div.buttons {
    float:left;
}
div.meta div.pagination {
	text-align: right;
    float:right;
}
div.meta div.buttons div {
    display:block;
    float:left;
    margin-right:5px;
}
/*----- @see nicolasgallagher.com/micro-clearfix-hack/ -----*/
.cf {
	zoom:1;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/*----- MISC -----*/
/** @see http://csswizardry.com/inuitcss/ */
.accessibility{
    /* Hide content off-screen without hiding from screen-readers. N.B. This is not
     * suited to RTL languages */
    position:absolute;
    left:-99999px;
}
/*----- SEARCH RESULTS -----*/
.search-result .info {
    float:left;
    width:49%;
	font-size:14px;
	line-height:22px;
    font-weight: bold;
}
.search-result {
	font-size:18px;
	width:660px;
	border-bottom:1px solid #3b579d;
    padding-bottom:24px;
    padding-top:24px;
    position: relative;
}
input.cta.arrow {
    background-image: url(/assets/img/green_arrow_right_16x16.5bd5df163b895a0d38f4efb5890e0636.png);
    background-repeat:no-repeat;
    background-position:96% center;
    padding-right:30px !important;
}
input.cta.arrow.primary,
input.cta.arrow.highlight {
    background-image: url(/assets/img/white_arrow_right_16x16.41bfcb31ae9ece056e2ad1acd8232145.png);
}
input.cta.arrow:hover {
    background-image: url(/assets/img/white_arrow_right_16x16.41bfcb31ae9ece056e2ad1acd8232145.png);
}
input[type="submit"],
input[type="button"].button,
a.button,
label.button,
button.button {
	margin: 0 10px 0px 0px;
	border-radius:5px;
    padding:5px 20px;
	border:2px solid #899ac4;
	color:#3b579d;
	font-weight:bold;
	background-color:white;
	text-decoration:none;
    line-height:24px;
    text-align:center;
    font-size: 18px;
    vertical-align:middle;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);
}
input[type="submit"]:hover,
a.button:hover,
label.button:hover,
button.button:hover {
	color:white;
    cursor:pointer;
	border:2px solid #899ac4;
	background-color:#3b579d;
}
input[type="submit"].warning, 
a.button.warning,
label.button.warning,
button.button.warning {
    color: #F00;
    border-color: #F00;
}
input[type="submit"].warning:hover, 
a.button.warning:hover,
label.button.warning:hover,
button.button.warning:hover {
    color: #FFF;
    background-color: #F00;
}
input[type="submit"].primary, 
a.button.primary,
label.button.primary,
button.button.primary,
input[type="submit"].highlight, 
a.button.highlight,
label.button.highlight,
button.button.highlight {
	border:2px solid #899ac4;
	background-color:#3b579d;
	color:white;
}
input[type="submit"].primary:hover,
a.button.primary:hover,
label.button.primary:hover,
button.button.primary:hover,
input[type="submit"].highlight:hover,
a.button.highlight:hover,
label.button.highlight:hover,
button.button.highlight:hover {
	border:2px solid #899ac4;
	background-color:#23345e;
}
input[type="submit"].small,
a.button.small,
label.button.small,
button.button.small {
    padding: 2px 10px;
}
input[type="submit"].large,
a.button.large,
label.button.large,
button.button.large {
    padding: 6px 10px;
    font-size: 18px;
}
.search-result div.col.left {
	float:left;
	width:140px;
    margin-left:11px;
    margin-right:11px;
    background:#EEEEEE;
}
.profile-image-wrapper {
    padding-bottom:10px;
}
.profile-image {
    width:100%;
    background-color: transparent;
    padding: 0px;
    height: auto;
    margin:0px auto 10px 0px;
    border-radius:9999px;
    -webkit-box-shadow: inset 0 0 10px 0px rgb(0, 0, 0, 0.1);
            box-shadow: inset 0 0 10px 0px rgb(0, 0, 0, 0.1);
    position:relative;
}
.profile-image img {
    /**
     * Height is tricky as we still have some images that are not square,
     * so look in the js for Childcare.Profile.forceSquareProfileImages, that is
     * attached to the resize event. I'm sorry.
     */
    height:100%;
    width:100%;
    display:block;
    margin: 0px auto;
    border-radius:9999px;
    /** We have a box-shadow on the surrounding div */
    position: relative;
    z-index: -5;
}
.profile-image-inline {
    display: inline-block;
    height: 36px;
    width: 36px;
    vertical-align:middle;
    padding: 0px;
    margin: 0px;
}
.search-result div.col.center {
	float:left;
	width:486px;
}
.search-result .school-name {
    float:left;
	padding-left:10px;
    width: 300px;
}
.documents-held__icon {
    display: inline-block;
	fill: #3b579d;
    vertical-align:middle;
}
.media .meta {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.9em;
    text-align:right;
}
.media .meta .btn {
    margin-bottom:2px;
}
.media.conversation-header {
    cursor: pointer;
    border-bottom: 1px solid #DDD;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}
.media.conversation-header * {
    cursor: pointer;
}
.media.conversation-header .meta {
    padding:3px 5px 0px 0px;
}
.main-content .conversation-header.unread .preview {
    font-weight:bold;
}
.main-content .conversation-header h3,
.main-content .favourite h3 {
    font-size:15px;
    font-weight:bold;
    color:#FA7980;
    letter-spacing:-1px;
    padding-bottom:1px;
    margin-top:0px;
}
.main-content .favourite h3 {
    margin-bottom: 6px;
}
.main-content .favourite input {
    margin-left:0px;
}
.main-content .conversation-contact h1 {
    font-size: 20px;
    letter-spacing:0;
    margin:0px 0px;
}
.main-content .conversation-contact h2 {
    font-size: 14px;
    letter-spacing:0;
}
.main-content .conversation-contact {
}
/**
 * We have to move this out of the conversation-contact as it is overflow:hidden
 *
 * It's position absolutely by some javascript, except in the responsive layout,
 * where it's relative and spans the screen
 */
.conversation-contact .profile-image {
    height: 50px;
    width: 50px;
    margin:0px auto 10px auto;
}
/*----- CONVERSATIONS -----*/
.conversation.media {
    margin-bottom:20px;
}
textarea::-webkit-input-placeholder {
    -webkit-text-decoration: italic;
            text-decoration: italic;
}
.conversation .profile-image,
.facebook-friends-activity .profile-image {
    height: 30px;
    width: 30px;
}
.conversation-header .profile-image,
.favourite .profile-image {
    height: 50px;
    width: 50px;
    margin:0px auto 10px auto;
}
.conversation-header .profile-image img,
.favourite .profile-image img {
    height: 50px;
    width: 50px;
}
.conversation .day,
.facebook-friends-activity-feed .day {
    font-size:95%;
    color:#CCC;
    text-align:center;
    border-bottom:1px solid #EEE;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.conversation .message .bubble,
.feed .bubble {
    margin:0px 0px 10px 0px;
    width:auto;
    font-weight:normal;
    font-size:100%;
    border: 0;
}
.conversation .message.left .bubble,
.feed .bubble {
    margin-right:100px;
    margin-left:10px;
    background-color: #D4E6B8;
    background: -webkit-linear-gradient(#D4E6B8, #D4E6B8) repeat scroll 0 0 transparent;
}
.conversation .message .bubble p {
    font-size:12px;
}
.conversation .message.right .bubble {
    background-color: #CCD5ED;
    background: -webkit-linear-gradient(#CCD5ED, #CCD5ED) repeat scroll 0 0 transparent;
    margin-left:100px;
    margin-right:10px;
}
.conversation .message .message-details {
    font-size:90%;
}
.conversation .message.left .message-details {
    margin-left:10px;
}
.conversation .message.right .message-details {
    margin-right:10px;
    text-align:right;
}
.conversation .message .bubble:after,
.feed .bubble:after {
    left: -10px;
    right: auto;
    top:5px;
    border-color: #D4E6B8 transparent;
}
.conversation .message.right .bubble:after {
    left: auto;
    right: -10px;
    bottom:20px;
    float:right;
    border-color: #CCD5ED transparent;
}
.conversation .message.new {
    margin-top:20px;
    margin-bottom:20px;
    margin-right:100px;
    border-top:1px solid #EEE;
    padding-top:10px;
}
.conversation .message textarea {
    width:100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:10px;
    padding:5px;
}
.conversation .message.new .buttons a.button, 
.conversation .message.new .buttons input {
    display:block;
    float:left;
    margin-left:0px;
}
/** -- Speech bubbles, see http://nicolasgallagher.com/pure-css-speech-bubbles/demo/ */
.review.right .bubble {
    float:right;
}
.right .bubble {
    background-color: #b4db74;
    background: -webkit-linear-gradient(#bddf84, #b4db74) repeat scroll 0 0 transparent;
}
.bubble {
    width: 65%;
    font-weight:bold;
    font-size:105%;
}
.right .bubble:after {
    border-color: #b4db74 transparent;
    left:auto;
    right: 50px;
}
.bubble {
    background-color: #b3bedc;
    background: -webkit-linear-gradient(#b8c4de, #b3bedc) repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    margin: 1em 0 1.5em;
    padding: 5px 10px 5px 10px;
    position: relative;
}
.bubble:after {
    border-color: #b3bedc transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}
div.moderation-help {
    position:fixed;
    right:0px;
    width:140px;
}
.checkout__voucher-form button {
    width:100%;
    margin: 0 auto 10px;
}
.checkout input.small {
    width: 130px;
    margin:0px 5px;
}
.checkout-payment-option button {
    width: 250px;
    margin-right: 0px;
}
.checkout-payment-option {
    text-align:right;
    margin:20px 0px;
}
.btn.cta.arrow {
    background-image: url(/assets/img/arrow_right_16x16.41bfcb31ae9ece056e2ad1acd8232145.png) ;
    background-repeat:no-repeat;
    background-position:96% center;
    padding-right:30px;
}
.checkout-payment-option .btn {
    margin:0px 0px 0px 10px; width:290px;text-align:center;font-size:160%;font-weight:bold;
}
.checkout-payment-option img {
    margin: 0px 10px 10px 0px;
}
.checkout-gocardless img {
}
/* ====== media ====== */
/* really need to replace all markup with bootstrap version */
.media {position:relative;}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}
/**************** AVAILABILITY TABLE ****************/
table.availability {
    width: 100%;
    margin-bottom:20px;
    table-layout: fixed;
    border-collapse:collapse;
}
table.availability thead th {
	background: #899ac4;
    color:white;
}
table.availability tbody tr:nth-child(even) {
    
    background-color: #F1F8F9;
}
table.availability tr td,
table.availability tr th
{
    padding: 3px;
    height: 30px;
    text-align:center;
    border: 1px solid #899ac4;
	fill: #899ac4;
}
table.availability tr th.time {
    width: 30%;
}
table.availability tr th.day
{
    width: 10%;
    white-space:nowrap;
    overflow:hidden;
}
table.availability tr td {
    background: transparent url(/assets/img/faint_red_cross.5b2d445c154919564b04ea7dbe603b94.png) center center no-repeat;
    -webkit-background-size:20px 20px;
            background-size:20px;
    font-weight:bold;
}
table.availability--form tr td {
    background: none;
    -webkit-background-size:20px 20px;
            background-size:20px;
    font-weight:bold;
}
table.availability tr td.positive {
    background: transparent url(/assets/img/tick-green.ce9b7afd8efc64b298bd72aa08bdd43d.png) center center no-repeat;
    -webkit-background-size:20px 20px;
            background-size:20px;
}
table.availability tfoot td.last-updated {
    background: none;
}
.alert-prominent {
    font-size: 13px;
}
.alert hr {
    margin-top:10px;
    margin-bottom:10px;
}
p.alert {
    margin-right:0px;
}
.alert-heading {
  color: inherit;
}
/**
 * /upgrade
 */
.content {
    padding-bottom:20px;
}
.popup-footer p {
	font-size:13px;
}
.page-footer a {
	text-decoration:none;
	color:white;
}
.page-footer a:hover {
	text-decoration:underline;
}
/**
 * Style above overrides the utilities, so we override here 
 */
.page-footer .hover\:no-underline:hover {
	text-decoration:none;
}
.page-footer .social {
	margin-top:20px;
	margin-bottom:20px;
	font-size:19px;
	font-weight:bold;
	letter-spacing:-1px;
}
.page-footer .social li {
	margin-top:8px;
}
.page-footer .column li {
    font-size: 14px;
    line-height: 24px;
}
.page-footer .column em {
	font-size:19px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:44px;
}
.page-footer p {
    font-size: 14px;
    line-height: 24px;
}
.cms-page {
    margin-bottom: 48px;
}
.cms-page ul {
    margin-left: 20px;
}
.cms-page p,
.cms-page ul li,
.cms-page ol li
{
    font-size: 18px;
}
.cms-page ul.paragraphs li {
    margin: 10px 0px 10px 0px;
}
.cms-page table tr td, .cms-page table tr th {
    border: 1px solid #ccc;
    padding:3px 3px;
}
.cms-page table tr th {
    font-weight:bold;
}
.cms-page h1  {
    font-size:40px;
    letter-spacing:-2px;    
    margin-top:0px;
}
.cms-page img {
    display: inline-block !important;
}
.recurly .footer {
    float: none;
    background-color: transparent;
    border-radius: 0px;
    background-image: none;
}
/* --------------------------------------------------*/
/*  Anything that's not structure/generic            */
/* --------------------------------------------------*/
.topnav {
    height:30px;
    padding-left:10px;
}
.topnav li {
    margin:0 6px;
	padding-top:1px;
    float:left;
}
.topnav a {
    display:block;
    line-height:28px;
    color:#FFFFFF;
    text-decoration:none;
}
.topnav a:hover {
	text-decoration:underline;
}
.no-top-nav .topnav {
    display:none;
}
.main-content {
    color:#707578;
}
.main-content h2.long {
    font-size:20px;
}
.main-content h2 {
    font-size:20px;
    letter-spacing:-1px;
    font-weight:bold;
    color: #CD3D70;
    fill: #CD3D70;
    margin-top:10px;
}
ul {
	font-size:16px;
    margin-bottom:12px;
}
li {
    line-height:1.5;
}
p {
	font-size:18px;
    line-height: 26px;
    margin: 0 0 18px; 
}
a {
    color:#006699;
    text-decoration: underline;
}
form {
    font-size: 14px;
}
.alert-block>p {
    margin-bottom: 0;
}
h2, .beta {
    font-size:40px;
    line-height:1.5;
    color: #CD3D70;
    fill: #CD3D70;
    font-weight:bold;
    letter-spacing:-2px;    
    margin-bottom:12px;
    margin-top:0px;
}
h3 {
	font-size:30px;
	color:#FA777F;
	fill:#FA777F;
	margin-bottom:12px;
}
h4,
h4 a {
	font-size:24px;
	color:#cd4e78;
	fill:#cd4e78;
    letter-spacing:1;
	margin-bottom:12px;
}
h5,
h5 a {
	font-size:18px;
	color:#cd4e78;
	fill:#cd4e78;
    letter-spacing:1;
	margin-bottom:12px;
}
.profile-title {
    font-size:40px;
    letter-spacing:-2px;
}
.voucher-tool__errors {
    text-align:center;
}
.voucher-tool__errors li {
    list-style:none;
}
.list {
	color:#CD4E78;
	font-size:18px;
	padding-left:30px;
	line-height:30px;
	background-image:url(/assets/img/tick_todo.977374630d91b3847ac236896de9c590.png);
	background-repeat:no-repeat;
	-webkit-background-size:20px 20px;
	        background-size:20px;
	background-position:left center;
}
.list a {
	text-decoration:none;
	color:#CD4E78;
}
.list a:hover {
	color:#333333;
}
.list:hover {
	background-image:url(/assets/img/tick_highlight.f09f3eef363d49faf594ac4e76e9c78f.png);
}
.done:hover {
		background-image:url(/assets/img/tick_done.686d7d7a471b1ea79015b3aee75abd77.png);
}
.done {
	background-image:url(/assets/img/tick_done.686d7d7a471b1ea79015b3aee75abd77.png);
}
.member-home h2 {
	padding-top:30px;
	text-transform:none;
	font-size:30px;
	margin-bottom:20px;
}
.member-home p a {
	text-decoration:none;
	color:#CD4E78;
}
.member-home p a:hover {
	text-decoration:underline;
	font-weight:bold;
}
.pager {
	margin-top:20px;
	background-color:#3b579d;
	border-radius:10px;
	margin-bottom:24px;
	color:white;
    font-size:16px;
    line-height:3;
}
.pager a,
.pager .current-page {
	margin:0px 15px 0px 10px;
    color: white;
    font-weight:normal;
    float:left;
    padding:0;
    text-decoration:none;
}
.pager .current-page {
	background-color:#3A98A2 ;
    display:block;
    margin:0;
	padding:0 15px 0 15px;
}
.pager .info {
    float:left;
    padding-left:15px;
}
.pager .links {
    float:right;
    text-align:right;
}
.pager a:hover {
    text-decoration:underline;
}
.features {
	list-style-type:none !important;
	margin-left:0;
	padding-left:0;
}
.register-wrapper .facebook-button {
    font-size: 22px;
    width: 100%;
}
.hr-or {
    display: table;
    white-space: nowrap;
}
.hr-or:before,
.hr-or:after
{ 
    border-top: 1px solid #3b679d;
    content: '';
    display: table-cell;
    position: relative;
    width: 50%;
    top: 0.7em;
}
.hr-or:before {
    right: 1.5%;
}
.hr-or:after {
    left: 1.5%;
}
.forgotten-password-wrapper {
    min-height:400px;
}
.forgotten-password-wrapper input[type="email"] {
    margin-bottom: 10px;
}
.btn-unmask {
    background-color: white;
    border:1px solid #CCC;
    border-left:none;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.btn-unmask,
.reset-password-wrapper input[type="text"],
.reset-password-wrapper input[type="password"] {
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0px 2px 1px -1px rgba(0,0,0,.075); /* hide the horizontal shadows */
}
.reset-password-wrapper input[type="text"],
.reset-password-wrapper input[type="password"] {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0px !important;
}
.reset-password-wrapper .btn-unmask {
    border-top-right-radius: 4px !important;
}
.forgotten-password-wrapper input[type="submit"],
.reset-password-wrapper input[type="submit"] {
    margin: 0 0 20px 0 !important;
    width: 100% !important; /** mobile generic styles want 95% */
    display: block;
}
.training-courses input.voucher-code {
    margin: 0 10px;
    width: 175px;
    padding: 5px;
}
.training-courses input.voucher-code::-ms-clear {
    display: none;
}
.facebook-button {
    background: #3b579d;
    padding-left:55px;
    padding-right:55px;
    height: 50px;
    border-radius: 3px;
    color: white;
    line-height:50px;
    font-size:26px;
    font-weight:bold;
    display:inline-block;
    margin:0px 0px 10px 0px;
    text-shadow:none;
    text-align:center;
}
.facebook-button.small {
    padding-left:35px;
    font-size:16px;
    height: 29px;
    line-height: 29px;
}
.facebook-button:hover {
    cursor:pointer;
}
.fb-facepile {
    margin-bottom: 10px;
}
.button--upgrade-now .button--upgrade-now__tagline {
    font-weight:normal;
    font-size:60%;
}
.button--upgrade-now {
    margin:20px auto 0px auto !important;
    display: block;
    width:290px;
    text-align:center;
    font-size:160%;
    font-weight:bold;
}
.form-horizontal input[type=submit],
.form-horizontal button {
	margin: 0 10px 0px 0px;
	border-radius:5px;
    padding:5px 20px;
	border:2px solid #899ac4;
	color:#3b579d;
	font-weight:bold;
	background-color:white;
	text-decoration:none;
    line-height:24px;
    text-align:center;
}
.form-horizontal input[type=submit]:hover,
.form-horizontal button:hover {
	color:white;
    cursor:pointer;
	border:2px solid #899ac4;
	background-color:#3b579d;
}
.download-type-icon {
    height: 24px;
    width: 24px;
}
.media p {
    margin-top:0px;
}
.feed .entry,
.feed .entry .bubble {
    font-size: 18px !important;
    color: #777 !important;
}
.feed .entry.friend .name, 
.feed .entry.friend_of_friend .name {
    padding-right:15px;
    background: url(/assets/img/FB-f-Logo__blue_29.06b34bff02f50970325a6de3d583b417.png) top right no-repeat;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
}
.feed .entry.liked .name {
    padding-right:15px;
    background: url(/assets/img/star.f9f38cb902dd8e329e48abb1f7b33b86.png) top right no-repeat;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
}
.help-text p {
    margin-bottom: 12px;
}
.help-text .help-text-actions {
    float: right;
}
.help-text .help-text-actions .btn {
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 14px;
}
.help-block {
    font-size: 11px;
}
.update-payment-details .paypal-form button {
    width: 100%;
}
.recurly-cvv-wrapper {
    width: 100px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    display:inline-block;
}
.cvv-help-image {
    vertical-align:top;
    display: inline-block;
}
.payment-form button {
    width: 100%;
    margin: 0;
}
.recurly-hosted-field {
    /** Copy pastad from bootstrap */
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.recurly-hosted-field-focus {
    /** Copy pastad from bootstrap */
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.has-error .recurly-hosted-field {
    /** Copy pastad from bootstrap */
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.expires-group label {
    display:block;
}
.recurly-month-wrapper,
.recurly-year-wrapper {
    float:left;
    width: 47%;
}
.recurly-month-wrapper {
    margin-right: 6%;
}
/**
 * Edit profile
 *
 */
.existing-profile-image {
    display:block;
    margin: 0 0 10px 0px;
    max-width: 100%;
}
.input-group-btn select {
	border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
}
.form-group .control-label.required:after {
    content:" *";
    color:red;
    position: absolute;
    padding-left: 3px;
}
em.required {
    color:red;
}
.segmented-control input[type="radio"] {
    display: none;
}
.form-group .segmented-control {
	margin-bottom: 0px;
}
.segmented-control .list-group-item {
    display: inline-block;
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.segmented-control .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.segmented-control .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}
.segmented-control .list-group-item .radio {
	min-height: auto;
	padding-top: 0px;
}
.segmented-control .list-group-item label {
	padding-left: 0px;
}
.segmented-control .list-group-item label:hover {
	cursor: pointer;
}
.profile-tag-container label {
    display:block;
    padding: 10px 15px 10px 40px;
}
.profile-tag-container .checkbox {
    padding: 0px;
}
.profile-tag-container .list-group-item {
    padding: 0px;
    border-radius: 0px !important;
    width:50%;
    float:left;
}
.profile-tag-container .list-group-item label {
    height:62px;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.profile-tag-container input[type=checkbox] {
    margin-left: -30px;
    margin-top:0px;
}
div.profile-tag-container--provider div.tag {
    display: none;
}
div.show-tags-1 .tag[data-service-id="1"] { display: block; }
div.show-tags-2 .tag[data-service-id="2"] { display: block; }
div.show-tags-3 .tag[data-service-id="3"] { display: block; }
div.show-tags-4 .tag[data-service-id="4"] { display: block; }
div.show-tags-5 .tag[data-service-id="5"] { display: block; }
div.show-tags-6 .tag[data-service-id="6"] { display: block; }
div.show-tags-7 .tag[data-service-id="7"] { display: block; }
div.show-tags-8 .tag[data-service-id="8"] { display: block; }
div.show-tags-9 .tag[data-service-id="9"] { display: block; }
div.show-tags-10 .tag[data-service-id="10"] { display: block; }
div.show-tags-11 .tag[data-service-id="11"] { display: block; }
div.show-tags-12 .tag[data-service-id="12"] { display: block; }
.profile-image-upload {
    margin: 10px 0px;
    max-width: 100%;
}
.profile-image-upload__editor__toolbar {
    margin: 10px 0px;
    text-align:center;
}
.profile-image-upload__preview,
.profile-image-upload__preview > img {
    width: 100%;
}
.profile-image-upload .cropper-container {
    clear: left;
    border: 1px dashed #ccc;
}
.profile-image-upload .cropper-modal {
    background-color: #FFF;
    opacity: .85;
}
.profile-image-upload .cropper-bg {
    background-image: none;
}
.profile-image-upload .cropper-view-box {
    outline: #3b579d solid 1px;
}
.profile-image-upload input[type=file] {
    display:none;
}
.header .navbar {
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 0;
    height: 75px;
    color: #fa777f;
}
.header .navbar a, .header .navbar-default .navbar-nav>li>a {
    text-decoration: none;
    color: #fa777f;
}
.header .nav>li>a:focus, 
.header .nav>li>a:hover, 
.header .nav .open>a, 
.header .nav .open>a:focus, 
.header .nav .open>a:hover {
    color: #fa777f;
    background-color: transparent;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fa777f;
    color: #FFF;
}
.header .navbar li > a {
    padding:8px;
}
.header .navbar .button.primary {
    color: white;
    padding: 6px;
    margin-right: 0px !important;
}
.header .navbar .button.primary:hover {
    color: #3a98a2;
}
.header .navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
}
.header .navbar-right {
    margin-top:40px;
}
/** Have to do this explicitly as we include bootstrap after */
.header .navbar .resp-only {
    display:none !important;
}
h1 {
    font-size: 36px;
    font-weight: bold!important;
    color: #3b579d;
    fill: #3b579d;
    line-height:1.1;
    margin-bottom: 15px;
}
.search-header a {
    color: #FFF;
}
.search-header p {
    font-size: 14px;
    margin-bottom: 10px;
}
.search-header ul li {
    font-size: 14px;
}
.search-form input.button {
    margin-top:-2px;
}
.row-well{
    color:white;
	fill:white;
    border-radius:8px;
    padding-top:10px;
    margin-bottom: 10px;
    background-color:#758ABF;
}
.row-well h1,
.row-well h2,
.row-well h3,
.row-well h4 {
	margin-top:0px;
	color: white;
	fill: white;
}
.row-well-blue {
    background-color:#758ABF;
}
.row-horizontal-border-bottom {
    border-bottom: 1px solid #3b589d;
    margin-bottom:10px;
}
.row-horizontal-padding {
    padding-bottom: 10px;
    padding-top: 10px;
}
.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}
.no-gutter > [class*='w-'] {
    padding-right:0 !important;
    padding-left:0 !important;
}
.no-gutter.date-group > [class*='w-'] {
    padding-right:3px !important;
}
.search-result {
    width:auto;
    padding:10px 0px 20px;
    min-height: 230px;
}
.view_state {
    padding:1px 3px;
    -webkit-box-shadow: 0 0 0 3px white;
            box-shadow: 0 0 0 3px white;
    min-width: 40px;
}
.search-result.featured .profile-image img,
.profile.featured .profile-image img {
    -webkit-box-shadow: 0 0 4px 4px #E4CC7F;
            box-shadow: 0 0 4px 4px #E4CC7F;
}
.search-result.featured .profile-image,
.profile.featured .profile-image {
/** don't know what this is for */
    -webkit-box-shadow: none;
            box-shadow: none;
}
.popular-searches ul li a {
    font-size: 13px;
}
.popular-searches__toggle,
.availability-search__toggle {
	margin-top:-40px;
	font-size: 15px;
}
.text-center ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.my-documents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.my-documents .document {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
}
.my-documents .document .panel {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}
.profile .actions .button {
    display:inline-block;
 
    margin-bottom:10px;
    float:none;
}
.profile .tags .tooltip-inner {
    text-align: left;
    max-width:300px;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin-top:0px;
}
.clickable {
    cursor: pointer;   
}
.loading-overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    color: #3b579d;
    z-index: 100;
    opacity: 0.9;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
}
.loading-overlay i {
	position: absolute;
    text-align:center;
    font-size: 35px;
    height: 35px;
    width: 35px;
	top: 50%;
	margin-top: -17px;
}
.form--single-button {
    display:inline;
}
a.btn {
    text-decoration: none;
}
.profile h1 {
    font-size: 34px;
}
.latest-reviews .star-rating,
.review .star-rating {
    width: 100px !important;
}
.cookiewidget {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.2);
    text-align:center;
    padding-top:20px;
    z-index:20000;
}
.seen-in div, .seen-in a {
    margin: 0px auto 20px auto;
}
.seen-in .capt {
    background-image: url(/assets/img/capt-199x99.dc6f80044257bb2f378ae42e3e3a1dcd.gif);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 0 0;
    width: 131px;
    height: 68px;
}
.seen-in .internetcrystalmark {
    background-image: url(/assets/img/internetcrystalmark-410x130.b5c5fed4534b2dca54c0295c3825ebcb.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 0 0;
    width: 215px;
    height: 68px;
}
.seen-in .dfe {
    background-image: url(/assets/img/dfe-264x136.e2772531fcfde024633b23613d1427ab.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center 0;
    height: 68px;
    width: 132px;
}
.signin-button > div {
    /* apple limit this in the js, so we force it */
    max-width: 100% !important;
}
/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cropper-container img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 75%);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: -webkit-calc(100% / 3);
    height: calc(100% / 3);
    left: 0;
    top: -webkit-calc(100% / 3);
    top: calc(100% / 3);
    width: 100%;
  }
.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: -webkit-calc(100% / 3);
    left: calc(100% / 3);
    top: 0;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute;
  }
.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }
.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }
.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }
.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }
.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }
.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }
.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }
.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }
.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }
.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }
.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }
.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }
@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }
@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }
@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }
.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:-webkit-calc(100vw - 10px);max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;-webkit-transform-origin:center top;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;-webkit-transform-origin:center bottom;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;-webkit-transform-origin:center right;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }
.fa-xs {
  font-size: .75em; }
.fa-sm {
  font-size: .875em; }
.fa-1x {
  font-size: 1em; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
.fa-6x {
  font-size: 6em; }
.fa-7x {
  font-size: 7em; }
.fa-8x {
  font-size: 8em; }
.fa-9x {
  font-size: 9em; }
.fa-10x {
  font-size: 10em; }
.fa-fw {
  text-align: center;
  width: 1.25em; }
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
.fa-ul > li {
    position: relative; }
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }
.fa-pull-left {
  float: left; }
.fa-pull-right {
  float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }
.fa-accessible-icon:before {
  content: "\f368"; }
.fa-accusoft:before {
  content: "\f369"; }
.fa-acquisitions-incorporated:before {
  content: "\f6af"; }
.fa-ad:before {
  content: "\f641"; }
.fa-address-book:before {
  content: "\f2b9"; }
.fa-address-card:before {
  content: "\f2bb"; }
.fa-adjust:before {
  content: "\f042"; }
.fa-adn:before {
  content: "\f170"; }
.fa-adversal:before {
  content: "\f36a"; }
.fa-affiliatetheme:before {
  content: "\f36b"; }
.fa-air-freshener:before {
  content: "\f5d0"; }
.fa-airbnb:before {
  content: "\f834"; }
.fa-algolia:before {
  content: "\f36c"; }
.fa-align-center:before {
  content: "\f037"; }
.fa-align-justify:before {
  content: "\f039"; }
.fa-align-left:before {
  content: "\f036"; }
.fa-align-right:before {
  content: "\f038"; }
.fa-alipay:before {
  content: "\f642"; }
.fa-allergies:before {
  content: "\f461"; }
.fa-amazon:before {
  content: "\f270"; }
.fa-amazon-pay:before {
  content: "\f42c"; }
.fa-ambulance:before {
  content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }
.fa-amilia:before {
  content: "\f36d"; }
.fa-anchor:before {
  content: "\f13d"; }
.fa-android:before {
  content: "\f17b"; }
.fa-angellist:before {
  content: "\f209"; }
.fa-angle-double-down:before {
  content: "\f103"; }
.fa-angle-double-left:before {
  content: "\f100"; }
.fa-angle-double-right:before {
  content: "\f101"; }
.fa-angle-double-up:before {
  content: "\f102"; }
.fa-angle-down:before {
  content: "\f107"; }
.fa-angle-left:before {
  content: "\f104"; }
.fa-angle-right:before {
  content: "\f105"; }
.fa-angle-up:before {
  content: "\f106"; }
.fa-angry:before {
  content: "\f556"; }
.fa-angrycreative:before {
  content: "\f36e"; }
.fa-angular:before {
  content: "\f420"; }
.fa-ankh:before {
  content: "\f644"; }
.fa-app-store:before {
  content: "\f36f"; }
.fa-app-store-ios:before {
  content: "\f370"; }
.fa-apper:before {
  content: "\f371"; }
.fa-apple:before {
  content: "\f179"; }
.fa-apple-alt:before {
  content: "\f5d1"; }
.fa-apple-pay:before {
  content: "\f415"; }
.fa-archive:before {
  content: "\f187"; }
.fa-archway:before {
  content: "\f557"; }
.fa-arrow-alt-circle-down:before {
  content: "\f358"; }
.fa-arrow-alt-circle-left:before {
  content: "\f359"; }
.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }
.fa-arrow-circle-down:before {
  content: "\f0ab"; }
.fa-arrow-circle-left:before {
  content: "\f0a8"; }
.fa-arrow-circle-right:before {
  content: "\f0a9"; }
.fa-arrow-circle-up:before {
  content: "\f0aa"; }
.fa-arrow-down:before {
  content: "\f063"; }
.fa-arrow-left:before {
  content: "\f060"; }
.fa-arrow-right:before {
  content: "\f061"; }
.fa-arrow-up:before {
  content: "\f062"; }
.fa-arrows-alt:before {
  content: "\f0b2"; }
.fa-arrows-alt-h:before {
  content: "\f337"; }
.fa-arrows-alt-v:before {
  content: "\f338"; }
.fa-artstation:before {
  content: "\f77a"; }
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }
.fa-asterisk:before {
  content: "\f069"; }
.fa-asymmetrik:before {
  content: "\f372"; }
.fa-at:before {
  content: "\f1fa"; }
.fa-atlas:before {
  content: "\f558"; }
.fa-atlassian:before {
  content: "\f77b"; }
.fa-atom:before {
  content: "\f5d2"; }
.fa-audible:before {
  content: "\f373"; }
.fa-audio-description:before {
  content: "\f29e"; }
.fa-autoprefixer:before {
  content: "\f41c"; }
.fa-avianex:before {
  content: "\f374"; }
.fa-aviato:before {
  content: "\f421"; }
.fa-award:before {
  content: "\f559"; }
.fa-aws:before {
  content: "\f375"; }
.fa-baby:before {
  content: "\f77c"; }
.fa-baby-carriage:before {
  content: "\f77d"; }
.fa-backspace:before {
  content: "\f55a"; }
.fa-backward:before {
  content: "\f04a"; }
.fa-bacon:before {
  content: "\f7e5"; }
.fa-bacteria:before {
  content: "\e059"; }
.fa-bacterium:before {
  content: "\e05a"; }
.fa-bahai:before {
  content: "\f666"; }
.fa-balance-scale:before {
  content: "\f24e"; }
.fa-balance-scale-left:before {
  content: "\f515"; }
.fa-balance-scale-right:before {
  content: "\f516"; }
.fa-ban:before {
  content: "\f05e"; }
.fa-band-aid:before {
  content: "\f462"; }
.fa-bandcamp:before {
  content: "\f2d5"; }
.fa-barcode:before {
  content: "\f02a"; }
.fa-bars:before {
  content: "\f0c9"; }
.fa-baseball-ball:before {
  content: "\f433"; }
.fa-basketball-ball:before {
  content: "\f434"; }
.fa-bath:before {
  content: "\f2cd"; }
.fa-battery-empty:before {
  content: "\f244"; }
.fa-battery-full:before {
  content: "\f240"; }
.fa-battery-half:before {
  content: "\f242"; }
.fa-battery-quarter:before {
  content: "\f243"; }
.fa-battery-three-quarters:before {
  content: "\f241"; }
.fa-battle-net:before {
  content: "\f835"; }
.fa-bed:before {
  content: "\f236"; }
.fa-beer:before {
  content: "\f0fc"; }
.fa-behance:before {
  content: "\f1b4"; }
.fa-behance-square:before {
  content: "\f1b5"; }
.fa-bell:before {
  content: "\f0f3"; }
.fa-bell-slash:before {
  content: "\f1f6"; }
.fa-bezier-curve:before {
  content: "\f55b"; }
.fa-bible:before {
  content: "\f647"; }
.fa-bicycle:before {
  content: "\f206"; }
.fa-biking:before {
  content: "\f84a"; }
.fa-bimobject:before {
  content: "\f378"; }
.fa-binoculars:before {
  content: "\f1e5"; }
.fa-biohazard:before {
  content: "\f780"; }
.fa-birthday-cake:before {
  content: "\f1fd"; }
.fa-bitbucket:before {
  content: "\f171"; }
.fa-bitcoin:before {
  content: "\f379"; }
.fa-bity:before {
  content: "\f37a"; }
.fa-black-tie:before {
  content: "\f27e"; }
.fa-blackberry:before {
  content: "\f37b"; }
.fa-blender:before {
  content: "\f517"; }
.fa-blender-phone:before {
  content: "\f6b6"; }
.fa-blind:before {
  content: "\f29d"; }
.fa-blog:before {
  content: "\f781"; }
.fa-blogger:before {
  content: "\f37c"; }
.fa-blogger-b:before {
  content: "\f37d"; }
.fa-bluetooth:before {
  content: "\f293"; }
.fa-bluetooth-b:before {
  content: "\f294"; }
.fa-bold:before {
  content: "\f032"; }
.fa-bolt:before {
  content: "\f0e7"; }
.fa-bomb:before {
  content: "\f1e2"; }
.fa-bone:before {
  content: "\f5d7"; }
.fa-bong:before {
  content: "\f55c"; }
.fa-book:before {
  content: "\f02d"; }
.fa-book-dead:before {
  content: "\f6b7"; }
.fa-book-medical:before {
  content: "\f7e6"; }
.fa-book-open:before {
  content: "\f518"; }
.fa-book-reader:before {
  content: "\f5da"; }
.fa-bookmark:before {
  content: "\f02e"; }
.fa-bootstrap:before {
  content: "\f836"; }
.fa-border-all:before {
  content: "\f84c"; }
.fa-border-none:before {
  content: "\f850"; }
.fa-border-style:before {
  content: "\f853"; }
.fa-bowling-ball:before {
  content: "\f436"; }
.fa-box:before {
  content: "\f466"; }
.fa-box-open:before {
  content: "\f49e"; }
.fa-box-tissue:before {
  content: "\e05b"; }
.fa-boxes:before {
  content: "\f468"; }
.fa-braille:before {
  content: "\f2a1"; }
.fa-brain:before {
  content: "\f5dc"; }
.fa-bread-slice:before {
  content: "\f7ec"; }
.fa-briefcase:before {
  content: "\f0b1"; }
.fa-briefcase-medical:before {
  content: "\f469"; }
.fa-broadcast-tower:before {
  content: "\f519"; }
.fa-broom:before {
  content: "\f51a"; }
.fa-brush:before {
  content: "\f55d"; }
.fa-btc:before {
  content: "\f15a"; }
.fa-buffer:before {
  content: "\f837"; }
.fa-bug:before {
  content: "\f188"; }
.fa-building:before {
  content: "\f1ad"; }
.fa-bullhorn:before {
  content: "\f0a1"; }
.fa-bullseye:before {
  content: "\f140"; }
.fa-burn:before {
  content: "\f46a"; }
.fa-buromobelexperte:before {
  content: "\f37f"; }
.fa-bus:before {
  content: "\f207"; }
.fa-bus-alt:before {
  content: "\f55e"; }
.fa-business-time:before {
  content: "\f64a"; }
.fa-buy-n-large:before {
  content: "\f8a6"; }
.fa-buysellads:before {
  content: "\f20d"; }
.fa-calculator:before {
  content: "\f1ec"; }
.fa-calendar:before {
  content: "\f133"; }
.fa-calendar-alt:before {
  content: "\f073"; }
.fa-calendar-check:before {
  content: "\f274"; }
.fa-calendar-day:before {
  content: "\f783"; }
.fa-calendar-minus:before {
  content: "\f272"; }
.fa-calendar-plus:before {
  content: "\f271"; }
.fa-calendar-times:before {
  content: "\f273"; }
.fa-calendar-week:before {
  content: "\f784"; }
.fa-camera:before {
  content: "\f030"; }
.fa-camera-retro:before {
  content: "\f083"; }
.fa-campground:before {
  content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
  content: "\f785"; }
.fa-candy-cane:before {
  content: "\f786"; }
.fa-cannabis:before {
  content: "\f55f"; }
.fa-capsules:before {
  content: "\f46b"; }
.fa-car:before {
  content: "\f1b9"; }
.fa-car-alt:before {
  content: "\f5de"; }
.fa-car-battery:before {
  content: "\f5df"; }
.fa-car-crash:before {
  content: "\f5e1"; }
.fa-car-side:before {
  content: "\f5e4"; }
.fa-caravan:before {
  content: "\f8ff"; }
.fa-caret-down:before {
  content: "\f0d7"; }
.fa-caret-left:before {
  content: "\f0d9"; }
.fa-caret-right:before {
  content: "\f0da"; }
.fa-caret-square-down:before {
  content: "\f150"; }
.fa-caret-square-left:before {
  content: "\f191"; }
.fa-caret-square-right:before {
  content: "\f152"; }
.fa-caret-square-up:before {
  content: "\f151"; }
.fa-caret-up:before {
  content: "\f0d8"; }
.fa-carrot:before {
  content: "\f787"; }
.fa-cart-arrow-down:before {
  content: "\f218"; }
.fa-cart-plus:before {
  content: "\f217"; }
.fa-cash-register:before {
  content: "\f788"; }
.fa-cat:before {
  content: "\f6be"; }
.fa-cc-amazon-pay:before {
  content: "\f42d"; }
.fa-cc-amex:before {
  content: "\f1f3"; }
.fa-cc-apple-pay:before {
  content: "\f416"; }
.fa-cc-diners-club:before {
  content: "\f24c"; }
.fa-cc-discover:before {
  content: "\f1f2"; }
.fa-cc-jcb:before {
  content: "\f24b"; }
.fa-cc-mastercard:before {
  content: "\f1f1"; }
.fa-cc-paypal:before {
  content: "\f1f4"; }
.fa-cc-stripe:before {
  content: "\f1f5"; }
.fa-cc-visa:before {
  content: "\f1f0"; }
.fa-centercode:before {
  content: "\f380"; }
.fa-centos:before {
  content: "\f789"; }
.fa-certificate:before {
  content: "\f0a3"; }
.fa-chair:before {
  content: "\f6c0"; }
.fa-chalkboard:before {
  content: "\f51b"; }
.fa-chalkboard-teacher:before {
  content: "\f51c"; }
.fa-charging-station:before {
  content: "\f5e7"; }
.fa-chart-area:before {
  content: "\f1fe"; }
.fa-chart-bar:before {
  content: "\f080"; }
.fa-chart-line:before {
  content: "\f201"; }
.fa-chart-pie:before {
  content: "\f200"; }
.fa-check:before {
  content: "\f00c"; }
.fa-check-circle:before {
  content: "\f058"; }
.fa-check-double:before {
  content: "\f560"; }
.fa-check-square:before {
  content: "\f14a"; }
.fa-cheese:before {
  content: "\f7ef"; }
.fa-chess:before {
  content: "\f439"; }
.fa-chess-bishop:before {
  content: "\f43a"; }
.fa-chess-board:before {
  content: "\f43c"; }
.fa-chess-king:before {
  content: "\f43f"; }
.fa-chess-knight:before {
  content: "\f441"; }
.fa-chess-pawn:before {
  content: "\f443"; }
.fa-chess-queen:before {
  content: "\f445"; }
.fa-chess-rook:before {
  content: "\f447"; }
.fa-chevron-circle-down:before {
  content: "\f13a"; }
.fa-chevron-circle-left:before {
  content: "\f137"; }
.fa-chevron-circle-right:before {
  content: "\f138"; }
.fa-chevron-circle-up:before {
  content: "\f139"; }
.fa-chevron-down:before {
  content: "\f078"; }
.fa-chevron-left:before {
  content: "\f053"; }
.fa-chevron-right:before {
  content: "\f054"; }
.fa-chevron-up:before {
  content: "\f077"; }
.fa-child:before {
  content: "\f1ae"; }
.fa-chrome:before {
  content: "\f268"; }
.fa-chromecast:before {
  content: "\f838"; }
.fa-church:before {
  content: "\f51d"; }
.fa-circle:before {
  content: "\f111"; }
.fa-circle-notch:before {
  content: "\f1ce"; }
.fa-city:before {
  content: "\f64f"; }
.fa-clinic-medical:before {
  content: "\f7f2"; }
.fa-clipboard:before {
  content: "\f328"; }
.fa-clipboard-check:before {
  content: "\f46c"; }
.fa-clipboard-list:before {
  content: "\f46d"; }
.fa-clock:before {
  content: "\f017"; }
.fa-clone:before {
  content: "\f24d"; }
.fa-closed-captioning:before {
  content: "\f20a"; }
.fa-cloud:before {
  content: "\f0c2"; }
.fa-cloud-download-alt:before {
  content: "\f381"; }
.fa-cloud-meatball:before {
  content: "\f73b"; }
.fa-cloud-moon:before {
  content: "\f6c3"; }
.fa-cloud-moon-rain:before {
  content: "\f73c"; }
.fa-cloud-rain:before {
  content: "\f73d"; }
.fa-cloud-showers-heavy:before {
  content: "\f740"; }
.fa-cloud-sun:before {
  content: "\f6c4"; }
.fa-cloud-sun-rain:before {
  content: "\f743"; }
.fa-cloud-upload-alt:before {
  content: "\f382"; }
.fa-cloudflare:before {
  content: "\e07d"; }
.fa-cloudscale:before {
  content: "\f383"; }
.fa-cloudsmith:before {
  content: "\f384"; }
.fa-cloudversify:before {
  content: "\f385"; }
.fa-cocktail:before {
  content: "\f561"; }
.fa-code:before {
  content: "\f121"; }
.fa-code-branch:before {
  content: "\f126"; }
.fa-codepen:before {
  content: "\f1cb"; }
.fa-codiepie:before {
  content: "\f284"; }
.fa-coffee:before {
  content: "\f0f4"; }
.fa-cog:before {
  content: "\f013"; }
.fa-cogs:before {
  content: "\f085"; }
.fa-coins:before {
  content: "\f51e"; }
.fa-columns:before {
  content: "\f0db"; }
.fa-comment:before {
  content: "\f075"; }
.fa-comment-alt:before {
  content: "\f27a"; }
.fa-comment-dollar:before {
  content: "\f651"; }
.fa-comment-dots:before {
  content: "\f4ad"; }
.fa-comment-medical:before {
  content: "\f7f5"; }
.fa-comment-slash:before {
  content: "\f4b3"; }
.fa-comments:before {
  content: "\f086"; }
.fa-comments-dollar:before {
  content: "\f653"; }
.fa-compact-disc:before {
  content: "\f51f"; }
.fa-compass:before {
  content: "\f14e"; }
.fa-compress:before {
  content: "\f066"; }
.fa-compress-alt:before {
  content: "\f422"; }
.fa-compress-arrows-alt:before {
  content: "\f78c"; }
.fa-concierge-bell:before {
  content: "\f562"; }
.fa-confluence:before {
  content: "\f78d"; }
.fa-connectdevelop:before {
  content: "\f20e"; }
.fa-contao:before {
  content: "\f26d"; }
.fa-cookie:before {
  content: "\f563"; }
.fa-cookie-bite:before {
  content: "\f564"; }
.fa-copy:before {
  content: "\f0c5"; }
.fa-copyright:before {
  content: "\f1f9"; }
.fa-cotton-bureau:before {
  content: "\f89e"; }
.fa-couch:before {
  content: "\f4b8"; }
.fa-cpanel:before {
  content: "\f388"; }
.fa-creative-commons:before {
  content: "\f25e"; }
.fa-creative-commons-by:before {
  content: "\f4e7"; }
.fa-creative-commons-nc:before {
  content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }
.fa-creative-commons-nd:before {
  content: "\f4eb"; }
.fa-creative-commons-pd:before {
  content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }
.fa-creative-commons-remix:before {
  content: "\f4ee"; }
.fa-creative-commons-sa:before {
  content: "\f4ef"; }
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }
.fa-creative-commons-share:before {
  content: "\f4f2"; }
.fa-creative-commons-zero:before {
  content: "\f4f3"; }
.fa-credit-card:before {
  content: "\f09d"; }
.fa-critical-role:before {
  content: "\f6c9"; }
.fa-crop:before {
  content: "\f125"; }
.fa-crop-alt:before {
  content: "\f565"; }
.fa-cross:before {
  content: "\f654"; }
.fa-crosshairs:before {
  content: "\f05b"; }
.fa-crow:before {
  content: "\f520"; }
.fa-crown:before {
  content: "\f521"; }
.fa-crutch:before {
  content: "\f7f7"; }
.fa-css3:before {
  content: "\f13c"; }
.fa-css3-alt:before {
  content: "\f38b"; }
.fa-cube:before {
  content: "\f1b2"; }
.fa-cubes:before {
  content: "\f1b3"; }
.fa-cut:before {
  content: "\f0c4"; }
.fa-cuttlefish:before {
  content: "\f38c"; }
.fa-d-and-d:before {
  content: "\f38d"; }
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }
.fa-dailymotion:before {
  content: "\e052"; }
.fa-dashcube:before {
  content: "\f210"; }
.fa-database:before {
  content: "\f1c0"; }
.fa-deaf:before {
  content: "\f2a4"; }
.fa-deezer:before {
  content: "\e077"; }
.fa-delicious:before {
  content: "\f1a5"; }
.fa-democrat:before {
  content: "\f747"; }
.fa-deploydog:before {
  content: "\f38e"; }
.fa-deskpro:before {
  content: "\f38f"; }
.fa-desktop:before {
  content: "\f108"; }
.fa-dev:before {
  content: "\f6cc"; }
.fa-deviantart:before {
  content: "\f1bd"; }
.fa-dharmachakra:before {
  content: "\f655"; }
.fa-dhl:before {
  content: "\f790"; }
.fa-diagnoses:before {
  content: "\f470"; }
.fa-diaspora:before {
  content: "\f791"; }
.fa-dice:before {
  content: "\f522"; }
.fa-dice-d20:before {
  content: "\f6cf"; }
.fa-dice-d6:before {
  content: "\f6d1"; }
.fa-dice-five:before {
  content: "\f523"; }
.fa-dice-four:before {
  content: "\f524"; }
.fa-dice-one:before {
  content: "\f525"; }
.fa-dice-six:before {
  content: "\f526"; }
.fa-dice-three:before {
  content: "\f527"; }
.fa-dice-two:before {
  content: "\f528"; }
.fa-digg:before {
  content: "\f1a6"; }
.fa-digital-ocean:before {
  content: "\f391"; }
.fa-digital-tachograph:before {
  content: "\f566"; }
.fa-directions:before {
  content: "\f5eb"; }
.fa-discord:before {
  content: "\f392"; }
.fa-discourse:before {
  content: "\f393"; }
.fa-disease:before {
  content: "\f7fa"; }
.fa-divide:before {
  content: "\f529"; }
.fa-dizzy:before {
  content: "\f567"; }
.fa-dna:before {
  content: "\f471"; }
.fa-dochub:before {
  content: "\f394"; }
.fa-docker:before {
  content: "\f395"; }
.fa-dog:before {
  content: "\f6d3"; }
.fa-dollar-sign:before {
  content: "\f155"; }
.fa-dolly:before {
  content: "\f472"; }
.fa-dolly-flatbed:before {
  content: "\f474"; }
.fa-donate:before {
  content: "\f4b9"; }
.fa-door-closed:before {
  content: "\f52a"; }
.fa-door-open:before {
  content: "\f52b"; }
.fa-dot-circle:before {
  content: "\f192"; }
.fa-dove:before {
  content: "\f4ba"; }
.fa-download:before {
  content: "\f019"; }
.fa-draft2digital:before {
  content: "\f396"; }
.fa-drafting-compass:before {
  content: "\f568"; }
.fa-dragon:before {
  content: "\f6d5"; }
.fa-draw-polygon:before {
  content: "\f5ee"; }
.fa-dribbble:before {
  content: "\f17d"; }
.fa-dribbble-square:before {
  content: "\f397"; }
.fa-dropbox:before {
  content: "\f16b"; }
.fa-drum:before {
  content: "\f569"; }
.fa-drum-steelpan:before {
  content: "\f56a"; }
.fa-drumstick-bite:before {
  content: "\f6d7"; }
.fa-drupal:before {
  content: "\f1a9"; }
.fa-dumbbell:before {
  content: "\f44b"; }
.fa-dumpster:before {
  content: "\f793"; }
.fa-dumpster-fire:before {
  content: "\f794"; }
.fa-dungeon:before {
  content: "\f6d9"; }
.fa-dyalog:before {
  content: "\f399"; }
.fa-earlybirds:before {
  content: "\f39a"; }
.fa-ebay:before {
  content: "\f4f4"; }
.fa-edge:before {
  content: "\f282"; }
.fa-edge-legacy:before {
  content: "\e078"; }
.fa-edit:before {
  content: "\f044"; }
.fa-egg:before {
  content: "\f7fb"; }
.fa-eject:before {
  content: "\f052"; }
.fa-elementor:before {
  content: "\f430"; }
.fa-ellipsis-h:before {
  content: "\f141"; }
.fa-ellipsis-v:before {
  content: "\f142"; }
.fa-ello:before {
  content: "\f5f1"; }
.fa-ember:before {
  content: "\f423"; }
.fa-empire:before {
  content: "\f1d1"; }
.fa-envelope:before {
  content: "\f0e0"; }
.fa-envelope-open:before {
  content: "\f2b6"; }
.fa-envelope-open-text:before {
  content: "\f658"; }
.fa-envelope-square:before {
  content: "\f199"; }
.fa-envira:before {
  content: "\f299"; }
.fa-equals:before {
  content: "\f52c"; }
.fa-eraser:before {
  content: "\f12d"; }
.fa-erlang:before {
  content: "\f39d"; }
.fa-ethereum:before {
  content: "\f42e"; }
.fa-ethernet:before {
  content: "\f796"; }
.fa-etsy:before {
  content: "\f2d7"; }
.fa-euro-sign:before {
  content: "\f153"; }
.fa-evernote:before {
  content: "\f839"; }
.fa-exchange-alt:before {
  content: "\f362"; }
.fa-exclamation:before {
  content: "\f12a"; }
.fa-exclamation-circle:before {
  content: "\f06a"; }
.fa-exclamation-triangle:before {
  content: "\f071"; }
.fa-expand:before {
  content: "\f065"; }
.fa-expand-alt:before {
  content: "\f424"; }
.fa-expand-arrows-alt:before {
  content: "\f31e"; }
.fa-expeditedssl:before {
  content: "\f23e"; }
.fa-external-link-alt:before {
  content: "\f35d"; }
.fa-external-link-square-alt:before {
  content: "\f360"; }
.fa-eye:before {
  content: "\f06e"; }
.fa-eye-dropper:before {
  content: "\f1fb"; }
.fa-eye-slash:before {
  content: "\f070"; }
.fa-facebook:before {
  content: "\f09a"; }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-facebook-messenger:before {
  content: "\f39f"; }
.fa-facebook-square:before {
  content: "\f082"; }
.fa-fan:before {
  content: "\f863"; }
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }
.fa-fast-backward:before {
  content: "\f049"; }
.fa-fast-forward:before {
  content: "\f050"; }
.fa-faucet:before {
  content: "\e005"; }
.fa-fax:before {
  content: "\f1ac"; }
.fa-feather:before {
  content: "\f52d"; }
.fa-feather-alt:before {
  content: "\f56b"; }
.fa-fedex:before {
  content: "\f797"; }
.fa-fedora:before {
  content: "\f798"; }
.fa-female:before {
  content: "\f182"; }
.fa-fighter-jet:before {
  content: "\f0fb"; }
.fa-figma:before {
  content: "\f799"; }
.fa-file:before {
  content: "\f15b"; }
.fa-file-alt:before {
  content: "\f15c"; }
.fa-file-archive:before {
  content: "\f1c6"; }
.fa-file-audio:before {
  content: "\f1c7"; }
.fa-file-code:before {
  content: "\f1c9"; }
.fa-file-contract:before {
  content: "\f56c"; }
.fa-file-csv:before {
  content: "\f6dd"; }
.fa-file-download:before {
  content: "\f56d"; }
.fa-file-excel:before {
  content: "\f1c3"; }
.fa-file-export:before {
  content: "\f56e"; }
.fa-file-image:before {
  content: "\f1c5"; }
.fa-file-import:before {
  content: "\f56f"; }
.fa-file-invoice:before {
  content: "\f570"; }
.fa-file-invoice-dollar:before {
  content: "\f571"; }
.fa-file-medical:before {
  content: "\f477"; }
.fa-file-medical-alt:before {
  content: "\f478"; }
.fa-file-pdf:before {
  content: "\f1c1"; }
.fa-file-powerpoint:before {
  content: "\f1c4"; }
.fa-file-prescription:before {
  content: "\f572"; }
.fa-file-signature:before {
  content: "\f573"; }
.fa-file-upload:before {
  content: "\f574"; }
.fa-file-video:before {
  content: "\f1c8"; }
.fa-file-word:before {
  content: "\f1c2"; }
.fa-fill:before {
  content: "\f575"; }
.fa-fill-drip:before {
  content: "\f576"; }
.fa-film:before {
  content: "\f008"; }
.fa-filter:before {
  content: "\f0b0"; }
.fa-fingerprint:before {
  content: "\f577"; }
.fa-fire:before {
  content: "\f06d"; }
.fa-fire-alt:before {
  content: "\f7e4"; }
.fa-fire-extinguisher:before {
  content: "\f134"; }
.fa-firefox:before {
  content: "\f269"; }
.fa-firefox-browser:before {
  content: "\e007"; }
.fa-first-aid:before {
  content: "\f479"; }
.fa-first-order:before {
  content: "\f2b0"; }
.fa-first-order-alt:before {
  content: "\f50a"; }
.fa-firstdraft:before {
  content: "\f3a1"; }
.fa-fish:before {
  content: "\f578"; }
.fa-fist-raised:before {
  content: "\f6de"; }
.fa-flag:before {
  content: "\f024"; }
.fa-flag-checkered:before {
  content: "\f11e"; }
.fa-flag-usa:before {
  content: "\f74d"; }
.fa-flask:before {
  content: "\f0c3"; }
.fa-flickr:before {
  content: "\f16e"; }
.fa-flipboard:before {
  content: "\f44d"; }
.fa-flushed:before {
  content: "\f579"; }
.fa-fly:before {
  content: "\f417"; }
.fa-folder:before {
  content: "\f07b"; }
.fa-folder-minus:before {
  content: "\f65d"; }
.fa-folder-open:before {
  content: "\f07c"; }
.fa-folder-plus:before {
  content: "\f65e"; }
.fa-font:before {
  content: "\f031"; }
.fa-font-awesome:before {
  content: "\f2b4"; }
.fa-font-awesome-alt:before {
  content: "\f35c"; }
.fa-font-awesome-flag:before {
  content: "\f425"; }
.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }
.fa-fonticons:before {
  content: "\f280"; }
.fa-fonticons-fi:before {
  content: "\f3a2"; }
.fa-football-ball:before {
  content: "\f44e"; }
.fa-fort-awesome:before {
  content: "\f286"; }
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }
.fa-forumbee:before {
  content: "\f211"; }
.fa-forward:before {
  content: "\f04e"; }
.fa-foursquare:before {
  content: "\f180"; }
.fa-free-code-camp:before {
  content: "\f2c5"; }
.fa-freebsd:before {
  content: "\f3a4"; }
.fa-frog:before {
  content: "\f52e"; }
.fa-frown:before {
  content: "\f119"; }
.fa-frown-open:before {
  content: "\f57a"; }
.fa-fulcrum:before {
  content: "\f50b"; }
.fa-funnel-dollar:before {
  content: "\f662"; }
.fa-futbol:before {
  content: "\f1e3"; }
.fa-galactic-republic:before {
  content: "\f50c"; }
.fa-galactic-senate:before {
  content: "\f50d"; }
.fa-gamepad:before {
  content: "\f11b"; }
.fa-gas-pump:before {
  content: "\f52f"; }
.fa-gavel:before {
  content: "\f0e3"; }
.fa-gem:before {
  content: "\f3a5"; }
.fa-genderless:before {
  content: "\f22d"; }
.fa-get-pocket:before {
  content: "\f265"; }
.fa-gg:before {
  content: "\f260"; }
.fa-gg-circle:before {
  content: "\f261"; }
.fa-ghost:before {
  content: "\f6e2"; }
.fa-gift:before {
  content: "\f06b"; }
.fa-gifts:before {
  content: "\f79c"; }
.fa-git:before {
  content: "\f1d3"; }
.fa-git-alt:before {
  content: "\f841"; }
.fa-git-square:before {
  content: "\f1d2"; }
.fa-github:before {
  content: "\f09b"; }
.fa-github-alt:before {
  content: "\f113"; }
.fa-github-square:before {
  content: "\f092"; }
.fa-gitkraken:before {
  content: "\f3a6"; }
.fa-gitlab:before {
  content: "\f296"; }
.fa-gitter:before {
  content: "\f426"; }
.fa-glass-cheers:before {
  content: "\f79f"; }
.fa-glass-martini:before {
  content: "\f000"; }
.fa-glass-martini-alt:before {
  content: "\f57b"; }
.fa-glass-whiskey:before {
  content: "\f7a0"; }
.fa-glasses:before {
  content: "\f530"; }
.fa-glide:before {
  content: "\f2a5"; }
.fa-glide-g:before {
  content: "\f2a6"; }
.fa-globe:before {
  content: "\f0ac"; }
.fa-globe-africa:before {
  content: "\f57c"; }
.fa-globe-americas:before {
  content: "\f57d"; }
.fa-globe-asia:before {
  content: "\f57e"; }
.fa-globe-europe:before {
  content: "\f7a2"; }
.fa-gofore:before {
  content: "\f3a7"; }
.fa-golf-ball:before {
  content: "\f450"; }
.fa-goodreads:before {
  content: "\f3a8"; }
.fa-goodreads-g:before {
  content: "\f3a9"; }
.fa-google:before {
  content: "\f1a0"; }
.fa-google-drive:before {
  content: "\f3aa"; }
.fa-google-pay:before {
  content: "\e079"; }
.fa-google-play:before {
  content: "\f3ab"; }
.fa-google-plus:before {
  content: "\f2b3"; }
.fa-google-plus-g:before {
  content: "\f0d5"; }
.fa-google-plus-square:before {
  content: "\f0d4"; }
.fa-google-wallet:before {
  content: "\f1ee"; }
.fa-gopuram:before {
  content: "\f664"; }
.fa-graduation-cap:before {
  content: "\f19d"; }
.fa-gratipay:before {
  content: "\f184"; }
.fa-grav:before {
  content: "\f2d6"; }
.fa-greater-than:before {
  content: "\f531"; }
.fa-greater-than-equal:before {
  content: "\f532"; }
.fa-grimace:before {
  content: "\f57f"; }
.fa-grin:before {
  content: "\f580"; }
.fa-grin-alt:before {
  content: "\f581"; }
.fa-grin-beam:before {
  content: "\f582"; }
.fa-grin-beam-sweat:before {
  content: "\f583"; }
.fa-grin-hearts:before {
  content: "\f584"; }
.fa-grin-squint:before {
  content: "\f585"; }
.fa-grin-squint-tears:before {
  content: "\f586"; }
.fa-grin-stars:before {
  content: "\f587"; }
.fa-grin-tears:before {
  content: "\f588"; }
.fa-grin-tongue:before {
  content: "\f589"; }
.fa-grin-tongue-squint:before {
  content: "\f58a"; }
.fa-grin-tongue-wink:before {
  content: "\f58b"; }
.fa-grin-wink:before {
  content: "\f58c"; }
.fa-grip-horizontal:before {
  content: "\f58d"; }
.fa-grip-lines:before {
  content: "\f7a4"; }
.fa-grip-lines-vertical:before {
  content: "\f7a5"; }
.fa-grip-vertical:before {
  content: "\f58e"; }
.fa-gripfire:before {
  content: "\f3ac"; }
.fa-grunt:before {
  content: "\f3ad"; }
.fa-guilded:before {
  content: "\e07e"; }
.fa-guitar:before {
  content: "\f7a6"; }
.fa-gulp:before {
  content: "\f3ae"; }
.fa-h-square:before {
  content: "\f0fd"; }
.fa-hacker-news:before {
  content: "\f1d4"; }
.fa-hacker-news-square:before {
  content: "\f3af"; }
.fa-hackerrank:before {
  content: "\f5f7"; }
.fa-hamburger:before {
  content: "\f805"; }
.fa-hammer:before {
  content: "\f6e3"; }
.fa-hamsa:before {
  content: "\f665"; }
.fa-hand-holding:before {
  content: "\f4bd"; }
.fa-hand-holding-heart:before {
  content: "\f4be"; }
.fa-hand-holding-medical:before {
  content: "\e05c"; }
.fa-hand-holding-usd:before {
  content: "\f4c0"; }
.fa-hand-holding-water:before {
  content: "\f4c1"; }
.fa-hand-lizard:before {
  content: "\f258"; }
.fa-hand-middle-finger:before {
  content: "\f806"; }
.fa-hand-paper:before {
  content: "\f256"; }
.fa-hand-peace:before {
  content: "\f25b"; }
.fa-hand-point-down:before {
  content: "\f0a7"; }
.fa-hand-point-left:before {
  content: "\f0a5"; }
.fa-hand-point-right:before {
  content: "\f0a4"; }
.fa-hand-point-up:before {
  content: "\f0a6"; }
.fa-hand-pointer:before {
  content: "\f25a"; }
.fa-hand-rock:before {
  content: "\f255"; }
.fa-hand-scissors:before {
  content: "\f257"; }
.fa-hand-sparkles:before {
  content: "\e05d"; }
.fa-hand-spock:before {
  content: "\f259"; }
.fa-hands:before {
  content: "\f4c2"; }
.fa-hands-helping:before {
  content: "\f4c4"; }
.fa-hands-wash:before {
  content: "\e05e"; }
.fa-handshake:before {
  content: "\f2b5"; }
.fa-handshake-alt-slash:before {
  content: "\e05f"; }
.fa-handshake-slash:before {
  content: "\e060"; }
.fa-hanukiah:before {
  content: "\f6e6"; }
.fa-hard-hat:before {
  content: "\f807"; }
.fa-hashtag:before {
  content: "\f292"; }
.fa-hat-cowboy:before {
  content: "\f8c0"; }
.fa-hat-cowboy-side:before {
  content: "\f8c1"; }
.fa-hat-wizard:before {
  content: "\f6e8"; }
.fa-hdd:before {
  content: "\f0a0"; }
.fa-head-side-cough:before {
  content: "\e061"; }
.fa-head-side-cough-slash:before {
  content: "\e062"; }
.fa-head-side-mask:before {
  content: "\e063"; }
.fa-head-side-virus:before {
  content: "\e064"; }
.fa-heading:before {
  content: "\f1dc"; }
.fa-headphones:before {
  content: "\f025"; }
.fa-headphones-alt:before {
  content: "\f58f"; }
.fa-headset:before {
  content: "\f590"; }
.fa-heart:before {
  content: "\f004"; }
.fa-heart-broken:before {
  content: "\f7a9"; }
.fa-heartbeat:before {
  content: "\f21e"; }
.fa-helicopter:before {
  content: "\f533"; }
.fa-highlighter:before {
  content: "\f591"; }
.fa-hiking:before {
  content: "\f6ec"; }
.fa-hippo:before {
  content: "\f6ed"; }
.fa-hips:before {
  content: "\f452"; }
.fa-hire-a-helper:before {
  content: "\f3b0"; }
.fa-history:before {
  content: "\f1da"; }
.fa-hive:before {
  content: "\e07f"; }
.fa-hockey-puck:before {
  content: "\f453"; }
.fa-holly-berry:before {
  content: "\f7aa"; }
.fa-home:before {
  content: "\f015"; }
.fa-hooli:before {
  content: "\f427"; }
.fa-hornbill:before {
  content: "\f592"; }
.fa-horse:before {
  content: "\f6f0"; }
.fa-horse-head:before {
  content: "\f7ab"; }
.fa-hospital:before {
  content: "\f0f8"; }
.fa-hospital-alt:before {
  content: "\f47d"; }
.fa-hospital-symbol:before {
  content: "\f47e"; }
.fa-hospital-user:before {
  content: "\f80d"; }
.fa-hot-tub:before {
  content: "\f593"; }
.fa-hotdog:before {
  content: "\f80f"; }
.fa-hotel:before {
  content: "\f594"; }
.fa-hotjar:before {
  content: "\f3b1"; }
.fa-hourglass:before {
  content: "\f254"; }
.fa-hourglass-end:before {
  content: "\f253"; }
.fa-hourglass-half:before {
  content: "\f252"; }
.fa-hourglass-start:before {
  content: "\f251"; }
.fa-house-damage:before {
  content: "\f6f1"; }
.fa-house-user:before {
  content: "\e065"; }
.fa-houzz:before {
  content: "\f27c"; }
.fa-hryvnia:before {
  content: "\f6f2"; }
.fa-html5:before {
  content: "\f13b"; }
.fa-hubspot:before {
  content: "\f3b2"; }
.fa-i-cursor:before {
  content: "\f246"; }
.fa-ice-cream:before {
  content: "\f810"; }
.fa-icicles:before {
  content: "\f7ad"; }
.fa-icons:before {
  content: "\f86d"; }
.fa-id-badge:before {
  content: "\f2c1"; }
.fa-id-card:before {
  content: "\f2c2"; }
.fa-id-card-alt:before {
  content: "\f47f"; }
.fa-ideal:before {
  content: "\e013"; }
.fa-igloo:before {
  content: "\f7ae"; }
.fa-image:before {
  content: "\f03e"; }
.fa-images:before {
  content: "\f302"; }
.fa-imdb:before {
  content: "\f2d8"; }
.fa-inbox:before {
  content: "\f01c"; }
.fa-indent:before {
  content: "\f03c"; }
.fa-industry:before {
  content: "\f275"; }
.fa-infinity:before {
  content: "\f534"; }
.fa-info:before {
  content: "\f129"; }
.fa-info-circle:before {
  content: "\f05a"; }
.fa-innosoft:before {
  content: "\e080"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-instagram-square:before {
  content: "\e055"; }
.fa-instalod:before {
  content: "\e081"; }
.fa-intercom:before {
  content: "\f7af"; }
.fa-internet-explorer:before {
  content: "\f26b"; }
.fa-invision:before {
  content: "\f7b0"; }
.fa-ioxhost:before {
  content: "\f208"; }
.fa-italic:before {
  content: "\f033"; }
.fa-itch-io:before {
  content: "\f83a"; }
.fa-itunes:before {
  content: "\f3b4"; }
.fa-itunes-note:before {
  content: "\f3b5"; }
.fa-java:before {
  content: "\f4e4"; }
.fa-jedi:before {
  content: "\f669"; }
.fa-jedi-order:before {
  content: "\f50e"; }
.fa-jenkins:before {
  content: "\f3b6"; }
.fa-jira:before {
  content: "\f7b1"; }
.fa-joget:before {
  content: "\f3b7"; }
.fa-joint:before {
  content: "\f595"; }
.fa-joomla:before {
  content: "\f1aa"; }
.fa-journal-whills:before {
  content: "\f66a"; }
.fa-js:before {
  content: "\f3b8"; }
.fa-js-square:before {
  content: "\f3b9"; }
.fa-jsfiddle:before {
  content: "\f1cc"; }
.fa-kaaba:before {
  content: "\f66b"; }
.fa-kaggle:before {
  content: "\f5fa"; }
.fa-key:before {
  content: "\f084"; }
.fa-keybase:before {
  content: "\f4f5"; }
.fa-keyboard:before {
  content: "\f11c"; }
.fa-keycdn:before {
  content: "\f3ba"; }
.fa-khanda:before {
  content: "\f66d"; }
.fa-kickstarter:before {
  content: "\f3bb"; }
.fa-kickstarter-k:before {
  content: "\f3bc"; }
.fa-kiss:before {
  content: "\f596"; }
.fa-kiss-beam:before {
  content: "\f597"; }
.fa-kiss-wink-heart:before {
  content: "\f598"; }
.fa-kiwi-bird:before {
  content: "\f535"; }
.fa-korvue:before {
  content: "\f42f"; }
.fa-landmark:before {
  content: "\f66f"; }
.fa-language:before {
  content: "\f1ab"; }
.fa-laptop:before {
  content: "\f109"; }
.fa-laptop-code:before {
  content: "\f5fc"; }
.fa-laptop-house:before {
  content: "\e066"; }
.fa-laptop-medical:before {
  content: "\f812"; }
.fa-laravel:before {
  content: "\f3bd"; }
.fa-lastfm:before {
  content: "\f202"; }
.fa-lastfm-square:before {
  content: "\f203"; }
.fa-laugh:before {
  content: "\f599"; }
.fa-laugh-beam:before {
  content: "\f59a"; }
.fa-laugh-squint:before {
  content: "\f59b"; }
.fa-laugh-wink:before {
  content: "\f59c"; }
.fa-layer-group:before {
  content: "\f5fd"; }
.fa-leaf:before {
  content: "\f06c"; }
.fa-leanpub:before {
  content: "\f212"; }
.fa-lemon:before {
  content: "\f094"; }
.fa-less:before {
  content: "\f41d"; }
.fa-less-than:before {
  content: "\f536"; }
.fa-less-than-equal:before {
  content: "\f537"; }
.fa-level-down-alt:before {
  content: "\f3be"; }
.fa-level-up-alt:before {
  content: "\f3bf"; }
.fa-life-ring:before {
  content: "\f1cd"; }
.fa-lightbulb:before {
  content: "\f0eb"; }
.fa-line:before {
  content: "\f3c0"; }
.fa-link:before {
  content: "\f0c1"; }
.fa-linkedin:before {
  content: "\f08c"; }
.fa-linkedin-in:before {
  content: "\f0e1"; }
.fa-linode:before {
  content: "\f2b8"; }
.fa-linux:before {
  content: "\f17c"; }
.fa-lira-sign:before {
  content: "\f195"; }
.fa-list:before {
  content: "\f03a"; }
.fa-list-alt:before {
  content: "\f022"; }
.fa-list-ol:before {
  content: "\f0cb"; }
.fa-list-ul:before {
  content: "\f0ca"; }
.fa-location-arrow:before {
  content: "\f124"; }
.fa-lock:before {
  content: "\f023"; }
.fa-lock-open:before {
  content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
  content: "\f309"; }
.fa-long-arrow-alt-left:before {
  content: "\f30a"; }
.fa-long-arrow-alt-right:before {
  content: "\f30b"; }
.fa-long-arrow-alt-up:before {
  content: "\f30c"; }
.fa-low-vision:before {
  content: "\f2a8"; }
.fa-luggage-cart:before {
  content: "\f59d"; }
.fa-lungs:before {
  content: "\f604"; }
.fa-lungs-virus:before {
  content: "\e067"; }
.fa-lyft:before {
  content: "\f3c3"; }
.fa-magento:before {
  content: "\f3c4"; }
.fa-magic:before {
  content: "\f0d0"; }
.fa-magnet:before {
  content: "\f076"; }
.fa-mail-bulk:before {
  content: "\f674"; }
.fa-mailchimp:before {
  content: "\f59e"; }
.fa-male:before {
  content: "\f183"; }
.fa-mandalorian:before {
  content: "\f50f"; }
.fa-map:before {
  content: "\f279"; }
.fa-map-marked:before {
  content: "\f59f"; }
.fa-map-marked-alt:before {
  content: "\f5a0"; }
.fa-map-marker:before {
  content: "\f041"; }
.fa-map-marker-alt:before {
  content: "\f3c5"; }
.fa-map-pin:before {
  content: "\f276"; }
.fa-map-signs:before {
  content: "\f277"; }
.fa-markdown:before {
  content: "\f60f"; }
.fa-marker:before {
  content: "\f5a1"; }
.fa-mars:before {
  content: "\f222"; }
.fa-mars-double:before {
  content: "\f227"; }
.fa-mars-stroke:before {
  content: "\f229"; }
.fa-mars-stroke-h:before {
  content: "\f22b"; }
.fa-mars-stroke-v:before {
  content: "\f22a"; }
.fa-mask:before {
  content: "\f6fa"; }
.fa-mastodon:before {
  content: "\f4f6"; }
.fa-maxcdn:before {
  content: "\f136"; }
.fa-mdb:before {
  content: "\f8ca"; }
.fa-medal:before {
  content: "\f5a2"; }
.fa-medapps:before {
  content: "\f3c6"; }
.fa-medium:before {
  content: "\f23a"; }
.fa-medium-m:before {
  content: "\f3c7"; }
.fa-medkit:before {
  content: "\f0fa"; }
.fa-medrt:before {
  content: "\f3c8"; }
.fa-meetup:before {
  content: "\f2e0"; }
.fa-megaport:before {
  content: "\f5a3"; }
.fa-meh:before {
  content: "\f11a"; }
.fa-meh-blank:before {
  content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }
.fa-memory:before {
  content: "\f538"; }
.fa-mendeley:before {
  content: "\f7b3"; }
.fa-menorah:before {
  content: "\f676"; }
.fa-mercury:before {
  content: "\f223"; }
.fa-meteor:before {
  content: "\f753"; }
.fa-microblog:before {
  content: "\e01a"; }
.fa-microchip:before {
  content: "\f2db"; }
.fa-microphone:before {
  content: "\f130"; }
.fa-microphone-alt:before {
  content: "\f3c9"; }
.fa-microphone-alt-slash:before {
  content: "\f539"; }
.fa-microphone-slash:before {
  content: "\f131"; }
.fa-microscope:before {
  content: "\f610"; }
.fa-microsoft:before {
  content: "\f3ca"; }
.fa-minus:before {
  content: "\f068"; }
.fa-minus-circle:before {
  content: "\f056"; }
.fa-minus-square:before {
  content: "\f146"; }
.fa-mitten:before {
  content: "\f7b5"; }
.fa-mix:before {
  content: "\f3cb"; }
.fa-mixcloud:before {
  content: "\f289"; }
.fa-mixer:before {
  content: "\e056"; }
.fa-mizuni:before {
  content: "\f3cc"; }
.fa-mobile:before {
  content: "\f10b"; }
.fa-mobile-alt:before {
  content: "\f3cd"; }
.fa-modx:before {
  content: "\f285"; }
.fa-monero:before {
  content: "\f3d0"; }
.fa-money-bill:before {
  content: "\f0d6"; }
.fa-money-bill-alt:before {
  content: "\f3d1"; }
.fa-money-bill-wave:before {
  content: "\f53a"; }
.fa-money-bill-wave-alt:before {
  content: "\f53b"; }
.fa-money-check:before {
  content: "\f53c"; }
.fa-money-check-alt:before {
  content: "\f53d"; }
.fa-monument:before {
  content: "\f5a6"; }
.fa-moon:before {
  content: "\f186"; }
.fa-mortar-pestle:before {
  content: "\f5a7"; }
.fa-mosque:before {
  content: "\f678"; }
.fa-motorcycle:before {
  content: "\f21c"; }
.fa-mountain:before {
  content: "\f6fc"; }
.fa-mouse:before {
  content: "\f8cc"; }
.fa-mouse-pointer:before {
  content: "\f245"; }
.fa-mug-hot:before {
  content: "\f7b6"; }
.fa-music:before {
  content: "\f001"; }
.fa-napster:before {
  content: "\f3d2"; }
.fa-neos:before {
  content: "\f612"; }
.fa-network-wired:before {
  content: "\f6ff"; }
.fa-neuter:before {
  content: "\f22c"; }
.fa-newspaper:before {
  content: "\f1ea"; }
.fa-nimblr:before {
  content: "\f5a8"; }
.fa-node:before {
  content: "\f419"; }
.fa-node-js:before {
  content: "\f3d3"; }
.fa-not-equal:before {
  content: "\f53e"; }
.fa-notes-medical:before {
  content: "\f481"; }
.fa-npm:before {
  content: "\f3d4"; }
.fa-ns8:before {
  content: "\f3d5"; }
.fa-nutritionix:before {
  content: "\f3d6"; }
.fa-object-group:before {
  content: "\f247"; }
.fa-object-ungroup:before {
  content: "\f248"; }
.fa-octopus-deploy:before {
  content: "\e082"; }
.fa-odnoklassniki:before {
  content: "\f263"; }
.fa-odnoklassniki-square:before {
  content: "\f264"; }
.fa-oil-can:before {
  content: "\f613"; }
.fa-old-republic:before {
  content: "\f510"; }
.fa-om:before {
  content: "\f679"; }
.fa-opencart:before {
  content: "\f23d"; }
.fa-openid:before {
  content: "\f19b"; }
.fa-opera:before {
  content: "\f26a"; }
.fa-optin-monster:before {
  content: "\f23c"; }
.fa-orcid:before {
  content: "\f8d2"; }
.fa-osi:before {
  content: "\f41a"; }
.fa-otter:before {
  content: "\f700"; }
.fa-outdent:before {
  content: "\f03b"; }
.fa-page4:before {
  content: "\f3d7"; }
.fa-pagelines:before {
  content: "\f18c"; }
.fa-pager:before {
  content: "\f815"; }
.fa-paint-brush:before {
  content: "\f1fc"; }
.fa-paint-roller:before {
  content: "\f5aa"; }
.fa-palette:before {
  content: "\f53f"; }
.fa-palfed:before {
  content: "\f3d8"; }
.fa-pallet:before {
  content: "\f482"; }
.fa-paper-plane:before {
  content: "\f1d8"; }
.fa-paperclip:before {
  content: "\f0c6"; }
.fa-parachute-box:before {
  content: "\f4cd"; }
.fa-paragraph:before {
  content: "\f1dd"; }
.fa-parking:before {
  content: "\f540"; }
.fa-passport:before {
  content: "\f5ab"; }
.fa-pastafarianism:before {
  content: "\f67b"; }
.fa-paste:before {
  content: "\f0ea"; }
.fa-patreon:before {
  content: "\f3d9"; }
.fa-pause:before {
  content: "\f04c"; }
.fa-pause-circle:before {
  content: "\f28b"; }
.fa-paw:before {
  content: "\f1b0"; }
.fa-paypal:before {
  content: "\f1ed"; }
.fa-peace:before {
  content: "\f67c"; }
.fa-pen:before {
  content: "\f304"; }
.fa-pen-alt:before {
  content: "\f305"; }
.fa-pen-fancy:before {
  content: "\f5ac"; }
.fa-pen-nib:before {
  content: "\f5ad"; }
.fa-pen-square:before {
  content: "\f14b"; }
.fa-pencil-alt:before {
  content: "\f303"; }
.fa-pencil-ruler:before {
  content: "\f5ae"; }
.fa-penny-arcade:before {
  content: "\f704"; }
.fa-people-arrows:before {
  content: "\e068"; }
.fa-people-carry:before {
  content: "\f4ce"; }
.fa-pepper-hot:before {
  content: "\f816"; }
.fa-perbyte:before {
  content: "\e083"; }
.fa-percent:before {
  content: "\f295"; }
.fa-percentage:before {
  content: "\f541"; }
.fa-periscope:before {
  content: "\f3da"; }
.fa-person-booth:before {
  content: "\f756"; }
.fa-phabricator:before {
  content: "\f3db"; }
.fa-phoenix-framework:before {
  content: "\f3dc"; }
.fa-phoenix-squadron:before {
  content: "\f511"; }
.fa-phone:before {
  content: "\f095"; }
.fa-phone-alt:before {
  content: "\f879"; }
.fa-phone-slash:before {
  content: "\f3dd"; }
.fa-phone-square:before {
  content: "\f098"; }
.fa-phone-square-alt:before {
  content: "\f87b"; }
.fa-phone-volume:before {
  content: "\f2a0"; }
.fa-photo-video:before {
  content: "\f87c"; }
.fa-php:before {
  content: "\f457"; }
.fa-pied-piper:before {
  content: "\f2ae"; }
.fa-pied-piper-alt:before {
  content: "\f1a8"; }
.fa-pied-piper-hat:before {
  content: "\f4e5"; }
.fa-pied-piper-pp:before {
  content: "\f1a7"; }
.fa-pied-piper-square:before {
  content: "\e01e"; }
.fa-piggy-bank:before {
  content: "\f4d3"; }
.fa-pills:before {
  content: "\f484"; }
.fa-pinterest:before {
  content: "\f0d2"; }
.fa-pinterest-p:before {
  content: "\f231"; }
.fa-pinterest-square:before {
  content: "\f0d3"; }
.fa-pizza-slice:before {
  content: "\f818"; }
.fa-place-of-worship:before {
  content: "\f67f"; }
.fa-plane:before {
  content: "\f072"; }
.fa-plane-arrival:before {
  content: "\f5af"; }
.fa-plane-departure:before {
  content: "\f5b0"; }
.fa-plane-slash:before {
  content: "\e069"; }
.fa-play:before {
  content: "\f04b"; }
.fa-play-circle:before {
  content: "\f144"; }
.fa-playstation:before {
  content: "\f3df"; }
.fa-plug:before {
  content: "\f1e6"; }
.fa-plus:before {
  content: "\f067"; }
.fa-plus-circle:before {
  content: "\f055"; }
.fa-plus-square:before {
  content: "\f0fe"; }
.fa-podcast:before {
  content: "\f2ce"; }
.fa-poll:before {
  content: "\f681"; }
.fa-poll-h:before {
  content: "\f682"; }
.fa-poo:before {
  content: "\f2fe"; }
.fa-poo-storm:before {
  content: "\f75a"; }
.fa-poop:before {
  content: "\f619"; }
.fa-portrait:before {
  content: "\f3e0"; }
.fa-pound-sign:before {
  content: "\f154"; }
.fa-power-off:before {
  content: "\f011"; }
.fa-pray:before {
  content: "\f683"; }
.fa-praying-hands:before {
  content: "\f684"; }
.fa-prescription:before {
  content: "\f5b1"; }
.fa-prescription-bottle:before {
  content: "\f485"; }
.fa-prescription-bottle-alt:before {
  content: "\f486"; }
.fa-print:before {
  content: "\f02f"; }
.fa-procedures:before {
  content: "\f487"; }
.fa-product-hunt:before {
  content: "\f288"; }
.fa-project-diagram:before {
  content: "\f542"; }
.fa-pump-medical:before {
  content: "\e06a"; }
.fa-pump-soap:before {
  content: "\e06b"; }
.fa-pushed:before {
  content: "\f3e1"; }
.fa-puzzle-piece:before {
  content: "\f12e"; }
.fa-python:before {
  content: "\f3e2"; }
.fa-qq:before {
  content: "\f1d6"; }
.fa-qrcode:before {
  content: "\f029"; }
.fa-question:before {
  content: "\f128"; }
.fa-question-circle:before {
  content: "\f059"; }
.fa-quidditch:before {
  content: "\f458"; }
.fa-quinscape:before {
  content: "\f459"; }
.fa-quora:before {
  content: "\f2c4"; }
.fa-quote-left:before {
  content: "\f10d"; }
.fa-quote-right:before {
  content: "\f10e"; }
.fa-quran:before {
  content: "\f687"; }
.fa-r-project:before {
  content: "\f4f7"; }
.fa-radiation:before {
  content: "\f7b9"; }
.fa-radiation-alt:before {
  content: "\f7ba"; }
.fa-rainbow:before {
  content: "\f75b"; }
.fa-random:before {
  content: "\f074"; }
.fa-raspberry-pi:before {
  content: "\f7bb"; }
.fa-ravelry:before {
  content: "\f2d9"; }
.fa-react:before {
  content: "\f41b"; }
.fa-reacteurope:before {
  content: "\f75d"; }
.fa-readme:before {
  content: "\f4d5"; }
.fa-rebel:before {
  content: "\f1d0"; }
.fa-receipt:before {
  content: "\f543"; }
.fa-record-vinyl:before {
  content: "\f8d9"; }
.fa-recycle:before {
  content: "\f1b8"; }
.fa-red-river:before {
  content: "\f3e3"; }
.fa-reddit:before {
  content: "\f1a1"; }
.fa-reddit-alien:before {
  content: "\f281"; }
.fa-reddit-square:before {
  content: "\f1a2"; }
.fa-redhat:before {
  content: "\f7bc"; }
.fa-redo:before {
  content: "\f01e"; }
.fa-redo-alt:before {
  content: "\f2f9"; }
.fa-registered:before {
  content: "\f25d"; }
.fa-remove-format:before {
  content: "\f87d"; }
.fa-renren:before {
  content: "\f18b"; }
.fa-reply:before {
  content: "\f3e5"; }
.fa-reply-all:before {
  content: "\f122"; }
.fa-replyd:before {
  content: "\f3e6"; }
.fa-republican:before {
  content: "\f75e"; }
.fa-researchgate:before {
  content: "\f4f8"; }
.fa-resolving:before {
  content: "\f3e7"; }
.fa-restroom:before {
  content: "\f7bd"; }
.fa-retweet:before {
  content: "\f079"; }
.fa-rev:before {
  content: "\f5b2"; }
.fa-ribbon:before {
  content: "\f4d6"; }
.fa-ring:before {
  content: "\f70b"; }
.fa-road:before {
  content: "\f018"; }
.fa-robot:before {
  content: "\f544"; }
.fa-rocket:before {
  content: "\f135"; }
.fa-rocketchat:before {
  content: "\f3e8"; }
.fa-rockrms:before {
  content: "\f3e9"; }
.fa-route:before {
  content: "\f4d7"; }
.fa-rss:before {
  content: "\f09e"; }
.fa-rss-square:before {
  content: "\f143"; }
.fa-ruble-sign:before {
  content: "\f158"; }
.fa-ruler:before {
  content: "\f545"; }
.fa-ruler-combined:before {
  content: "\f546"; }
.fa-ruler-horizontal:before {
  content: "\f547"; }
.fa-ruler-vertical:before {
  content: "\f548"; }
.fa-running:before {
  content: "\f70c"; }
.fa-rupee-sign:before {
  content: "\f156"; }
.fa-rust:before {
  content: "\e07a"; }
.fa-sad-cry:before {
  content: "\f5b3"; }
.fa-sad-tear:before {
  content: "\f5b4"; }
.fa-safari:before {
  content: "\f267"; }
.fa-salesforce:before {
  content: "\f83b"; }
.fa-sass:before {
  content: "\f41e"; }
.fa-satellite:before {
  content: "\f7bf"; }
.fa-satellite-dish:before {
  content: "\f7c0"; }
.fa-save:before {
  content: "\f0c7"; }
.fa-schlix:before {
  content: "\f3ea"; }
.fa-school:before {
  content: "\f549"; }
.fa-screwdriver:before {
  content: "\f54a"; }
.fa-scribd:before {
  content: "\f28a"; }
.fa-scroll:before {
  content: "\f70e"; }
.fa-sd-card:before {
  content: "\f7c2"; }
.fa-search:before {
  content: "\f002"; }
.fa-search-dollar:before {
  content: "\f688"; }
.fa-search-location:before {
  content: "\f689"; }
.fa-search-minus:before {
  content: "\f010"; }
.fa-search-plus:before {
  content: "\f00e"; }
.fa-searchengin:before {
  content: "\f3eb"; }
.fa-seedling:before {
  content: "\f4d8"; }
.fa-sellcast:before {
  content: "\f2da"; }
.fa-sellsy:before {
  content: "\f213"; }
.fa-server:before {
  content: "\f233"; }
.fa-servicestack:before {
  content: "\f3ec"; }
.fa-shapes:before {
  content: "\f61f"; }
.fa-share:before {
  content: "\f064"; }
.fa-share-alt:before {
  content: "\f1e0"; }
.fa-share-alt-square:before {
  content: "\f1e1"; }
.fa-share-square:before {
  content: "\f14d"; }
.fa-shekel-sign:before {
  content: "\f20b"; }
.fa-shield-alt:before {
  content: "\f3ed"; }
.fa-shield-virus:before {
  content: "\e06c"; }
.fa-ship:before {
  content: "\f21a"; }
.fa-shipping-fast:before {
  content: "\f48b"; }
.fa-shirtsinbulk:before {
  content: "\f214"; }
.fa-shoe-prints:before {
  content: "\f54b"; }
.fa-shopify:before {
  content: "\e057"; }
.fa-shopping-bag:before {
  content: "\f290"; }
.fa-shopping-basket:before {
  content: "\f291"; }
.fa-shopping-cart:before {
  content: "\f07a"; }
.fa-shopware:before {
  content: "\f5b5"; }
.fa-shower:before {
  content: "\f2cc"; }
.fa-shuttle-van:before {
  content: "\f5b6"; }
.fa-sign:before {
  content: "\f4d9"; }
.fa-sign-in-alt:before {
  content: "\f2f6"; }
.fa-sign-language:before {
  content: "\f2a7"; }
.fa-sign-out-alt:before {
  content: "\f2f5"; }
.fa-signal:before {
  content: "\f012"; }
.fa-signature:before {
  content: "\f5b7"; }
.fa-sim-card:before {
  content: "\f7c4"; }
.fa-simplybuilt:before {
  content: "\f215"; }
.fa-sink:before {
  content: "\e06d"; }
.fa-sistrix:before {
  content: "\f3ee"; }
.fa-sitemap:before {
  content: "\f0e8"; }
.fa-sith:before {
  content: "\f512"; }
.fa-skating:before {
  content: "\f7c5"; }
.fa-sketch:before {
  content: "\f7c6"; }
.fa-skiing:before {
  content: "\f7c9"; }
.fa-skiing-nordic:before {
  content: "\f7ca"; }
.fa-skull:before {
  content: "\f54c"; }
.fa-skull-crossbones:before {
  content: "\f714"; }
.fa-skyatlas:before {
  content: "\f216"; }
.fa-skype:before {
  content: "\f17e"; }
.fa-slack:before {
  content: "\f198"; }
.fa-slack-hash:before {
  content: "\f3ef"; }
.fa-slash:before {
  content: "\f715"; }
.fa-sleigh:before {
  content: "\f7cc"; }
.fa-sliders-h:before {
  content: "\f1de"; }
.fa-slideshare:before {
  content: "\f1e7"; }
.fa-smile:before {
  content: "\f118"; }
.fa-smile-beam:before {
  content: "\f5b8"; }
.fa-smile-wink:before {
  content: "\f4da"; }
.fa-smog:before {
  content: "\f75f"; }
.fa-smoking:before {
  content: "\f48d"; }
.fa-smoking-ban:before {
  content: "\f54d"; }
.fa-sms:before {
  content: "\f7cd"; }
.fa-snapchat:before {
  content: "\f2ab"; }
.fa-snapchat-ghost:before {
  content: "\f2ac"; }
.fa-snapchat-square:before {
  content: "\f2ad"; }
.fa-snowboarding:before {
  content: "\f7ce"; }
.fa-snowflake:before {
  content: "\f2dc"; }
.fa-snowman:before {
  content: "\f7d0"; }
.fa-snowplow:before {
  content: "\f7d2"; }
.fa-soap:before {
  content: "\e06e"; }
.fa-socks:before {
  content: "\f696"; }
.fa-solar-panel:before {
  content: "\f5ba"; }
.fa-sort:before {
  content: "\f0dc"; }
.fa-sort-alpha-down:before {
  content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
  content: "\f881"; }
.fa-sort-alpha-up:before {
  content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
  content: "\f882"; }
.fa-sort-amount-down:before {
  content: "\f160"; }
.fa-sort-amount-down-alt:before {
  content: "\f884"; }
.fa-sort-amount-up:before {
  content: "\f161"; }
.fa-sort-amount-up-alt:before {
  content: "\f885"; }
.fa-sort-down:before {
  content: "\f0dd"; }
.fa-sort-numeric-down:before {
  content: "\f162"; }
.fa-sort-numeric-down-alt:before {
  content: "\f886"; }
.fa-sort-numeric-up:before {
  content: "\f163"; }
.fa-sort-numeric-up-alt:before {
  content: "\f887"; }
.fa-sort-up:before {
  content: "\f0de"; }
.fa-soundcloud:before {
  content: "\f1be"; }
.fa-sourcetree:before {
  content: "\f7d3"; }
.fa-spa:before {
  content: "\f5bb"; }
.fa-space-shuttle:before {
  content: "\f197"; }
.fa-speakap:before {
  content: "\f3f3"; }
.fa-speaker-deck:before {
  content: "\f83c"; }
.fa-spell-check:before {
  content: "\f891"; }
.fa-spider:before {
  content: "\f717"; }
.fa-spinner:before {
  content: "\f110"; }
.fa-splotch:before {
  content: "\f5bc"; }
.fa-spotify:before {
  content: "\f1bc"; }
.fa-spray-can:before {
  content: "\f5bd"; }
.fa-square:before {
  content: "\f0c8"; }
.fa-square-full:before {
  content: "\f45c"; }
.fa-square-root-alt:before {
  content: "\f698"; }
.fa-squarespace:before {
  content: "\f5be"; }
.fa-stack-exchange:before {
  content: "\f18d"; }
.fa-stack-overflow:before {
  content: "\f16c"; }
.fa-stackpath:before {
  content: "\f842"; }
.fa-stamp:before {
  content: "\f5bf"; }
.fa-star:before {
  content: "\f005"; }
.fa-star-and-crescent:before {
  content: "\f699"; }
.fa-star-half:before {
  content: "\f089"; }
.fa-star-half-alt:before {
  content: "\f5c0"; }
.fa-star-of-david:before {
  content: "\f69a"; }
.fa-star-of-life:before {
  content: "\f621"; }
.fa-staylinked:before {
  content: "\f3f5"; }
.fa-steam:before {
  content: "\f1b6"; }
.fa-steam-square:before {
  content: "\f1b7"; }
.fa-steam-symbol:before {
  content: "\f3f6"; }
.fa-step-backward:before {
  content: "\f048"; }
.fa-step-forward:before {
  content: "\f051"; }
.fa-stethoscope:before {
  content: "\f0f1"; }
.fa-sticker-mule:before {
  content: "\f3f7"; }
.fa-sticky-note:before {
  content: "\f249"; }
.fa-stop:before {
  content: "\f04d"; }
.fa-stop-circle:before {
  content: "\f28d"; }
.fa-stopwatch:before {
  content: "\f2f2"; }
.fa-stopwatch-20:before {
  content: "\e06f"; }
.fa-store:before {
  content: "\f54e"; }
.fa-store-alt:before {
  content: "\f54f"; }
.fa-store-alt-slash:before {
  content: "\e070"; }
.fa-store-slash:before {
  content: "\e071"; }
.fa-strava:before {
  content: "\f428"; }
.fa-stream:before {
  content: "\f550"; }
.fa-street-view:before {
  content: "\f21d"; }
.fa-strikethrough:before {
  content: "\f0cc"; }
.fa-stripe:before {
  content: "\f429"; }
.fa-stripe-s:before {
  content: "\f42a"; }
.fa-stroopwafel:before {
  content: "\f551"; }
.fa-studiovinari:before {
  content: "\f3f8"; }
.fa-stumbleupon:before {
  content: "\f1a4"; }
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }
.fa-subscript:before {
  content: "\f12c"; }
.fa-subway:before {
  content: "\f239"; }
.fa-suitcase:before {
  content: "\f0f2"; }
.fa-suitcase-rolling:before {
  content: "\f5c1"; }
.fa-sun:before {
  content: "\f185"; }
.fa-superpowers:before {
  content: "\f2dd"; }
.fa-superscript:before {
  content: "\f12b"; }
.fa-supple:before {
  content: "\f3f9"; }
.fa-surprise:before {
  content: "\f5c2"; }
.fa-suse:before {
  content: "\f7d6"; }
.fa-swatchbook:before {
  content: "\f5c3"; }
.fa-swift:before {
  content: "\f8e1"; }
.fa-swimmer:before {
  content: "\f5c4"; }
.fa-swimming-pool:before {
  content: "\f5c5"; }
.fa-symfony:before {
  content: "\f83d"; }
.fa-synagogue:before {
  content: "\f69b"; }
.fa-sync:before {
  content: "\f021"; }
.fa-sync-alt:before {
  content: "\f2f1"; }
.fa-syringe:before {
  content: "\f48e"; }
.fa-table:before {
  content: "\f0ce"; }
.fa-table-tennis:before {
  content: "\f45d"; }
.fa-tablet:before {
  content: "\f10a"; }
.fa-tablet-alt:before {
  content: "\f3fa"; }
.fa-tablets:before {
  content: "\f490"; }
.fa-tachometer-alt:before {
  content: "\f3fd"; }
.fa-tag:before {
  content: "\f02b"; }
.fa-tags:before {
  content: "\f02c"; }
.fa-tape:before {
  content: "\f4db"; }
.fa-tasks:before {
  content: "\f0ae"; }
.fa-taxi:before {
  content: "\f1ba"; }
.fa-teamspeak:before {
  content: "\f4f9"; }
.fa-teeth:before {
  content: "\f62e"; }
.fa-teeth-open:before {
  content: "\f62f"; }
.fa-telegram:before {
  content: "\f2c6"; }
.fa-telegram-plane:before {
  content: "\f3fe"; }
.fa-temperature-high:before {
  content: "\f769"; }
.fa-temperature-low:before {
  content: "\f76b"; }
.fa-tencent-weibo:before {
  content: "\f1d5"; }
.fa-tenge:before {
  content: "\f7d7"; }
.fa-terminal:before {
  content: "\f120"; }
.fa-text-height:before {
  content: "\f034"; }
.fa-text-width:before {
  content: "\f035"; }
.fa-th:before {
  content: "\f00a"; }
.fa-th-large:before {
  content: "\f009"; }
.fa-th-list:before {
  content: "\f00b"; }
.fa-the-red-yeti:before {
  content: "\f69d"; }
.fa-theater-masks:before {
  content: "\f630"; }
.fa-themeco:before {
  content: "\f5c6"; }
.fa-themeisle:before {
  content: "\f2b2"; }
.fa-thermometer:before {
  content: "\f491"; }
.fa-thermometer-empty:before {
  content: "\f2cb"; }
.fa-thermometer-full:before {
  content: "\f2c7"; }
.fa-thermometer-half:before {
  content: "\f2c9"; }
.fa-thermometer-quarter:before {
  content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }
.fa-think-peaks:before {
  content: "\f731"; }
.fa-thumbs-down:before {
  content: "\f165"; }
.fa-thumbs-up:before {
  content: "\f164"; }
.fa-thumbtack:before {
  content: "\f08d"; }
.fa-ticket-alt:before {
  content: "\f3ff"; }
.fa-tiktok:before {
  content: "\e07b"; }
.fa-times:before {
  content: "\f00d"; }
.fa-times-circle:before {
  content: "\f057"; }
.fa-tint:before {
  content: "\f043"; }
.fa-tint-slash:before {
  content: "\f5c7"; }
.fa-tired:before {
  content: "\f5c8"; }
.fa-toggle-off:before {
  content: "\f204"; }
.fa-toggle-on:before {
  content: "\f205"; }
.fa-toilet:before {
  content: "\f7d8"; }
.fa-toilet-paper:before {
  content: "\f71e"; }
.fa-toilet-paper-slash:before {
  content: "\e072"; }
.fa-toolbox:before {
  content: "\f552"; }
.fa-tools:before {
  content: "\f7d9"; }
.fa-tooth:before {
  content: "\f5c9"; }
.fa-torah:before {
  content: "\f6a0"; }
.fa-torii-gate:before {
  content: "\f6a1"; }
.fa-tractor:before {
  content: "\f722"; }
.fa-trade-federation:before {
  content: "\f513"; }
.fa-trademark:before {
  content: "\f25c"; }
.fa-traffic-light:before {
  content: "\f637"; }
.fa-trailer:before {
  content: "\e041"; }
.fa-train:before {
  content: "\f238"; }
.fa-tram:before {
  content: "\f7da"; }
.fa-transgender:before {
  content: "\f224"; }
.fa-transgender-alt:before {
  content: "\f225"; }
.fa-trash:before {
  content: "\f1f8"; }
.fa-trash-alt:before {
  content: "\f2ed"; }
.fa-trash-restore:before {
  content: "\f829"; }
.fa-trash-restore-alt:before {
  content: "\f82a"; }
.fa-tree:before {
  content: "\f1bb"; }
.fa-trello:before {
  content: "\f181"; }
.fa-trophy:before {
  content: "\f091"; }
.fa-truck:before {
  content: "\f0d1"; }
.fa-truck-loading:before {
  content: "\f4de"; }
.fa-truck-monster:before {
  content: "\f63b"; }
.fa-truck-moving:before {
  content: "\f4df"; }
.fa-truck-pickup:before {
  content: "\f63c"; }
.fa-tshirt:before {
  content: "\f553"; }
.fa-tty:before {
  content: "\f1e4"; }
.fa-tumblr:before {
  content: "\f173"; }
.fa-tumblr-square:before {
  content: "\f174"; }
.fa-tv:before {
  content: "\f26c"; }
.fa-twitch:before {
  content: "\f1e8"; }
.fa-twitter:before {
  content: "\f099"; }
.fa-twitter-square:before {
  content: "\f081"; }
.fa-typo3:before {
  content: "\f42b"; }
.fa-uber:before {
  content: "\f402"; }
.fa-ubuntu:before {
  content: "\f7df"; }
.fa-uikit:before {
  content: "\f403"; }
.fa-umbraco:before {
  content: "\f8e8"; }
.fa-umbrella:before {
  content: "\f0e9"; }
.fa-umbrella-beach:before {
  content: "\f5ca"; }
.fa-uncharted:before {
  content: "\e084"; }
.fa-underline:before {
  content: "\f0cd"; }
.fa-undo:before {
  content: "\f0e2"; }
.fa-undo-alt:before {
  content: "\f2ea"; }
.fa-uniregistry:before {
  content: "\f404"; }
.fa-unity:before {
  content: "\e049"; }
.fa-universal-access:before {
  content: "\f29a"; }
.fa-university:before {
  content: "\f19c"; }
.fa-unlink:before {
  content: "\f127"; }
.fa-unlock:before {
  content: "\f09c"; }
.fa-unlock-alt:before {
  content: "\f13e"; }
.fa-unsplash:before {
  content: "\e07c"; }
.fa-untappd:before {
  content: "\f405"; }
.fa-upload:before {
  content: "\f093"; }
.fa-ups:before {
  content: "\f7e0"; }
.fa-usb:before {
  content: "\f287"; }
.fa-user:before {
  content: "\f007"; }
.fa-user-alt:before {
  content: "\f406"; }
.fa-user-alt-slash:before {
  content: "\f4fa"; }
.fa-user-astronaut:before {
  content: "\f4fb"; }
.fa-user-check:before {
  content: "\f4fc"; }
.fa-user-circle:before {
  content: "\f2bd"; }
.fa-user-clock:before {
  content: "\f4fd"; }
.fa-user-cog:before {
  content: "\f4fe"; }
.fa-user-edit:before {
  content: "\f4ff"; }
.fa-user-friends:before {
  content: "\f500"; }
.fa-user-graduate:before {
  content: "\f501"; }
.fa-user-injured:before {
  content: "\f728"; }
.fa-user-lock:before {
  content: "\f502"; }
.fa-user-md:before {
  content: "\f0f0"; }
.fa-user-minus:before {
  content: "\f503"; }
.fa-user-ninja:before {
  content: "\f504"; }
.fa-user-nurse:before {
  content: "\f82f"; }
.fa-user-plus:before {
  content: "\f234"; }
.fa-user-secret:before {
  content: "\f21b"; }
.fa-user-shield:before {
  content: "\f505"; }
.fa-user-slash:before {
  content: "\f506"; }
.fa-user-tag:before {
  content: "\f507"; }
.fa-user-tie:before {
  content: "\f508"; }
.fa-user-times:before {
  content: "\f235"; }
.fa-users:before {
  content: "\f0c0"; }
.fa-users-cog:before {
  content: "\f509"; }
.fa-users-slash:before {
  content: "\e073"; }
.fa-usps:before {
  content: "\f7e1"; }
.fa-ussunnah:before {
  content: "\f407"; }
.fa-utensil-spoon:before {
  content: "\f2e5"; }
.fa-utensils:before {
  content: "\f2e7"; }
.fa-vaadin:before {
  content: "\f408"; }
.fa-vector-square:before {
  content: "\f5cb"; }
.fa-venus:before {
  content: "\f221"; }
.fa-venus-double:before {
  content: "\f226"; }
.fa-venus-mars:before {
  content: "\f228"; }
.fa-vest:before {
  content: "\e085"; }
.fa-vest-patches:before {
  content: "\e086"; }
.fa-viacoin:before {
  content: "\f237"; }
.fa-viadeo:before {
  content: "\f2a9"; }
.fa-viadeo-square:before {
  content: "\f2aa"; }
.fa-vial:before {
  content: "\f492"; }
.fa-vials:before {
  content: "\f493"; }
.fa-viber:before {
  content: "\f409"; }
.fa-video:before {
  content: "\f03d"; }
.fa-video-slash:before {
  content: "\f4e2"; }
.fa-vihara:before {
  content: "\f6a7"; }
.fa-vimeo:before {
  content: "\f40a"; }
.fa-vimeo-square:before {
  content: "\f194"; }
.fa-vimeo-v:before {
  content: "\f27d"; }
.fa-vine:before {
  content: "\f1ca"; }
.fa-virus:before {
  content: "\e074"; }
.fa-virus-slash:before {
  content: "\e075"; }
.fa-viruses:before {
  content: "\e076"; }
.fa-vk:before {
  content: "\f189"; }
.fa-vnv:before {
  content: "\f40b"; }
.fa-voicemail:before {
  content: "\f897"; }
.fa-volleyball-ball:before {
  content: "\f45f"; }
.fa-volume-down:before {
  content: "\f027"; }
.fa-volume-mute:before {
  content: "\f6a9"; }
.fa-volume-off:before {
  content: "\f026"; }
.fa-volume-up:before {
  content: "\f028"; }
.fa-vote-yea:before {
  content: "\f772"; }
.fa-vr-cardboard:before {
  content: "\f729"; }
.fa-vuejs:before {
  content: "\f41f"; }
.fa-walking:before {
  content: "\f554"; }
.fa-wallet:before {
  content: "\f555"; }
.fa-warehouse:before {
  content: "\f494"; }
.fa-watchman-monitoring:before {
  content: "\e087"; }
.fa-water:before {
  content: "\f773"; }
.fa-wave-square:before {
  content: "\f83e"; }
.fa-waze:before {
  content: "\f83f"; }
.fa-weebly:before {
  content: "\f5cc"; }
.fa-weibo:before {
  content: "\f18a"; }
.fa-weight:before {
  content: "\f496"; }
.fa-weight-hanging:before {
  content: "\f5cd"; }
.fa-weixin:before {
  content: "\f1d7"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-whatsapp-square:before {
  content: "\f40c"; }
.fa-wheelchair:before {
  content: "\f193"; }
.fa-whmcs:before {
  content: "\f40d"; }
.fa-wifi:before {
  content: "\f1eb"; }
.fa-wikipedia-w:before {
  content: "\f266"; }
.fa-wind:before {
  content: "\f72e"; }
.fa-window-close:before {
  content: "\f410"; }
.fa-window-maximize:before {
  content: "\f2d0"; }
.fa-window-minimize:before {
  content: "\f2d1"; }
.fa-window-restore:before {
  content: "\f2d2"; }
.fa-windows:before {
  content: "\f17a"; }
.fa-wine-bottle:before {
  content: "\f72f"; }
.fa-wine-glass:before {
  content: "\f4e3"; }
.fa-wine-glass-alt:before {
  content: "\f5ce"; }
.fa-wix:before {
  content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
  content: "\f730"; }
.fa-wodu:before {
  content: "\e088"; }
.fa-wolf-pack-battalion:before {
  content: "\f514"; }
.fa-won-sign:before {
  content: "\f159"; }
.fa-wordpress:before {
  content: "\f19a"; }
.fa-wordpress-simple:before {
  content: "\f411"; }
.fa-wpbeginner:before {
  content: "\f297"; }
.fa-wpexplorer:before {
  content: "\f2de"; }
.fa-wpforms:before {
  content: "\f298"; }
.fa-wpressr:before {
  content: "\f3e4"; }
.fa-wrench:before {
  content: "\f0ad"; }
.fa-x-ray:before {
  content: "\f497"; }
.fa-xbox:before {
  content: "\f412"; }
.fa-xing:before {
  content: "\f168"; }
.fa-xing-square:before {
  content: "\f169"; }
.fa-y-combinator:before {
  content: "\f23b"; }
.fa-yahoo:before {
  content: "\f19e"; }
.fa-yammer:before {
  content: "\f840"; }
.fa-yandex:before {
  content: "\f413"; }
.fa-yandex-international:before {
  content: "\f414"; }
.fa-yarn:before {
  content: "\f7e3"; }
.fa-yelp:before {
  content: "\f1e9"; }
.fa-yen-sign:before {
  content: "\f157"; }
.fa-yin-yang:before {
  content: "\f6ad"; }
.fa-yoast:before {
  content: "\f2b1"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-zhihu:before {
  content: "\f63f"; }
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-brands-400.23f19bb08961f37aaf692ff943823453.eot);
  src: url(/assets/fonts/fa-brands-400.23f19bb08961f37aaf692ff943823453.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-brands-400.d878b0a6a1144760244ff0665888404c.woff2) format("woff2"), url(/assets/fonts/fa-brands-400.2285773e6b4b172f07d9b777c81b0775.woff) format("woff"), url(/assets/fonts/fa-brands-400.527940b104eb2ea366c8630f3f038603.ttf) format("truetype"), url(/assets/fonts/fa-brands-400.85278fb41bdeafcb2b0a7e3f492b6777.svg#fontawesome) format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-regular-400.77206a6bb316fa0aded5083cc57f92b9.eot);
  src: url(/assets/fonts/fa-regular-400.77206a6bb316fa0aded5083cc57f92b9.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-regular-400.7a3337626410ca2f40718481c755640f.woff2) format("woff2"), url(/assets/fonts/fa-regular-400.bb58e57c48a3e911f15fa834ff00d44a.woff) format("woff"), url(/assets/fonts/fa-regular-400.491974d108fe4002b2aaf7ffc48249a0.ttf) format("truetype"), url(/assets/fonts/fa-regular-400.fca4d7cb2c7a168c61f537d651782c73.svg#fontawesome) format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fonts/fa-solid-900.9bbb245e67a133f6e486d8d2545e14a5.eot);
  src: url(/assets/fonts/fa-solid-900.9bbb245e67a133f6e486d8d2545e14a5.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-solid-900.1551f4f60c37af51121f106501f69b80.woff2) format("woff2"), url(/assets/fonts/fa-solid-900.eeccf4f66002c6f2ba24d3d22f2434c2.woff) format("woff"), url(/assets/fonts/fa-solid-900.be9ee23c0c6390141475d519c2c5fb8f.ttf) format("truetype"), url(/assets/fonts/fa-solid-900.66eefe722c63605661eccc7678cc5150.svg#fontawesome) format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/** 
 * Generic mobile styles
 */
@media only screen and (max-width: 767px) {
/* Styles */

    .full-only {
        display:none;
    }

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

    .resp-only {
        display:block;
    }

    h1 {
        font-size: 2rem;
        letter-spacing: -1px;
        text-align:center;
        margin-bottom: 10px;
    }

    .popup-header img {
        max-width:95%;
        height:auto;
        margin-top:10px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper > .header {
        background-image: url(/assets/img/rule.5042035e6ec2231a6628163db168effb.png);
        background-repeat: no-repeat;
        background-position: 0px bottom;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .wrapper > .header .button {
        display:inline-block;
        padding-left:5px;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .wrapper > .header .button:hover {
        background-color: #cd4e78;
        color: white;
        border-color: #bc4469;
    }

    .header {
        height:auto;
    }

    .content > h1,
    .content > h2,
    .content > h3,
    .content > h4,
    .content > h5,
    .content > p,
    .cms-page > h1,
    .cms-page > h2,
    .cms-page > h3,
    .cms-page > h4,
    .cms-page > h5,
    .cms-page > h6,
    .cms-page > p,
    .main-content > h1,
    .main-content > h2,
    .main-content > h3,
    .main-content > h4,
    .main-content > h5,
    .main-content > p {
        /**
         * We need to get rid of this, containing element should be taking care
         * of it
         */
        margin:0px 10px 10px 10px !important;
    }

    .main-content > p.alert,
    .main-content > div.alert {
        margin:0px !important;
        padding: 10px !important;
        border-radius: 0;
    }

    .list {
        margin-left: 10px;
    }

    .media.conversation-header .meta {
        position: absolute;
        bottom: 5px;
        right: 5px;
        top: auto;
    }

    .member-home > p {
        margin-left: 10px;
    }

    /**
     * Footer
     */

    .page-footer {
        background-image:none;
    }

    /**
     * LHN
     */
    .content {
        width:100%;
    }

    /**
     * Search Results
     */

    /**
     * Bootstrap's container has 15px padding, we want to bleed out to the
     * edges. We want pixels to avoid horizontal scroll, which we previously had
     * with -mx-4
     */
    .search-header {
        margin-left:-15px;
        margin-right:-15px;
    }

    .search-result {
        padding-top:10px;
        padding-bottom:0px;
        margin-bottom:12px;
    }

    .search-result div.col.left {
        float:left;
        width: 50px;
        margin: 0px 10px 0px 10px;
        padding: 0px;
        background-color:transparent;
        position:absolute;
    }

    .search-result div.col.center {
        float:left;
        width: 100%;
    }

    .rating img,
    .star-rating {
        width: 90px;
        height: auto;
    }

    /**
     * School Profile Page
     *
     */
    .schools-profile .provide-for-school-buttons-container form {
        width: 100%;
    }
    .main-content .schools-profile .provide-for-school-buttons-container form input[type=submit] {
        margin:0px 0px 10px 0px;
        width:100%;
    }

    .schools-profile .school-provider-container h3 {
        margin-left: 10px;
    }

    .schools-profile .school-provider-filter a {
        display:block;
        float:left;
    }
    .schools-profile .school-provider-filter p {
        display:none;
    }
    .schools-profile .school-provider-filter ul li {
        margin: 0px 5px 5px 0px;
    }

    .schools-profile .school-provider-filter ul li a {
        font-size: 10px;
    }

    /**
     * Profile Page
     */

    .main-content .profile ul {
        margin-left:0px;
    }

    .profile .meta {
        margin-right:10px;
    }

    .profile .informationalText p,
    .profile-footer > *,
    .profile-accuracy-warning {
        margin-left:10px !important;
    }

    .profile .informationalText p.alert {
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .profile .documents-held ul {
        padding-left:10px;
    }
    .profile .documents-held small {
        display: none;
    }


    .profile-footer a.button {
        display:block;
        width: 95%;
        margin: 0 auto 10px;
    }

    table.availability {
        font-size: 12px;
        width:100%;
        margin-left:0px !important;
        margin-right:0px !important;
    }

    /**
     * FAQS
     */
    .faq {
        margin: 0px 10px 10px;
    }

    /**
     * Latest Reviews
     */
    .latest-reviews .review {
        margin: 0px 10px 10px;
    }

    /**
     * Edit Details
     */
    #password {
        width: 100%;
    }

    .details-form .confirm label {
        float:left !important;
        width: auto !important;
    }

    /**
     * View Conversation
     */
    .conversation .message.right .bubble {
        margin-left: 50px;
    }

    .conversation .message.left .bubble {
        margin-right: 50px;
    }

    .conversation-contact {
        height: auto !important;
    }

    .conversation-contact h1 {
        text-align:left;
    }

    .conversation .message.new {
        margin:10px 0px 10px 0px;
    }

    .conversation input[type=submit],
    .conversation a.button {
        width: 100%;
        margin:0px 0px 10px;
    }

    /**
     * Cancel/Close Acccount
     */
    .close-account input[type=submit],
    .cancel-subscription input[type=submit],
    .hide-profile input[type=submit] {
        width:95%;
        margin: 0 auto 10px auto;
        font-size:1.4em;
        display:block;
    }

    /**
     * Register
     *
     */
    .details-form.register input[type=submit] {
        margin:0 auto !important;
    }

    /**
     * Edit Profile
     */

    .facebook-button {
        font-size: 1.7em;
        margin:0px auto 10px;
        width: 95%;
        display:block;
    }

    .fb-facepile {
        margin: 0px 10px 10px;
    }

    /**
     * Checkout 
     */

    .checkout__voucher-form:after {
        content: "";
        display: block;
        height: 1px;
        width: 60%;
        margin: 5px auto;
        background: #EEE;
    }

    .checkout-payment-option {
        text-align:center;
    }

    .checkout-payment-option img {
        margin:0px auto 10px;
    }

    .checkout-payment-option button {
        width:100%;
        margin: 0 auto 10px;
    }

    .recurly {
        width: 100%;
        border:0;
        -webkit-box-shadow:none;
                box-shadow:none;
        margin:0px 0px 10px;
    }


    .recurly .payment_method {
        width: 100%;
    }

    .recurly .field,
    .recurly .field input {
        width:100% !important;
        margin:0px 0px 10px 0px !important;
        height: 30px !important;
    }

    .recurly .coupon {
        height:auto !important;
    }

    .recurly .coupon .coupon_code.field {
        width:80% !important;
    }

    .recurly .due_now {
        width: 105%;
    }

    .form-horizontal {
        margin:0px 10px 0px 10px;
    }

    .segmented-control {
        display: table;
        width: 100%;
    }

    .segmented-control .list-group-item {
        display: table-cell;
        text-align:center;
    }

    .profile-tag-container .list-group-item {
        width: 100%;
        float:none;
    }

    .profile-tag-container .list-group-item label {
        height:initial;
        line-height:initial;
    }

    form {
        /**
         * Need to override legacy (non-bootstrap) form margin
         */
        margin-left:0 !important;
        margin-right: 0 !important;
    }


    .wrapper {
        width: 100%
    }
    .main-content {
        width: 100%
    }

    .row-well-blue {
        border-radius:0px;
    }

    .new-pager .info,
    .new-pager .links, {
        text-align:center;
    }

    .profile .actions .button {
        width:100%;
        display: block;
    }

    .profile .profile-header--info-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
    }

    .profile .profile-header--info-wrapper h1 {
        -webkit-box-ordinal-group:2;
        -webkit-order:1;
                order:1;
    }

    .profile .profile-header--info-wrapper h1,
    .profile .profile-header--info-wrapper h2,
    .profile .profile-header--info-wrapper h3 {
        text-align:center;
    }

    .profile .profile-header--info-wrapper > * {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
                order: 99;
    }

    /*
     * Legacy fixes, can all be removed when new profile goes live and
     * corresponding css is removed
     */
    .profile .informationalText p,
    .profile-footer > *,
    .profile-accuracy-warning {
        margin-left:0px !important;
    }

    .button--resp-full {
        display: block;
        width: 100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .form-inline .button--resp-full {
        margin-top:10px;
    }

    .facebook-button {
        font-size: 18px !important;
        width: 100%;
    }

    .my-documents {
        display: block;
    }

    .search-result.featured .profile-image img,
    .profile.featured .profile-image img {
        -webkit-box-shadow: 0 0 3px 3px #E4CC7F;
                box-shadow: 0 0 3px 3px #E4CC7F;
    }

}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .details-form select,
    .details-form select:focus,
    .details-form input,
    .cost-tool input {
        font-size: 16px !important;
    }
}
/*
 * This will fit portrait iPads, landscape we're good with the desktop version
 * for now
 */
@media only screen 
    and (min-width : 768px) 
    and (max-width : 1024px) 
    and (orientation : portrait) { 

    .button {
        padding-right:10px;
        padding-left:10px;
    }

    .navbar .logo {
        width: 300px;
        height: auto;
        margin-top:10px;
    }

    .navbar ul li a{
        font-size: 13px;
    }

}
.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;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-form{
  color: inherit;
}
.prose-form :where(a):not(:where([class~="not-prose"] *)){
  color: #3A98A2;
  text-decoration: none;
}
.prose-form :where(a):not(:where([class~="not-prose"] *)):hover{
  color: white;
}
.prose-form :where(th):not(:where([class~="not-prose"] *)){
  color: #777;
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #a0aec0;
  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;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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: #3182ce;
  --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 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #3182ce;
}
.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}
.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #a0aec0;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.form-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='%23a0aec0' 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;
  -webkit-background-size: 1.5em 1.5em;
          background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}
.form-checkbox,.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #3182ce;
  background-color: #fff;
  border-color: #a0aec0;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox{
  border-radius: 0px;
}
.form-radio{
  border-radius: 100%;
}
.form-checkbox:focus,.form-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: #3182ce;
  --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 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-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");
}
.form-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");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
.form-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;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
#app :is(.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;
}
#app :is(.pointer-events-none){
  pointer-events: none;
}
#app :is(.pointer-events-auto){
  pointer-events: auto;
}
#app :is(.visible){
  visibility: visible;
}
#app :is(.collapse){
  visibility: collapse;
}
#app :is(.static){
  position: static;
}
#app :is(.fixed){
  position: fixed;
}
#app :is(.absolute){
  position: absolute;
}
#app :is(.relative){
  position: relative;
}
#app :is(.sticky){
  position: -webkit-sticky;
  position: sticky;
}
#app :is(.inset-0){
  inset: 0;
}
#app :is(.inset-x-0){
  left: 0;
  right: 0;
}
#app :is(.inset-y-0){
  top: 0;
  bottom: 0;
}
#app :is(.bottom-0){
  bottom: 0;
}
#app :is(.left-0){
  left: 0;
}
#app :is(.right-0){
  right: 0;
}
#app :is(.top-0){
  top: 0;
}
#app :is(.z-0){
  z-index: 0;
}
#app :is(.z-100){
  z-index: 100;
}
#app :is(.z-30){
  z-index: 30;
}
#app :is(.z-40){
  z-index: 40;
}
#app :is(.z-50){
  z-index: 50;
}
#app :is(.order-2){
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}
#app :is(.order-3){
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}
#app :is(.float-right){
  float: right;
}
#app :is(.float-left){
  float: left;
}
#app :is(.clear-left){
  clear: left;
}
#app :is(.-m-px){
  margin: -1px;
}
#app :is(.m-0){
  margin: 0;
}
#app :is(.m-1){
  margin: 0.25rem;
}
#app :is(.m-2){
  margin: 0.5rem;
}
#app :is(.m-auto){
  margin: auto;
}
#app :is(.-mx-2){
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#app :is(.-mx-3){
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#app :is(.-mx-4){
  margin-left: -1rem;
  margin-right: -1rem;
}
#app :is(.-mx-px){
  margin-left: -1px;
  margin-right: -1px;
}
#app :is(.-my-2){
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
#app :is(.mx-0){
  margin-left: 0;
  margin-right: 0;
}
#app :is(.mx-1){
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#app :is(.mx-2){
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#app :is(.mx-3){
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#app :is(.mx-5){
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
#app :is(.mx-auto){
  margin-left: auto;
  margin-right: auto;
}
#app :is(.my-0){
  margin-top: 0;
  margin-bottom: 0;
}
#app :is(.my-1){
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
#app :is(.my-10){
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#app :is(.my-16){
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#app :is(.my-2){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#app :is(.my-3){
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#app :is(.my-4){
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#app :is(.my-5){
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#app :is(.my-8){
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#app :is(.my-auto){
  margin-top: auto;
  margin-bottom: auto;
}
#app :is(.-mb-6){
  margin-bottom: -1.5rem;
}
#app :is(.-mb-px){
  margin-bottom: -1px;
}
#app :is(.-ml-0){
  margin-left: 0;
}
#app :is(.-ml-0\.5){
  margin-left: -0.125rem;
}
#app :is(.-ml-1){
  margin-left: -0.25rem;
}
#app :is(.-ml-6){
  margin-left: -1.5rem;
}
#app :is(.-ml-8){
  margin-left: -2rem;
}
#app :is(.-ml-px){
  margin-left: -1px;
}
#app :is(.-mr-0){
  margin-right: 0;
}
#app :is(.-mr-0\.5){
  margin-right: -0.125rem;
}
#app :is(.-mr-2){
  margin-right: -0.5rem;
}
#app :is(.-mr-px){
  margin-right: -1px;
}
#app :is(.-mt-0){
  margin-top: 0;
}
#app :is(.-mt-0\.5){
  margin-top: -0.125rem;
}
#app :is(.-mt-1){
  margin-top: -0.25rem;
}
#app :is(.-mt-4){
  margin-top: -1rem;
}
#app :is(.-mt-px){
  margin-top: -1px;
}
#app :is(.mb-0){
  margin-bottom: 0;
}
#app :is(.mb-1){
  margin-bottom: 0.25rem;
}
#app :is(.mb-10){
  margin-bottom: 2.5rem;
}
#app :is(.mb-12){
  margin-bottom: 3rem;
}
#app :is(.mb-16){
  margin-bottom: 4rem;
}
#app :is(.mb-2){
  margin-bottom: 0.5rem;
}
#app :is(.mb-20){
  margin-bottom: 5rem;
}
#app :is(.mb-3){
  margin-bottom: 0.75rem;
}
#app :is(.mb-4){
  margin-bottom: 1rem;
}
#app :is(.mb-6){
  margin-bottom: 1.5rem;
}
#app :is(.mb-64){
  margin-bottom: 16rem;
}
#app :is(.mb-8){
  margin-bottom: 2rem;
}
#app :is(.ml-0){
  margin-left: 0;
}
#app :is(.ml-0\.5){
  margin-left: 0.125rem;
}
#app :is(.ml-1){
  margin-left: 0.25rem;
}
#app :is(.ml-12){
  margin-left: 3rem;
}
#app :is(.ml-16){
  margin-left: 4rem;
}
#app :is(.ml-2){
  margin-left: 0.5rem;
}
#app :is(.ml-4){
  margin-left: 1rem;
}
#app :is(.ml-6){
  margin-left: 1.5rem;
}
#app :is(.ml-8){
  margin-left: 2rem;
}
#app :is(.ml-auto){
  margin-left: auto;
}
#app :is(.mr-0){
  margin-right: 0;
}
#app :is(.mr-1){
  margin-right: 0.25rem;
}
#app :is(.mr-16){
  margin-right: 4rem;
}
#app :is(.mr-2){
  margin-right: 0.5rem;
}
#app :is(.mr-3){
  margin-right: 0.75rem;
}
#app :is(.mr-4){
  margin-right: 1rem;
}
#app :is(.mr-5){
  margin-right: 1.25rem;
}
#app :is(.mr-6){
  margin-right: 1.5rem;
}
#app :is(.mr-auto){
  margin-right: auto;
}
#app :is(.mt-0){
  margin-top: 0;
}
#app :is(.mt-1){
  margin-top: 0.25rem;
}
#app :is(.mt-16){
  margin-top: 4rem;
}
#app :is(.mt-2){
  margin-top: 0.5rem;
}
#app :is(.mt-3){
  margin-top: 0.75rem;
}
#app :is(.mt-32){
  margin-top: 8rem;
}
#app :is(.mt-4){
  margin-top: 1rem;
}
#app :is(.mt-5){
  margin-top: 1.25rem;
}
#app :is(.mt-6){
  margin-top: 1.5rem;
}
#app :is(.mt-8){
  margin-top: 2rem;
}
#app :is(.block){
  display: block;
}
#app :is(.inline-block){
  display: inline-block;
}
#app :is(.inline){
  display: inline;
}
#app :is(.flex){
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#app :is(.inline-flex){
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
#app :is(.table){
  display: table;
}
#app :is(.table-cell){
  display: table-cell;
}
#app :is(.table-row){
  display: table-row;
}
#app :is(.grid){
  display: grid;
}
#app :is(.contents){
  display: contents;
}
#app :is(.hidden){
  display: none;
}
#app :is(.aspect-square){
  aspect-ratio: 1 / 1;
}
#app :is(.aspect-video){
  aspect-ratio: 16 / 9;
}
#app :is(.h-0){
  height: 0;
}
#app :is(.h-1){
  height: 0.25rem;
}
#app :is(.h-10){
  height: 2.5rem;
}
#app :is(.h-12){
  height: 3rem;
}
#app :is(.h-128){
  height: 32rem;
}
#app :is(.h-16){
  height: 4rem;
}
#app :is(.h-2){
  height: 0.5rem;
}
#app :is(.h-20){
  height: 5rem;
}
#app :is(.h-3){
  height: 0.75rem;
}
#app :is(.h-4){
  height: 1rem;
}
#app :is(.h-4\/5){
  height: 80%;
}
#app :is(.h-5){
  height: 1.25rem;
}
#app :is(.h-6){
  height: 1.5rem;
}
#app :is(.h-64){
  height: 16rem;
}
#app :is(.h-8){
  height: 2rem;
}
#app :is(.h-auto){
  height: auto;
}
#app :is(.h-full){
  height: 100%;
}
#app :is(.h-screen){
  height: 100vh;
}
#app :is(.max-h-0){
  max-height: 0;
}
#app :is(.max-h-128){
  max-height: 32rem;
}
#app :is(.max-h-48){
  max-height: 12rem;
}
#app :is(.min-h-0){
  min-height: 0;
}
#app :is(.min-h-screen){
  min-height: 100vh;
}
#app :is(.w-1\/3){
  width: 33.33333%;
}
#app :is(.w-1\/4){
  width: 25%;
}
#app :is(.w-1\/5){
  width: 20%;
}
#app :is(.w-1\/6){
  width: 16.66667%;
}
#app :is(.w-10){
  width: 2.5rem;
}
#app :is(.w-12){
  width: 3rem;
}
#app :is(.w-16){
  width: 4rem;
}
#app :is(.w-2){
  width: 0.5rem;
}
#app :is(.w-2\/3){
  width: 66.66667%;
}
#app :is(.w-20){
  width: 5rem;
}
#app :is(.w-24){
  width: 6rem;
}
#app :is(.w-3\/4){
  width: 75%;
}
#app :is(.w-3\/5){
  width: 60%;
}
#app :is(.w-32){
  width: 8rem;
}
#app :is(.w-4){
  width: 1rem;
}
#app :is(.w-4\/5){
  width: 80%;
}
#app :is(.w-40){
  width: 10rem;
}
#app :is(.w-5){
  width: 1.25rem;
}
#app :is(.w-5\/6){
  width: 83.33333%;
}
#app :is(.w-6){
  width: 1.5rem;
}
#app :is(.w-64){
  width: 16rem;
}
#app :is(.w-8){
  width: 2rem;
}
#app :is(.w-auto){
  width: auto;
}
#app :is(.w-full){
  width: 100%;
}
#app :is(.w-screen){
  width: 100vw;
}
#app :is(.min-w-0){
  min-width: 0;
}
#app :is(.max-w-1\/2){
  max-width: 50%;
}
#app :is(.max-w-5xl){
  max-width: 64rem;
}
#app :is(.max-w-full){
  max-width: 100%;
}
#app :is(.max-w-lg){
  max-width: 32rem;
}
#app :is(.max-w-md){
  max-width: 28rem;
}
#app :is(.max-w-none){
  max-width: none;
}
#app :is(.max-w-screen-lg){
  max-width: 1024px;
}
#app :is(.max-w-screen-xl){
  max-width: 1280px;
}
#app :is(.max-w-sm){
  max-width: 24rem;
}
#app :is(.max-w-xl){
  max-width: 36rem;
}
#app :is(.flex-1){
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
          flex: 1 1 0%;
}
#app :is(.flex-auto){
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
#app :is(.flex-initial){
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}
#app :is(.flex-none){
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
#app :is(.flex-shrink){
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
#app :is(.shrink){
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
#app :is(.shrink-0){
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
#app :is(.flex-grow){
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
#app :is(.grow){
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
#app :is(.grow-0){
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
}
#app :is(.basis-1){
  -webkit-flex-basis: 0.25rem;
          flex-basis: 0.25rem;
}
#app :is(.border-collapse){
  border-collapse: collapse;
}
#app :is(.origin-center){
  -webkit-transform-origin: center;
          transform-origin: center;
}
#app :is(.origin-left){
  -webkit-transform-origin: left;
          transform-origin: left;
}
#app :is(.origin-right){
  -webkit-transform-origin: right;
          transform-origin: right;
}
#app :is(.origin-top){
  -webkit-transform-origin: top;
          transform-origin: top;
}
#app :is(.origin-top-left){
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#app :is(.origin-top-right){
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
#app :is(.-translate-x-full){
  --tw-translate-x: -100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.translate-x-0){
  --tw-translate-x: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.translate-x-full){
  --tw-translate-x: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.translate-y-2){
  --tw-translate-y: 0.5rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.rotate-180){
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.scale-0){
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.scale-100){
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.scale-50){
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.scale-90){
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.scale-y-0){
  --tw-scale-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app :is(.transform){
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
#app :is(.animate-pulse){
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#app :is(.cursor){
  cursor: default;
}
#app :is(.cursor-pointer){
  cursor: pointer;
}
#app :is(.select-none){
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#app :is(.resize){
  resize: both;
}
#app :is(.list-outside){
  list-style-position: outside;
}
#app :is(.list-disc){
  list-style-type: disc;
}
#app :is(.list-none){
  list-style-type: none;
}
#app :is(.appearance-none){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#app :is(.break-before-page){
  -webkit-column-break-before: page;
          break-before: page;
}
#app :is(.break-after-page){
  -webkit-column-break-after: page;
          break-after: page;
}
#app :is(.grid-flow-col){
  grid-auto-flow: column;
}
#app :is(.grid-cols-1){
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#app :is(.grid-cols-3){
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#app :is(.grid-cols-4){
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#app :is(.grid-cols-\[repeat\(auto-fill\2c minmax\(100px\2c 1fr\)\)\]){
  grid-template-columns: repeat(auto-fill,minmax(100px,1fr));
}
#app :is(.grid-rows-2){
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
#app :is(.flex-row){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
#app :is(.flex-row-reverse){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#app :is(.flex-col){
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#app :is(.flex-col-reverse){
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#app :is(.flex-wrap){
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#app :is(.content-center){
  -webkit-align-content: center;
          align-content: center;
}
#app :is(.content-start){
  -webkit-align-content: flex-start;
          align-content: flex-start;
}
#app :is(.content-end){
  -webkit-align-content: flex-end;
          align-content: flex-end;
}
#app :is(.items-start){
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
#app :is(.items-end){
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
#app :is(.items-center){
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
#app :is(.items-baseline){
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
#app :is(.items-stretch){
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
#app :is(.justify-start){
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
#app :is(.justify-end){
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
#app :is(.justify-center){
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#app :is(.justify-between){
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#app :is(.justify-around){
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
#app :is(.justify-stretch){
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
          justify-content: stretch;
}
#app :is(.gap-1){
  gap: 0.25rem;
}
#app :is(.gap-2){
  gap: 0.5rem;
}
#app :is(.gap-3){
  gap: 0.75rem;
}
#app :is(.gap-4){
  gap: 1rem;
}
#app :is(.gap-x-1){
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
#app :is(.gap-x-3){
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
#app :is(.gap-x-4){
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
#app :is(.gap-y-2){
  row-gap: 0.5rem;
}
#app :is(.gap-y-5){
  row-gap: 1.25rem;
}
#app :is(.space-x-1 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: -webkit-calc(0.25rem * var(--tw-space-x-reverse));
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: -webkit-calc(0.25rem * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#app :is(.space-x-2 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: -webkit-calc(0.5rem * var(--tw-space-x-reverse));
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: -webkit-calc(0.5rem * -webkit-calc(1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#app :is(.space-y-2 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: -webkit-calc(0.5rem * -webkit-calc(1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: -webkit-calc(0.5rem * var(--tw-space-y-reverse));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#app :is(.divide-y > :not([hidden]) ~ :not([hidden])){
  --tw-divide-y-reverse: 0;
  border-top-width: -webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: -webkit-calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
#app :is(.divide-gray-100 > :not([hidden]) ~ :not([hidden])){
  --tw-divide-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-divide-opacity));
}
#app :is(.divide-gray-300 > :not([hidden]) ~ :not([hidden])){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}
#app :is(.self-center){
  -webkit-align-self: center;
          align-self: center;
}
#app :is(.justify-self-end){
  justify-self: end;
}
#app :is(.overflow-auto){
  overflow: auto;
}
#app :is(.overflow-hidden){
  overflow: hidden;
}
#app :is(.overflow-y-hidden){
  overflow-y: hidden;
}
#app :is(.overflow-x-scroll){
  overflow-x: scroll;
}
#app :is(.overflow-y-scroll){
  overflow-y: scroll;
}
#app :is(.truncate){
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app :is(.whitespace-nowrap){
  white-space: nowrap;
}
#app :is(.whitespace-pre-line){
  white-space: pre-line;
}
#app :is(.break-words){
  overflow-wrap: break-word;
}
#app :is(.break-all){
  word-break: break-all;
}
#app :is(.rounded){
  border-radius: 0.25rem;
}
#app :is(.rounded-full){
  border-radius: 9999px;
}
#app :is(.rounded-lg){
  border-radius: 0.5rem;
}
#app :is(.rounded-none){
  border-radius: 0;
}
#app :is(.rounded-sm){
  border-radius: 0.125rem;
}
#app :is(.rounded-b){
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#app :is(.rounded-l){
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#app :is(.rounded-l-none){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#app :is(.rounded-r){
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#app :is(.rounded-r-none){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#app :is(.rounded-t){
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#app :is(.border){
  border-width: 1px;
}
#app :is(.border-0){
  border-width: 0;
}
#app :is(.border-2){
  border-width: 2px;
}
#app :is(.border-4){
  border-width: 4px;
}
#app :is(.border-y){
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#app :is(.border-b){
  border-bottom-width: 1px;
}
#app :is(.border-b-0){
  border-bottom-width: 0;
}
#app :is(.border-b-2){
  border-bottom-width: 2px;
}
#app :is(.border-b-8){
  border-bottom-width: 8px;
}
#app :is(.border-l){
  border-left-width: 1px;
}
#app :is(.border-l-0){
  border-left-width: 0;
}
#app :is(.border-l-2){
  border-left-width: 2px;
}
#app :is(.border-l-4){
  border-left-width: 4px;
}
#app :is(.border-l-8){
  border-left-width: 8px;
}
#app :is(.border-r){
  border-right-width: 1px;
}
#app :is(.border-r-0){
  border-right-width: 0;
}
#app :is(.border-t){
  border-top-width: 1px;
}
#app :is(.border-solid){
  border-style: solid;
}
#app :is(.border-black){
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
#app :is(.border-blue-200){
  --tw-border-opacity: 1;
  border-color: rgb(190 227 248 / var(--tw-border-opacity));
}
#app :is(.border-blue-500){
  --tw-border-opacity: 1;
  border-color: rgb(66 153 225 / var(--tw-border-opacity));
}
#app :is(.border-blue-600){
  --tw-border-opacity: 1;
  border-color: rgb(49 130 206 / var(--tw-border-opacity));
}
#app :is(.border-childcare-blue-300){
  --tw-border-opacity: 1;
  border-color: rgb(137 154 196 / var(--tw-border-opacity));
}
#app :is(.border-gray-100){
  --tw-border-opacity: 1;
  border-color: rgb(247 250 252 / var(--tw-border-opacity));
}
#app :is(.border-gray-200){
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity));
}
#app :is(.border-gray-300){
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
#app :is(.border-gray-400){
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
#app :is(.border-gray-500){
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
}
#app :is(.border-gray-600){
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150 / var(--tw-border-opacity));
}
#app :is(.border-green-200){
  --tw-border-opacity: 1;
  border-color: rgb(198 246 213 / var(--tw-border-opacity));
}
#app :is(.border-green-300){
  --tw-border-opacity: 1;
  border-color: rgb(154 230 180 / var(--tw-border-opacity));
}
#app :is(.border-green-500){
  --tw-border-opacity: 1;
  border-color: rgb(72 187 120 / var(--tw-border-opacity));
}
#app :is(.border-green-800){
  --tw-border-opacity: 1;
  border-color: rgb(39 103 73 / var(--tw-border-opacity));
}
#app :is(.border-new-blue){
  --tw-border-opacity: 1;
  border-color: rgb(59 87 157 / var(--tw-border-opacity));
}
#app :is(.border-new-pink-500){
  --tw-border-opacity: 1;
  border-color: rgb(205 61 112 / var(--tw-border-opacity));
}
#app :is(.border-orange-200){
  --tw-border-opacity: 1;
  border-color: rgb(254 235 200 / var(--tw-border-opacity));
}
#app :is(.border-orange-500){
  --tw-border-opacity: 1;
  border-color: rgb(237 137 54 / var(--tw-border-opacity));
}
#app :is(.border-red-200){
  --tw-border-opacity: 1;
  border-color: rgb(254 215 215 / var(--tw-border-opacity));
}
#app :is(.border-red-300){
  --tw-border-opacity: 1;
  border-color: rgb(254 178 178 / var(--tw-border-opacity));
}
#app :is(.border-red-500){
  --tw-border-opacity: 1;
  border-color: rgb(245 101 101 / var(--tw-border-opacity));
}
#app :is(.border-red-700){
  --tw-border-opacity: 1;
  border-color: rgb(197 48 48 / var(--tw-border-opacity));
}
#app :is(.border-red-800){
  --tw-border-opacity: 1;
  border-color: rgb(155 44 44 / var(--tw-border-opacity));
}
#app :is(.border-transparent){
  border-color: transparent;
}
#app :is(.border-yellow-200){
  --tw-border-opacity: 1;
  border-color: rgb(254 252 191 / var(--tw-border-opacity));
}
#app :is(.border-yellow-600){
  --tw-border-opacity: 1;
  border-color: rgb(214 158 46 / var(--tw-border-opacity));
}
#app :is(.border-yellow-800){
  --tw-border-opacity: 1;
  border-color: rgb(151 90 22 / var(--tw-border-opacity));
}
#app :is(.bg-black){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#app :is(.bg-blue-100){
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity));
}
#app :is(.bg-blue-500){
  --tw-bg-opacity: 1;
  background-color: rgb(66 153 225 / var(--tw-bg-opacity));
}
#app :is(.bg-blue-600){
  --tw-bg-opacity: 1;
  background-color: rgb(49 130 206 / var(--tw-bg-opacity));
}
#app :is(.bg-blue-800){
  --tw-bg-opacity: 1;
  background-color: rgb(44 82 130 / var(--tw-bg-opacity));
}
#app :is(.bg-childcare-blue-300){
  --tw-bg-opacity: 1;
  background-color: rgb(137 154 196 / var(--tw-bg-opacity));
}
#app :is(.bg-childcare-blue-500){
  --tw-bg-opacity: 1;
  background-color: rgb(59 87 157 / var(--tw-bg-opacity));
}
#app :is(.bg-gold){
  --tw-bg-opacity: 1;
  background-color: rgb(228 204 127 / var(--tw-bg-opacity));
}
#app :is(.bg-gray-100){
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}
#app :is(.bg-gray-200){
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
#app :is(.bg-gray-300){
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
#app :is(.bg-gray-400){
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
}
#app :is(.bg-green-100){
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 244 / var(--tw-bg-opacity));
}
#app :is(.bg-green-200){
  --tw-bg-opacity: 1;
  background-color: rgb(198 246 213 / var(--tw-bg-opacity));
}
#app :is(.bg-green-300){
  --tw-bg-opacity: 1;
  background-color: rgb(154 230 180 / var(--tw-bg-opacity));
}
#app :is(.bg-green-400){
  --tw-bg-opacity: 1;
  background-color: rgb(104 211 145 / var(--tw-bg-opacity));
}
#app :is(.bg-green-500){
  --tw-bg-opacity: 1;
  background-color: rgb(72 187 120 / var(--tw-bg-opacity));
}
#app :is(.bg-legacy-blue){
  --tw-bg-opacity: 1;
  background-color: rgb(78 146 205 / var(--tw-bg-opacity));
}
#app :is(.bg-legacy-purple){
  --tw-bg-opacity: 1;
  background-color: rgb(117 138 191 / var(--tw-bg-opacity));
}
#app :is(.bg-new-blue){
  --tw-bg-opacity: 1;
  background-color: rgb(59 87 157 / var(--tw-bg-opacity));
}
#app :is(.bg-new-pink-500){
  --tw-bg-opacity: 1;
  background-color: rgb(205 61 112 / var(--tw-bg-opacity));
}
#app :is(.bg-new-pink-700){
  --tw-bg-opacity: 1;
  background-color: rgb(130 34 68 / var(--tw-bg-opacity));
}
#app :is(.bg-orange-100){
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity));
}
#app :is(.bg-orange-300){
  --tw-bg-opacity: 1;
  background-color: rgb(251 211 141 / var(--tw-bg-opacity));
}
#app :is(.bg-orange-500){
  --tw-bg-opacity: 1;
  background-color: rgb(237 137 54 / var(--tw-bg-opacity));
}
#app :is(.bg-pink-700){
  --tw-bg-opacity: 1;
  background-color: rgb(184 50 128 / var(--tw-bg-opacity));
}
#app :is(.bg-red-100){
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 245 / var(--tw-bg-opacity));
}
#app :is(.bg-red-200){
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 215 / var(--tw-bg-opacity));
}
#app :is(.bg-red-300){
  --tw-bg-opacity: 1;
  background-color: rgb(254 178 178 / var(--tw-bg-opacity));
}
#app :is(.bg-red-400){
  --tw-bg-opacity: 1;
  background-color: rgb(252 129 129 / var(--tw-bg-opacity));
}
#app :is(.bg-red-500){
  --tw-bg-opacity: 1;
  background-color: rgb(245 101 101 / var(--tw-bg-opacity));
}
#app :is(.bg-red-600){
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity));
}
#app :is(.bg-transparent){
  background-color: transparent;
}
#app :is(.bg-white){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#app :is(.bg-white\/50){
  background-color: rgb(255 255 255 / 0.5);
}
#app :is(.bg-white\/75){
  background-color: rgb(255 255 255 / 0.75);
}
#app :is(.bg-yellow-100){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 240 / var(--tw-bg-opacity));
}
#app :is(.bg-yellow-200){
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 191 / var(--tw-bg-opacity));
}
#app :is(.bg-yellow-300){
  --tw-bg-opacity: 1;
  background-color: rgb(250 240 137 / var(--tw-bg-opacity));
}
#app :is(.bg-gradient-to-l){
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(right, var(--tw-gradient-stops));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
#app :is(.bg-gradient-to-r){
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(left, var(--tw-gradient-stops));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#app :is(.bg-gradient-to-tr){
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(bottom left, var(--tw-gradient-stops));
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
#app :is(.from-childcare-blue-600){
  --tw-gradient-from: #2f467e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 70 126 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app :is(.from-new-pink-500){
  --tw-gradient-from: #CD3D70 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 61 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app :is(.to-childcare-blue-400){
  --tw-gradient-to: #6279b1 var(--tw-gradient-to-position);
}
#app :is(.to-new-blue){
  --tw-gradient-to: #3b579d var(--tw-gradient-to-position);
}
#app :is(.bg-cover){
  -webkit-background-size: cover;
          background-size: cover;
}
#app :is(.bg-clip-padding){
  background-clip: padding-box;
}
#app :is(.fill-current){
  fill: currentColor;
}
#app :is(.p-0){
  padding: 0;
}
#app :is(.p-1){
  padding: 0.25rem;
}
#app :is(.p-2){
  padding: 0.5rem;
}
#app :is(.p-3){
  padding: 0.75rem;
}
#app :is(.p-4){
  padding: 1rem;
}
#app :is(.p-6){
  padding: 1.5rem;
}
#app :is(.p-8){
  padding: 2rem;
}
#app :is(.px-0){
  padding-left: 0;
  padding-right: 0;
}
#app :is(.px-1){
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#app :is(.px-10){
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#app :is(.px-2){
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#app :is(.px-3){
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#app :is(.px-4){
  padding-left: 1rem;
  padding-right: 1rem;
}
#app :is(.px-6){
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#app :is(.px-8){
  padding-left: 2rem;
  padding-right: 2rem;
}
#app :is(.py-0){
  padding-top: 0;
  padding-bottom: 0;
}
#app :is(.py-0\.5){
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
#app :is(.py-1){
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#app :is(.py-12){
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#app :is(.py-2){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#app :is(.py-3){
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#app :is(.py-4){
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#app :is(.py-6){
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#app :is(.pb-1){
  padding-bottom: 0.25rem;
}
#app :is(.pb-2){
  padding-bottom: 0.5rem;
}
#app :is(.pb-20){
  padding-bottom: 5rem;
}
#app :is(.pb-4){
  padding-bottom: 1rem;
}
#app :is(.pb-8){
  padding-bottom: 2rem;
}
#app :is(.pl-0){
  padding-left: 0;
}
#app :is(.pl-0\.5){
  padding-left: 0.125rem;
}
#app :is(.pl-10){
  padding-left: 2.5rem;
}
#app :is(.pl-2){
  padding-left: 0.5rem;
}
#app :is(.pl-3){
  padding-left: 0.75rem;
}
#app :is(.pl-4){
  padding-left: 1rem;
}
#app :is(.pl-6){
  padding-left: 1.5rem;
}
#app :is(.pl-8){
  padding-left: 2rem;
}
#app :is(.pr-1){
  padding-right: 0.25rem;
}
#app :is(.pr-2){
  padding-right: 0.5rem;
}
#app :is(.pr-3){
  padding-right: 0.75rem;
}
#app :is(.pr-4){
  padding-right: 1rem;
}
#app :is(.pr-8){
  padding-right: 2rem;
}
#app :is(.pt-0){
  padding-top: 0;
}
#app :is(.pt-1){
  padding-top: 0.25rem;
}
#app :is(.pt-2){
  padding-top: 0.5rem;
}
#app :is(.pt-3){
  padding-top: 0.75rem;
}
#app :is(.pt-4){
  padding-top: 1rem;
}
#app :is(.pt-6){
  padding-top: 1.5rem;
}
#app :is(.pt-8){
  padding-top: 2rem;
}
#app :is(.pt-px){
  padding-top: 1px;
}
#app :is(.text-left){
  text-align: left;
}
#app :is(.text-center){
  text-align: center;
}
#app :is(.text-right){
  text-align: right;
}
#app :is(.align-baseline){
  vertical-align: baseline;
}
#app :is(.align-middle){
  vertical-align: middle;
}
#app :is(.font-mono){
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
#app :is(.text-1point5xs){
  font-size: 0.625rem;
}
#app :is(.text-2xl){
  font-size: 1.5rem;
}
#app :is(.text-2xs){
  font-size: 0.5rem;
}
#app :is(.text-3xl){
  font-size: 1.875rem;
}
#app :is(.text-4xl){
  font-size: 2.25rem;
}
#app :is(.text-base){
  font-size: 1rem;
}
#app :is(.text-lg){
  font-size: 1.125rem;
}
#app :is(.text-sm){
  font-size: 0.875rem;
}
#app :is(.text-xl){
  font-size: 1.25rem;
}
#app :is(.text-xs){
  font-size: 0.75rem;
}
#app :is(.font-bold){
  font-weight: 700;
}
#app :is(.font-medium){
  font-weight: 500;
}
#app :is(.font-normal){
  font-weight: 400;
}
#app :is(.font-semibold){
  font-weight: 600;
}
#app :is(.uppercase){
  text-transform: uppercase;
}
#app :is(.lowercase){
  text-transform: lowercase;
}
#app :is(.capitalize){
  text-transform: capitalize;
}
#app :is(.italic){
  font-style: italic;
}
#app :is(.tabular-nums){
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
#app :is(.leading-loose){
  line-height: 2;
}
#app :is(.leading-none){
  line-height: 1;
}
#app :is(.leading-normal){
  line-height: 1.5;
}
#app :is(.leading-relaxed){
  line-height: 1.625;
}
#app :is(.leading-snug){
  line-height: 1.375;
}
#app :is(.leading-tight){
  line-height: 1.25;
}
#app :is(.tracking-normal){
  letter-spacing: 0;
}
#app :is(.text-black){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#app :is(.text-blue-400){
  --tw-text-opacity: 1;
  color: rgb(99 179 237 / var(--tw-text-opacity));
}
#app :is(.text-blue-500){
  --tw-text-opacity: 1;
  color: rgb(66 153 225 / var(--tw-text-opacity));
}
#app :is(.text-blue-600){
  --tw-text-opacity: 1;
  color: rgb(49 130 206 / var(--tw-text-opacity));
}
#app :is(.text-blue-800){
  --tw-text-opacity: 1;
  color: rgb(44 82 130 / var(--tw-text-opacity));
}
#app :is(.text-childcare-blue-300){
  --tw-text-opacity: 1;
  color: rgb(137 154 196 / var(--tw-text-opacity));
}
#app :is(.text-childcare-blue-400){
  --tw-text-opacity: 1;
  color: rgb(98 121 177 / var(--tw-text-opacity));
}
#app :is(.text-childcare-blue-500){
  --tw-text-opacity: 1;
  color: rgb(59 87 157 / var(--tw-text-opacity));
}
#app :is(.text-childcare-blue-600){
  --tw-text-opacity: 1;
  color: rgb(47 70 126 / var(--tw-text-opacity));
}
#app :is(.text-coral){
  --tw-text-opacity: 1;
  color: rgb(250 119 127 / var(--tw-text-opacity));
}
#app :is(.text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity));
}
#app :is(.text-gray-300){
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
#app :is(.text-gray-400){
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
#app :is(.text-gray-500){
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
#app :is(.text-gray-600){
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
#app :is(.text-gray-700){
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
#app :is(.text-gray-800){
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
#app :is(.text-gray-900){
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
#app :is(.text-green-500){
  --tw-text-opacity: 1;
  color: rgb(72 187 120 / var(--tw-text-opacity));
}
#app :is(.text-green-600){
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity));
}
#app :is(.text-green-700){
  --tw-text-opacity: 1;
  color: rgb(47 133 90 / var(--tw-text-opacity));
}
#app :is(.text-green-800){
  --tw-text-opacity: 1;
  color: rgb(39 103 73 / var(--tw-text-opacity));
}
#app :is(.text-legacy-blue){
  --tw-text-opacity: 1;
  color: rgb(78 146 205 / var(--tw-text-opacity));
}
#app :is(.text-legacy-green){
  --tw-text-opacity: 1;
  color: rgb(186 213 122 / var(--tw-text-opacity));
}
#app :is(.text-legacy-pink){
  --tw-text-opacity: 1;
  color: rgb(250 119 127 / var(--tw-text-opacity));
}
#app :is(.text-legacy-purple){
  --tw-text-opacity: 1;
  color: rgb(117 138 191 / var(--tw-text-opacity));
}
#app :is(.text-new-blue){
  --tw-text-opacity: 1;
  color: rgb(59 87 157 / var(--tw-text-opacity));
}
#app :is(.text-new-pink-400){
  --tw-text-opacity: 1;
  color: rgb(215 102 142 / var(--tw-text-opacity));
}
#app :is(.text-new-pink-500){
  --tw-text-opacity: 1;
  color: rgb(205 61 112 / var(--tw-text-opacity));
}
#app :is(.text-nhs-blue){
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}
#app :is(.text-orange-500){
  --tw-text-opacity: 1;
  color: rgb(237 137 54 / var(--tw-text-opacity));
}
#app :is(.text-orange-600){
  --tw-text-opacity: 1;
  color: rgb(221 107 32 / var(--tw-text-opacity));
}
#app :is(.text-orange-700){
  --tw-text-opacity: 1;
  color: rgb(192 86 33 / var(--tw-text-opacity));
}
#app :is(.text-red-500){
  --tw-text-opacity: 1;
  color: rgb(245 101 101 / var(--tw-text-opacity));
}
#app :is(.text-red-600){
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
#app :is(.text-red-700){
  --tw-text-opacity: 1;
  color: rgb(197 48 48 / var(--tw-text-opacity));
}
#app :is(.text-red-800){
  --tw-text-opacity: 1;
  color: rgb(155 44 44 / var(--tw-text-opacity));
}
#app :is(.text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#app :is(.text-yellow-400){
  --tw-text-opacity: 1;
  color: rgb(246 224 94 / var(--tw-text-opacity));
}
#app :is(.text-yellow-500){
  --tw-text-opacity: 1;
  color: rgb(236 201 75 / var(--tw-text-opacity));
}
#app :is(.text-yellow-800){
  --tw-text-opacity: 1;
  color: rgb(151 90 22 / var(--tw-text-opacity));
}
#app :is(.underline){
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#app :is(.line-through){
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
#app :is(.no-underline){
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
#app :is(.placeholder-gray-700)::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 85 104 / var(--tw-placeholder-opacity));
}
#app :is(.placeholder-gray-700)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 85 104 / var(--tw-placeholder-opacity));
}
#app :is(.placeholder-gray-700)::-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 85 104 / var(--tw-placeholder-opacity));
}
#app :is(.placeholder-gray-700)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(74 85 104 / var(--tw-placeholder-opacity));
}
#app :is(.opacity-0){
  opacity: 0;
}
#app :is(.opacity-100){
  opacity: 1;
}
#app :is(.opacity-25){
  opacity: 0.25;
}
#app :is(.opacity-75){
  opacity: 0.75;
}
#app :is(.opacity-99){
  opacity: 0.99;
}
#app :is(.shadow){
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.shadow-2xl){
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.shadow-inner){
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.shadow-lg){
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.shadow-md){
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.shadow-none){
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.shadow-xl){
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app :is(.outline-none){
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app :is(.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 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#app :is(.ring-1){
  --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 -webkit-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#app :is(.ring-inset){
  --tw-ring-inset: inset;
}
#app :is(.ring-green-600\/25){
  --tw-ring-color: rgb(56 161 105 / 0.25);
}
#app :is(.ring-yellow-600\/25){
  --tw-ring-color: rgb(214 158 46 / 0.25);
}
#app :is(.blur){
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: 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);
}
#app :is(.filter){
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: 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);
}
#app :is(.transition){
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#app :is(.transition-all){
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#app :is(.delay-150){
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
#app :is(.duration-100){
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
#app :is(.duration-1000){
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}
#app :is(.duration-150){
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#app :is(.duration-200){
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#app :is(.duration-300){
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
#app :is(.duration-500){
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
#app :is(.ease-in){
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#app :is(.ease-in-out){
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app :is(.ease-out){
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#app :is(.transition-fast) {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }
#app :is(.content-auto) {
    content-visibility: auto;
  }
#app :is(.first\:pl-0:first-child){
  padding-left: 0;
}
#app :is(.even\:bg-gray-200:nth-child(even)){
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
#app :is(.checked\:border-blue-500:checked){
  --tw-border-opacity: 1;
  border-color: rgb(66 153 225 / var(--tw-border-opacity));
}
#app :is(.focus-within\:border-blue-400:focus-within){
  --tw-border-opacity: 1;
  border-color: rgb(99 179 237 / var(--tw-border-opacity));
}
#app :is(.focus-within\:border-blue-600:focus-within){
  --tw-border-opacity: 1;
  border-color: rgb(49 130 206 / var(--tw-border-opacity));
}
#app :is(.focus-within\:ring:focus-within){
  --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 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#app :is(.hover\:bg-blue-600:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(49 130 206 / var(--tw-bg-opacity));
}
#app :is(.hover\:bg-white:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#app :is(.hover\:text-black:hover){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#app :is(.hover\:text-childcare-blue-500:hover){
  --tw-text-opacity: 1;
  color: rgb(59 87 157 / var(--tw-text-opacity));
}
#app :is(.hover\:text-gray-800:hover){
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
#app :is(.hover\:text-legacy-blue:hover){
  --tw-text-opacity: 1;
  color: rgb(78 146 205 / var(--tw-text-opacity));
}
#app :is(.hover\:text-new-blue:hover){
  --tw-text-opacity: 1;
  color: rgb(59 87 157 / var(--tw-text-opacity));
}
#app :is(.hover\:text-white:hover){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#app :is(.hover\:underline:hover){
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#app :is(.hover\:no-underline:hover){
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
#app :is(.hover\:ring:hover){
  --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 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#app :is(.focus\:not-sr-only:focus){
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
#app :is(.focus\:appearance-none:focus){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#app :is(.focus\:border:focus){
  border-width: 1px;
}
#app :is(.focus\:border-b:focus){
  border-bottom-width: 1px;
}
#app :is(.focus\:border-blue-400:focus){
  --tw-border-opacity: 1;
  border-color: rgb(99 179 237 / var(--tw-border-opacity));
}
#app :is(.focus\:border-blue-600:focus){
  --tw-border-opacity: 1;
  border-color: rgb(49 130 206 / var(--tw-border-opacity));
}
#app :is(.focus\:bg-blue-600:focus){
  --tw-bg-opacity: 1;
  background-color: rgb(49 130 206 / var(--tw-bg-opacity));
}
#app :is(.focus\:bg-white:focus){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#app :is(.focus\:p-2:focus){
  padding: 0.5rem;
}
#app :is(.focus\:text-black:focus){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#app :is(.focus\:text-indigo-400:focus){
  --tw-text-opacity: 1;
  color: rgb(127 156 245 / var(--tw-text-opacity));
}
#app :is(.focus\:text-white:focus){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#app :is(.focus\:outline-none:focus){
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app :is(.focus\:ring: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 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#app :is(.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 -webkit-calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#app :is(.focus\:ring-white:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
@media (min-width: 640px){
  #app :is(.sm\:col-span-2){
    grid-column: span 2 / span 2;
  }
  #app :is(.sm\:col-span-3){
    grid-column: span 3 / span 3;
  }
  #app :is(.sm\:mt-0){
    margin-top: 0;
  }
  #app :is(.sm\:grid){
    display: grid;
  }
  #app :is(.sm\:hidden){
    display: none;
  }
  #app :is(.sm\:w-1\/2){
    width: 50%;
  }
  #app :is(.sm\:w-1\/3){
    width: 33.33333%;
  }
  #app :is(.sm\:w-32){
    width: 8rem;
  }
  #app :is(.sm\:w-48){
    width: 12rem;
  }
  #app :is(.sm\:w-auto){
    width: auto;
  }
  #app :is(.sm\:grid-cols-2){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app :is(.sm\:grid-cols-3){
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app :is(.sm\:grid-cols-4){
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app :is(.sm\:flex-row){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  #app :is(.sm\:gap-2){
    gap: 0.5rem;
  }
  #app :is(.sm\:gap-4){
    gap: 1rem;
  }
  #app :is(.sm\:divide-x > :not([hidden]) ~ :not([hidden])){
    --tw-divide-x-reverse: 0;
    border-right-width: -webkit-calc(1px * var(--tw-divide-x-reverse));
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: -webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-x-reverse)));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  #app :is(.sm\:divide-y-0 > :not([hidden]) ~ :not([hidden])){
    --tw-divide-y-reverse: 0;
    border-top-width: -webkit-calc(0px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: -webkit-calc(0px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  #app :is(.sm\:px-0){
    padding-left: 0;
    padding-right: 0;
  }
  #app :is(.sm\:px-6){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #app :is(.sm\:py-0){
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px){
  #app :is(.md\:absolute){
    position: absolute;
  }
  #app :is(.md\:relative){
    position: relative;
  }
  #app :is(.md\:inset-auto){
    inset: auto;
  }
  #app :is(.md\:bottom-0){
    bottom: 0;
  }
  #app :is(.md\:right-0){
    right: 0;
  }
  #app :is(.md\:float-right){
    float: right;
  }
  #app :is(.md\:float-left){
    float: left;
  }
  #app :is(.md\:m-0){
    margin: 0;
  }
  #app :is(.md\:-mx-4){
    margin-left: -1rem;
    margin-right: -1rem;
  }
  #app :is(.md\:mx-0){
    margin-left: 0;
    margin-right: 0;
  }
  #app :is(.md\:mx-1){
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  #app :is(.md\:mx-20){
    margin-left: 5rem;
    margin-right: 5rem;
  }
  #app :is(.md\:mx-4){
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #app :is(.md\:mx-40){
    margin-left: 10rem;
    margin-right: 10rem;
  }
  #app :is(.md\:mx-56){
    margin-left: 14rem;
    margin-right: 14rem;
  }
  #app :is(.md\:mx-auto){
    margin-left: auto;
    margin-right: auto;
  }
  #app :is(.md\:my-0){
    margin-top: 0;
    margin-bottom: 0;
  }
  #app :is(.md\:my-5){
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  #app :is(.md\:-mb-0){
    margin-bottom: 0;
  }
  #app :is(.md\:-ml-0){
    margin-left: 0;
  }
  #app :is(.md\:-ml-0\.5){
    margin-left: -0.125rem;
  }
  #app :is(.md\:-ml-1){
    margin-left: -0.25rem;
  }
  #app :is(.md\:-mr-1){
    margin-right: -0.25rem;
  }
  #app :is(.md\:-mt-4){
    margin-top: -1rem;
  }
  #app :is(.md\:mb-0){
    margin-bottom: 0;
  }
  #app :is(.md\:mb-2){
    margin-bottom: 0.5rem;
  }
  #app :is(.md\:mb-20){
    margin-bottom: 5rem;
  }
  #app :is(.md\:mb-4){
    margin-bottom: 1rem;
  }
  #app :is(.md\:mb-6){
    margin-bottom: 1.5rem;
  }
  #app :is(.md\:mb-8){
    margin-bottom: 2rem;
  }
  #app :is(.md\:ml-0){
    margin-left: 0;
  }
  #app :is(.md\:ml-0\.5){
    margin-left: 0.125rem;
  }
  #app :is(.md\:ml-1){
    margin-left: 0.25rem;
  }
  #app :is(.md\:ml-12){
    margin-left: 3rem;
  }
  #app :is(.md\:ml-2){
    margin-left: 0.5rem;
  }
  #app :is(.md\:ml-3){
    margin-left: 0.75rem;
  }
  #app :is(.md\:ml-32){
    margin-left: 8rem;
  }
  #app :is(.md\:ml-4){
    margin-left: 1rem;
  }
  #app :is(.md\:ml-5){
    margin-left: 1.25rem;
  }
  #app :is(.md\:ml-8){
    margin-left: 2rem;
  }
  #app :is(.md\:mr-0){
    margin-right: 0;
  }
  #app :is(.md\:mr-1){
    margin-right: 0.25rem;
  }
  #app :is(.md\:mr-2){
    margin-right: 0.5rem;
  }
  #app :is(.md\:mr-3){
    margin-right: 0.75rem;
  }
  #app :is(.md\:mr-32){
    margin-right: 8rem;
  }
  #app :is(.md\:mr-4){
    margin-right: 1rem;
  }
  #app :is(.md\:mr-5){
    margin-right: 1.25rem;
  }
  #app :is(.md\:mt-0){
    margin-top: 0;
  }
  #app :is(.md\:mt-1){
    margin-top: 0.25rem;
  }
  #app :is(.md\:mt-2){
    margin-top: 0.5rem;
  }
  #app :is(.md\:mt-3){
    margin-top: 0.75rem;
  }
  #app :is(.md\:mt-5){
    margin-top: 1.25rem;
  }
  #app :is(.md\:mt-6){
    margin-top: 1.5rem;
  }
  #app :is(.md\:mt-8){
    margin-top: 2rem;
  }
  #app :is(.md\:block){
    display: block;
  }
  #app :is(.md\:inline-block){
    display: inline-block;
  }
  #app :is(.md\:inline){
    display: inline;
  }
  #app :is(.md\:flex){
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  #app :is(.md\:table-cell){
    display: table-cell;
  }
  #app :is(.md\:hidden){
    display: none;
  }
  #app :is(.md\:h-4){
    height: 1rem;
  }
  #app :is(.md\:h-5){
    height: 1.25rem;
  }
  #app :is(.md\:h-6){
    height: 1.5rem;
  }
  #app :is(.md\:h-auto){
    height: auto;
  }
  #app :is(.md\:max-h-64){
    max-height: 16rem;
  }
  #app :is(.md\:w-1\/2){
    width: 50%;
  }
  #app :is(.md\:w-1\/3){
    width: 33.33333%;
  }
  #app :is(.md\:w-1\/4){
    width: 25%;
  }
  #app :is(.md\:w-1\/5){
    width: 20%;
  }
  #app :is(.md\:w-1\/6){
    width: 16.66667%;
  }
  #app :is(.md\:w-10){
    width: 2.5rem;
  }
  #app :is(.md\:w-16){
    width: 4rem;
  }
  #app :is(.md\:w-2\/3){
    width: 66.66667%;
  }
  #app :is(.md\:w-2\/5){
    width: 40%;
  }
  #app :is(.md\:w-2\/6){
    width: 33.33333%;
  }
  #app :is(.md\:w-24){
    width: 6rem;
  }
  #app :is(.md\:w-3\/4){
    width: 75%;
  }
  #app :is(.md\:w-3\/5){
    width: 60%;
  }
  #app :is(.md\:w-32){
    width: 8rem;
  }
  #app :is(.md\:w-4){
    width: 1rem;
  }
  #app :is(.md\:w-4\/5){
    width: 80%;
  }
  #app :is(.md\:w-48){
    width: 12rem;
  }
  #app :is(.md\:w-5){
    width: 1.25rem;
  }
  #app :is(.md\:w-6){
    width: 1.5rem;
  }
  #app :is(.md\:w-64){
    width: 16rem;
  }
  #app :is(.md\:w-auto){
    width: auto;
  }
  #app :is(.md\:w-full){
    width: 100%;
  }
  #app :is(.md\:min-w-full){
    min-width: 100%;
  }
  #app :is(.md\:max-w-screen-xl){
    max-width: 1280px;
  }
  #app :is(.md\:max-w-sm){
    max-width: 24rem;
  }
  #app :is(.md\:flex-initial){
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  #app :is(.md\:flex-none){
    -webkit-box-flex: 0;
    -webkit-flex: none;
            flex: none;
  }
  #app :is(.md\:flex-grow){
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
  #app :is(.md\:grow-0){
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
  }
  #app :is(.md\:origin-top-right){
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  #app :is(.md\:translate-x-0){
    --tw-translate-x: 0;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #app :is(.md\:scale-100){
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #app :is(.md\:scale-90){
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #app :is(.md\:grid-cols-2){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app :is(.md\:grid-cols-3){
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app :is(.md\:grid-rows-1){
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  #app :is(.md\:flex-row){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  #app :is(.md\:flex-row-reverse){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #app :is(.md\:flex-col){
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  #app :is(.md\:flex-nowrap){
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  #app :is(.md\:items-center){
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  #app :is(.md\:justify-end){
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  #app :is(.md\:gap-2){
    gap: 0.5rem;
  }
  #app :is(.md\:gap-4){
    gap: 1rem;
  }
  #app :is(.md\:gap-6){
    gap: 1.5rem;
  }
  #app :is(.md\:gap-x-1){
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  #app :is(.md\:gap-x-5){
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  #app :is(.md\:gap-x-8){
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  #app :is(.md\:overflow-auto){
    overflow: auto;
  }
  #app :is(.md\:overflow-x-auto){
    overflow-x: auto;
  }
  #app :is(.md\:whitespace-normal){
    white-space: normal;
  }
  #app :is(.md\:whitespace-nowrap){
    white-space: nowrap;
  }
  #app :is(.md\:rounded){
    border-radius: 0.25rem;
  }
  #app :is(.md\:rounded-lg){
    border-radius: 0.5rem;
  }
  #app :is(.md\:rounded-t-none){
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #app :is(.md\:border){
    border-width: 1px;
  }
  #app :is(.md\:border-0){
    border-width: 0;
  }
  #app :is(.md\:border-b){
    border-bottom-width: 1px;
  }
  #app :is(.md\:border-b-0){
    border-bottom-width: 0;
  }
  #app :is(.md\:border-r){
    border-right-width: 1px;
  }
  #app :is(.md\:border-blue-800){
    --tw-border-opacity: 1;
    border-color: rgb(44 82 130 / var(--tw-border-opacity));
  }
  #app :is(.md\:border-gray-100){
    --tw-border-opacity: 1;
    border-color: rgb(247 250 252 / var(--tw-border-opacity));
  }
  #app :is(.md\:bg-gray-100){
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  }
  #app :is(.md\:bg-legacy-purple){
    --tw-bg-opacity: 1;
    background-color: rgb(117 138 191 / var(--tw-bg-opacity));
  }
  #app :is(.md\:bg-new-blue){
    --tw-bg-opacity: 1;
    background-color: rgb(59 87 157 / var(--tw-bg-opacity));
  }
  #app :is(.md\:bg-transparent){
    background-color: transparent;
  }
  #app :is(.md\:bg-white){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  #app :is(.md\:p-4){
    padding: 1rem;
  }
  #app :is(.md\:px-0){
    padding-left: 0;
    padding-right: 0;
  }
  #app :is(.md\:px-2){
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #app :is(.md\:px-3){
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #app :is(.md\:px-4){
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #app :is(.md\:px-40){
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #app :is(.md\:px-56){
    padding-left: 14rem;
    padding-right: 14rem;
  }
  #app :is(.md\:px-8){
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #app :is(.md\:py-1){
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  #app :is(.md\:py-12){
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #app :is(.md\:py-6){
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #app :is(.md\:pb-2){
    padding-bottom: 0.5rem;
  }
  #app :is(.md\:pl-2){
    padding-left: 0.5rem;
  }
  #app :is(.md\:pl-4){
    padding-left: 1rem;
  }
  #app :is(.md\:pr-2){
    padding-right: 0.5rem;
  }
  #app :is(.md\:pr-4){
    padding-right: 1rem;
  }
  #app :is(.md\:pr-8){
    padding-right: 2rem;
  }
  #app :is(.md\:text-left){
    text-align: left;
  }
  #app :is(.md\:text-right){
    text-align: right;
  }
  #app :is(.md\:text-2xl){
    font-size: 1.5rem;
  }
  #app :is(.md\:text-base){
    font-size: 1rem;
  }
  #app :is(.md\:text-lg){
    font-size: 1.125rem;
  }
  #app :is(.md\:text-sm){
    font-size: 0.875rem;
  }
  #app :is(.md\:text-xl){
    font-size: 1.25rem;
  }
  #app :is(.md\:text-xs){
    font-size: 0.75rem;
  }
  #app :is(.md\:font-bold){
    font-weight: 700;
  }
  #app :is(.md\:font-normal){
    font-weight: 400;
  }
  #app :is(.md\:normal-case){
    text-transform: none;
  }
  #app :is(.md\:text-new-blue){
    --tw-text-opacity: 1;
    color: rgb(59 87 157 / var(--tw-text-opacity));
  }
  #app :is(.md\:text-white){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #app :is(.md\:opacity-0){
    opacity: 0;
  }
  #app :is(.md\:opacity-100){
    opacity: 1;
  }
  #app :is(.md\:shadow-lg){
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app :is(.md\:shadow-md){
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app :is(.md\:shadow-none){
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app :is(.md\:hover\:scale-125:hover){
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #app :is(.md\:hover\:text-white:hover){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  #app :is(.md\:hover\:ring:hover){
    --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 -webkit-calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
}
@media (min-width: 1024px){
  #app :is(.lg\:-mx-3){
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  #app :is(.lg\:mr-8){
    margin-right: 2rem;
  }
  #app :is(.lg\:mt-0){
    margin-top: 0;
  }
  #app :is(.lg\:block){
    display: block;
  }
  #app :is(.lg\:hidden){
    display: none;
  }
  #app :is(.lg\:w-1\/3){
    width: 33.33333%;
  }
  #app :is(.lg\:w-1\/6){
    width: 16.66667%;
  }
  #app :is(.lg\:grid-cols-5){
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #app :is(.lg\:flex-row){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  #app :is(.lg\:justify-between){
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  #app :is(.lg\:overflow-x-auto){
    overflow-x: auto;
  }
  #app :is(.lg\:border-r){
    border-right-width: 1px;
  }
  #app :is(.lg\:px-2){
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #app :is(.lg\:px-8){
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #app :is(.lg\:pl-2){
    padding-left: 0.5rem;
  }
  #app :is(.lg\:pr-2){
    padding-right: 0.5rem;
  }
  #app :is(.lg\:text-base){
    font-size: 1rem;
  }
  #app :is(.lg\:text-xs){
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px){
  #app :is(.xl\:w-1\/4){
    width: 25%;
  }
  #app :is(.xl\:grid-cols-7){
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  #app :is(.\32xl\:w-1\/5){
    width: 20%;
  }
  #app :is(.\32xl\:grid-cols-9){
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media print{
  #app :is(.print\:hidden){
    display: none;
  }
}
