/* ============== */

/* General        */

/* ============== */

.sd-page__description {
  display: none;
}

.sd-root-modern {
  background-color: #ffffff !important;
}

.sd-question__title {
  text-align: center !important;
  font-family: 'DM Sans', sans-serif !important;
}

.sd-question__content {
  text-align: center !important;
}

.sd-question__header {
  padding-bottom: 1.2rem !important;
}

.sd-question {
  padding: 2rem 1rem 2rem !important;
  margin-bottom: 2rem !important;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.sd-body__navigation {
  position: absolute !important;
  bottom: 0 !important;
}

.sd-body--static {
  height: -moz-max-content !important;
  height: max-content !important;
}

.sd-rating--wrappable {
  margin-left: auto;
  margin-right: auto;
}

.sd-rating__item--selected {
  background-color: #365F7B !important;
  border: 2px solid #365F7B !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15),inset 0 0 0 2px  #fff !important;
}

.sd-rating__item {
  border: 1px rgba(0, 0, 0, 0.1) solid !important;
}

.sd-rating__item-text {
  visibility: hidden !important;
}

.sd-rating__max-text, .sd-rating__min-text {
  visibility: visible !important;
  font-weight: bold !important;
  font-size: small !important;
  color: #305F79 !important;
  padding-inline: 1rem !important;
}

.sd-rating__min-text {
  margin-left: 0.25rem !important;
}

.sd-rating__max-text {
  margin-right: 0.75rem !important;
}

.sd-scrollable-container {
  width: 100% !important;
}

/* ============== */

/* Survey Circles */

/* ============== */

/* Tested against: iPhone SE, XR, 12 Pro, 14 Pro Max, Pixel 7, Galaxy S8, Galaxy S20, iPad Mini,
/* iPad Pro, Surface Pro 7, Surface Duo, Galaxy A51/71, Nest Hub */

/* Modification of the below will require retesting on ALL of the devices above */

fieldset {
  justify-content: space-evenly !important;
}

@media only screen
and (max-width: 375px) {
  fieldset > label:nth-of-type(4){
    width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;
  }

  fieldset > label:nth-of-type(1),
    fieldset > label:nth-last-of-type(1){
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  fieldset > label:nth-of-type(2),
    fieldset > label:nth-last-of-type(2){
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
  }

  fieldset > label:nth-of-type(3),
    fieldset > label:nth-last-of-type(3){
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
  }
}

@media only screen
and (min-width: 376px)    
and (max-width: 768px) {
  fieldset > label:nth-of-type(4){
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
  }

  fieldset > label:nth-of-type(1),
    fieldset > label:nth-last-of-type(1){
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  fieldset > label:nth-of-type(2),
    fieldset > label:nth-last-of-type(2){
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
  }

  fieldset > label:nth-of-type(3),
    fieldset > label:nth-last-of-type(3){
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
}

@media only screen
and (min-width: 769px) {
  fieldset > label:nth-of-type(4){
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  fieldset > label:nth-of-type(1),
    fieldset > label:nth-last-of-type(1){
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
  }

  fieldset > label:nth-of-type(2),
    fieldset > label:nth-last-of-type(2){
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
  }

  fieldset > label:nth-of-type(3),
    fieldset > label:nth-last-of-type(3){
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
  }
}

/* ============== */

/* ============== */

/* Desktop Version */

/* ============== */

@media (min-width: 640px) {
  .sd-body.sd-body--static {
    padding: 0 !important;
  }

  .sd-page {
    overflow: hidden !important;
    width: 100% !important;
    padding: 20px 0 20px !important;
    align-items: center !important;
  }

  .sd-root-modern {
    background-color: transparent !important;
  }

  .sd-row {
    width: 100% !important;
  }
}

/* MudTabs */

.mud-tabs-toolbar {
  background: transparent;
  margin-bottom: 1.5rem;
}

.mud-tabs-panels {
  border-radius: 10px;
  overflow: hidden;
}

/* MudTable Header */

.mud-table-header {
  background-color: #305F79;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mud-table-header .mud-table-cell{
  color: white !important;
  font-size:medium;
}

.mud-table-container
{
  border-radius: 4px;
}

.mud-button {
  min-width: initial;
}

.mud-table-sort-label:hover {
  color: #9be3e6;
}

/* MudTable Dialog Header */

.deploy-survey-modal > .mud-dialog-title {
  background-color: #ECECEC !important;
  color: #365F7B !important;
}

.mud-dialog .mud-dialog-title {
  background-color: #F7F8F6;
  color: #365F7B;
  padding: 12px 23px;
}

.mud-dialog-width-full {
  border-radius: 8px;
}

.mud-dialog .mud-dialog-content {
  padding: 0 0;
}

.mud-dialog .mud-dialog-actions {
  padding: 16px 24px;
}

.mud-tab {
  padding: 6px 22px;
}

.mud-dialog {
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

/* MudCheckbox */

.mud-table-row .mud-checkbox .mud-button-root svg {
  position: relative;
  z-index: 2;
}

.mud-table-cell-checkbox > .mud-input-control-input-container > .mud-checkbox > span > svg > path:nth-child(2) {
  fill: #D9D9D9;
}

.mud-table-row.bg-incheq-grey .mud-checkbox .mud-button-root svg > path:nth-child(2),
.mud-table-head.has-selected .mud-checkbox .mud-button-root svg > path:nth-child(2),
.mud-checkbox .mud-button-root svg > g:nth-child(2) path {
  fill: #05AEB5;
}

fieldset {
  width: 100% !important;
}

.deploy-survey-modal > div > div > div.mud-dialog-actions {
  display: flex !important;
}

.dropdownTimePicker > div > div > div > div > div > div.mud-input-adornment {
  display: none !important;
}

/* Custom Time Picker */

.dropdownTimePicker > div:nth-child(1),
.dropdownTimePicker > div:nth-child(3),
.dropdownTimePicker > div:nth-child(4){
  width: 32% !important;
}

.dropdownTimePicker > div:nth-child(2) {
  width: 15px !important;
}

.dropdownTimePicker > div:nth-child(5) {
  width: 15px !important;
}

.dropdownTimePicker > div {
  float: left
}

.dropdownTimePicker > div > div > div > div > .mud-input,
.dropdownTimePicker > div > div > div > div > .mud-input > .mud-input-slot {
  margin-top: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
}

/* Bug with MudMenu DisableElevation */

.departments-cards-wrapper .mud-elevation-1 {
  box-shadow: none;
}

.departments-cards-wrapper .mud-paper {
  background: transparent;
}

/* Snackbar Colours */

.mud-alert-filled-error {
  background-color: #E37476 !important;
}

.mud-alert-filled-success {
  background-color: #05AEB5 !important;
}

.mud-tab:hover {
  cursor: pointer !important;
  background-color: transparent !important;
  color: #05AEB5 !important;
}

/* Filter Accordion */

.manage-survey-results .mud-expand-panel .mud-expand-panel-header {
  padding: 0;
}

.manage-survey-results .mud-expand-panel-text {
  font-size: 18px;
}

/* Sign Up */

.solid-checkbox {
  opacity: 0;
  position: absolute;
}

.solid-checkbox ~ .checkbox-fill {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #05aeb5;
  height: 16px;
  width: 16px;
}

.solid-checkbox.check ~ .check-icon {
  display: none;
  border-radius: 5px;
  color: #05aeb5;
  font-size: 18px;
}

.solid-checkbox:checked ~ .checkbox-fill {
  background: #05aeb5;
}

.solid-checkbox.check:checked ~ .checkbox-fill {
  display: none;
}

.solid-checkbox.check:checked ~ .check-icon {
  display: block;
}

.mud-input-control.text-xs>.mud-input-control-input-container>.mud-input-label-inputcontrol {
  font-size: 13px;
}

/* File Drop */

.mud-file-upload:hover .mud-paper {
  background-color: #f7f8f6;
}

/* Bulk Edit */

.bulk-csv-review .mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text {
  margin-top: 0;
}

/* Mud Switch */

.mud-switch {
  margin-right: 0;
  margin-inline-end: 0;
}

/* Mud Panel Dots */

.multi-step .mud-tab-slider {
  display: none;
}

.multi-step .mud-tab {
  font-size: 0;
  padding: 6px 12px;
}

.multi-step .mud-tab::before {
  content: "\f111";
  color: #365F7B;
  font-family: "Font Awesome 6 Pro", serif;
  font-size: 12px;
  font-weight: 400;
}

.multi-step .mud-tab.mud-tab-active::before {
  content: "\f111";
  font-weight: 900;
}

td > div > div > div > div.mud-input.mud-input-text.mud-input-adorned-end.mud-input-underline.mud-shrink.mud-select-input {
  padding: 0;
  font-size: 0.75rem !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "DM Sans";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/4 {
  top: 25%;
}

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-\[120px\] {
  top: 120px;
}

.top-\[40\%\] {
  top: 40%;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

.z-\[-10\] {
  z-index: -10;
}

.z-\[999\] {
  z-index: 999;
}

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

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

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

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

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

.ml-9 {
  margin-left: 2.25rem;
}

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

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

.mr-auto {
  margin-right: auto;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[-3px\] {
  margin-top: -3px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3\/4 {
  height: 75%;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[462px\] {
  height: 462px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[76px\] {
  height: 76px;
}

.h-\[84px\] {
  height: 84px;
}

.h-\[90px\] {
  height: 90px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[65px\] {
  min-height: 65px;
}

.min-h-\[calc\(100vh-4rem\)\] {
  min-height: calc(100vh - 4rem);
}

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

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

.w-1\/3 {
  width: 33.333333%;
}

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

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-28 {
  width: 7rem;
}

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

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

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

.w-4 {
  width: 1rem;
}

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

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

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

.w-5\/6 {
  width: 83.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

.w-96 {
  width: 24rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[23rem\] {
  width: 23rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[96\%\] {
  width: 96%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-96 {
  min-width: 24rem;
}

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-full {
  max-width: 100%;
}

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

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

.-translate-x-\[1px\] {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-down {
  animation: fade-in-down 0.5s ease-out;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

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

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

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

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

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

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

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

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.border-\[\#365f7b\] {
  --tw-border-opacity: 1;
  border-color: rgb(54 95 123 / var(--tw-border-opacity, 1));
}

.border-\[\#637381\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 115 129 / var(--tw-border-opacity, 1));
}

.border-\[\#BDBDBD\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.border-\[\#EDEEF4\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 244 / var(--tw-border-opacity, 1));
}

.border-\[\#F7F8F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 248 246 / var(--tw-border-opacity, 1));
}

.border-\[\#FA4856\] {
  --tw-border-opacity: 1;
  border-color: rgb(250 72 86 / var(--tw-border-opacity, 1));
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-incheq-bluegrey {
  --tw-border-opacity: 1;
  border-color: rgb(215 219 236 / var(--tw-border-opacity, 1));
}

.border-incheq-green {
  --tw-border-opacity: 1;
  border-color: rgb(5 174 181 / var(--tw-border-opacity, 1));
}

.border-incheq-light-teal {
  --tw-border-opacity: 1;
  border-color: rgb(155 227 230 / var(--tw-border-opacity, 1));
}

.border-incheq-lightblue {
  --tw-border-opacity: 1;
  border-color: rgb(54 95 123 / var(--tw-border-opacity, 1));
}

.border-incheq-lightgray {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 244 / var(--tw-border-opacity, 1));
}

.border-incheq-lightgreen {
  --tw-border-opacity: 1;
  border-color: rgb(205 239 240 / var(--tw-border-opacity, 1));
}

.border-incheq-melbourne-grey {
  --tw-border-opacity: 1;
  border-color: rgb(126 132 163 / var(--tw-border-opacity, 1));
}

.border-incheq-radical {
  --tw-border-opacity: 1;
  border-color: rgb(250 72 86 / var(--tw-border-opacity, 1));
}

.border-incheq-teal {
  --tw-border-opacity: 1;
  border-color: rgb(11 176 183 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#037A7F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 127 / var(--tw-bg-opacity, 1));
}

.bg-\[\#05AEB5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 174 181 / var(--tw-bg-opacity, 1));
}

.bg-\[\#131523\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 35 / var(--tw-bg-opacity, 1));
}

.bg-\[\#365F7B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 95 123 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3B6D78\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 109 120 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4E6582\] {
  --tw-bg-opacity: 1;
  background-color: rgb(78 101 130 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5CABBA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(92 171 186 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5CBAB1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(92 186 177 / var(--tw-bg-opacity, 1));
}

.bg-\[\#69CFD3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(105 207 211 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7DD5D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 213 216 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7E84A3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(126 132 163 / var(--tw-bg-opacity, 1));
}

.bg-\[\#92DBDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(146 219 221 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A6E1E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(166 225 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AD9BAA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 155 170 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BAE6E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C7D59F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 213 159 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CDA2AC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 162 172 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CDB4DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 219 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CDCFD0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 207 208 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CDEFF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 239 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CEECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 236 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D7DBEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 219 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E37476\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 116 118 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3F2F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 242 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E68788\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 135 136 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E7DCEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 220 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E99A9B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 154 155 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EB9C7F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 156 127 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECADAD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 173 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEBC8F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 188 143 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEBFBF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 191 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1D1A7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 209 167 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1D2D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 210 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2D492\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 212 146 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4E5E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 229 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5CCCD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 204 205 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7A9A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 169 168 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFAF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fbebe5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\{\@BackgroundColor\}\] {
  background-color: {@BackgroundColor};
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-incheq-bluegrey {
  --tw-bg-opacity: 1;
  background-color: rgb(215 219 236 / var(--tw-bg-opacity, 1));
}

.bg-incheq-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}

.bg-incheq-green {
  --tw-bg-opacity: 1;
  background-color: rgb(5 174 181 / var(--tw-bg-opacity, 1));
}

.bg-incheq-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lavenderblush {
  --tw-bg-opacity: 1;
  background-color: rgb(252 238 238 / var(--tw-bg-opacity, 1));
}

.bg-incheq-light-lilac {
  --tw-bg-opacity: 1;
  background-color: rgb(231 220 238 / var(--tw-bg-opacity, 1));
}

.bg-incheq-light-radical {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 246 / var(--tw-bg-opacity, 1));
}

.bg-incheq-light-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(155 227 230 / var(--tw-bg-opacity, 1));
}

.bg-incheq-light-terracota {
  --tw-bg-opacity: 1;
  background-color: rgb(247 185 153 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(54 95 123 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 244 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(205 239 240 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lilac {
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 219 / var(--tw-bg-opacity, 1));
}

.bg-incheq-melbourne-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(126 132 163 / var(--tw-bg-opacity, 1));
}

.bg-incheq-radical {
  --tw-bg-opacity: 1;
  background-color: rgb(250 72 86 / var(--tw-bg-opacity, 1));
}

.bg-incheq-seashell {
  --tw-bg-opacity: 1;
  background-color: rgb(252 242 238 / var(--tw-bg-opacity, 1));
}

.bg-incheq-seashell-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 246 238 / var(--tw-bg-opacity, 1));
}

.bg-incheq-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(11 176 183 / var(--tw-bg-opacity, 1));
}

.bg-incheq-terracotta {
  --tw-bg-opacity: 1;
  background-color: rgb(235 156 127 / var(--tw-bg-opacity, 1));
}

.bg-incheq-verydarkgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(49 76 95 / var(--tw-bg-opacity, 1));
}

.bg-incheq-whisper {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 252 / var(--tw-bg-opacity, 1));
}

.bg-incheq-wildsand {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.from-incheq-light-lilac {
  --tw-gradient-from: #E7DCEE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 220 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-incheq-light-terracota {
  --tw-gradient-from: #F7B999 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 185 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-incheq-lilac {
  --tw-gradient-to: #CDB4DB var(--tw-gradient-to-position);
}

.to-incheq-terracotta {
  --tw-gradient-to: #EB9C7F var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[14px\] {
  padding: 14px;
}

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

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

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

.pr-40 {
  padding-right: 10rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

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

.ps-3 {
  padding-inline-start: 0.75rem;
}

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

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

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

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
  font-family: "DM Sans";
}

.font-serif {
  font-family: BigCaslon;
}

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[1px\] {
  font-size: 1px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

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

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

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

.text-\[\#365F7B\] {
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1));
}

.text-\[\#637281\] {
  --tw-text-opacity: 1;
  color: rgb(99 114 129 / var(--tw-text-opacity, 1));
}

.text-\[\#637381\] {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

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

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-incheq-brown {
  --tw-text-opacity: 1;
  color: rgb(169 35 37 / var(--tw-text-opacity, 1));
}

.text-incheq-chocolate {
  --tw-text-opacity: 1;
  color: rgb(212 81 33 / var(--tw-text-opacity, 1));
}

.text-incheq-darkgoldenrod {
  --tw-text-opacity: 1;
  color: rgb(212 134 33 / var(--tw-text-opacity, 1));
}

.text-incheq-darkgrey {
  --tw-text-opacity: 1;
  color: rgb(138 144 170 / var(--tw-text-opacity, 1));
}

.text-incheq-green {
  --tw-text-opacity: 1;
  color: rgb(5 174 181 / var(--tw-text-opacity, 1));
}

.text-incheq-lightblue {
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1));
}

.text-incheq-lightgreen {
  --tw-text-opacity: 1;
  color: rgb(205 239 240 / var(--tw-text-opacity, 1));
}

.text-incheq-melbourne-grey {
  --tw-text-opacity: 1;
  color: rgb(126 132 163 / var(--tw-text-opacity, 1));
}

.text-incheq-teal {
  --tw-text-opacity: 1;
  color: rgb(11 176 183 / var(--tw-text-opacity, 1));
}

.text-incheq-verydarkgrey {
  --tw-text-opacity: 1;
  color: rgb(49 76 95 / var(--tw-text-opacity, 1));
}

.text-incheq-wildsand {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

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

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

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

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

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.bg-blend-color {
  background-blend-mode: color;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-\[\#F2D492\] {
  outline-color: #F2D492;
}

.outline-incheq-radical {
  outline-color: #FA4856;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

:root {
  --sjs-font-questiontitle-weight: 400;
  --ash-grey: #d7dbec;
  --titan-white: #EDEEF4;
  --lilac: #CDB4DB;
  --terracotta: #EB9C7F;
}

@font-face {
  font-family: 'BigCaslon';

  src: url('../fonts/bigcaslonfb-regular-webfont.woff2') format('woff2'),
    url('../fonts/bigcaslonfb-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

html, body {
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
}

h1:focus,
input:focus-visible {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: red;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred."
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

code {
  color: #c02d76;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .mobile-viewport * {
    zoom: 0.95;
  }

  #surveyElement * {
    zoom: 0.99;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-viewport * {
    zoom: 0.95;
  }

  #surveyElement * {
    zoom: 0.99;
  }
}

/* Incheq Survey Library */

.survey-card-description p {
  margin-bottom: 1rem;
}

/* Incheq Recommendation Card */

.recommendation-action-plans ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.recommendation-action-plans li {
  margin-bottom: 1rem;
}

.recommendation-action-plans a {
  color: #05aeb5;
  text-decoration: underline;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 80vh;
  width: 80vw;
}

/* Google Auto Complete */

.pac-container {
  z-index: 100000 !important;
}

.app-loading {
  width: 100vw;
  height: 100vh;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  background-color: rgba(54, 95, 123, 0.1);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.progress-bar {
  display: flex;
  height: 30px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.progress-segment {
  height: 100%;
  position: relative;
}

.heatmap-outer {
  overflow-x: auto;
  clip-path: inset(0 0 0 13px);
  background-color: white;
}

.heatmap-table {
  border-collapse: separate;
  margin: 10px;
  word-break: break-word;
  table-layout: fixed;
  background-color: white;
}

.heatmap-table th,
.heatmap-table td {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  /* Include padding and border in width and height */
  padding: 0;
  /* Remove padding */
  border: none;
  /* Remove border */
}

.heatmap-table th {
  font-weight: normal;
  color: #365F7B;
  font-size: 12px;
  background-color: var(--titan-white);
  border-radius: 0.125rem;
}

.heatmap-table th:nth-child(2) {
  color: #131523;
  padding: 5px;
  z-index: 2;
  position: sticky;
  left: 0;
  background-color: var(--ash-grey);
}

.heatmap-table td {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #365F7B;
  border-radius: 0.125rem;
}

.heatmap-table th:nth-child(1) {
  z-index: 2;
  background-color: white;
  position: sticky;
  left: 13px;
  outline: white solid 2px;
}

.heatmap-table td:nth-child(1) {
  height: 30px;
  max-height: 30px;
  font-size: 12px;
  position: sticky;
  z-index: 2;
  left: 13px;
  text-align: left;
  background-color: var(--titan-white);
  outline: white solid 2px;
}

.heatmap-table td:nth-child(2) {
  font-weight: lighter;
  color: #131523;
  position: sticky;
  z-index: 2;
  background-color: var(--ash-grey);
}

.heatmap-table th:nth-child(1),
.heatmap-table td:nth-child(1) {
  left: 0.8125rem;
  height: 2.8125rem;
  width: 14rem !important;
  min-width: 14rem !important;
  max-width: 14rem !important;
}

.heatmap-table th:nth-child(2),
.heatmap-table td:nth-child(2) {
  left: 14.900rem;
  height: 2.8125rem;
  width: 4.5rem !important;
  min-width: 3.125rem !important;
}

.heatmap-table th:nth-child(n+3),
.heatmap-table td:nth-child(n+3) {
  width: 7.25rem !important;
  min-width: 7.25rem !important;
}

.hover-cursor:hover {
  cursor: pointer !important;
}

.hover\:border-\[\#424242\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}

.hover\:border-incheq-carnation:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 63 75 / var(--tw-border-opacity, 1));
}

.hover\:border-incheq-green-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 147 153 / var(--tw-border-opacity, 1));
}

.hover\:border-incheq-lightblue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 95 123 / var(--tw-border-opacity, 1));
}

.hover\:border-incheq-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 176 183 / var(--tw-border-opacity, 1));
}

.hover\:border-incheq-verydarkgrey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(49 76 95 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#F5F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-antiflashwhite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-carnation:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 63 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 174 181 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-green-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 147 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-lightblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 95 123 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-lightgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 239 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 176 183 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-verydarkgrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 76 95 / var(--tw-bg-opacity, 1));
}

.hover\:bg-incheq-wildsand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.hover\:text-incheq-green:hover {
  --tw-text-opacity: 1;
  color: rgb(5 174 181 / var(--tw-text-opacity, 1));
}

.hover\:text-incheq-lightblue:hover {
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-incheq-green:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 174 181 / var(--tw-border-opacity, 1));
}

.focus\:border-incheq-green-focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 125 131 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.focus\:bg-incheq-green-focus:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 125 131 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

@media (min-width: 640px) {
  .sm\:sticky {
    position: sticky;
  }

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

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

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

  .sm\:ml-16 {
    margin-left: 4rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-\[600px\] {
    width: 600px;
  }

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

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

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

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

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

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

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

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

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

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

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

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

  .md\:max-w-\[170px\] {
    max-width: 170px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:border-0 {
    border-width: 0px;
  }

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

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

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

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

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

  .md\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

  .md\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .md\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-\[175px\] {
    height: 175px;
  }

  .lg\:h-\[56px\] {
    height: 56px;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

@media (min-width: 768px) {
  .ltr\:md\:ml-2\.5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.625rem;
  }

  .ltr\:md\:ml-7:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ltr\:lg\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.25rem;
  }

  .ltr\:lg\:pl-7:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 1.75rem;
  }
}

@media (min-width: 768px) {
  .rtl\:md\:mr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.625rem;
  }

  .rtl\:md\:mr-7:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .rtl\:lg\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.25rem;
  }

  .rtl\:lg\:pr-7:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1.75rem;
  }
}






