@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* Import everything that needs to be built into this file */

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

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: none;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}

:root {
    --color-warning: #ffae00;
    --color-error: #fc4d36;
    --color-success: #58ac40;

    --color-text: #0f1114;
    --color-white: #ffffff;
    --color-off-white: #FAF9F8;
    --color-black: #0f1114;
    --color-dark-grey: #4b5563;
    --color-mid-grey: #d1d5db;
    --color-light-grey: #F3F4F6;

    --color-notice-background: #e3fce4;
    --color-warning-background: #fcf8e3;
    --color-error-background: #f6dadc;

    --color-brand: #0d42f5;
    --color-brand-dark: #0d1f59;
    --color-brand-light: #b7deff;

    --strongly_agree_color: #0DF205;
    --agree_color: #9FFF94;
    --indifferent_color: var(--color-mid-grey);
    --disagree_color: #FEA3A3;
    --strongly_disagree_color: #F23D3D;

    --high_scoring_color: #0C8F53;
    --low_scoring_color:  #AC170C;

    --color-green-50: #EDFCF6;
    --color-green-200: #ADEDD4;
    --color-green-900: #0C483C;

    --color-red-50: #FFF1F1;
    --color-red-200: #FFC7C6;
    --color-red-700: #C6120F;
    --color-red-900: #871715;
    --max-width: 1300px;
    --border-radius: 4px;
    --border-radius-large: 12px;
    --grid-gap: 3rem;
  }

.container{margin:0 auto;width:calc(100% - 32px);}

@media (min-width: 905px){

.container{width:96%;max-width:1300px}}

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

.static{position:static}

.absolute{position:absolute}

.sticky{position:sticky}

.float-right{float:right}

.m-auto{margin:auto}

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

.-mx-1\.5{margin-left:-0.375rem;margin-right:-0.375rem}

.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}

.-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}

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

.-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}

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

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

.-mx-2\.5{margin-left:-0.625rem;margin-right:-0.625rem}

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

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

.-mx-28{margin-left:-7rem;margin-right:-7rem}

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

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

.-mx-32{margin-left:-8rem;margin-right:-8rem}

.-mx-36{margin-left:-9rem;margin-right:-9rem}

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

.-mx-40{margin-left:-10rem;margin-right:-10rem}

.-mx-44{margin-left:-11rem;margin-right:-11rem}

.-mx-48{margin-left:-12rem;margin-right:-12rem}

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

.-mx-52{margin-left:-13rem;margin-right:-13rem}

.-mx-56{margin-left:-14rem;margin-right:-14rem}

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

.-mx-60{margin-left:-15rem;margin-right:-15rem}

.-mx-64{margin-left:-16rem;margin-right:-16rem}

.-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}

.-mx-72{margin-left:-18rem;margin-right:-18rem}

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

.-mx-80{margin-left:-20rem;margin-right:-20rem}

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

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

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

.-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}

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

.-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}

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

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

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

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

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

.-my-28{margin-top:-7rem;margin-bottom:-7rem}

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

.-my-3\.5{margin-top:-0.875rem;margin-bottom:-0.875rem}

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

.-my-36{margin-top:-9rem;margin-bottom:-9rem}

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

.-my-40{margin-top:-10rem;margin-bottom:-10rem}

.-my-44{margin-top:-11rem;margin-bottom:-11rem}

.-my-48{margin-top:-12rem;margin-bottom:-12rem}

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

.-my-52{margin-top:-13rem;margin-bottom:-13rem}

.-my-56{margin-top:-14rem;margin-bottom:-14rem}

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

.-my-60{margin-top:-15rem;margin-bottom:-15rem}

.-my-64{margin-top:-16rem;margin-bottom:-16rem}

.-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}

.-my-72{margin-top:-18rem;margin-bottom:-18rem}

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

.-my-80{margin-top:-20rem;margin-bottom:-20rem}

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

.mx-1\.5{margin-left:0.375rem;margin-right:0.375rem}

.mx-10{margin-left:2.5rem;margin-right:2.5rem}

.mx-11{margin-left:2.75rem;margin-right:2.75rem}

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

.mx-14{margin-left:3.5rem;margin-right:3.5rem}

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

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

.mx-2\.5{margin-left:0.625rem;margin-right:0.625rem}

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

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

.mx-28{margin-left:7rem;margin-right:7rem}

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

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

.mx-32{margin-left:8rem;margin-right:8rem}

.mx-36{margin-left:9rem;margin-right:9rem}

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

.mx-40{margin-left:10rem;margin-right:10rem}

.mx-44{margin-left:11rem;margin-right:11rem}

.mx-48{margin-left:12rem;margin-right:12rem}

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

.mx-52{margin-left:13rem;margin-right:13rem}

.mx-56{margin-left:14rem;margin-right:14rem}

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

.mx-60{margin-left:15rem;margin-right:15rem}

.mx-64{margin-left:16rem;margin-right:16rem}

.mx-7{margin-left:1.75rem;margin-right:1.75rem}

.mx-72{margin-left:18rem;margin-right:18rem}

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

.mx-80{margin-left:20rem;margin-right:20rem}

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

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

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

.my-11{margin-top:2.75rem;margin-bottom:2.75rem}

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

.my-14{margin-top:3.5rem;margin-bottom:3.5rem}

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

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

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

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

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

.my-28{margin-top:7rem;margin-bottom:7rem}

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

.my-3\.5{margin-top:0.875rem;margin-bottom:0.875rem}

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

.my-36{margin-top:9rem;margin-bottom:9rem}

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

.my-40{margin-top:10rem;margin-bottom:10rem}

.my-44{margin-top:11rem;margin-bottom:11rem}

.my-48{margin-top:12rem;margin-bottom:12rem}

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

.my-52{margin-top:13rem;margin-bottom:13rem}

.my-56{margin-top:14rem;margin-bottom:14rem}

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

.my-60{margin-top:15rem;margin-bottom:15rem}

.my-64{margin-top:16rem;margin-bottom:16rem}

.my-7{margin-top:1.75rem;margin-bottom:1.75rem}

.my-72{margin-top:18rem;margin-bottom:18rem}

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

.my-80{margin-top:20rem;margin-bottom:20rem}

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

.-mb-1\.5{margin-bottom:-0.375rem}

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

.-mb-11{margin-bottom:-2.75rem}

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

.-mb-14{margin-bottom:-3.5rem}

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

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

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

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

.-mb-24{margin-bottom:-6rem}

.-mb-28{margin-bottom:-7rem}

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

.-mb-3\.5{margin-bottom:-0.875rem}

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

.-mb-36{margin-bottom:-9rem}

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

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

.-mb-44{margin-bottom:-11rem}

.-mb-48{margin-bottom:-12rem}

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

.-mb-52{margin-bottom:-13rem}

.-mb-56{margin-bottom:-14rem}

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

.-mb-60{margin-bottom:-15rem}

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

.-mb-7{margin-bottom:-1.75rem}

.-mb-72{margin-bottom:-18rem}

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

.-mb-80{margin-bottom:-20rem}

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

.-ml-1\.5{margin-left:-0.375rem}

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

.-ml-11{margin-left:-2.75rem}

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

.-ml-14{margin-left:-3.5rem}

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

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

.-ml-2\.5{margin-left:-0.625rem}

.-ml-20{margin-left:-5rem}

.-ml-24{margin-left:-6rem}

.-ml-28{margin-left:-7rem}

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

.-ml-3\.5{margin-left:-0.875rem}

.-ml-32{margin-left:-8rem}

.-ml-36{margin-left:-9rem}

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

.-ml-40{margin-left:-10rem}

.-ml-44{margin-left:-11rem}

.-ml-48{margin-left:-12rem}

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

.-ml-52{margin-left:-13rem}

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

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

.-ml-60{margin-left:-15rem}

.-ml-64{margin-left:-16rem}

.-ml-7{margin-left:-1.75rem}

.-ml-72{margin-left:-18rem}

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

.-ml-80{margin-left:-20rem}

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

.-mr-1\.5{margin-right:-0.375rem}

.-mr-10{margin-right:-2.5rem}

.-mr-11{margin-right:-2.75rem}

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

.-mr-14{margin-right:-3.5rem}

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

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

.-mr-2\.5{margin-right:-0.625rem}

.-mr-20{margin-right:-5rem}

.-mr-24{margin-right:-6rem}

.-mr-28{margin-right:-7rem}

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

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

.-mr-32{margin-right:-8rem}

.-mr-36{margin-right:-9rem}

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

.-mr-40{margin-right:-10rem}

.-mr-44{margin-right:-11rem}

.-mr-48{margin-right:-12rem}

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

.-mr-52{margin-right:-13rem}

.-mr-56{margin-right:-14rem}

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

.-mr-60{margin-right:-15rem}

.-mr-64{margin-right:-16rem}

.-mr-7{margin-right:-1.75rem}

.-mr-72{margin-right:-18rem}

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

.-mr-80{margin-right:-20rem}

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

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

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

.-mt-11{margin-top:-2.75rem}

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

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

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

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

.-mt-2\.5{margin-top:-0.625rem}

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

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

.-mt-28{margin-top:-7rem}

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

.-mt-3\.5{margin-top:-0.875rem}

.-mt-32{margin-top:-8rem}

.-mt-36{margin-top:-9rem}

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

.-mt-40{margin-top:-10rem}

.-mt-44{margin-top:-11rem}

.-mt-48{margin-top:-12rem}

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

.-mt-52{margin-top:-13rem}

.-mt-56{margin-top:-14rem}

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

.-mt-60{margin-top:-15rem}

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

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

.-mt-72{margin-top:-18rem}

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

.-mt-80{margin-top:-20rem}

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

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

.mb-1\.5{margin-bottom:0.375rem}

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

.mb-11{margin-bottom:2.75rem}

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

.mb-14{margin-bottom:3.5rem}

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

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

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

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

.mb-24{margin-bottom:6rem}

.mb-28{margin-bottom:7rem}

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

.mb-3\.5{margin-bottom:0.875rem}

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

.mb-36{margin-bottom:9rem}

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

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

.mb-44{margin-bottom:11rem}

.mb-48{margin-bottom:12rem}

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

.mb-52{margin-bottom:13rem}

.mb-56{margin-bottom:14rem}

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

.mb-60{margin-bottom:15rem}

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

.mb-7{margin-bottom:1.75rem}

.mb-72{margin-bottom:18rem}

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

.mb-80{margin-bottom:20rem}

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

.ml-1\.5{margin-left:0.375rem}

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

.ml-11{margin-left:2.75rem}

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

.ml-14{margin-left:3.5rem}

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

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

.ml-2\.5{margin-left:0.625rem}

.ml-20{margin-left:5rem}

.ml-24{margin-left:6rem}

.ml-28{margin-left:7rem}

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

.ml-3\.5{margin-left:0.875rem}

.ml-32{margin-left:8rem}

.ml-36{margin-left:9rem}

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

.ml-40{margin-left:10rem}

.ml-44{margin-left:11rem}

.ml-48{margin-left:12rem}

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

.ml-52{margin-left:13rem}

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

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

.ml-60{margin-left:15rem}

.ml-64{margin-left:16rem}

.ml-7{margin-left:1.75rem}

.ml-72{margin-left:18rem}

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

.ml-80{margin-left:20rem}

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

.mr-1\.5{margin-right:0.375rem}

.mr-10{margin-right:2.5rem}

.mr-11{margin-right:2.75rem}

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

.mr-14{margin-right:3.5rem}

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

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

.mr-2\.5{margin-right:0.625rem}

.mr-20{margin-right:5rem}

.mr-24{margin-right:6rem}

.mr-28{margin-right:7rem}

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

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

.mr-32{margin-right:8rem}

.mr-36{margin-right:9rem}

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

.mr-40{margin-right:10rem}

.mr-44{margin-right:11rem}

.mr-48{margin-right:12rem}

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

.mr-52{margin-right:13rem}

.mr-56{margin-right:14rem}

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

.mr-60{margin-right:15rem}

.mr-64{margin-right:16rem}

.mr-7{margin-right:1.75rem}

.mr-72{margin-right:18rem}

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

.mr-80{margin-right:20rem}

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

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

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

.mt-11{margin-top:2.75rem}

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

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

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

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

.mt-2\.5{margin-top:0.625rem}

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

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

.mt-28{margin-top:7rem}

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

.mt-3\.5{margin-top:0.875rem}

.mt-32{margin-top:8rem}

.mt-36{margin-top:9rem}

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

.mt-40{margin-top:10rem}

.mt-44{margin-top:11rem}

.mt-48{margin-top:12rem}

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

.mt-52{margin-top:13rem}

.mt-56{margin-top:14rem}

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

.mt-60{margin-top:15rem}

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

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

.mt-72{margin-top:18rem}

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

.mt-80{margin-top:20rem}

.block{display:block}

.flex{display:flex}

.table{display:table}

.grid{display:grid}

.hidden{display:none}

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

.w-6_12{width:50%}

.w-8_12{width:66.666667%}

.w-auto{width:auto}

.w-full{width:100%}

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

.resize{resize:both}

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

.-scroll-mx-1\.5{scroll-margin-left:-0.375rem;scroll-margin-right:-0.375rem}

.-scroll-mx-10{scroll-margin-left:-2.5rem;scroll-margin-right:-2.5rem}

.-scroll-mx-11{scroll-margin-left:-2.75rem;scroll-margin-right:-2.75rem}

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

.-scroll-mx-14{scroll-margin-left:-3.5rem;scroll-margin-right:-3.5rem}

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

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

.-scroll-mx-2\.5{scroll-margin-left:-0.625rem;scroll-margin-right:-0.625rem}

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

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

.-scroll-mx-28{scroll-margin-left:-7rem;scroll-margin-right:-7rem}

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

.-scroll-mx-3\.5{scroll-margin-left:-0.875rem;scroll-margin-right:-0.875rem}

.-scroll-mx-32{scroll-margin-left:-8rem;scroll-margin-right:-8rem}

.-scroll-mx-36{scroll-margin-left:-9rem;scroll-margin-right:-9rem}

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

.-scroll-mx-40{scroll-margin-left:-10rem;scroll-margin-right:-10rem}

.-scroll-mx-44{scroll-margin-left:-11rem;scroll-margin-right:-11rem}

.-scroll-mx-48{scroll-margin-left:-12rem;scroll-margin-right:-12rem}

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

.-scroll-mx-52{scroll-margin-left:-13rem;scroll-margin-right:-13rem}

.-scroll-mx-56{scroll-margin-left:-14rem;scroll-margin-right:-14rem}

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

.-scroll-mx-60{scroll-margin-left:-15rem;scroll-margin-right:-15rem}

.-scroll-mx-64{scroll-margin-left:-16rem;scroll-margin-right:-16rem}

.-scroll-mx-7{scroll-margin-left:-1.75rem;scroll-margin-right:-1.75rem}

.-scroll-mx-72{scroll-margin-left:-18rem;scroll-margin-right:-18rem}

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

.-scroll-mx-80{scroll-margin-left:-20rem;scroll-margin-right:-20rem}

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

.-scroll-my-1\.5{scroll-margin-top:-0.375rem;scroll-margin-bottom:-0.375rem}

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

.-scroll-my-11{scroll-margin-top:-2.75rem;scroll-margin-bottom:-2.75rem}

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

.-scroll-my-14{scroll-margin-top:-3.5rem;scroll-margin-bottom:-3.5rem}

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

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

.-scroll-my-2\.5{scroll-margin-top:-0.625rem;scroll-margin-bottom:-0.625rem}

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

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

.-scroll-my-28{scroll-margin-top:-7rem;scroll-margin-bottom:-7rem}

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

.-scroll-my-3\.5{scroll-margin-top:-0.875rem;scroll-margin-bottom:-0.875rem}

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

.-scroll-my-36{scroll-margin-top:-9rem;scroll-margin-bottom:-9rem}

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

.-scroll-my-40{scroll-margin-top:-10rem;scroll-margin-bottom:-10rem}

.-scroll-my-44{scroll-margin-top:-11rem;scroll-margin-bottom:-11rem}

.-scroll-my-48{scroll-margin-top:-12rem;scroll-margin-bottom:-12rem}

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

.-scroll-my-52{scroll-margin-top:-13rem;scroll-margin-bottom:-13rem}

.-scroll-my-56{scroll-margin-top:-14rem;scroll-margin-bottom:-14rem}

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

.-scroll-my-60{scroll-margin-top:-15rem;scroll-margin-bottom:-15rem}

.-scroll-my-64{scroll-margin-top:-16rem;scroll-margin-bottom:-16rem}

.-scroll-my-7{scroll-margin-top:-1.75rem;scroll-margin-bottom:-1.75rem}

.-scroll-my-72{scroll-margin-top:-18rem;scroll-margin-bottom:-18rem}

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

.-scroll-my-80{scroll-margin-top:-20rem;scroll-margin-bottom:-20rem}

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

.scroll-mx-1\.5{scroll-margin-left:0.375rem;scroll-margin-right:0.375rem}

.scroll-mx-10{scroll-margin-left:2.5rem;scroll-margin-right:2.5rem}

.scroll-mx-11{scroll-margin-left:2.75rem;scroll-margin-right:2.75rem}

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

.scroll-mx-14{scroll-margin-left:3.5rem;scroll-margin-right:3.5rem}

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

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

.scroll-mx-2\.5{scroll-margin-left:0.625rem;scroll-margin-right:0.625rem}

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

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

.scroll-mx-28{scroll-margin-left:7rem;scroll-margin-right:7rem}

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

.scroll-mx-3\.5{scroll-margin-left:0.875rem;scroll-margin-right:0.875rem}

.scroll-mx-32{scroll-margin-left:8rem;scroll-margin-right:8rem}

.scroll-mx-36{scroll-margin-left:9rem;scroll-margin-right:9rem}

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

.scroll-mx-40{scroll-margin-left:10rem;scroll-margin-right:10rem}

.scroll-mx-44{scroll-margin-left:11rem;scroll-margin-right:11rem}

.scroll-mx-48{scroll-margin-left:12rem;scroll-margin-right:12rem}

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

.scroll-mx-52{scroll-margin-left:13rem;scroll-margin-right:13rem}

.scroll-mx-56{scroll-margin-left:14rem;scroll-margin-right:14rem}

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

.scroll-mx-60{scroll-margin-left:15rem;scroll-margin-right:15rem}

.scroll-mx-64{scroll-margin-left:16rem;scroll-margin-right:16rem}

.scroll-mx-7{scroll-margin-left:1.75rem;scroll-margin-right:1.75rem}

.scroll-mx-72{scroll-margin-left:18rem;scroll-margin-right:18rem}

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

.scroll-mx-80{scroll-margin-left:20rem;scroll-margin-right:20rem}

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

.scroll-my-1\.5{scroll-margin-top:0.375rem;scroll-margin-bottom:0.375rem}

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

.scroll-my-11{scroll-margin-top:2.75rem;scroll-margin-bottom:2.75rem}

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

.scroll-my-14{scroll-margin-top:3.5rem;scroll-margin-bottom:3.5rem}

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

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

.scroll-my-2\.5{scroll-margin-top:0.625rem;scroll-margin-bottom:0.625rem}

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

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

.scroll-my-28{scroll-margin-top:7rem;scroll-margin-bottom:7rem}

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

.scroll-my-3\.5{scroll-margin-top:0.875rem;scroll-margin-bottom:0.875rem}

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

.scroll-my-36{scroll-margin-top:9rem;scroll-margin-bottom:9rem}

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

.scroll-my-40{scroll-margin-top:10rem;scroll-margin-bottom:10rem}

.scroll-my-44{scroll-margin-top:11rem;scroll-margin-bottom:11rem}

.scroll-my-48{scroll-margin-top:12rem;scroll-margin-bottom:12rem}

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

.scroll-my-52{scroll-margin-top:13rem;scroll-margin-bottom:13rem}

.scroll-my-56{scroll-margin-top:14rem;scroll-margin-bottom:14rem}

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

.scroll-my-60{scroll-margin-top:15rem;scroll-margin-bottom:15rem}

.scroll-my-64{scroll-margin-top:16rem;scroll-margin-bottom:16rem}

.scroll-my-7{scroll-margin-top:1.75rem;scroll-margin-bottom:1.75rem}

.scroll-my-72{scroll-margin-top:18rem;scroll-margin-bottom:18rem}

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

.scroll-my-80{scroll-margin-top:20rem;scroll-margin-bottom:20rem}

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

.-scroll-mb-1\.5{scroll-margin-bottom:-0.375rem}

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

.-scroll-mb-11{scroll-margin-bottom:-2.75rem}

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

.-scroll-mb-14{scroll-margin-bottom:-3.5rem}

.-scroll-mb-16{scroll-margin-bottom:-4rem}

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

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

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

.-scroll-mb-24{scroll-margin-bottom:-6rem}

.-scroll-mb-28{scroll-margin-bottom:-7rem}

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

.-scroll-mb-3\.5{scroll-margin-bottom:-0.875rem}

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

.-scroll-mb-36{scroll-margin-bottom:-9rem}

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

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

.-scroll-mb-44{scroll-margin-bottom:-11rem}

.-scroll-mb-48{scroll-margin-bottom:-12rem}

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

.-scroll-mb-52{scroll-margin-bottom:-13rem}

.-scroll-mb-56{scroll-margin-bottom:-14rem}

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

.-scroll-mb-60{scroll-margin-bottom:-15rem}

.-scroll-mb-64{scroll-margin-bottom:-16rem}

.-scroll-mb-7{scroll-margin-bottom:-1.75rem}

.-scroll-mb-72{scroll-margin-bottom:-18rem}

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

.-scroll-mb-80{scroll-margin-bottom:-20rem}

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

.-scroll-ml-1\.5{scroll-margin-left:-0.375rem}

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

.-scroll-ml-11{scroll-margin-left:-2.75rem}

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

.-scroll-ml-14{scroll-margin-left:-3.5rem}

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

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

.-scroll-ml-2\.5{scroll-margin-left:-0.625rem}

.-scroll-ml-20{scroll-margin-left:-5rem}

.-scroll-ml-24{scroll-margin-left:-6rem}

.-scroll-ml-28{scroll-margin-left:-7rem}

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

.-scroll-ml-3\.5{scroll-margin-left:-0.875rem}

.-scroll-ml-32{scroll-margin-left:-8rem}

.-scroll-ml-36{scroll-margin-left:-9rem}

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

.-scroll-ml-40{scroll-margin-left:-10rem}

.-scroll-ml-44{scroll-margin-left:-11rem}

.-scroll-ml-48{scroll-margin-left:-12rem}

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

.-scroll-ml-52{scroll-margin-left:-13rem}

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

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

.-scroll-ml-60{scroll-margin-left:-15rem}

.-scroll-ml-64{scroll-margin-left:-16rem}

.-scroll-ml-7{scroll-margin-left:-1.75rem}

.-scroll-ml-72{scroll-margin-left:-18rem}

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

.-scroll-ml-80{scroll-margin-left:-20rem}

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

.-scroll-mr-1\.5{scroll-margin-right:-0.375rem}

.-scroll-mr-10{scroll-margin-right:-2.5rem}

.-scroll-mr-11{scroll-margin-right:-2.75rem}

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

.-scroll-mr-14{scroll-margin-right:-3.5rem}

.-scroll-mr-16{scroll-margin-right:-4rem}

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

.-scroll-mr-2\.5{scroll-margin-right:-0.625rem}

.-scroll-mr-20{scroll-margin-right:-5rem}

.-scroll-mr-24{scroll-margin-right:-6rem}

.-scroll-mr-28{scroll-margin-right:-7rem}

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

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

.-scroll-mr-32{scroll-margin-right:-8rem}

.-scroll-mr-36{scroll-margin-right:-9rem}

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

.-scroll-mr-40{scroll-margin-right:-10rem}

.-scroll-mr-44{scroll-margin-right:-11rem}

.-scroll-mr-48{scroll-margin-right:-12rem}

.-scroll-mr-5{scroll-margin-right:-1.25rem}

.-scroll-mr-52{scroll-margin-right:-13rem}

.-scroll-mr-56{scroll-margin-right:-14rem}

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

.-scroll-mr-60{scroll-margin-right:-15rem}

.-scroll-mr-64{scroll-margin-right:-16rem}

.-scroll-mr-7{scroll-margin-right:-1.75rem}

.-scroll-mr-72{scroll-margin-right:-18rem}

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

.-scroll-mr-80{scroll-margin-right:-20rem}

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

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

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

.-scroll-mt-11{scroll-margin-top:-2.75rem}

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

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

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

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

.-scroll-mt-2\.5{scroll-margin-top:-0.625rem}

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

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

.-scroll-mt-28{scroll-margin-top:-7rem}

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

.-scroll-mt-3\.5{scroll-margin-top:-0.875rem}

.-scroll-mt-32{scroll-margin-top:-8rem}

.-scroll-mt-36{scroll-margin-top:-9rem}

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

.-scroll-mt-40{scroll-margin-top:-10rem}

.-scroll-mt-44{scroll-margin-top:-11rem}

.-scroll-mt-48{scroll-margin-top:-12rem}

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

.-scroll-mt-52{scroll-margin-top:-13rem}

.-scroll-mt-56{scroll-margin-top:-14rem}

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

.-scroll-mt-60{scroll-margin-top:-15rem}

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

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

.-scroll-mt-72{scroll-margin-top:-18rem}

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

.-scroll-mt-80{scroll-margin-top:-20rem}

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

.scroll-mb-1\.5{scroll-margin-bottom:0.375rem}

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

.scroll-mb-11{scroll-margin-bottom:2.75rem}

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

.scroll-mb-14{scroll-margin-bottom:3.5rem}

.scroll-mb-16{scroll-margin-bottom:4rem}

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

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

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

.scroll-mb-24{scroll-margin-bottom:6rem}

.scroll-mb-28{scroll-margin-bottom:7rem}

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

.scroll-mb-3\.5{scroll-margin-bottom:0.875rem}

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

.scroll-mb-36{scroll-margin-bottom:9rem}

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

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

.scroll-mb-44{scroll-margin-bottom:11rem}

.scroll-mb-48{scroll-margin-bottom:12rem}

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

.scroll-mb-52{scroll-margin-bottom:13rem}

.scroll-mb-56{scroll-margin-bottom:14rem}

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

.scroll-mb-60{scroll-margin-bottom:15rem}

.scroll-mb-64{scroll-margin-bottom:16rem}

.scroll-mb-7{scroll-margin-bottom:1.75rem}

.scroll-mb-72{scroll-margin-bottom:18rem}

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

.scroll-mb-80{scroll-margin-bottom:20rem}

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

.scroll-ml-1\.5{scroll-margin-left:0.375rem}

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

.scroll-ml-11{scroll-margin-left:2.75rem}

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

.scroll-ml-14{scroll-margin-left:3.5rem}

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

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

.scroll-ml-2\.5{scroll-margin-left:0.625rem}

.scroll-ml-20{scroll-margin-left:5rem}

.scroll-ml-24{scroll-margin-left:6rem}

.scroll-ml-28{scroll-margin-left:7rem}

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

.scroll-ml-3\.5{scroll-margin-left:0.875rem}

.scroll-ml-32{scroll-margin-left:8rem}

.scroll-ml-36{scroll-margin-left:9rem}

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

.scroll-ml-40{scroll-margin-left:10rem}

.scroll-ml-44{scroll-margin-left:11rem}

.scroll-ml-48{scroll-margin-left:12rem}

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

.scroll-ml-52{scroll-margin-left:13rem}

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

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

.scroll-ml-60{scroll-margin-left:15rem}

.scroll-ml-64{scroll-margin-left:16rem}

.scroll-ml-7{scroll-margin-left:1.75rem}

.scroll-ml-72{scroll-margin-left:18rem}

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

.scroll-ml-80{scroll-margin-left:20rem}

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

.scroll-mr-1\.5{scroll-margin-right:0.375rem}

.scroll-mr-10{scroll-margin-right:2.5rem}

.scroll-mr-11{scroll-margin-right:2.75rem}

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

.scroll-mr-14{scroll-margin-right:3.5rem}

.scroll-mr-16{scroll-margin-right:4rem}

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

.scroll-mr-2\.5{scroll-margin-right:0.625rem}

.scroll-mr-20{scroll-margin-right:5rem}

.scroll-mr-24{scroll-margin-right:6rem}

.scroll-mr-28{scroll-margin-right:7rem}

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

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

.scroll-mr-32{scroll-margin-right:8rem}

.scroll-mr-36{scroll-margin-right:9rem}

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

.scroll-mr-40{scroll-margin-right:10rem}

.scroll-mr-44{scroll-margin-right:11rem}

.scroll-mr-48{scroll-margin-right:12rem}

.scroll-mr-5{scroll-margin-right:1.25rem}

.scroll-mr-52{scroll-margin-right:13rem}

.scroll-mr-56{scroll-margin-right:14rem}

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

.scroll-mr-60{scroll-margin-right:15rem}

.scroll-mr-64{scroll-margin-right:16rem}

.scroll-mr-7{scroll-margin-right:1.75rem}

.scroll-mr-72{scroll-margin-right:18rem}

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

.scroll-mr-80{scroll-margin-right:20rem}

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

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

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

.scroll-mt-11{scroll-margin-top:2.75rem}

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

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

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

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

.scroll-mt-2\.5{scroll-margin-top:0.625rem}

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

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

.scroll-mt-28{scroll-margin-top:7rem}

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

.scroll-mt-3\.5{scroll-margin-top:0.875rem}

.scroll-mt-32{scroll-margin-top:8rem}

.scroll-mt-36{scroll-margin-top:9rem}

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

.scroll-mt-40{scroll-margin-top:10rem}

.scroll-mt-44{scroll-margin-top:11rem}

.scroll-mt-48{scroll-margin-top:12rem}

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

.scroll-mt-52{scroll-margin-top:13rem}

.scroll-mt-56{scroll-margin-top:14rem}

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

.scroll-mt-60{scroll-margin-top:15rem}

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

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

.scroll-mt-72{scroll-margin-top:18rem}

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

.scroll-mt-80{scroll-margin-top:20rem}

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

.scroll-px-1\.5{scroll-padding-left:0.375rem;scroll-padding-right:0.375rem}

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

.scroll-px-11{scroll-padding-left:2.75rem;scroll-padding-right:2.75rem}

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

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

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

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

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

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

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

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

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

.scroll-px-3\.5{scroll-padding-left:0.875rem;scroll-padding-right:0.875rem}

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

.scroll-px-36{scroll-padding-left:9rem;scroll-padding-right:9rem}

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

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

.scroll-px-44{scroll-padding-left:11rem;scroll-padding-right:11rem}

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

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

.scroll-px-52{scroll-padding-left:13rem;scroll-padding-right:13rem}

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

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

.scroll-px-60{scroll-padding-left:15rem;scroll-padding-right:15rem}

.scroll-px-64{scroll-padding-left:16rem;scroll-padding-right:16rem}

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

.scroll-px-72{scroll-padding-left:18rem;scroll-padding-right:18rem}

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

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

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

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

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

.scroll-py-11{scroll-padding-top:2.75rem;scroll-padding-bottom:2.75rem}

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

.scroll-py-14{scroll-padding-top:3.5rem;scroll-padding-bottom:3.5rem}

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

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

.scroll-py-2\.5{scroll-padding-top:0.625rem;scroll-padding-bottom:0.625rem}

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

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

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

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

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

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

.scroll-py-36{scroll-padding-top:9rem;scroll-padding-bottom:9rem}

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

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

.scroll-py-44{scroll-padding-top:11rem;scroll-padding-bottom:11rem}

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

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

.scroll-py-52{scroll-padding-top:13rem;scroll-padding-bottom:13rem}

.scroll-py-56{scroll-padding-top:14rem;scroll-padding-bottom:14rem}

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

.scroll-py-60{scroll-padding-top:15rem;scroll-padding-bottom:15rem}

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

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

.scroll-py-72{scroll-padding-top:18rem;scroll-padding-bottom:18rem}

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

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

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

.scroll-pb-1\.5{scroll-padding-bottom:0.375rem}

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

.scroll-pb-11{scroll-padding-bottom:2.75rem}

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

.scroll-pb-14{scroll-padding-bottom:3.5rem}

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

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

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

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

.scroll-pb-24{scroll-padding-bottom:6rem}

.scroll-pb-28{scroll-padding-bottom:7rem}

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

.scroll-pb-3\.5{scroll-padding-bottom:0.875rem}

.scroll-pb-32{scroll-padding-bottom:8rem}

.scroll-pb-36{scroll-padding-bottom:9rem}

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

.scroll-pb-40{scroll-padding-bottom:10rem}

.scroll-pb-44{scroll-padding-bottom:11rem}

.scroll-pb-48{scroll-padding-bottom:12rem}

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

.scroll-pb-52{scroll-padding-bottom:13rem}

.scroll-pb-56{scroll-padding-bottom:14rem}

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

.scroll-pb-60{scroll-padding-bottom:15rem}

.scroll-pb-64{scroll-padding-bottom:16rem}

.scroll-pb-7{scroll-padding-bottom:1.75rem}

.scroll-pb-72{scroll-padding-bottom:18rem}

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

.scroll-pb-80{scroll-padding-bottom:20rem}

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

.scroll-pl-1\.5{scroll-padding-left:0.375rem}

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

.scroll-pl-11{scroll-padding-left:2.75rem}

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

.scroll-pl-14{scroll-padding-left:3.5rem}

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

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

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

.scroll-pl-20{scroll-padding-left:5rem}

.scroll-pl-24{scroll-padding-left:6rem}

.scroll-pl-28{scroll-padding-left:7rem}

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

.scroll-pl-3\.5{scroll-padding-left:0.875rem}

.scroll-pl-32{scroll-padding-left:8rem}

.scroll-pl-36{scroll-padding-left:9rem}

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

.scroll-pl-40{scroll-padding-left:10rem}

.scroll-pl-44{scroll-padding-left:11rem}

.scroll-pl-48{scroll-padding-left:12rem}

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

.scroll-pl-52{scroll-padding-left:13rem}

.scroll-pl-56{scroll-padding-left:14rem}

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

.scroll-pl-60{scroll-padding-left:15rem}

.scroll-pl-64{scroll-padding-left:16rem}

.scroll-pl-7{scroll-padding-left:1.75rem}

.scroll-pl-72{scroll-padding-left:18rem}

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

.scroll-pl-80{scroll-padding-left:20rem}

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

.scroll-pr-1\.5{scroll-padding-right:0.375rem}

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

.scroll-pr-11{scroll-padding-right:2.75rem}

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

.scroll-pr-14{scroll-padding-right:3.5rem}

.scroll-pr-16{scroll-padding-right:4rem}

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

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

.scroll-pr-20{scroll-padding-right:5rem}

.scroll-pr-24{scroll-padding-right:6rem}

.scroll-pr-28{scroll-padding-right:7rem}

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

.scroll-pr-3\.5{scroll-padding-right:0.875rem}

.scroll-pr-32{scroll-padding-right:8rem}

.scroll-pr-36{scroll-padding-right:9rem}

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

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

.scroll-pr-44{scroll-padding-right:11rem}

.scroll-pr-48{scroll-padding-right:12rem}

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

.scroll-pr-52{scroll-padding-right:13rem}

.scroll-pr-56{scroll-padding-right:14rem}

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

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

.scroll-pr-64{scroll-padding-right:16rem}

.scroll-pr-7{scroll-padding-right:1.75rem}

.scroll-pr-72{scroll-padding-right:18rem}

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

.scroll-pr-80{scroll-padding-right:20rem}

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

.scroll-pt-1\.5{scroll-padding-top:0.375rem}

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

.scroll-pt-11{scroll-padding-top:2.75rem}

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

.scroll-pt-14{scroll-padding-top:3.5rem}

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

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

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

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

.scroll-pt-24{scroll-padding-top:6rem}

.scroll-pt-28{scroll-padding-top:7rem}

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

.scroll-pt-3\.5{scroll-padding-top:0.875rem}

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

.scroll-pt-36{scroll-padding-top:9rem}

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

.scroll-pt-40{scroll-padding-top:10rem}

.scroll-pt-44{scroll-padding-top:11rem}

.scroll-pt-48{scroll-padding-top:12rem}

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

.scroll-pt-52{scroll-padding-top:13rem}

.scroll-pt-56{scroll-padding-top:14rem}

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

.scroll-pt-60{scroll-padding-top:15rem}

.scroll-pt-64{scroll-padding-top:16rem}

.scroll-pt-7{scroll-padding-top:1.75rem}

.scroll-pt-72{scroll-padding-top:18rem}

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

.scroll-pt-80{scroll-padding-top:20rem}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none{grid-template-columns:none}

.grid-cols-subgrid{grid-template-columns:subgrid}

.flex-col{flex-direction:column}

.flex-wrap{flex-wrap:wrap}

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

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

.items-center{align-items:center}

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

.justify-center{justify-content:center}

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

.gap-4{gap:1rem}

.gap-8{gap:2rem}

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

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

.rounded{border-radius:0.25rem}

.border{border-width:1px}

.p-8{padding:2rem}

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

.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}

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

.px-11{padding-left:2.75rem;padding-right:2.75rem}

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

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

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

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

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

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

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

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

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

.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}

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

.px-36{padding-left:9rem;padding-right:9rem}

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

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

.px-44{padding-left:11rem;padding-right:11rem}

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

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

.px-52{padding-left:13rem;padding-right:13rem}

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

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

.px-60{padding-left:15rem;padding-right:15rem}

.px-64{padding-left:16rem;padding-right:16rem}

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

.px-72{padding-left:18rem;padding-right:18rem}

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

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

.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-11{padding-top:2.75rem;padding-bottom:2.75rem}

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

.py-14{padding-top:3.5rem;padding-bottom:3.5rem}

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

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

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

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

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

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

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

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

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

.py-36{padding-top:9rem;padding-bottom:9rem}

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

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

.py-44{padding-top:11rem;padding-bottom:11rem}

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

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

.py-52{padding-top:13rem;padding-bottom:13rem}

.py-56{padding-top:14rem;padding-bottom:14rem}

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

.py-60{padding-top:15rem;padding-bottom:15rem}

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

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

.py-72{padding-top:18rem;padding-bottom:18rem}

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

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

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

.pb-1\.5{padding-bottom:0.375rem}

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

.pb-11{padding-bottom:2.75rem}

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

.pb-14{padding-bottom:3.5rem}

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

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

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

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

.pb-24{padding-bottom:6rem}

.pb-28{padding-bottom:7rem}

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

.pb-3\.5{padding-bottom:0.875rem}

.pb-32{padding-bottom:8rem}

.pb-36{padding-bottom:9rem}

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

.pb-40{padding-bottom:10rem}

.pb-44{padding-bottom:11rem}

.pb-48{padding-bottom:12rem}

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

.pb-52{padding-bottom:13rem}

.pb-56{padding-bottom:14rem}

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

.pb-60{padding-bottom:15rem}

.pb-64{padding-bottom:16rem}

.pb-7{padding-bottom:1.75rem}

.pb-72{padding-bottom:18rem}

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

.pb-80{padding-bottom:20rem}

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

.pl-1\.5{padding-left:0.375rem}

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

.pl-11{padding-left:2.75rem}

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

.pl-14{padding-left:3.5rem}

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

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

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

.pl-20{padding-left:5rem}

.pl-24{padding-left:6rem}

.pl-28{padding-left:7rem}

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

.pl-3\.5{padding-left:0.875rem}

.pl-32{padding-left:8rem}

.pl-36{padding-left:9rem}

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

.pl-40{padding-left:10rem}

.pl-44{padding-left:11rem}

.pl-48{padding-left:12rem}

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

.pl-52{padding-left:13rem}

.pl-56{padding-left:14rem}

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

.pl-60{padding-left:15rem}

.pl-64{padding-left:16rem}

.pl-7{padding-left:1.75rem}

.pl-72{padding-left:18rem}

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

.pl-80{padding-left:20rem}

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

.pr-1\.5{padding-right:0.375rem}

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

.pr-11{padding-right:2.75rem}

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

.pr-14{padding-right:3.5rem}

.pr-16{padding-right:4rem}

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

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

.pr-20{padding-right:5rem}

.pr-24{padding-right:6rem}

.pr-28{padding-right:7rem}

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

.pr-3\.5{padding-right:0.875rem}

.pr-32{padding-right:8rem}

.pr-36{padding-right:9rem}

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

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

.pr-44{padding-right:11rem}

.pr-48{padding-right:12rem}

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

.pr-52{padding-right:13rem}

.pr-56{padding-right:14rem}

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

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

.pr-64{padding-right:16rem}

.pr-7{padding-right:1.75rem}

.pr-72{padding-right:18rem}

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

.pr-80{padding-right:20rem}

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

.pt-1\.5{padding-top:0.375rem}

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

.pt-11{padding-top:2.75rem}

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

.pt-14{padding-top:3.5rem}

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

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

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

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

.pt-24{padding-top:6rem}

.pt-28{padding-top:7rem}

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

.pt-3\.5{padding-top:0.875rem}

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

.pt-36{padding-top:9rem}

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

.pt-40{padding-top:10rem}

.pt-44{padding-top:11rem}

.pt-48{padding-top:12rem}

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

.pt-52{padding-top:13rem}

.pt-56{padding-top:14rem}

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

.pt-60{padding-top:15rem}

.pt-64{padding-top:16rem}

.pt-7{padding-top:1.75rem}

.pt-72{padding-top:18rem}

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

.pt-80{padding-top:20rem}

.text-left{text-align:left}

.text-center{text-align:center}

.text-right{text-align:right}

.capitalize{text-transform:capitalize}

.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}

.blur{--tw-blur:blur(8px);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)}

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

.filter{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)}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* action text overrides */

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
    flex: 1 0 33%;
    padding: 0 0.5em;
    max-width: 33%;
}

.trix-content
    .attachment-gallery.attachment-gallery--2
    > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment,
.trix-content
    .attachment-gallery.attachment-gallery--4
    > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
    flex-basis: 50%;
    max-width: 50%;
}

.trix-content action-text-attachment .attachment {
    padding: 0 !important;
    max-width: 100% !important;
}

/* Storm overides */

trix-toolbar .trix-button-group {
        border: 2px black solid;
    }

trix-toolbar .trix-button-group .trix-button {
            border: none;
        }

trix-toolbar .trix-button-group .trix-button.trix-active {
                background-color: var(--color-mid-grey);
            }

trix-editor {
    border: 2px black solid;

    margin-bottom: var(--form-spacing);
}

/* A theme that can override color definitions */

footer.site-footer {
  background-color: var(--color-brand-dark);
  color:var(--color-white);
  padding: 10px 24px;
  margin: 0;
  width: 100%;
  text-align: center;
}

footer.site-footer p {
    margin: 0 auto;
  }

body {
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.667;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-light-grey);
  color: var(--color-text);
  display:flex;
  flex-direction: column;
  min-height: 100vh;

}

body main {
    flex-grow: 1;
    padding-bottom: 5rem;
  }

.logo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 94px;
}

.no-wrap {
  white-space: nowrap;
}

#page-content table img {
      display: inline-block !important;
    }

hr {
  margin: 2rem 0;
}

section + section {
    margin-top: 2rem;
  }

.hide {
  opacity: 0;
}

/* Try to replicate foundation class names to ease transtion to tailwind */

.grid-x {
  display: flex;
  flex-direction: row;
}

header.site-header {

  width: 100vw;
  position: relative;
  z-index: 2;
  background-color: var(--white);
  border-bottom: 1px solid var(--color-light-grey);
  padding: 1rem;
}

@media (min-width: 905px) {

header.site-header {
    padding: 1rem 0
}
  }

header.site-header .top-bar-right {
    display:flex;
    align-items: center;
    justify-content: flex-end;
  }

header.site-header .top-bar-right .logo {
      margin-left: 2rem;
    }

header.site-header .top-bar-right .avatar {
      margin-left: 2rem;
    }

header.site-header .top-bar-right .menu-container {
      transition: max-width 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;

      opacity: 1;
      max-width: 100vw;
    }

header.site-header .top-bar-right .menu-container.hide {
        opacity: 0;
        max-width: 0;
      }

header.site-header .top-bar-right .menu-container .menu {
        flex-wrap: nowrap;
      }

header.site-header .top-bar-right .menu-container .menu li {
          flex-shrink: 0;

        }

.page-header {
  background-color: white;
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 3;
  margin-bottom: 3rem;
  border-bottom: 2px solid var(--color-brand-dark);

}

.page-header p {
    max-width: 600px;
  }

.page-header p.sub-tag {
      font-weight: 600;
      margin-bottom: 0.5em;
    }

.page-header h1 {
  }

.page-header .logo {
    max-width: auto;
    max-height: 50px;
    width: auto;
    height: auto;
  }

.page-header .logo:not(:last-child) {
      margin-bottom: 0.5em;
    }

.send-back {
    z-index: 1;
  }

.admin header .toggler {
      pointer-events: none;
    }

.main-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.main-header h1, .main-header h2, .main-header h3 {
    margin-bottom: 0 !important;
  }

.main-header{
  margin-bottom: 2.5rem}

.main-header .actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }

.main-header .actions .button {
      margin-left: 0;
      width: 100%;
    }

@media (min-width: 905px) {

.main-header .actions .button {
        width: auto
    }
      }

strong,
b {
  font-weight: 600;
}

/* HEADING STYLES */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-text);
}

h1:not(:last-child), .h1:not(:last-child), h2:not(:last-child), .h2:not(:last-child), h3:not(:last-child), .h3:not(:last-child), h4:not(:last-child), .h4:not(:last-child), h5:not(:last-child), .h5:not(:last-child) {
    margin-bottom: 1.5rem;
  }

h1,
.h1 {
  font-size: 30px;
}

@media (min-width: 1110px) {

h1,
.h1 {
    font-size: 36px
}
  }

h2,
.h2 {
  font-size: 24px;
}

@media (min-width: 1110px) {

h2,
.h2 {
    font-size: 30px
}
  }

h3,
.h3 {
  font-size: 20px;
}

@media (min-width: 1110px) {

h3,
.h3 {
    font-size: 24px
}
  }

h4,
.h4 {
  font-size: 18px;
}

@media (min-width: 1110px) {

h4,
.h4 {
    font-size: 20px
}
  }

h5,
.h5 {
  font-size: 18px;
}

p {
  text-wrap: pretty;
  max-width: 640px;
  margin-bottom: 1.2em;
}

p:last-child {
    margin-bottom: unset;
  }

p.small {
    font-size: 0.875rem;
  }

.sub-tag {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

a:not(.button) {
    text-decoration: underline;
    color: var(--color-brand-dark);
    font-weight: 600;
    cursor: pointer;
  }

a:not(.button):hover {
      color: var(--color-black);
    }

.svg-inline--fa {
  font-size: 1rem;
  margin-top: -2px;
  vertical-align: middle;
}

/* All global variables thay may be useful to the project should go here, e.g. max-width for grid containers etc */

.accordion {
  overflow: hidden;
}

.accordion .accordion-item {

    background-color: var(--color-white);
    border: 2px solid var(--color-mid-grey);
    border-radius: var(--border-radius-large);
  }

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

.accordion .accordion-title {
    padding: 1.5rem 2rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-decoration: none;

  }

.accordion .accordion-title h5 {
      margin-bottom: 0;
    }

.accordion .accordion-title svg {
      width: 24px;
      height:auto;

    }

.accordion .accordion-title svg path {
        fill: var(--color-brand-dark);
      }

.accordion .accordion-title svg.fa-circle-plus {
        display:block;
      }

.accordion .accordion-title svg.fa-circle-minus {
        display:none;
      }

.accordion .accordion-title.active svg path {
        fill: var(--color-brand-dark);
        }

.accordion .accordion-title.active svg.fa-circle-plus {
          display:none;
        }

.accordion .accordion-title.active svg.fa-circle-minus {
          display:block;
        }

.accordion .accordion-title.active{
      background-color: var(--color-page-grey)}

.accordion .accordion-content {
    background-color: var(--color-page-grey);
    padding: 0 2rem 2rem;
  }

.accordion .accordion-content .table-container {
      margin: 1rem 0 0;
    }

.breadcrumbs {
  display:flex;
}

.breadcrumbs li {
    font-weight: 500;
  }

.breadcrumbs li:after {
        content:'>';
        margin-right: 1rem;
        margin-left: .5rem;

    }

.breadcrumbs li:last-of-type:after {
        display:none;
        content:'';
      }

.breadcrumbs li a {
      font-weight: normal;
    }

.breadcrumbs li a:hover,
      .breadcrumbs li a:focus {
        color: var(--color-blue);
        text-decoration: underline;
      }

.button {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: var(--border-radius);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.button + .button {
    margin-left: 1rem;
  }

.button:focus,
  .button:hover {
    background-color: var(--color-dark-grey);
    border-color: var(--color-dark-grey);
    text-decoration:none;
  }

/* variations */

.button.rounded {
    border-radius: 2rem;
  }

.button.small {
    padding: .5rem 1rem;
    font-size: 0.875rem;
  }

.button.secondary {
    background-color: var(--color-brand-dark);
    border-color: var(--color-brand-dark);
  }

.button.secondary:focus,
    .button.secondary:hover {
      background-color: var(--color-dark-grey);
      border-color: var(--color-dark-grey);
      color: var(--color-white);
    }

.button.outlined {
    background-color: transparent;
    border: 2px solid;
    color: var(--color-black);
  }

.button.outlined:focus,
    .button.outlined:hover {
      background-color: var(--color-dark-grey);
      border-color: var(--color-dark-grey);
      color: var(--color-white);
    }

.button.high-scoring {
    background-color: var(--color-success);
    border: 2px solid var(--color-success);
  }

.button.low-scoring {
    background-color: var(--color-error);
    border: 2px solid var(--color-error);
  }

.button:disabled,
  .button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }

.button.centered {
    display: block;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content
  }

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1.25rem;
    border: 1px solid transparent;
    border-radius: var(--border-radius-large);
    background-color: white;
    color: #0a0a0a;
  }

.callout p {
      margin-bottom: 0;
    }

.callout.primary {
      border: 1px solid var(--color-blue);
      background: var(--color-blue-02);
    }

.callout.secondary {
      border: 1px solid var(--color-pink);
      background: #F9FAFB;
    }

.callout.alert {
      border: 1px solid var(--color-error);
      background: var(--color-error-background);
    }

.callout.success {
        border: 1px solid var(--color-success);
        background: var(--color-success-background);
    }

.callout.warning {
        border: 1px solid var(--color-warning);
        background: var(--color-warning-background);
    }

.filter {
    font-size: 16px;
    line-height: 28px;
    padding: 9px 24px;
    border-radius: 2rem;
    display:inline-block;
    margin-bottom: 1rem;
    font-weight: 500;
    cursor: pointer;
    background-color: var(--color-page-grey);
    border: 1px solid var(--color-purple);
    transition: background-color 0.3s, color 0.3s;
}

.filter + .filter {
        margin-left: 1rem;
    }

.filter.selected {
        color: var(--color-white);
        background-color: var(--color-purple);
    }

.filter:hover {
        background: var(--color-purple);
        color: var(--color-white);
        border-color: var(--color-purple);;
    }

.flash {
    padding: 10px;
    font-size: 1rem;
    line-height: 1.750;
    text-align: center;
    margin: 0;
    width: 100%;
}

.flash.alert {
        /* border: 1px solid var(--color-error); */
        background: var(--color-error-background);
    }

.flash.success {
        /* border: 1px solid var(--color-success); */
        background: var(--color-success-background);
    }

.flash.warning {
        /* border: 1px solid var(--color-warning); */
        background: var(--color-warning-background);
    }

.flash p {
        margin: 0 auto;
    }

form {
  --input-border: 2px solid var(--color-black);
  --field-padding: 10px 24px;
  --form-label-color: var(--color-text);
  --form-input-color: var(--color-text);
  --form-spacing: 1.5rem;
}

form label {
    font-size: 1rem;
    line-height: 1.75;
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--form-label-color);
  }

form input:not([type="submit"]),
  form select,
  form textarea {
    background-color: var(--color-white);
    font-size: 18px;
    line-height: 31px;
    width: 100%;
    border: var(--input-border);
    border-radius: var(--border-radius);
    display: block;
    padding: var(--field-padding);
  }

form input:not([type="submit"]):focus, form select:focus, form textarea:focus {
      border-color: var(--color-text);
    }

form input:not([type="submit"]),
  form select,
  form textarea{
    margin-bottom: var(--form-spacing);
    outline: none}

.pdf-button {
  display: inline-block
}

.help-text {
  font-size: 14px;
  margin-top: -0.5rem;
}

/* password */

.password .input-group {
    position: relative;
    display: flex;
    width: 100%;
    align-items: stretch;
  }

.password .input-group-button,
    .password .input-group .button {
      position: absolute;
      border: 0;
      background: transparent;
      right: 0;
      top: 0;
      margin: 0;
      padding: 0.85rem 1.5rem 0.75rem;
      height: 100%;
      line-height: 1.7;
      min-width: 54px;
    }

.password .input-group .input-group-field {
      padding-right: 4rem;
    }

/* SELECT FIELDS */

.select-wrapper {
  position: relative;
  display: block;
  margin-bottom: var(--form-spacing);
  overflow: hidden;
}

.select-wrapper select {
    width: 100%;
    padding: var(--field-padding);
    padding-right: 50px;
    margin-bottom: 0;
    background-color: var(--color-white);
    font-size: 18px;
    line-height: 31px;
    border: var(--input-border);
    border-radius: var(--border-radius);
    -webkit-appearance: none;
  }

.select-wrapper select:focus {
      background-color: var(--color-white);
    }

.select-wrapper:after {
    content: "";
    display: block;
    width: 18px;
    height: 100%;
    background-image: url("/assets/select-b424f3df.svg");

    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 1rem;
    pointer-events: none;
  }

/* SUBMIT BUTTON */

input[type="submit"] {
  @extend .button;
}

/* TOGGLE */

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: var(--color-text);
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:before,
  .toggle-switch:after {
    content: "";
  }

.toggle-switch:before {
    display: block;
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }

.toggle-checkbox:checked + .toggle-switch {
    background: var(--color-light-blue);
  }

.toggle-checkbox:checked + .toggle-switch:before {
      left: 30px;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    }

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  font-weight: 400;
  top: 2px;
}

/* DATE SELECT */

.date select {
  width: 30%;
  max-width: 200px;
}

/* INPUT STYLES */

.input .hint,
  .input .error {
    font-size: 12px;
    line-height: rem-calc(21px);
    color: $helptext-color;
    margin-bottom: var(--form-spacing);
    display: block;
    margin-top: -0.5rem;
  }

.input .hint:first-letter, .input .error:first-letter {
      text-transform: capitalize;
    }

.input.error input,
    .input.error textarea,
    .input.error select {
      border-color: var(--color-error);
    }

.input.filled input,
    .input.filled textarea,
    .input.filled select {
      border-color: var(--color-success);
    }

/* RADIO BUTTONS AND CHECKBOXES */

div.input.radio_buttons,
div.input.check_boxes {
  margin-bottom: var(--form-spacing);
}

div.input.radio_buttons .radio + .error, div.input.radio_buttons .checkbox + .error, div.input.check_boxes .radio + .error, div.input.check_boxes .checkbox + .error {
      margin-top: 0;
    }

div.radio_buttons {
  display: flex;
  flex-wrap: wrap;
}

div.radio_buttons label.radio_buttons {
    width: 100%;
    margin-bottom: 0.5rem;
  }

input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"] ~ label, input[type="checkbox"] ~ label {
    margin-left: 0;
    margin-top: 8px;
    font-weight: 400;
    display: inline-flex !important;
    line-height: 24px;
  }

input[type="radio"] ~ label:before, input[type="checkbox"] ~ label:before {
      content: "";
      border: 3px solid var(--color-black);
      border-radius: 24px;
      margin-right: 1rem;
      display: inline-block;
      width: 24px;
      height: auto;
    }

input[type="radio"]:checked ~ label:before, input[type="checkbox"]:checked ~ label:before {
        border: 0;
        background: url("/assets/radio-d3c73e36.svg");
        background-size: 24px;
      }

input[type="checkbox"] ~ label:before {
      border: 3px solid var(--color-black);
      border-radius: 3px;
      margin-right: 1rem;
      display: inline-block;
      width: 24px;
      height: auto;
    }

input[type="checkbox"]:checked ~ label:before {
        border: 0;
        background: url("/assets/checkbox-d5ee5e12.svg");
        background-size: 24px;
      }

input:disabled {
  border-color: $light-gray;
}

/* file upload */

.input.file .svg-inline--fa {
      margin-right: .5rem;
    }

.input.file input {
      padding: 0;
      border: 0;
      margin-top: 1rem;
    }

.input.file input::file-selector-button {
      color: var(--form-input-color);
      border-radius: var(--border-radius);
      border: var(--input-border);
      background-color: transparent;
      padding: 12px 30px;
      font-size: 16px;
      line-height: 1.667;
      font-weight: 700;
      margin-right: 1rem;
      cursor: pointer;

    }

.input.file input::file-selector-button:focus, .input.file input::file-selector-button:hover {
        background-color: var(--color-brand-dark);
        border-color:  var(--color-brand-dark);
        color: var(--color-white);
      }

/* search */

.search.input-group {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: var(--form-spacing);
    align-items: stretch;
  }

.search.input-group input {
      margin-bottom: 0;
    }

.search.input-group-button,
    .search.input-group .button {
      position: absolute;
      border: 0;
      background: transparent;
      right: 0;
      top: 0;
      margin: 0;
      color: inherit;
      padding: 0.85rem 1.5rem 0.75rem;
      height: 100%;
      line-height: 1.7;
      min-width: 54px;
    }

.button-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button-row .delete-link {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }

.grid-component > * {
    margin-bottom: 2rem;
  }

.grid-component > *:last-of-type {
      margin-bottom: 0;
    }

@media (min-width: 905px) {

.grid-component {
    display: grid;
    gap: var(--grid-gap)
}
    .grid-component > * {
      margin-bottom: 0;
    }
  }

[data-controller~="info"] {
  position: relative;
}

[data-controller~="info"] [data-info-target="panel"] {
    display: none;
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;

    min-height: 20vh;
    padding: 1rem;
    background-color: var(--color-dark-blue);
    color: var(--color-pale-blue);
  }

[data-controller~="info"] [data-info-target="panel"] .bg-icon {
      position: absolute;
      width: 50%;
      opacity: 0.04;
      right: 0;
      top: -30%;
      z-index: 0;
      pointer-events: none;
    }

@media (min-width: 905px) {

[data-controller~="info"] [data-info-target="panel"] {
      position: absolute;
      width: 30vw;
      /* default position left and bottom */

      transform: none
  }

      [data-controller~="info"] [data-info-target="panel"].left, [data-controller~="info"] [data-info-target="panel"].right, [data-controller~="info"] [data-info-target="panel"].above, [data-controller~="info"] [data-info-target="panel"].below {
        transform: none;
        display: initial;
      }

      [data-controller~="info"] [data-info-target="panel"].left {
        right: -25%;
        left: auto;
      }
      [data-controller~="info"] [data-info-target="panel"].right {
        right: auto;
        left: -25%;
      }
      [data-controller~="info"] [data-info-target="panel"].above {
        top: auto;
        bottom: 100%;
      }
      [data-controller~="info"] [data-info-target="panel"].below {
        top: 100%;
        bottom: auto;
      }
    }

[data-controller~="info"] [data-info-target="panel"] h4 {
      color: var(--color-light-blue);
    }

[data-controller~="info"] [data-info-target="panel"] a:not(.button) {
      color: var(--color-white);
    }

[data-controller~="info"] [data-info-target="panel"] .button {
      margin-top: 2rem;
    }

[data-controller~="info"] [data-info-target="panel"][data-src] {
      display: none;
    }

.invitations {
  margin: 0 0 1.5rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  list-style: none;

}

.invitations .email {
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
    border-radius: var(--border-radius);
    display: inline-block;
    font-weight: 500;
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
  }

.invitations .email.invalid {
      background-color: var(--color-red-50);
      border-color: var(--color-red-200);
      color: var(--color-red-900);
    }

.invitations .email.valid {
      color: var(--color-green-900);
      background-color: var(--color-green-50);
      border-color: var(--color-green-200);
    }

.label {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 1rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--color-text);
  background-color: var(--color-light-grey);
}

.label + .label {
    margin-left: 1rem;
  }

.label.primary {
    color: var(--color-text);
    background-color: var(--color-light-grey);
  }

.label.alert, .label.closed {
    color: var(--color-error);
    background: var(--color-error-background);
  }

.label.success, .label.live {
    color: var(--color-success);
    background: var(--color-success-background);
  }

.label.warning, .label.presenting {
    color: var(--color-warning);
    background: var(--color-warning-background);
  }

.label.secondary {
    border: 1px solid var(--color-dark-blue);
    background: var(--color-white);
  }

.label.pitched {
    background-color: var(--color-pale-blue);
    color: #196F94;
  }

.label.filter .remove {
      display: inline-block;
    }

ul {
  margin: 1rem;
  list-style-type: disc;

}

ul.breadcrumbs, ul.list-none, ul.menu {
    margin-lefT: 0;
    list-style-type: none;
  }

ol {
  margin: 1rem;
  list-style-type: decimal;
}

@keyframes float {
  from {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
}

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

.map a polygon, .map a path {
    fill: var(--color-land);
  }

.map a:hover polygon, .map a:hover path, .map a .active polygon, .map a .active path {
      fill: var(--color-pink);
    }

.map .clouds{
  animation: float 6s infinite linear;
 }

.map .marker {
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
 }

.map .marker.location circle {
      fill: var(--color-white);
    }

.map .marker.location path:not(.stroke) {
      fill: var(--color-pink);
    }

.map .marker.origin path:not(.stroke), .map .marker.destination path:not(.stroke) {
      fill: var(--color-white);
    }

.map .marker.destination circle {
      fill: var(--color-pink);
    }

.map .marker.origin circle {
      fill: var(--color-blue-01);
    }

.map path.flight {

  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  }

.home .map {
    width: auto;
    height: 100%;
    float: right;
    transform: translateX(100px);
  }

@media (min-width: 905px) {

.home .map {
      transform: none
  }
    }

@media (min-width: 1110px) {

.home .map {
      width: 60vw;
      height: auto
  }
    }

#map-container {
  height: calc(100% + 2rem);
  margin: -1rem 2% -1rem auto;
  width: auto;
  float: right;
}

#map-container .map {
    width: auto;
    height: 100%;
  }

@media (min-width: 1441px) {

#map-container {
    height: 100%;
    margin: 0 2% 0 auto
}
  }

ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  justify-content: center;
}

@media (min-width: 905px) {
    ul.menu.main {
      justify-content: flex-start;
    }

  }

ul.menu li {
    outline: none;
    position: relative;
  }

ul.menu li:last-of-type {
      margin-right: 0;
    }

ul.menu li a {
      text-decoration: none;
      display: block;
      color: var(--color-text);

    }

ul.menu li a:not(.button):hover {
        color: var(--color-brand-dark);
      }

ul.menu li:hover .menu {
        display: flex;
      }

ul.menu.align-right {
    justify-content: flex-end;
  }

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

ul.menu.vertical {
    flex-direction: column;
    align-items: flex-start;
  }

ul.menu .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    z-index: 2;
    display: none;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background: white;
    padding: .5rem;
    border-radius: var(--border-radius);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
    gap: .5rem;
  }

ul.menu .menu li {
      padding: 0 10px;
    }

ul.menu .jump-to {
    background-color: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: var(--border-radius);
    display: block;
    cursor: pointer;
    padding: .5rem 3rem .5rem 1rem;
    line-height: 1.2;
    font-size: 0.875rem;
    font-weight: 600;
  }

ul.menu .jump-to:focus {
      border-color: var(--color-text);
    }

ul.menu .jump-to:after {
      content: "";
      display: block;
      width: 1rem;
      height: 100%;
      background-image: url("/assets/select-b424f3df.svg");
      background-size: 1rem;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 1rem;
      pointer-events: none;
    }

ul.menu .jump-to .menu {
      min-width: 200px;
      width: calc(100% + 4px);
      border: 2px solid var(--color-black);
      box-shadow: none;
      left: -2px;
      top:100%;
      padding: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      gap: 0;
    }

ul.menu .jump-to .menu li {
        text-align: left;
        width: 100%;
        padding: 0;
      }

ul.menu .jump-to .menu li a {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: .5rem;
          width: 100%;
          padding: 0.5rem 1rem;
        }

ul.menu .jump-to .menu li a span:last-of-type {
              text-align: right;
            }

ul.menu .jump-to .menu li a:hover {
            background: var(--color-light-grey);
          }

.overlay-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
}

.overlay-background .overlay-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    border-radius: var(--border-radius-large);
    background-color: var(--color-white);
    padding: 2rem;
    max-height: 96vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

@media (min-width: 1441px) {

.overlay-background .overlay-content {
      padding: 3rem
  }
    }

.overlay-background .overlay-content hr {
      border-color: var(--color-mid-grey);
      margin: 3rem -3rem 2rem;
      width: calc(100% + 6rem);
    }

.overlay-background .overlay-content .close-button {
      position: absolute;
      top: 24px;
      right: 2rem;
      font-size: 18px;
      font-weight: 600;
      z-index: 1;
      color: var(--color-dark-grey);
    }

.overlay-background .overlay-content .swal2-title {
      padding: 0;
    }

.overlay-background .overlay-content .overlay-header {
      text-align: center;
      margin-bottom: 3rem;
      padding: 0;
    }

.overlay-background .overlay-content .overlay-header h3 {
        margin-bottom: 0.25rem;
      }

.overlay-background .overlay-content .overlay-header p {
        margin-bottom: 1rem;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
      }

.overlay-background .overlay-content .overlay-header p b,
        .overlay-background .overlay-content .overlay-header p strong {
          color: var(--color-purple);
        }

.overlay-background .overlay-content .overlay-header p.tip {
          font-size: 14px;
          font-style: italic;
        }

.overlay-background .overlay-content .swal2-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
    }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  display: flex;
}

.pagination li {
    margin-right: 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    background-color: var(--color-light-grey);
    padding: 0 1rem;
    min-width: 38px;
    text-align: center;
    display: flex;
    flex-direction:column;
    justify-content: center;
    line-height: 38px;

  }

.pagination li svg {
      display: block;
      width: 7px;
      height: 13px;
      margin: -1px auto 0;
    }

.pagination li a {
      flex-direction:column;
      justify-content: center;
    }

.pagination li a:hover {
        color: $white;
        text-decoration: none;
      }

.pagination li.disabled {
      padding: 0.1875rem 0.625rem;
      color: #cacaca;
      cursor: not-allowed;
    }

.pagination li.ellipsis {
      background-color: transparent;
    }

.pagination li.ellipsis:after {
        padding-left: 0;
        padding-right: 0;
      }

.pagination li.current {
        background-color: var(--color-brand-light);
        border-radius: 100%;
        color: var(--color-white);
    }

.pagination li.previous svg {
            transform: rotate(180deg);
        }

.panel {
  padding: 1rem;
  margin: 0 auto;
  background: var(--color-white);
  width: 100%;
  z-index: 2;
  overflow:hidden;
  border-radius: var(--border-radius-large);
}

@media (min-width: 624px) {

.panel {
    padding: 2rem
}
  }

.panel.outlined {
    border: 2px solid var(--color-brand-dark);
  }

.panel.outlined.grey {
      border: 2px solid var(--color-mid-grey);
    }

@media print {
  header {
    font-size: 12pt;
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }

    header p {
      max-width: 600px;
        font-weight: 600;
        margin-bottom: 0.5em;
    }

  .results_pdf {
    padding: 1.5rem;
  }
    /* removes the tooltip */
    .results_pdf svg {
      display: none
    }
    .results_pdf .button {
      /* target high and low scoring links */
      display: none;
    }
    .results_pdf .open-questions {
      margin-top: 2rem;
      margin-left: 3rem;
    }
    .results_pdf .question-groups {
      margin: 2rem 1rem;
    }

  a {
    display: none;
  }

  h3, .h4 {
    font-size: 16px;
  }


  section {
    gap: 1rem;
  }
    section .question-groups {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    section .panel {
      page-break-inside: avoid;
    }

    .likert_pdf .panel {
      page-break-inside: avoid;
    }

  .page-break {
    page-break-after: always;
  }
}

@page {
  .page {
    size: a4;
    margin-top: 1in;
    margin-left: 0.5in;
  }
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: var(--color-white);
}

.progress .progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: var(--color-brand-dark);
  }

.progress .progress-meter .progress-meter-text {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap;
    }

.progress.secondary .progress-meter {
      background-color: var(--color-brand-light);
    }

.progress.warning .progress-meter {
      background-color: var(--color-warning);
    }

.progress.error .progress-meter {
      background-color: var(--color-error);
    }

.progress.success .progress-meter {
      background-color: var(--color-success);
    }

.survey-progress {
    display: flex;
    list-style: none;
    margin: 1rem auto;
    position: relative;
    gap: .25rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

.survey-progress li {
      position: relative;
      z-index: 1;
      background-color: var(--color-brand-light);
      height: 4px;
      flex-grow: 1;
      border-radius: var(--border-radius);
    }

.survey-progress li.is-active, .survey-progress li:has(~ .is-active) {
        background-color: var(--color-text);
      }

@media (min-width: 1110px) {

.survey-progress {
      gap: 1rem;
      margin: 1.5rem auto
  }
      .survey-progress li {

      height: 6px;
      }
    }

.project-state {
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--color-light-grey);
  color: var(--color-text);
  position: relative;
  border: 1px solid transparent;
}

.project-state:hover {
    border-color: var(--color-text);
  }

.project-state + .label {
    margin-left:0;
  }

.project-state.pitched {
    background-color: var(--color-pale-blue);
    color: #196F94;
  }

.project-state.pitched:hover {
      border-color: #196F94;
    }

.project-state.presenting {
    color: var(--color-warning);
    background: var(--color-warning-background);
  }

.project-state.presenting:hover {
      border-color:var(--color-warning);
    }

.project-state.live {
    color: var(--color-success);
    background: var(--color-success-background);
  }

.project-state.live:hover {
      border-color: var(--color-success);
    }

.project-state.close {
    color: var(--color-error);
    background: var(--color-error-background);
  }

.project-state.close:hover {
      border-color: var(--color-error);
    }

@media (min-width: 905px) {
      .project-state:first-of-type:before {
        display: none;
      }
  }

table .project-states {
    display: inline-block;
    margin-left: .5rem;
  }

table .project-state {

    font-size: 0.9rem;
    padding: 6px 14px;
    border-radius: 2rem;
    line-height: 1.75;
    width: auto;
    display: inline-block;
    text-align: center;
    color: var(--color-white);
    font-weight: 500;
    background-color: var(--color-dark-blue);
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    cursor: pointer;
  }

table .project-state:hover {
      background-color: var(--color-light-blue);
      color: var(--color-dark-blue);
    }

table .project-state:focus {
      background-color: var(--color-dark-grey);
      border-color: var(--color-dark-grey);

    }

.questions + hr {
    border-color: var(--color-mid-grey);
  }

.questions .question {
    margin-top: 3rem;


  }

.questions .question:last-child {
      margin-bottom: 3rem;
    }

.questions .question .question-label {
      font-weight: 500;
    }

.questions .question .open-fields {
      width: 100%;
      max-width: 800px;
    }

.questions .question .likert-comment {
      width: 100%;
      max-width: 1000px;
      margin: 1rem 0;
    }

.questions .question .likert-comment label {
        display: flex;
        align-items: baseline;
      }

.questions .question .likert-comment label textarea {
          flex-grow: 1;
          padding: 0.75rem 1rem;
          border-radius: 1rem;
          border: 2px solid var(--color-mid-grey);
          margin-left: 1rem;
        }

.questions .question .likert-comment label textarea:disabled {
            background-color: var(--color-light-grey);
          }

@media screen and (max-width: 624px) {

.questions .question .likert-comment label {
          flex-direction: column
      }

          .questions .question .likert-comment label textarea {
            width: 95%;
          }
        }

.questions .question .likert-fields, .questions .question .nps-fields, .questions .question .single-select-fields {
      max-width: 1000px;
      gap: 1rem;
      flex-wrap: wrap;

    }

.questions .question .likert-fields .button_wrapper, .questions .question .nps-fields .button_wrapper, .questions .question .single-select-fields .button_wrapper {
        min-width: 5rem;
      }

.questions .question .likert-fields button, .questions .question .nps-fields button, .questions .question .single-select-fields button {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid var(--color-mid-grey);
        background-color: var(--color-white);
        border-radius: 3rem;
        padding: .75rem 1rem;
        font-size: 1rem;
        transition: background-color 0.2s;
        transform-origin: center;
      }

.questions .question .likert-fields button:hover, .questions .question .nps-fields button:hover, .questions .question .single-select-fields button:hover {
          border: 2px solid var(--color-brand-dark);
        }

.questions .question .likert-fields button:disabled, .questions .question .nps-fields button:disabled, .questions .question .single-select-fields button:disabled {
          font-size: 12px;
        }

.questions .question .likert-fields .chosen, .questions .question .nps-fields .chosen, .questions .question .single-select-fields .chosen {
        border: 2px solid var(--color-brand-dark);
        background-color: var(--color-brand-dark);
        pointer-events: none;
        color: white;
        font-weight: 600;
      }

.questions .question .likert-fields .disabled, .questions .question .nps-fields .disabled, .questions .question .single-select-fields .disabled {
        border: 2px solid var(--color-mid-grey);
        background-color: var(--color-mid-grey);
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
      }

.questions .question .likert-fields .button_wrapper, .questions .question .single-select-fields .button_wrapper {
        min-width: 100%;
      }

@media (min-width: 624px) {

.questions .question .likert-fields .button_wrapper, .questions .question .single-select-fields .button_wrapper {
          min-width: calc(50% - .5rem)
      }
        }

@media (min-width: 905px) {

.questions .question .likert-fields .button_wrapper, .questions .question .single-select-fields .button_wrapper {
          min-width: calc(33.33% - .675rem)
      }
        }

@media (min-width: 1110px) {

.questions .question .likert-fields .button_wrapper, .questions .question .single-select-fields .button_wrapper {
          min-width: 11rem
      }
        }

.question-results {
  margin-bottom: 1rem;
}

.question-results .question {
    padding: 1rem;
    background-color: white;
  }

.results .enps {
    border-style: dashed;
    border-color: var(--color-mid-grey);
  }

@media (min-width: 1110px) {

.results .enps {
      margin-left: 0
  }
    }

.results .enps .flex {
      gap: 2rem;
    }

.results .average {
    border-style: dashed;
    border-color: var(--color-mid-grey);
  }

.results .average .score {
      display: inline-flex;
      margin-bottom: 2rem;
    }

.results .stats {
    margin: 0;
    list-style: none;

    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
  }

.results .stats p {
      margin-bottom: 0;
    }

.results .score {
    display: flex;
    min-width: 110px;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    background-color: var(--color-brand-dark);
    color: var(--color-white);
    padding: 1.5rem 2rem;
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
  }

.results .question-groups,
  .results .questions {
    display: grid;
    gap: 1.5rem;
  }

@media (min-width: 905px) {

.results .question-groups,
  .results .questions {
      grid-template-columns: repeat(2, minmax(0, 1fr))
  }
    }

@media (min-width: 1110px) {

.results .question-groups,
  .results .questions {
      grid-template-columns: repeat(3, minmax(0, 1fr))
  }
    }

.results .question-groups .h4, .results .questions .h4 {
      text-transform: lowercase;
    }

.results .question-groups .h4:first-letter, .results .questions .h4:first-letter {
        text-transform: capitalize;
      }

.results .question-groups .sub-tag, .results .questions .sub-tag {
      font-weight: 500;
    }

.results .question-groups .h1, .results .questions .h1 {
      color: var(--color-brand-dark);
    }

.results .questions .panel {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

.results .questions .panel .answer-details {
        margin-top: 1.5rem;
        font-weight: 500;
        font-size: 14px;
      }

.results .questions .panel .answer-details h5 {
          font-size: 14px;
          margin-bottom: 1rem;
        }

.results .questions .panel .answer-details ul {
          list-style: none;
          margin: 1rem 0 0;
        }

.results .questions .panel .answer-details ul li {
            display: grid;
            grid-template-columns: auto 1fr;
            -moz-column-gap: 1.5rem;
                 column-gap: 1.5rem;
            text-align: right;
          }

.results .questions .panel .answer-details ul li:not(:last-of-type) {
              margin-bottom: 0.25rem;
            }

.results .questions .panel .answer-details ul li b {
              text-align: left;
            }

.results .questions .panel .answer-details summary {
          list-style: none;
          color: var(--color-brand-dark);
          text-decoration: underline;
        }

.results .questions .panel .answer-details[open] summary {
            color: var(--color-black);
          }

.results .questions .tag {
      display: inline-block;
      padding: 4px 12px;
      background-color: transparent;
      border-radius: 2rem;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.2;
      text-decoration: none;
      margin-bottom: 1rem;
    }

.results .questions .tag.high-scoring {
        color: var(--high_scoring_color) !important;
        border: 2px solid var(--high_scoring_color);
      }

.results .questions .tag.low-scoring {
        color: var(--low_scoring_color) !important;
        border: 2px solid var(--low_scoring_color);
      }

.results .key {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
  }

.results .likert-bar {
    display: flex;
    border-radius: 0.5rem;
    overflow: hidden;

    border: 1px solid var(--color-brand-dark);
  }

.results .likert-bar .element {
      width: 0px;
      height: 2rem;
      flex-grow: var(--weight, 1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
    }

.results .likert-bar .element:not(:last-of-type) {
        border-right: 1px solid var(--color-brand-dark);
      }

.results .likert-bar .element.strongly-disagree {
        background-color: var(--strongly_disagree_color);
      }

.results .likert-bar .element.disagree {
        background-color: var(--disagree_color);
      }

.results .likert-bar .element.indifferent {
        background-color: var(--indifferent_color);
      }

.results .likert-bar .element.agree {
        background-color: var(--agree_color);
      }

.results .likert-bar .element.strongly-agree {
        background-color: var(--strongly_agree_color);
      }

.key li, .response {
  display: flex;
  align-items: center;

  gap: 0.5rem;
}

.key li:not(:first-of-type), .response:not(:first-of-type) {
    margin-right: 0.5rem;
  }

.key li span, .response span {
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
  }

.key li span.strongly-disagree, .response span.strongly-disagree {
      background-color: var(--strongly_disagree_color);
    }

.key li span.disagree, .response span.disagree {
      background-color: var(--disagree_color);
    }

.key li span.indifferent, .response span.indifferent {
      background-color: var(--indifferent_color);
    }

.key li span.agree, .response span.agree {
      background-color: var(--agree_color);
    }

.key li span.strongly-agree, .response span.strongly-agree {
      background-color: var(--strongly_agree_color);
    }

.survey-groups {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem;

  list-style: none;
}

.survey-groups li {
    background-color: white;
    padding: 1rem;
  }

/* TOGGLE */

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: var(--color-brand-light);
  border-radius: 16px;
  width: 58px;
  height: 2rem;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:before,
  .toggle-switch:after {
    content: "";
  }

.toggle-switch:before {
    display: block;
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }

.toggle-checkbox:checked + .toggle-switch {
    background: var(--color-brand-dark);
  }

.toggle-checkbox:checked + .toggle-switch:before {
      left: 30px;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      background-size: 12px;
      background-position: center center;
      background-repeat: no-repeat;
    }

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  font-weight: 400;
  top: 2px;
}

.table-container {
  width: 100%;
  margin: 0 auto;
  border: 2px solid var(--color-mid-grey);
  border-radius: var(--border-radius);
  overflow: auto;
}

.table-container:not(:last-child) {
    margin-bottom: 2rem;
  }

table {
  width: 100%;
  border-collapse: collapse;
}

table thead {
    display: none;
    background-color: var(--color-mid-grey);
    color: var(--color-text);
    text-align: left;
  }

@media (min-width: 905px) {

table thead {
      display: table-header-group
  }
    }

table thead a {
      color: var(--color-text);
    }

table thead th svg.fa-arrow-down {
          display: none;
        }

table thead th svg.fa-arrow-up {
          display: none;
        }

table thead th[data-direction="desc"] svg.fa-arrow-down {
          display: inline-block;
        }

table thead th[data-direction="desc"] svg.fa-arrow-up {
          display: none;
        }

table thead th[data-direction="asc"] svg.fa-arrow-down {
          display: none;
        }

table thead th[data-direction="asc"] svg.fa-arrow-up {
          display: inline-block;
        }

table thead th {
      font-weight: 600;
      text-align: left;
    }

table thead th.sortable a {
          display: inline-flex;
          flex-wrap: nowrap;
          gap: 0.5rem;
          text-decoration: underline;
          align-items: center;
        }

table thead th.sortable a:after {
            content: "";
            display: inline-block;
            width: 1rem;
            height: 1rem;
            background-image: url("/assets/arrow-down-77a90427.svg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 14px;
          }

table thead th.sortable.descending a:after {
              transform: rotate(180deg);
            }

table tbody {
    font-size: 1rem;
    line-height: 1.75;
  }

table tbody tr {
      display: flex;

      flex-direction: column;
    }

@media (min-width: 905px) {

table tbody tr {
        display: table-row
    }
      }

table tbody tr{
      background: var(--color-white)}

table tbody tr a {
        color: var(--color-text);
      }

table tbody tr a:hover {
          text-decoration: underline;
        }

table tfoot {
    background: var(--color-dark-grey);
    color: var(--color-white);
  }

table tfoot a {
      color: var(--color-white);
    }

table th,
  table td {
    padding: 0.5rem 1rem;
    display: flex;
  }

table th img, table td img {
      display: inline-block;
      margin-right: 0.5rem;
    }

table th p, table td p {
      margin-bottom: 0.25rem;
    }

table th:before, table td:before {
      content: attr(label);
      font-weight: bold;
      width: 180px;
      text-align: left;
      min-width: 178px;
    }

table th:first-of-type, table td:first-of-type {
      padding-top: 1rem;
      order: 1;
    }

table th:last-of-type, table td:last-of-type {
      padding-bottom: 1rem;
      order: 4;
    }

table th:nth-of-type(2), table td:nth-of-type(2) {
      order: 3;
    }

table th:nth-of-type(3), table td:nth-of-type(3) {
      order: 2;
    }

@media (min-width: 905px) {

table th,
  table td {
      display: table-cell;
      padding: 1rem
  }
      table th:before, table td:before {
        display: none;
      }
      table th:first-of-type,
      table th:last-of-type,
      table td:first-of-type,
      table td:last-of-type {
        padding: 1rem 1rem;
      }
    }

@media (min-width: 1110px) {

table th,
  table td {
      padding: 1rem 2rem
  }
      table th:first-of-type,
      table th:last-of-type,
      table td:first-of-type,
      table td:last-of-type {
        padding: 1rem 2rem;
      }
    }

@media (min-width: 905px) {

table th.fit-width, table td.fit-width {
        width: 1%;
        white-space: nowrap
    }
      }

table.striped tbody tr:nth-child(even) {
      border-bottom: 0;
      background-color: var(--color-light-grey);
    }

table.hover tbody tr:hover {
          background-color: #f9f9f9;
        }

table.hover.striped tr:nth-of-type(even):hover {
          background-color: #ececec;
        }

table.stack thead,
    table.stack tfoot {
      display: none;
    }

@media (min-width: 905px) {

table.stack thead,
    table.stack tfoot {
        display: table-header-group
    }
      }

table.stack tr {
      display: block;
      border-bottom: 1px solid var(--color-blue-02);
    }

@media (min-width: 905px) {

table.stack tr {
        display: table-row;
        border: 0
    }
      }

table.stack th,
    table.stack td {
      display: block;
      padding: 0.5rem 1rem;
    }

table.stack th:first-of-type, table.stack td:first-of-type {
        padding-top: 1rem;
      }

table.stack th:last-of-type, table.stack td:last-of-type {
        padding-bottom: 1rem;
      }

@media (min-width: 905px) {

table.stack th,
    table.stack td {
        display: table-cell;
        padding: 16px 24px
    }
      }

table.stack td {
      border-top: 0;
    }

table.stack td.actions {
        width: 100%;
      }

@media (min-width: 905px) {

table.stack td.actions {
          width: 320px
      }
        }

table .button-row {
    margin: 0 !important;
    justify-content: flex-start !important;
  }

table .text-right .button {
      whitespace: nowrap;
      text-align: center;
    }

table form {
    display: inline-block;
}

table form + .button {
margin-left: 1rem;
  }

table.surveys tr td:last-child:before {
            display: none;
          }

table.surveys tr td:last-child{
          flex-wrap: wrap}

table.surveys tr td:last-child .button {
            width: 100%;
            margin-left: 0;
            margin-top: 0.5rem;
          }

@media (min-width: 905px) {

table.surveys tr td:last-child .button {
              width: auto;
              margin-top: 0
          }
              table.surveys tr td:last-child .button + .button {
                margin-left: 1rem;
              }
            }

[data-controller~="tabs"] .tabs {
    border: 0;
    margin: 2rem auto 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

[data-controller~="tabs"] .tabs-title, [data-controller~="tabs"] [data-tabs-target="tab"] {
    cursor: pointer;
    display: block;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(255,255,255,0.5);
    margin-right: 1rem;

    border-top-left-radius: var(--border-radius-large);
    border-top-right-radius: var(--border-radius-large);
  }

[data-controller~="tabs"] .tabs-title a, [data-controller~="tabs"] [data-tabs-target="tab"] a {
      text-decoration:none;
      color: inherit;
    }

[data-controller~="tabs"] .tabs-title p, [data-controller~="tabs"] [data-tabs-target="tab"] p {
      margin: 0;
    }

[data-controller~="tabs"] .tabs-title:hover, [data-controller~="tabs"] [data-tabs-target="tab"]:hover {
      background: var(--color-white);
    }

[data-controller~="tabs"] .tabs-title.is-active, [data-controller~="tabs"] [data-tabs-target="tab"].is-active {
      background: var(--color-white);
      color: var(--color-black);
      font-weight: bold;
      pointer-events:none;

    }

[data-controller~="tabs"] [data-tabs-target="content"] {
    display: none;
  }

[data-controller~="tabs"] [data-tabs-target="content"].is-active {
      display: block;
      background-color: var(--color-white);
      padding: 2rem;
      margin-top: 0;
    }

/* Toastify overides */

.toastify {
  display: flex;
  gap: 1rem;
}

.toastify .toast-close {
    color: var(--text-color) !important;
    opacity: 0.5;
    padding-right: 0;
    padding-left: 0;
  }

.toast-notice {
    background: var(--color-notice-background);
    color: var(--color-text);
  }

.toast-alert {
    background: var(--color-error-background);
    color: var(--color-text);
  }

.has-tip {
    color: inherit;
    display: inline;
  }

.tippy-box {
    background-color: var(--color-brand-dark);
    color: var(--color-white);
    font-size: 14px;
    padding: 6px 14px;
    line-height: 1.2;
    font-weight: 400;
    border-radius: 6px;
  }

.tippy-box .tippy-arrow {
      color: var(--color-brand-dark);
    }

.tippy-box a, .tippy-box a:hover {
      color: var(--color-white);
    }

.individual-details-layout .enps {
    border-style: dashed;
    border-color: var(--color-mid-grey);
  }

.individual-details-layout .enps ul {
      list-style: none;
      margin-bottom: 0;
    }

.individual-details-layout .single-select header, .individual-details-layout .likert header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 1.5rem;
    }

.individual-details-layout .single-select header h2, .individual-details-layout .single-select header h3, .individual-details-layout .likert header h2, .individual-details-layout .likert header h3 {
        margin-bottom: 0;
      }

.individual-details-layout .results-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

.individual-details-layout .results-nav .nav-previous svg, .individual-details-layout .results-nav .nav-next svg {
        font-size: 2rem;
      }

@media screen and (min-width: 550px) {

.individual-details-layout .results-nav {
      margin-bottom: 0
  }

.individual-details-layout {
    margin: 0 3rem
}

    .individual-details-layout .nav-previous,
    .individual-details-layout .nav-next {
      position: fixed;
      top: 50vh;
      z-index: 2;
    }
      .individual-details-layout .nav-previous svg, .individual-details-layout .nav-next svg {
        font-size: 2rem;
      }

    .individual-details-layout .nav-previous {
      left: 1rem;
    }

    .individual-details-layout .nav-next {
      right: 1rem;
    }
    }

@media screen and (min-width: 1396px) {

.individual-details-layout {
    margin: 0 auto
}

  }

.individual-details-layout table thead {
      display: table-header-group;
    }

.individual-details-layout table tr {
      display: table-row;
    }

.individual-details-layout table th,
    .individual-details-layout table td {
      display: table-cell;
    }

.individual-details-layout table td strong {
        font-weight: 500;
      }

.page-simple > .container {
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

body.theme-app.lookbook h1.h2 {
        margin-bottom: 3rem;
      }

body.theme-app.lookbook hr {
        border-color: var(--color-mid-grey);
        margin: 3rem auto;
      }

@media (min-width: 624px){

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

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

@media (min-width: 905px){

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

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

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

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

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

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

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

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

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

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

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

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

.sm\:grid-cols-none{grid-template-columns:none}

.sm\:grid-cols-subgrid{grid-template-columns:subgrid}}

@media (min-width: 1110px){

.md\:order-1{order:1}

.md\:order-2{order:2}

.md\:w-3_12{width:25%}

.md\:w-4_12{width:33.333333%}

.md\:w-6_12{width:50%}

.md\:w-8_12{width:66.666667%}

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

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

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

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

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

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

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

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

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

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

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

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

.md\:grid-cols-none{grid-template-columns:none}

.md\:grid-cols-subgrid{grid-template-columns:subgrid}}

@media (min-width: 1441px){

.lg\:w-6_12{width:50%}

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

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

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

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

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

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

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

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

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

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

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

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

.lg\:grid-cols-none{grid-template-columns:none}

.lg\:grid-cols-subgrid{grid-template-columns:subgrid}}

@media (min-width: 1680px){

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

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

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

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

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

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

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

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

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

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

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

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

.xl\:grid-cols-none{grid-template-columns:none}

.xl\:grid-cols-subgrid{grid-template-columns:subgrid}}

/*# sourceMappingURL=/assets/application-2178e894.css.map */