/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}
@import url(https://rsms.me/inter/inter.css);@charset "UTF-8";

[x-cloak] { display: none;
}

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

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

.main-content div.errors ul {
  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;
}

.provide-for-school-buttons form {
  float:left;
}


.school-provider-container {
  margin-bottom: 20px;
}

/*----- PROFILE -----*/

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

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

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

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


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

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

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

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

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

.profile-tag-container label {
  display:block;
  padding: 10px 15px 10px 40px;
}

.profile-tag-container .checkbox {
  padding: 0px;
}

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

/** Have to do this explicitly as we include bootstrap after */

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-horizontal-border-bottom {
  border-bottom: 1px solid #3b589d;
  margin-bottom: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 {
  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-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-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.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: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;
  transition-property:transform,visibility,opacity
}

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

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:initial;
  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;
  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;
  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;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  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);
}

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

@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 (min-width: 320px) and (max-width: 736px) and (orientation: portrait),
    only screen
        and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {
  /* Styles */

  .full-only {
    display:none;
  }

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

  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 .horizontal-nav {
    display:none;
  }

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

  .search-result .flags {
    display:none;
  }

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

  /**
     * School Profile Page
     *
     */

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

  /**
     * Profile Page
     */

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

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

  .profile .informationalText p,
    .profile-footer > * {
    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%;
  }

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

  .wrapper {
    width: 100%
  }

  .main-content {
    width: 100%
  }

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

.prose {
  color: inherit;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #4a5568;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #006699;
  text-decoration: underline;
}

.prose a:hover {
  color: #23527c;
}

.prose a:focus {
  color: #23527c;
}

.prose strong {
  color: #1a202c;
  font-weight: 600;
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #718096;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #cbd5e0;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e2e8f0;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #1a202c;
  border-left-width: 0.25rem;
  border-left-color: #e2e8f0;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #1a202c;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #1a202c;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #1a202c;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #1a202c;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose code {
  color: #1a202c;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose pre {
  color: #e2e8f0;
  background-color: #2d3748;
  overflow-x: auto;
  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 pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: "";
}

.prose pre code::after {
  content: "";
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #1a202c;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #cbd5e0;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e2e8f0;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li:before {
  left: 0;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose th {
  color: #777;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  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 ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

.prose-sm ol > li:before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-form {
  color: inherit;
}

.prose-form a {
  color: #3A98A2;
  text-decoration: none;
}

.prose-form a:hover {
  color: white;
}

.prose-form th {
  color: #777;
}

.form-input {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-input::placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-input {
  font-weight: 400;
}

.form-textarea {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-textarea::placeholder {
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-textarea {
  font-weight: 400;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select::-ms-expand {
  color: #a0aec0;
  border: none;
}

@media not print {
  .form-select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: 0.75rem;
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select {
  font-weight: 400;
}

.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='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox {
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.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");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio {
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}


.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}
#app .space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)))
}

#app .space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse))
}

#app .space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)))
}

#app .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 .focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

#app .appearance-none{
  -webkit-appearance: none;
          appearance: none
}

#app .bg-clip-padding{
  background-clip: padding-box
}

#app .bg-transparent{
  background-color: transparent
}

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

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

#app .bg-new-blue{
  --bg-opacity: 1;
  background-color: #3b579d;
  background-color: rgba(59, 87, 157, var(--bg-opacity))
}

#app .bg-childcare-blue-300{
  --bg-opacity: 1;
  background-color: #899ac4;
  background-color: rgba(137, 154, 196, var(--bg-opacity))
}

#app .bg-childcare-blue-500{
  --bg-opacity: 1;
  background-color: #3b579d;
  background-color: rgba(59, 87, 157, var(--bg-opacity))
}

#app .bg-new-pink-500{
  --bg-opacity: 1;
  background-color: #CD3D70;
  background-color: rgba(205, 61, 112, var(--bg-opacity))
}

#app .bg-new-pink-700{
  --bg-opacity: 1;
  background-color: #822244;
  background-color: rgba(130, 34, 68, var(--bg-opacity))
}

#app .bg-legacy-blue{
  --bg-opacity: 1;
  background-color: #4e92cd;
  background-color: rgba(78, 146, 205, var(--bg-opacity))
}

#app .bg-legacy-purple{
  --bg-opacity: 1;
  background-color: #758abf;
  background-color: rgba(117, 138, 191, var(--bg-opacity))
}

#app .bg-gold{
  --bg-opacity: 1;
  background-color: #E4CC7F;
  background-color: rgba(228, 204, 127, var(--bg-opacity))
}

#app .bg-gray-100{
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity))
}

#app .bg-gray-200{
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity))
}

#app .bg-gray-300{
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity))
}

#app .bg-gray-400{
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity))
}

#app .bg-red-100{
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity))
}

#app .bg-red-200{
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity))
}

#app .bg-red-300{
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity))
}

#app .bg-red-500{
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity))
}

#app .bg-red-600{
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity))
}

#app .bg-orange-100{
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity))
}

#app .bg-orange-500{
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity))
}

#app .bg-yellow-100{
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity))
}

#app .bg-yellow-200{
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity))
}

#app .bg-green-100{
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity))
}

#app .bg-green-200{
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity))
}

#app .bg-green-300{
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity))
}

#app .bg-green-400{
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity))
}

#app .bg-green-500{
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity))
}

#app .bg-blue-100{
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity))
}

#app .bg-blue-200{
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity))
}

#app .bg-blue-500{
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity))
}

#app .bg-blue-600{
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity))
}

#app .bg-blue-800{
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity))
}

#app .bg-pink-700{
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity))
}

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

#app .focus\:bg-white:focus{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

#app .focus\:bg-blue-600:focus{
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity))
}

#app .bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--gradient-color-stops))
}

#app .bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--gradient-color-stops))
}

#app .bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--gradient-color-stops))
}

#app .from-childcare-blue-600{
  --gradient-from-color: #2f467e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 70, 126, 0))
}

#app .from-new-pink-500{
  --gradient-from-color: #CD3D70;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 61, 112, 0))
}

#app .to-new-blue{
  --gradient-to-color: #3b579d
}

#app .to-childcare-blue-400{
  --gradient-to-color: #6279b1
}

#app .bg-cover{
  background-size: cover
}

#app .border-transparent{
  border-color: transparent
}

#app .border-black{
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

#app .border-new-blue{
  --border-opacity: 1;
  border-color: #3b579d;
  border-color: rgba(59, 87, 157, var(--border-opacity))
}

#app .border-childcare-blue-300{
  --border-opacity: 1;
  border-color: #899ac4;
  border-color: rgba(137, 154, 196, var(--border-opacity))
}

#app .border-new-pink-500{
  --border-opacity: 1;
  border-color: #CD3D70;
  border-color: rgba(205, 61, 112, var(--border-opacity))
}

#app .border-gray-200{
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity))
}

#app .border-gray-300{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity))
}

#app .border-gray-400{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity))
}

#app .border-gray-500{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity))
}

#app .border-gray-600{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity))
}

#app .border-red-200{
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity))
}

#app .border-red-700{
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity))
}

#app .border-red-800{
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity))
}

#app .border-orange-200{
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity))
}

#app .border-yellow-200{
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity))
}

#app .border-yellow-800{
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity))
}

#app .border-green-200{
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity))
}

#app .border-green-300{
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity))
}

#app .border-green-800{
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity))
}

#app .border-blue-200{
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity))
}

#app .border-blue-500{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity))
}

#app .border-blue-600{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity))
}

#app .focus\:border-blue-400:focus{
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity))
}

#app .focus\:border-blue-600:focus{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity))
}

#app .focus-within\:border-blue-400:focus-within{
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity))
}

#app .focus-within\:border-blue-600:focus-within{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity))
}

#app .checked\:border-blue-500:checked{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity))
}

#app .rounded-none{
  border-radius: 0
}

#app .rounded-sm{
  border-radius: 0.125rem
}

#app .rounded{
  border-radius: 0.25rem
}

#app .rounded-lg{
  border-radius: 0.5rem
}

#app .rounded-full{
  border-radius: 9999px
}

#app .rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

#app .rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

#app .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}

#app .rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}

#app .rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

#app .rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

#app .border-solid{
  border-style: solid
}

#app .border-0{
  border-width: 0
}

#app .border-2{
  border-width: 2px
}

#app .border{
  border-width: 1px
}

#app .border-r-0{
  border-right-width: 0
}

#app .border-b-0{
  border-bottom-width: 0
}

#app .border-l-0{
  border-left-width: 0
}

#app .border-b-2{
  border-bottom-width: 2px
}

#app .border-l-4{
  border-left-width: 4px
}

#app .border-b-8{
  border-bottom-width: 8px
}

#app .border-t{
  border-top-width: 1px
}

#app .border-r{
  border-right-width: 1px
}

#app .border-b{
  border-bottom-width: 1px
}

#app .border-l{
  border-left-width: 1px
}

#app .focus\:border:focus{
  border-width: 1px
}

#app .focus\:border-b:focus{
  border-bottom-width: 1px
}

#app .cursor-default{
  cursor: default
}

#app .cursor-pointer{
  cursor: pointer
}

#app .block{
  display: block
}

#app .inline-block{
  display: inline-block
}

#app .inline{
  display: inline
}

#app .flex{
  display: flex
}

#app .inline-flex{
  display: inline-flex
}

#app .table{
  display: table
}

#app .table-cell{
  display: table-cell
}

#app .table-row{
  display: table-row
}

#app .grid{
  display: grid
}

#app .contents{
  display: contents
}

#app .hidden{
  display: none
}

#app .flex-row{
  flex-direction: row
}

#app .flex-row-reverse{
  flex-direction: row-reverse
}

#app .flex-col{
  flex-direction: column
}

#app .flex-col-reverse{
  flex-direction: column-reverse
}

#app .flex-wrap{
  flex-wrap: wrap
}

#app .items-start{
  align-items: flex-start
}

#app .items-end{
  align-items: flex-end
}

#app .items-center{
  align-items: center
}

#app .items-baseline{
  align-items: baseline
}

#app .items-stretch{
  align-items: stretch
}

#app .content-center{
  align-content: center
}

#app .content-start{
  align-content: flex-start
}

#app .content-end{
  align-content: flex-end
}

#app .self-center{
  align-self: center
}

#app .justify-start{
  justify-content: flex-start
}

#app .justify-end{
  justify-content: flex-end
}

#app .justify-center{
  justify-content: center
}

#app .justify-between{
  justify-content: space-between
}

#app .justify-around{
  justify-content: space-around
}

#app .justify-self-end{
  justify-self: end
}

#app .flex-1{
  flex: 1 1 0%
}

#app .flex-initial{
  flex: 0 1 auto
}

#app .flex-none{
  flex: none
}

#app .flex-grow-0{
  flex-grow: 0
}

#app .flex-grow{
  flex-grow: 1
}

#app .flex-shrink-0{
  flex-shrink: 0
}

#app .flex-shrink{
  flex-shrink: 1
}

#app .order-2{
  order: 2
}

#app .order-3{
  order: 3
}

#app .float-right{
  float: right
}

#app .float-left{
  float: left
}

#app .clearfix:after{
  content: "";
  display: table;
  clear: both
}

#app .font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

#app .font-normal{
  font-weight: 400
}

#app .font-bold{
  font-weight: 700
}

#app .h-0{
  height: 0
}

#app .h-1{
  height: 0.25rem
}

#app .h-2{
  height: 0.5rem
}

#app .h-3{
  height: 0.75rem
}

#app .h-4{
  height: 1rem
}

#app .h-5{
  height: 1.25rem
}

#app .h-6{
  height: 1.5rem
}

#app .h-8{
  height: 2rem
}

#app .h-12{
  height: 3rem
}

#app .h-16{
  height: 4rem
}

#app .h-20{
  height: 5rem
}

#app .h-128{
  height: 32rem
}

#app .h-auto{
  height: auto
}

#app .h-full{
  height: 100%
}

#app .h-screen{
  height: 100vh
}

#app .text-xs{
  font-size: 0.75rem
}

#app .text-sm{
  font-size: 0.875rem
}

#app .text-base{
  font-size: 1rem
}

#app .text-lg{
  font-size: 1.125rem
}

#app .text-xl{
  font-size: 1.25rem
}

#app .text-2xl{
  font-size: 1.5rem
}

#app .text-3xl{
  font-size: 1.875rem
}

#app .text-4xl{
  font-size: 2.25rem
}

#app .text-1point5xs{
  font-size: 0.625rem
}

#app .text-2xs{
  font-size: 0.5rem
}

#app .leading-none{
  line-height: 1
}

#app .leading-tight{
  line-height: 1.25
}

#app .leading-snug{
  line-height: 1.375
}

#app .leading-normal{
  line-height: 1.5
}

#app .leading-relaxed{
  line-height: 1.625
}

#app .leading-loose{
  line-height: 2
}

#app .list-none{
  list-style-type: none
}

#app .list-disc{
  list-style-type: disc
}

#app .m-0{
  margin: 0
}

#app .m-2{
  margin: 0.5rem
}

#app .m-auto{
  margin: auto
}

#app .-m-px{
  margin: -1px
}

#app .my-0{
  margin-top: 0;
  margin-bottom: 0
}

#app .mx-0{
  margin-left: 0;
  margin-right: 0
}

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

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

#app .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem
}

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

#app .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem
}

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

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

#app .mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

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

#app .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

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

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

#app .-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem
}

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

#app .-mx-px{
  margin-left: -1px;
  margin-right: -1px
}

#app .mt-0{
  margin-top: 0
}

#app .mr-0{
  margin-right: 0
}

#app .mb-0{
  margin-bottom: 0
}

#app .ml-0{
  margin-left: 0
}

#app .mt-1{
  margin-top: 0.25rem
}

#app .mr-1{
  margin-right: 0.25rem
}

#app .mb-1{
  margin-bottom: 0.25rem
}

#app .ml-1{
  margin-left: 0.25rem
}

#app .mt-2{
  margin-top: 0.5rem
}

#app .mr-2{
  margin-right: 0.5rem
}

#app .mb-2{
  margin-bottom: 0.5rem
}

#app .ml-2{
  margin-left: 0.5rem
}

#app .mt-3{
  margin-top: 0.75rem
}

#app .mr-3{
  margin-right: 0.75rem
}

#app .mb-3{
  margin-bottom: 0.75rem
}

#app .mt-4{
  margin-top: 1rem
}

#app .mr-4{
  margin-right: 1rem
}

#app .mb-4{
  margin-bottom: 1rem
}

#app .ml-4{
  margin-left: 1rem
}

#app .mt-5{
  margin-top: 1.25rem
}

#app .mr-5{
  margin-right: 1.25rem
}

#app .mt-6{
  margin-top: 1.5rem
}

#app .mr-6{
  margin-right: 1.5rem
}

#app .mb-6{
  margin-bottom: 1.5rem
}

#app .ml-6{
  margin-left: 1.5rem
}

#app .mt-8{
  margin-top: 2rem
}

#app .mb-8{
  margin-bottom: 2rem
}

#app .mb-10{
  margin-bottom: 2.5rem
}

#app .mb-12{
  margin-bottom: 3rem
}

#app .mt-16{
  margin-top: 4rem
}

#app .mr-16{
  margin-right: 4rem
}

#app .mb-16{
  margin-bottom: 4rem
}

#app .ml-16{
  margin-left: 4rem
}

#app .mb-20{
  margin-bottom: 5rem
}

#app .mb-64{
  margin-bottom: 16rem
}

#app .mr-auto{
  margin-right: auto
}

#app .ml-auto{
  margin-left: auto
}

#app .-mt-1{
  margin-top: -0.25rem
}

#app .-ml-1{
  margin-left: -0.25rem
}

#app .-mr-2{
  margin-right: -0.5rem
}

#app .-mt-4{
  margin-top: -1rem
}

#app .-mb-6{
  margin-bottom: -1.5rem
}

#app .-ml-6{
  margin-left: -1.5rem
}

#app .-mt-px{
  margin-top: -1px
}

#app .-mr-px{
  margin-right: -1px
}

#app .-mb-px{
  margin-bottom: -1px
}

#app .-ml-px{
  margin-left: -1px
}

#app .max-h-0{
  max-height: 0
}

#app .max-h-48{
  max-height: 12rem
}

#app .max-w-sm{
  max-width: 24rem
}

#app .max-w-md{
  max-width: 28rem
}

#app .max-w-xl{
  max-width: 36rem
}

#app .max-w-5xl{
  max-width: 64rem
}

#app .max-w-full{
  max-width: 100%
}

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

#app .max-w-1\/2{
  max-width: 50%
}

#app .min-h-0{
  min-height: 0
}

#app .min-h-screen{
  min-height: 100vh
}

#app .opacity-0{
  opacity: 0
}

#app .opacity-25{
  opacity: 0.25
}

#app .opacity-75{
  opacity: 0.75
}

#app .opacity-99{
  opacity: 0.99
}

#app .opacity-100{
  opacity: 1
}

#app .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px
}

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

#app .overflow-auto{
  overflow: auto
}

#app .overflow-hidden{
  overflow: hidden
}

#app .overflow-y-hidden{
  overflow-y: hidden
}

#app .p-0{
  padding: 0
}

#app .p-1{
  padding: 0.25rem
}

#app .p-2{
  padding: 0.5rem
}

#app .p-3{
  padding: 0.75rem
}

#app .p-4{
  padding: 1rem
}

#app .p-6{
  padding: 1.5rem
}

#app .p-8{
  padding: 2rem
}

#app .py-0{
  padding-top: 0;
  padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .pt-0{
  padding-top: 0
}

#app .pl-0{
  padding-left: 0
}

#app .pt-1{
  padding-top: 0.25rem
}

#app .pr-1{
  padding-right: 0.25rem
}

#app .pb-1{
  padding-bottom: 0.25rem
}

#app .pt-2{
  padding-top: 0.5rem
}

#app .pr-2{
  padding-right: 0.5rem
}

#app .pb-2{
  padding-bottom: 0.5rem
}

#app .pl-2{
  padding-left: 0.5rem
}

#app .pt-3{
  padding-top: 0.75rem
}

#app .pr-3{
  padding-right: 0.75rem
}

#app .pl-3{
  padding-left: 0.75rem
}

#app .pt-4{
  padding-top: 1rem
}

#app .pr-4{
  padding-right: 1rem
}

#app .pb-4{
  padding-bottom: 1rem
}

#app .pl-4{
  padding-left: 1rem
}

#app .pt-6{
  padding-top: 1.5rem
}

#app .pr-8{
  padding-right: 2rem
}

#app .pb-8{
  padding-bottom: 2rem
}

#app .pl-8{
  padding-left: 2rem
}

#app .pb-20{
  padding-bottom: 5rem
}

#app .pt-px{
  padding-top: 1px
}

#app .focus\:p-2:focus{
  padding: 0.5rem
}

#app .first\:pl-0:first-child{
  padding-left: 0
}

#app .placeholder-gray-700::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity))
}

#app .pointer-events-none{
  pointer-events: none
}

#app .static{
  position: static
}

#app .fixed{
  position: fixed
}

#app .absolute{
  position: absolute
}

#app .relative{
  position: relative
}

#app .sticky{
  position: sticky
}

#app .inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#app .inset-y-0{
  top: 0;
  bottom: 0
}

#app .top-0{
  top: 0
}

#app .right-0{
  right: 0
}

#app .bottom-0{
  bottom: 0
}

#app .left-0{
  left: 0
}

#app .resize{
  resize: both
}

#app .shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

#app .shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

#app .shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

#app .shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

#app .shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

#app .shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

#app .shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

#app .shadow-none{
  box-shadow: none
}

#app .hover\:shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

#app .focus\:shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

#app .focus-within\:shadow-outline:focus-within{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

#app .fill-current{
  fill: currentColor
}

#app .text-left{
  text-align: left
}

#app .text-center{
  text-align: center
}

#app .text-right{
  text-align: right
}

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

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

#app .text-new-blue{
  --text-opacity: 1;
  color: #3b579d;
  color: rgba(59, 87, 157, var(--text-opacity))
}

#app .text-childcare-blue-300{
  --text-opacity: 1;
  color: #899ac4;
  color: rgba(137, 154, 196, var(--text-opacity))
}

#app .text-childcare-blue-400{
  --text-opacity: 1;
  color: #6279b1;
  color: rgba(98, 121, 177, var(--text-opacity))
}

#app .text-childcare-blue-500{
  --text-opacity: 1;
  color: #3b579d;
  color: rgba(59, 87, 157, var(--text-opacity))
}

#app .text-childcare-blue-600{
  --text-opacity: 1;
  color: #2f467e;
  color: rgba(47, 70, 126, var(--text-opacity))
}

#app .text-new-pink-400{
  --text-opacity: 1;
  color: #D7668E;
  color: rgba(215, 102, 142, var(--text-opacity))
}

#app .text-new-pink-500{
  --text-opacity: 1;
  color: #CD3D70;
  color: rgba(205, 61, 112, var(--text-opacity))
}

#app .text-legacy-blue{
  --text-opacity: 1;
  color: #4e92cd;
  color: rgba(78, 146, 205, var(--text-opacity))
}

#app .text-legacy-purple{
  --text-opacity: 1;
  color: #758abf;
  color: rgba(117, 138, 191, var(--text-opacity))
}

#app .text-legacy-green{
  --text-opacity: 1;
  color: #BAD57A;
  color: rgba(186, 213, 122, var(--text-opacity))
}

#app .text-legacy-pink{
  --text-opacity: 1;
  color: #FA777F;
  color: rgba(250, 119, 127, var(--text-opacity))
}

#app .text-nhs-blue{
  --text-opacity: 1;
  color: #005EB8;
  color: rgba(0, 94, 184, var(--text-opacity))
}

#app .text-coral{
  --text-opacity: 1;
  color: #fa777f;
  color: rgba(250, 119, 127, var(--text-opacity))
}

#app .text-gray-200{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity))
}

#app .text-gray-300{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity))
}

#app .text-gray-400{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity))
}

#app .text-gray-500{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity))
}

#app .text-gray-600{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity))
}

#app .text-gray-700{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity))
}

#app .text-gray-800{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity))
}

#app .text-gray-900{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity))
}

#app .text-red-500{
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity))
}

#app .text-red-600{
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity))
}

#app .text-red-700{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity))
}

#app .text-red-800{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity))
}

#app .text-orange-500{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity))
}

#app .text-orange-700{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity))
}

#app .text-yellow-400{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity))
}

#app .text-yellow-500{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity))
}

#app .text-yellow-800{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity))
}

#app .text-green-500{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity))
}

#app .text-green-600{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity))
}

#app .text-green-800{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity))
}

#app .text-blue-400{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity))
}

#app .text-blue-500{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity))
}

#app .text-blue-600{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity))
}

#app .text-blue-800{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity))
}

#app .hover\:text-black:hover{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

#app .hover\:text-new-blue:hover{
  --text-opacity: 1;
  color: #3b579d;
  color: rgba(59, 87, 157, var(--text-opacity))
}

#app .hover\:text-childcare-blue-500:hover{
  --text-opacity: 1;
  color: #3b579d;
  color: rgba(59, 87, 157, var(--text-opacity))
}

#app .hover\:text-legacy-blue:hover{
  --text-opacity: 1;
  color: #4e92cd;
  color: rgba(78, 146, 205, var(--text-opacity))
}

#app .hover\:text-gray-800:hover{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity))
}

#app .focus\:text-black:focus{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

#app .focus\:text-white:focus{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

#app .italic{
  font-style: italic
}

#app .uppercase{
  text-transform: uppercase
}

#app .lowercase{
  text-transform: lowercase
}

#app .capitalize{
  text-transform: capitalize
}

#app .underline{
  text-decoration: underline
}

#app .line-through{
  text-decoration: line-through
}

#app .no-underline{
  text-decoration: none
}

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

#app .tracking-normal{
  letter-spacing: 0
}

#app .select-none{
  -webkit-user-select: none;
          user-select: none
}

#app .align-baseline{
  vertical-align: baseline
}

#app .align-middle{
  vertical-align: middle
}

#app .visible{
  visibility: visible
}

#app .whitespace-no-wrap{
  white-space: nowrap
}

#app .whitespace-pre-line{
  white-space: pre-line
}

#app .break-words{
  word-wrap: break-word;
  overflow-wrap: break-word
}

#app .break-all{
  word-break: break-all
}

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

#app .w-2{
  width: 0.5rem
}

#app .w-4{
  width: 1rem
}

#app .w-5{
  width: 1.25rem
}

#app .w-6{
  width: 1.5rem
}

#app .w-8{
  width: 2rem
}

#app .w-12{
  width: 3rem
}

#app .w-16{
  width: 4rem
}

#app .w-20{
  width: 5rem
}

#app .w-24{
  width: 6rem
}

#app .w-40{
  width: 10rem
}

#app .w-64{
  width: 16rem
}

#app .w-auto{
  width: auto
}

#app .w-1\/3{
  width: 33.33333%
}

#app .w-2\/3{
  width: 66.66667%
}

#app .w-1\/4{
  width: 25%
}

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

#app .w-1\/5{
  width: 20%
}

#app .w-3\/5{
  width: 60%
}

#app .w-4\/5{
  width: 80%
}

#app .w-1\/6{
  width: 16.66667%
}

#app .w-5\/6{
  width: 83.33333%
}

#app .w-full{
  width: 100%
}

#app .z-0{
  z-index: 0
}

#app .z-30{
  z-index: 30
}

#app .z-40{
  z-index: 40
}

#app .z-50{
  z-index: 50
}

#app .z-100{
  z-index: 100
}

#app .gap-1{
  grid-gap: 0.25rem;
  gap: 0.25rem
}

#app .gap-4{
  grid-gap: 1rem;
  gap: 1rem
}

#app .gap-x-3{
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem
}

#app .gap-y-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem
}

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

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

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

#app .transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

#app .origin-center{
  transform-origin: center
}

#app .origin-top{
  transform-origin: top
}

#app .origin-top-right{
  transform-origin: top right
}

#app .origin-right{
  transform-origin: right
}

#app .origin-left{
  transform-origin: left
}

#app .origin-top-left{
  transform-origin: top left
}

#app .scale-0{
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

#app .scale-50{
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

#app .scale-90{
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

#app .scale-100{
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

#app .translate-x-0{
  --transform-translate-x: 0
}

#app .-translate-x-full{
  --transform-translate-x: -100%
}

#app .translate-x-full{
  --transform-translate-x: 100%
}

#app .translate-y-2{
  --transform-translate-y: 0.5rem
}

#app .transition-all{
  transition-property: all
}

#app .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

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

#app .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

#app .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#app .duration-100{
  transition-duration: 100ms
}

#app .duration-150{
  transition-duration: 150ms
}

#app .duration-200{
  transition-duration: 200ms
}

#app .duration-300{
  transition-duration: 300ms
}

#app .duration-500{
  transition-duration: 500ms
}

#app .duration-1000{
  transition-duration: 1000ms
}

#app .delay-150{
  transition-delay: 150ms
}

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

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

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

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

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

#app .animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@media print{

  #app .print\:cursor-default{
    cursor: default
  }

  #app .print\:hidden{
    display: none
  }
}

@media (min-width: 640px){

  #app .sm\:cursor-default{
    cursor: default
  }

  #app .sm\:hidden{
    display: none
  }

  #app .sm\:flex-row{
    flex-direction: row
  }

  #app .sm\:w-auto{
    width: auto
  }

  #app .sm\:w-1\/2{
    width: 50%
  }
}

@media (min-width: 768px){

  #app .md\:bg-transparent{
    background-color: transparent
  }

  #app .md\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
  }

  #app .md\:bg-new-blue{
    --bg-opacity: 1;
    background-color: #3b579d;
    background-color: rgba(59, 87, 157, var(--bg-opacity))
  }

  #app .md\:bg-legacy-purple{
    --bg-opacity: 1;
    background-color: #758abf;
    background-color: rgba(117, 138, 191, var(--bg-opacity))
  }

  #app .md\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity))
  }

  #app .md\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity))
  }

  #app .md\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity))
  }

  #app .md\:rounded{
    border-radius: 0.25rem
  }

  #app .md\:rounded-lg{
    border-radius: 0.5rem
  }

  #app .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  #app .md\:border-0{
    border-width: 0
  }

  #app .md\:border{
    border-width: 1px
  }

  #app .md\:border-b-0{
    border-bottom-width: 0
  }

  #app .md\:border-r{
    border-right-width: 1px
  }

  #app .md\:border-b{
    border-bottom-width: 1px
  }

  #app .md\:cursor-default{
    cursor: default
  }

  #app .md\:block{
    display: block
  }

  #app .md\:inline-block{
    display: inline-block
  }

  #app .md\:inline{
    display: inline
  }

  #app .md\:flex{
    display: flex
  }

  #app .md\:table-cell{
    display: table-cell
  }

  #app .md\:hidden{
    display: none
  }

  #app .md\:flex-row{
    flex-direction: row
  }

  #app .md\:flex-row-reverse{
    flex-direction: row-reverse
  }

  #app .md\:flex-col{
    flex-direction: column
  }

  #app .md\:flex-no-wrap{
    flex-wrap: nowrap
  }

  #app .md\:items-center{
    align-items: center
  }

  #app .md\:justify-end{
    justify-content: flex-end
  }

  #app .md\:flex-initial{
    flex: 0 1 auto
  }

  #app .md\:flex-none{
    flex: none
  }

  #app .md\:flex-grow-0{
    flex-grow: 0
  }

  #app .md\:flex-grow{
    flex-grow: 1
  }

  #app .md\:float-right{
    float: right
  }

  #app .md\:float-left{
    float: left
  }

  #app .md\:font-normal{
    font-weight: 400
  }

  #app .md\:font-bold{
    font-weight: 700
  }

  #app .md\:h-4{
    height: 1rem
  }

  #app .md\:h-5{
    height: 1.25rem
  }

  #app .md\:h-6{
    height: 1.5rem
  }

  #app .md\:h-auto{
    height: auto
  }

  #app .md\:text-xs{
    font-size: 0.75rem
  }

  #app .md\:text-sm{
    font-size: 0.875rem
  }

  #app .md\:text-base{
    font-size: 1rem
  }

  #app .md\:text-lg{
    font-size: 1.125rem
  }

  #app .md\:text-xl{
    font-size: 1.25rem
  }

  #app .md\:text-2xl{
    font-size: 1.5rem
  }

  #app .md\:m-0{
    margin: 0
  }

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

  #app .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  #app .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem
  }

  #app .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  #app .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem
  }

  #app .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem
  }

  #app .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem
  }

  #app .md\:mx-auto{
    margin-left: auto;
    margin-right: auto
  }

  #app .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem
  }

  #app .md\:mt-0{
    margin-top: 0
  }

  #app .md\:mr-0{
    margin-right: 0
  }

  #app .md\:mb-0{
    margin-bottom: 0
  }

  #app .md\:ml-0{
    margin-left: 0
  }

  #app .md\:mt-1{
    margin-top: 0.25rem
  }

  #app .md\:mr-1{
    margin-right: 0.25rem
  }

  #app .md\:ml-1{
    margin-left: 0.25rem
  }

  #app .md\:mt-2{
    margin-top: 0.5rem
  }

  #app .md\:mr-2{
    margin-right: 0.5rem
  }

  #app .md\:mb-2{
    margin-bottom: 0.5rem
  }

  #app .md\:ml-2{
    margin-left: 0.5rem
  }

  #app .md\:mt-3{
    margin-top: 0.75rem
  }

  #app .md\:mr-3{
    margin-right: 0.75rem
  }

  #app .md\:ml-3{
    margin-left: 0.75rem
  }

  #app .md\:mr-4{
    margin-right: 1rem
  }

  #app .md\:mb-4{
    margin-bottom: 1rem
  }

  #app .md\:mt-5{
    margin-top: 1.25rem
  }

  #app .md\:mr-5{
    margin-right: 1.25rem
  }

  #app .md\:ml-5{
    margin-left: 1.25rem
  }

  #app .md\:mt-6{
    margin-top: 1.5rem
  }

  #app .md\:mb-6{
    margin-bottom: 1.5rem
  }

  #app .md\:mt-8{
    margin-top: 2rem
  }

  #app .md\:mb-8{
    margin-bottom: 2rem
  }

  #app .md\:ml-8{
    margin-left: 2rem
  }

  #app .md\:ml-12{
    margin-left: 3rem
  }

  #app .md\:mb-20{
    margin-bottom: 5rem
  }

  #app .md\:mr-32{
    margin-right: 8rem
  }

  #app .md\:ml-32{
    margin-left: 8rem
  }

  #app .md\:-mr-1{
    margin-right: -0.25rem
  }

  #app .md\:-ml-1{
    margin-left: -0.25rem
  }

  #app .md\:-mt-4{
    margin-top: -1rem
  }

  #app .md\:max-h-64{
    max-height: 16rem
  }

  #app .md\:max-w-sm{
    max-width: 24rem
  }

  #app .md\:max-w-screen-xl{
    max-width: 1280px
  }

  #app .md\:min-w-full{
    min-width: 100%
  }

  #app .md\:opacity-0{
    opacity: 0
  }

  #app .md\:opacity-100{
    opacity: 1
  }

  #app .md\:p-4{
    padding: 1rem
  }

  #app .md\:px-0{
    padding-left: 0;
    padding-right: 0
  }

  #app .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  #app .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  #app .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  #app .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem
  }

  #app .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  #app .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem
  }

  #app .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  #app .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem
  }

  #app .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem
  }

  #app .md\:pl-0{
    padding-left: 0
  }

  #app .md\:pr-2{
    padding-right: 0.5rem
  }

  #app .md\:pb-2{
    padding-bottom: 0.5rem
  }

  #app .md\:pl-2{
    padding-left: 0.5rem
  }

  #app .md\:pr-4{
    padding-right: 1rem
  }

  #app .md\:pr-8{
    padding-right: 2rem
  }

  #app .md\:absolute{
    position: absolute
  }

  #app .md\:relative{
    position: relative
  }

  #app .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  #app .md\:right-0{
    right: 0
  }

  #app .md\:bottom-0{
    bottom: 0
  }

  #app .md\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  #app .md\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  #app .md\:shadow-none{
    box-shadow: none
  }

  #app .md\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  #app .md\:text-left{
    text-align: left
  }

  #app .md\:text-center{
    text-align: center
  }

  #app .md\:text-right{
    text-align: right
  }

  #app .md\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  #app .md\:text-new-blue{
    --text-opacity: 1;
    color: #3b579d;
    color: rgba(59, 87, 157, var(--text-opacity))
  }

  #app .md\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
  }

  #app .md\:normal-case{
    text-transform: none
  }

  #app .md\:whitespace-normal{
    white-space: normal
  }

  #app .md\:whitespace-no-wrap{
    white-space: nowrap
  }

  #app .md\:w-4{
    width: 1rem
  }

  #app .md\:w-5{
    width: 1.25rem
  }

  #app .md\:w-6{
    width: 1.5rem
  }

  #app .md\:w-10{
    width: 2.5rem
  }

  #app .md\:w-16{
    width: 4rem
  }

  #app .md\:w-24{
    width: 6rem
  }

  #app .md\:w-48{
    width: 12rem
  }

  #app .md\:w-64{
    width: 16rem
  }

  #app .md\:w-auto{
    width: auto
  }

  #app .md\:w-1\/2{
    width: 50%
  }

  #app .md\:w-1\/3{
    width: 33.33333%
  }

  #app .md\:w-2\/3{
    width: 66.66667%
  }

  #app .md\:w-1\/4{
    width: 25%
  }

  #app .md\:w-3\/4{
    width: 75%
  }

  #app .md\:w-1\/5{
    width: 20%
  }

  #app .md\:w-2\/5{
    width: 40%
  }

  #app .md\:w-3\/5{
    width: 60%
  }

  #app .md\:w-4\/5{
    width: 80%
  }

  #app .md\:w-1\/6{
    width: 16.66667%
  }

  #app .md\:w-2\/6{
    width: 33.33333%
  }

  #app .md\:w-5\/6{
    width: 83.33333%
  }

  #app .md\:w-full{
    width: 100%
  }

  #app .md\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  #app .md\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  #app .md\:gap-x-1{
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  #app .md\:gap-x-5{
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

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

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

  #app .md\:origin-top-right{
    transform-origin: top right
  }

  #app .md\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  #app .md\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  #app .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  #app .md\:translate-x-0{
    --transform-translate-x: 0
  }
}

@media (min-width: 1024px){

  #app .lg\:cursor-default{
    cursor: default
  }

  #app .lg\:text-xs{
    font-size: 0.75rem
  }

  #app .lg\:text-base{
    font-size: 1rem
  }

  #app .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  #app .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

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

  #app .lg\:w-1\/3{
    width: 33.33333%
  }

  #app .lg\:w-1\/6{
    width: 16.66667%
  }
}

@media (min-width: 1280px){

  #app .xl\:cursor-default{
    cursor: default
  }
}
$fa-font-path: '../../node_modules/@fortawesome/fontawesome-free/webfonts';

.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;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 2
}

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

.transition-fast {
  -webkit-transition: all .2s ease !important;
  transition: all .2s ease !important;
}

.hover\:transition-fast:hover {
  -webkit-transition: all .2s ease !important;
  transition: all .2s ease !important;
}

.content-auto {
  content-visibility: auto;
}

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

   .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,
  .search-form,
  .horizontal-nav
  {
    display:none !important;
  }
}

@media print{
  .print\:transition-fast {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }

  .print\:hover\:transition-fast:hover {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }
}

@media (min-width: 640px){
  .sm\:transition-fast {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }

  .sm\:hover\:transition-fast:hover {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }
}

@media (min-width: 768px){
  .md\:transition-fast {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }

  .md\:hover\:transition-fast:hover {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }
}

@media (min-width: 1024px){
  .lg\:transition-fast {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }

  .lg\:hover\:transition-fast:hover {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }
}

@media (min-width: 1280px){
  .xl\:transition-fast {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }

  .xl\:hover\:transition-fast:hover {
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
  }
}
