
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
} /*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #fff;
}

.hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-variable.language_ {
  color: #d73a49;
}

.hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ {
  color: #6f42c1;
}

.hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id, .hljs-variable {
  color: #005cc5;
}

.hljs-meta .hljs-string, .hljs-regexp, .hljs-string {
  color: #032f62;
}

.hljs-built_in, .hljs-symbol {
  color: #e36209;
}

.hljs-code, .hljs-comment, .hljs-formula {
  color: #6a737d;
}

.hljs-name, .hljs-quote, .hljs-selector-pseudo, .hljs-selector-tag {
  color: #22863a;
}

.hljs-subst {
  color: #24292e;
}

.hljs-section {
  color: #005cc5;
  font-weight: 700;
}

.hljs-bullet {
  color: #735c0f;
}

.hljs-emphasis {
  color: #24292e;
  font-style: italic;
}

.hljs-strong {
  color: #24292e;
  font-weight: 700;
}

.hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}

.hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper form textarea, form .numInputWrapper textarea, .numInputWrapper form .text-area-wrapper::after, form .numInputWrapper .text-area-wrapper::after,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input, .numInputWrapper form textarea, form .numInputWrapper textarea, .numInputWrapper form .text-area-wrapper::after, form .numInputWrapper .text-area-wrapper::after {
  width: 100%;
}

.numInputWrapper input::-ms-clear, .numInputWrapper form textarea::-ms-clear, form .numInputWrapper textarea::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper form textarea::-webkit-outer-spin-button, form .numInputWrapper textarea::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper form textarea::-webkit-inner-spin-button,
form .numInputWrapper textarea::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year, .flatpickr-current-month form textarea.cur-year, form .flatpickr-current-month textarea.cur-year, .flatpickr-current-month form .cur-year.text-area-wrapper::after, form .flatpickr-current-month .cur-year.text-area-wrapper::after {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus, .flatpickr-current-month form textarea.cur-year:focus, form .flatpickr-current-month textarea.cur-year:focus, .flatpickr-current-month form .cur-year.text-area-wrapper:focus::after, form .flatpickr-current-month .cur-year.text-area-wrapper:focus::after {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month form textarea.cur-year[disabled], form .flatpickr-current-month textarea.cur-year[disabled], .flatpickr-current-month form .cur-year[disabled].text-area-wrapper::after, form .flatpickr-current-month .cur-year[disabled].text-area-wrapper::after,
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input, .flatpickr-time form textarea, form .flatpickr-time textarea, .flatpickr-time form .text-area-wrapper::after, form .flatpickr-time .text-area-wrapper::after {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour, .flatpickr-time form textarea.flatpickr-hour, form .flatpickr-time textarea.flatpickr-hour, .flatpickr-time form .flatpickr-hour.text-area-wrapper::after, form .flatpickr-time .flatpickr-hour.text-area-wrapper::after {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time form textarea.flatpickr-minute, form .flatpickr-time textarea.flatpickr-minute, .flatpickr-time form .flatpickr-minute.text-area-wrapper::after, form .flatpickr-time .flatpickr-minute.text-area-wrapper::after,
.flatpickr-time input.flatpickr-second,
.flatpickr-time form textarea.flatpickr-second,
form .flatpickr-time textarea.flatpickr-second,
.flatpickr-time form .flatpickr-second.text-area-wrapper::after,
form .flatpickr-time .flatpickr-second.text-area-wrapper::after {
  font-weight: 400;
}

.flatpickr-time input:focus, .flatpickr-time form textarea:focus, form .flatpickr-time textarea:focus, .flatpickr-time form .text-area-wrapper:focus::after, form .flatpickr-time .text-area-wrapper:focus::after {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time form textarea:hover, form .flatpickr-time textarea:hover, .flatpickr-time form .text-area-wrapper:hover::after, form .flatpickr-time .text-area-wrapper:hover::after,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time form textarea:focus,
form .flatpickr-time textarea:focus,
.flatpickr-time form .text-area-wrapper:focus::after,
form .flatpickr-time .text-area-wrapper:focus::after,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.uppy-Root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  position: relative;
  text-align: left;
}

.uppy-Root[dir=rtl], [dir=rtl] .uppy-Root {
  text-align: right;
}

.uppy-Root *, .uppy-Root :after, .uppy-Root :before {
  box-sizing: inherit;
}

.uppy-Root [hidden] {
  display: none;
}

.uppy-u-reset {
  all: initial;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
}

[dir=rtl] .uppy-u-reset {
  text-align: right;
}

.uppy-c-textInput {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 8px;
}

.uppy-size--md .uppy-c-textInput {
  padding: 8px 10px;
}

.uppy-c-textInput:focus {
  border-color: rgba(34, 117, 215, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.1490196078);
  outline: none;
}

[data-uppy-theme=dark] .uppy-c-textInput {
  background-color: #333;
  border-color: #333;
  color: #eaeaea;
}

[data-uppy-theme=dark] .uppy-c-textInput:focus {
  border-color: #525252;
  box-shadow: none;
}

.uppy-c-icon {
  fill: currentColor;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.uppy-c-btn {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.uppy-c-btn, [dir=rtl] .uppy-c-btn {
  text-align: center;
}

.uppy-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.uppy-c-btn::-moz-focus-inner {
  border: 0;
}

.uppy-c-btn-primary {
  background-color: #2275d7;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
}

.uppy-c-btn-primary:hover {
  background-color: #1b5dab;
}

.uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.4);
  outline: none;
}

.uppy-size--md .uppy-c-btn-primary {
  padding: 13px 22px;
}

[data-uppy-theme=dark] .uppy-c-btn-primary {
  color: #eaeaea;
}

[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  outline: none;
}

[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}

.uppy-c-btn-link {
  background-color: initial;
  border-radius: 4px;
  color: #525252;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
}

.uppy-c-btn-link:hover {
  color: #333;
}

.uppy-c-btn-link:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.2509803922);
  outline: none;
}

.uppy-size--md .uppy-c-btn-link {
  padding: 13px 18px;
}

[data-uppy-theme=dark] .uppy-c-btn-link {
  color: #eaeaea;
}

[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  outline: none;
}

[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}

[data-uppy-theme=dark] .uppy-c-btn-link:hover {
  color: #939393;
}

.uppy-Informer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1005;
}

.uppy-Informer span > div {
  margin-bottom: 6px;
}

.uppy-Informer-animated {
  opacity: 0;
  transform: translateY(350%);
  transition: all 0.3s ease-in;
  z-index: -1000;
}

.uppy-Informer p {
  background-color: #757575;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
  padding: 6px 15px;
}

.uppy-size--md .uppy-Informer p {
  font-size: 14px;
  line-height: 1.3;
  max-width: 500px;
  padding: 10px 20px;
}

[data-uppy-theme=dark] .uppy-Informer p {
  background-color: #333;
}

[dir=ltr] .uppy-Informer p span {
  left: 3px;
}

[dir=rtl] .uppy-Informer p span {
  right: 3px;
}

[dir=ltr] .uppy-Informer p span {
  margin-left: -1px;
}

[dir=rtl] .uppy-Informer p span {
  margin-right: -1px;
}

.uppy-Informer p span {
  background-color: #fff;
  border-radius: 50%;
  color: #525252;
  display: inline-block;
  font-size: 10px;
  height: 13px;
  line-height: 12px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 13px;
}

.uppy-Informer p span:hover {
  cursor: help;
}

.uppy-Informer p span:after {
  word-wrap: break-word;
  line-height: 1.3;
}

.uppy-Root [aria-label][role~=tooltip] {
  position: relative;
}

.uppy-Root [aria-label][role~=tooltip]:after, .uppy-Root [aria-label][role~=tooltip]:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateZ(0);
  transform-origin: top;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  will-change: transform;
  z-index: 10;
}

.uppy-Root [aria-label][role~=tooltip]:before {
  background-size: 100% auto !important;
  content: "";
}

.uppy-Root [aria-label][role~=tooltip]:after {
  background: rgba(17, 17, 17, 0.9019607843);
  border-radius: 4px;
  box-sizing: initial;
  color: #fff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  padding: 0.5em 1em;
  text-transform: var(--microtip-text-transform, none);
  white-space: nowrap;
}

.uppy-Root [aria-label][role~=tooltip]:focus:after, .uppy-Root [aria-label][role~=tooltip]:focus:before, .uppy-Root [aria-label][role~=tooltip]:hover:after, .uppy-Root [aria-label][role~=tooltip]:hover:before {
  opacity: 1;
  pointer-events: auto;
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0Z'/%3E%3C/svg%3E") no-repeat;
  bottom: 100%;
  height: 6px;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 0, 0);
  width: 18px;
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 0, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
  transform: translate3d(-50%, -5px, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
  bottom: 100%;
  transform: translate3d(calc(-100% + 16px), 0, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
  bottom: 100%;
  transform: translate3d(-16px, 0, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
  transform: translate3d(-16px, -5px, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12Z'/%3E%3C/svg%3E") no-repeat;
  bottom: auto;
  height: 6px;
  left: 50%;
  margin-bottom: 0;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
  width: 18px;
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
  transform: translate3d(-50%, 0, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
  top: 100%;
  transform: translate3d(calc(-100% + 16px), -10px, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
  top: 100%;
  transform: translate3d(-16px, -10px, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
  transform: translate3d(-16px, 0, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:after, .uppy-Root [role~=tooltip][data-microtip-position=left]:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342Z'/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
  width: 6px;
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
  margin-right: 11px;
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
  transform: translate3d(0, -50%, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:after, .uppy-Root [role~=tooltip][data-microtip-position=right]:before {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658Z'/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-left: 5px;
  width: 6px;
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
  margin-left: 11px;
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
  transform: translate3d(0, -50%, 0);
}

.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
  white-space: normal;
  width: 80px;
}

.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
  white-space: normal;
  width: 150px;
}

.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
  white-space: normal;
  width: 260px;
}

.uppy-StatusBar {
  background-color: #fff;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 46px;
  line-height: 40px;
  position: relative;
  transition: height 0.2s;
  z-index: 1001;
}

[data-uppy-theme=dark] .uppy-StatusBar {
  background-color: #1f1f1f;
}

.uppy-StatusBar:before {
  background-color: #eaeaea;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

[data-uppy-theme=dark] .uppy-StatusBar:before {
  background-color: #757575;
}

.uppy-StatusBar[aria-hidden=true] {
  height: 0;
  overflow-y: hidden;
}

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1bb240;
}

.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #e32437;
}

.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
  color: #1bb240;
}

.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
  color: #e32437;
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  height: 65px;
}

[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}

.uppy-StatusBar-progress {
  background-color: #2275d7;
  height: 2px;
  position: absolute;
  transition: background-color, width 0.3s ease-out;
  z-index: 1001;
}

.uppy-StatusBar-progress.is-indeterminate {
  animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3019607843) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3019607843) 0, rgba(0, 0, 0, 0.3019607843) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-size: 64px 64px;
}

@keyframes uppy-StatusBar-ProgressStripes {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 64px 0;
  }
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
  background-color: #f6a623;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
  display: none;
}

[dir=ltr] .uppy-StatusBar-content {
  padding-left: 10px;
}

[dir=rtl] .uppy-StatusBar-content {
  padding-right: 10px;
}

.uppy-StatusBar-content {
  align-items: center;
  color: #333;
  display: flex;
  height: 100%;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1002;
}

[dir=ltr] .uppy-size--md .uppy-StatusBar-content {
  padding-left: 15px;
}

[dir=rtl] .uppy-size--md .uppy-StatusBar-content {
  padding-right: 15px;
}

[data-uppy-theme=dark] .uppy-StatusBar-content {
  color: #eaeaea;
}

[dir=ltr] .uppy-StatusBar-status {
  padding-right: 0.3em;
}

[dir=rtl] .uppy-StatusBar-status {
  padding-left: 0.3em;
}

.uppy-StatusBar-status {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  justify-content: center;
  line-height: 1.4;
}

.uppy-StatusBar-statusPrimary {
  display: flex;
  font-weight: 500;
  line-height: 1;
}

.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details {
  margin-left: 5px;
}

[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary {
  color: #eaeaea;
}

.uppy-StatusBar-statusSecondary {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 1px;
  white-space: nowrap;
}

[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary {
  color: #bbb;
}

[dir=ltr] .uppy-StatusBar-statusSecondaryHint {
  margin-right: 5px;
}

[dir=rtl] .uppy-StatusBar-statusSecondaryHint {
  margin-left: 5px;
}

.uppy-StatusBar-statusSecondaryHint {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-right: 8px;
}

[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-left: 8px;
}

[dir=ltr] .uppy-StatusBar-statusIndicator {
  margin-right: 7px;
}

[dir=rtl] .uppy-StatusBar-statusIndicator {
  margin-left: 7px;
}

.uppy-StatusBar-statusIndicator {
  color: #525252;
  position: relative;
  top: 1px;
}

.uppy-StatusBar-statusIndicator svg {
  vertical-align: text-bottom;
}

[dir=ltr] .uppy-StatusBar-actions {
  right: 10px;
}

[dir=rtl] .uppy-StatusBar-actions {
  left: 10px;
}

.uppy-StatusBar-actions {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 1004;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #fafafa;
  height: 100%;
  padding: 0 15px;
  position: static;
  width: 100%;
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #1f1f1f;
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
  flex-direction: column;
  height: 90px;
}

.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
  flex-direction: row;
  height: 65px;
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: column;
  justify-content: center;
}

.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: row;
  justify-content: normal;
}

.uppy-StatusBar-actionCircleBtn {
  cursor: pointer;
  line-height: 1;
  margin: 3px;
  opacity: 0.9;
}

.uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}

.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}

.uppy-StatusBar-actionCircleBtn:hover {
  opacity: 1;
}

.uppy-StatusBar-actionCircleBtn:focus {
  border-radius: 50%;
}

.uppy-StatusBar-actionCircleBtn svg {
  vertical-align: bottom;
}

.uppy-StatusBar-actionBtn {
  color: #2275d7;
  display: inline-block;
  font-size: 10px;
  line-height: inherit;
  vertical-align: middle;
}

.uppy-size--md .uppy-StatusBar-actionBtn {
  font-size: 11px;
}

.uppy-StatusBar-actionBtn--disabled {
  opacity: 0.4;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled {
  opacity: 0.7;
}

[dir=ltr] .uppy-StatusBar-actionBtn--retry {
  margin-right: 6px;
}

[dir=rtl] .uppy-StatusBar-actionBtn--retry {
  margin-left: 6px;
}

.uppy-StatusBar-actionBtn--retry {
  background-color: #ff4b23;
  border-radius: 8px;
  color: #fff;
  height: 16px;
  line-height: 1;
  padding: 1px 6px 3px 18px;
  position: relative;
}

.uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}

.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}

.uppy-StatusBar-actionBtn--retry:hover {
  background-color: #f92d00;
}

[dir=ltr] .uppy-StatusBar-actionBtn--retry svg {
  left: 6px;
}

[dir=rtl] .uppy-StatusBar-actionBtn--retry svg {
  right: 6px;
}

.uppy-StatusBar-actionBtn--retry svg {
  position: absolute;
  top: 3px;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1bb240;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px 10px;
  width: 100%;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #189c38;
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1c8b37;
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #18762f;
}

.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  padding: 13px 22px;
  width: auto;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1bb240;
  cursor: not-allowed;
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1c8b37;
}

.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
  background-color: initial;
  color: #2275d7;
}

[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
}

[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded, [dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-left: 3px;
}

[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded {
  border-radius: 3px;
  padding-bottom: 1px;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  display: none;
}

.uppy-StatusBar-actionBtn--done {
  border-radius: 3px;
  line-height: 1;
  padding: 7px 8px;
}

.uppy-StatusBar-actionBtn--done:focus {
  outline: none;
}

.uppy-StatusBar-actionBtn--done::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: #1b5dab;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus {
  background-color: #333;
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done {
  color: #02baf2;
}

.uppy-size--md .uppy-StatusBar-actionBtn--done {
  font-size: 14px;
}

.uppy-StatusBar-serviceMsg {
  color: #000;
  font-size: 11px;
  line-height: 1.1;
  padding-left: 10px;
}

.uppy-size--md .uppy-StatusBar-serviceMsg {
  font-size: 14px;
  padding-left: 15px;
}

[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg {
  color: #eaeaea;
}

.uppy-StatusBar-serviceMsg-ghostsIcon {
  left: 6px;
  opacity: 0.5;
  position: relative;
  top: 2px;
  vertical-align: text-bottom;
  width: 10px;
}

.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon {
  left: 10px;
  top: 1px;
  width: 15px;
}

[dir=ltr] .uppy-StatusBar-details {
  left: 2px;
}

[dir=rtl] .uppy-StatusBar-details {
  right: 2px;
}

.uppy-StatusBar-details {
  -webkit-appearance: none;
  appearance: none;
  background-color: #939393;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 13px;
  line-height: 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 13px;
}

.uppy-StatusBar-details:after {
  word-wrap: break-word;
  line-height: 1.3;
}

[dir=ltr] .uppy-StatusBar-spinner {
  margin-right: 10px;
}

[dir=rtl] .uppy-StatusBar-spinner {
  margin-left: 10px;
}

.uppy-StatusBar-spinner {
  fill: #2275d7;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: uppy-StatusBar-spinnerAnimation;
  animation-timing-function: linear;
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
  fill: #f6a623;
}

@keyframes uppy-StatusBar-spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list, .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px;
}

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after, .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after {
  content: "";
  flex: auto;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  margin: 0;
  position: relative;
  width: 50%;
}

.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 33.3333%;
}

.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 25%;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg {
  opacity: 0.85;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled {
  opacity: 0.5;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: rgba(147, 147, 147, 0.2);
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner, [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: rgba(234, 234, 234, 0.2);
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: rgba(0, 0, 0, 0.7019607843);
  height: 30%;
  width: 30%;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg, [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: rgba(255, 255, 255, 0.8);
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  border-radius: 4px;
  bottom: 7px;
  height: calc(100% - 14px);
  left: 7px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  width: calc(100% - 14px);
}

@media (hover: none) {
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
    display: block;
  }
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner, [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  box-shadow: 0 0 0 3px rgba(170, 225, 255, 0.7019607843);
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author {
  background: rgba(0, 0, 0, 0.3019607843);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: underline;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox {
  background-color: #2275d7;
  border-radius: 50%;
  height: 26px;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 26px;
  z-index: 1002;
}

[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, [dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  left: 7px;
}

[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, [dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  right: 7px;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  height: 7px;
  top: 8px;
  width: 12px;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked {
  opacity: 1;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author {
  display: block;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus {
  outline: none;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-viewType--list {
  background-color: #fff;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list {
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 7px 15px;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  color: #eaeaea;
}

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
  opacity: 0.6;
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  margin-right: 15px;
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  margin-left: 15px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  height: 17px;
  width: 17px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border: 1px solid #2275d7;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.2509803922);
  outline: none;
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  left: 3px;
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  right: 3px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  height: 5px;
  opacity: 0;
  top: 4px;
  width: 9px;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border-color: rgba(2, 186, 242, 0.7019607843);
  box-shadow: 0 0 0 3px rgba(2, 186, 242, 0.2);
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked {
  background-color: #2275d7;
  border-color: #2275d7;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after {
  opacity: 1;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
  outline: none;
  text-decoration: underline;
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-right: 8px;
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-left: 8px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  max-height: 20px;
  max-width: 20px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner {
  cursor: default;
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  margin-right: 7px;
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  margin-left: 7px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  width: 20px;
}

.uppy-ProviderBrowserItem-checkbox {
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}

.uppy-ProviderBrowserItem-checkbox:disabled {
  cursor: default;
}

.uppy-ProviderBrowserItem-checkbox:after {
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  content: "";
  cursor: pointer;
  position: absolute;
  transform: rotate(-45deg);
}

.uppy-ProviderBrowserItem-checkbox:disabled:after {
  cursor: default;
}

[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox {
  background-color: #1f1f1f;
  border-color: #939393;
}

[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox--is-checked {
  background-color: #333;
}

.uppy-SearchProvider {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

[data-uppy-theme=dark] .uppy-SearchProvider {
  background-color: #1f1f1f;
}

.uppy-SearchProvider-input {
  margin-bottom: 15px;
  max-width: 650px;
  width: 90%;
}

.uppy-size--md .uppy-SearchProvider-input {
  margin-bottom: 20px;
}

.uppy-SearchProvider-input::-webkit-search-cancel-button {
  display: none;
}

.uppy-SearchProvider-searchButton {
  padding: 13px 25px;
}

.uppy-size--md .uppy-SearchProvider-searchButton {
  padding: 13px 30px;
}

.uppy-DashboardContent-panelBody {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}

[data-uppy-theme=dark] .uppy-DashboardContent-panelBody {
  background-color: #1f1f1f;
}

.uppy-Provider-auth, .uppy-Provider-empty, .uppy-Provider-error, .uppy-Provider-loading {
  align-items: center;
  color: #939393;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  justify-content: center;
}

.uppy-Provider-empty {
  color: #939393;
}

.uppy-Provider-authIcon svg {
  height: 75px;
  width: 100px;
}

.uppy-Provider-authTitle {
  color: #757575;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 500px;
  padding: 0 15px;
  text-align: center;
}

.uppy-size--md .uppy-Provider-authTitle {
  font-size: 20px;
}

[data-uppy-theme=dark] .uppy-Provider-authTitle {
  color: #cfcfcf;
}

.uppy-Provider-btn-google {
  align-items: center;
  background: #4285f4;
  display: flex;
  padding: 8px 12px !important;
}

.uppy-Provider-btn-google:hover {
  background-color: #1266f1;
}

.uppy-Provider-btn-google:focus {
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.4);
  outline: none;
}

.uppy-Provider-btn-google svg {
  margin-right: 8px;
}

[dir=ltr] .uppy-Provider-breadcrumbs {
  text-align: left;
}

[dir=rtl] .uppy-Provider-breadcrumbs {
  text-align: right;
}

.uppy-Provider-breadcrumbs {
  color: #525252;
  flex: 1;
  font-size: 12px;
  margin-bottom: 10px;
}

.uppy-size--md .uppy-Provider-breadcrumbs {
  margin-bottom: 0;
}

[data-uppy-theme=dark] .uppy-Provider-breadcrumbs {
  color: #eaeaea;
}

[dir=ltr] .uppy-Provider-breadcrumbsIcon {
  margin-right: 4px;
}

[dir=rtl] .uppy-Provider-breadcrumbsIcon {
  margin-left: 4px;
}

.uppy-Provider-breadcrumbsIcon {
  color: #525252;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.uppy-Provider-breadcrumbsIcon svg {
  fill: #525252;
  height: 13px;
  width: 13px;
}

.uppy-Provider-breadcrumbs button {
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  padding: 4px;
}

.uppy-Provider-breadcrumbs button:focus {
  outline: none;
}

.uppy-Provider-breadcrumbs button::-moz-focus-inner {
  border: 0;
}

.uppy-Provider-breadcrumbs button:hover {
  color: #1b5dab;
}

.uppy-Provider-breadcrumbs button:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus {
  background-color: #333;
}

.uppy-Provider-breadcrumbs button:not(:last-of-type) {
  text-decoration: underline;
}

.uppy-Provider-breadcrumbs button:last-of-type {
  color: #333;
  cursor: normal;
  font-weight: 500;
  pointer-events: none;
}

.uppy-Provider-breadcrumbs button:hover {
  cursor: pointer;
}

[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button {
  color: #eaeaea;
}

.uppy-ProviderBrowser {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}

.uppy-ProviderBrowser-user {
  color: #333;
  font-weight: 500;
  margin: 0 8px 0 0;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-user {
  color: #eaeaea;
}

[dir=ltr] .uppy-ProviderBrowser-user:after {
  left: 4px;
}

[dir=rtl] .uppy-ProviderBrowser-user:after {
  right: 4px;
}

.uppy-ProviderBrowser-user:after {
  color: #939393;
  content: "·";
  font-weight: 400;
  position: relative;
}

.uppy-ProviderBrowser-header {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1001;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-header {
  border-bottom: 1px solid #333;
}

.uppy-ProviderBrowser-headerBar {
  background-color: #fafafa;
  color: #757575;
  font-size: 12px;
  line-height: 1.4;
  padding: 7px 15px;
  z-index: 1001;
}

.uppy-size--md .uppy-ProviderBrowser-headerBar {
  align-items: center;
  display: flex;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar {
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-headerBar--simple {
  display: block;
  justify-content: center;
  text-align: center;
}

.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
  display: inline-block;
  flex: none;
  vertical-align: middle;
}

.uppy-ProviderBrowser-searchFilter {
  align-items: center;
  display: flex;
  height: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  width: 100%;
}

[dir=ltr] .uppy-ProviderBrowser-searchFilterInput {
  padding-left: 30px;
}

[dir=ltr] .uppy-ProviderBrowser-searchFilterInput, [dir=rtl] .uppy-ProviderBrowser-searchFilterInput {
  padding-right: 30px;
}

[dir=rtl] .uppy-ProviderBrowser-searchFilterInput {
  padding-left: 30px;
}

.uppy-ProviderBrowser-searchFilterInput {
  background-color: #eaeaea;
  border: 0;
  border-radius: 4px;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 30px;
  line-height: 1.4;
  outline: 0;
  width: 100%;
  z-index: 1001;
}

.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button {
  display: none;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput {
  background-color: #1f1f1f;
  color: #eaeaea;
}

.uppy-ProviderBrowser-searchFilterInput:focus {
  background-color: #cfcfcf;
  border: 0;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus {
  background-color: #333;
}

[dir=ltr] .uppy-ProviderBrowser-searchFilterIcon {
  left: 16px;
}

[dir=rtl] .uppy-ProviderBrowser-searchFilterIcon {
  right: 16px;
}

.uppy-ProviderBrowser-searchFilterIcon {
  color: #757575;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 1002;
}

.uppy-ProviderBrowser-searchFilterInput::placeholder {
  color: #939393;
  opacity: 1;
}

[dir=ltr] .uppy-ProviderBrowser-searchFilterReset {
  right: 16px;
}

[dir=rtl] .uppy-ProviderBrowser-searchFilterReset {
  left: 16px;
}

.uppy-ProviderBrowser-searchFilterReset {
  border-radius: 3px;
  color: #939393;
  cursor: pointer;
  height: 22px;
  padding: 6px;
  position: absolute;
  width: 22px;
  z-index: 1002;
}

.uppy-ProviderBrowser-searchFilterReset:focus {
  outline: none;
}

.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-searchFilterReset:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

.uppy-ProviderBrowser-searchFilterReset:hover {
  color: #757575;
}

.uppy-ProviderBrowser-searchFilterReset svg {
  vertical-align: text-top;
}

.uppy-ProviderBrowser-userLogout {
  border-radius: 3px;
  color: #2275d7;
  cursor: pointer;
  line-height: inherit;
  padding: 4px;
}

.uppy-ProviderBrowser-userLogout:focus {
  outline: none;
}

.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-userLogout:hover {
  color: #1b5dab;
}

.uppy-ProviderBrowser-userLogout:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus {
  background-color: #333;
}

.uppy-ProviderBrowser-userLogout:hover {
  text-decoration: underline;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout {
  color: #eaeaea;
}

.uppy-ProviderBrowser-body {
  flex: 1;
  position: relative;
}

.uppy-ProviderBrowser-list {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-spacing: 0;
  bottom: 0;
  display: block;
  flex: 1;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-list {
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-list:focus {
  outline: none;
}

.uppy-ProviderBrowserItem-inner {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.uppy-ProviderBrowser-footer {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  display: flex;
  height: 65px;
  padding: 0 15px;
}

[dir=ltr] .uppy-ProviderBrowser-footer button {
  margin-right: 8px;
}

[dir=rtl] .uppy-ProviderBrowser-footer button {
  margin-left: 8px;
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-footer {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}

.uppy-Dashboard-Item-previewInnerWrap {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: none;
}

.uppy-Dashboard-Item-previewInnerWrap:after {
  background-color: rgba(0, 0, 0, 0.6509803922);
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}

.uppy-Dashboard-Item-previewLink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

.uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #76abe9;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #016c8d;
}

.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 3px;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  width: 100%;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 10px;
  width: auto;
}

.uppy-Dashboard-Item-progress {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35 ease;
  width: 120px;
  z-index: 1002;
}

.uppy-Dashboard-Item-progressIndicator {
  color: #fff;
  display: inline-block;
  height: 38px;
  opacity: 0.9;
  width: 38px;
}

.uppy-size--md .uppy-Dashboard-Item-progressIndicator {
  height: 55px;
  width: 55px;
}

button.uppy-Dashboard-Item-progressIndicator {
  cursor: pointer;
}

button.uppy-Dashboard-Item-progressIndicator:focus {
  outline: none;
}

button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner {
  border: 0;
}

button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg, button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
  fill: #76abe9;
}

.uppy-Dashboard-Item-progressIcon--circle {
  height: 100%;
  width: 100%;
}

.uppy-Dashboard-Item-progressIcon--bg {
  stroke: rgba(255, 255, 255, 0.4);
}

.uppy-Dashboard-Item-progressIcon--progress {
  stroke: #fff;
  transition: stroke-dashoffset 0.5s ease-out;
}

.uppy-Dashboard-Item-progressIcon--play {
  fill: #fff;
  stroke: #fff;
  transition: all 0.2s;
}

.uppy-Dashboard-Item-progressIcon--cancel {
  fill: #fff;
  transition: all 0.2s;
}

.uppy-Dashboard-Item-progressIcon--pause {
  fill: #fff;
  stroke: #fff;
  transition: all 0.2s;
}

.uppy-Dashboard-Item-progressIcon--check {
  fill: #fff;
  transition: all 0.2s;
}

.uppy-Dashboard-Item-progressIcon--retry {
  fill: #fff;
}

[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  right: -8px;
}

[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  left: -8px;
}

[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  left: auto;
}

[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  right: auto;
}

.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  top: -9px;
  transform: none;
  width: auto;
}

.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  height: 18px;
  width: 18px;
}

.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  height: 28px;
  width: 28px;
}

.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  height: 18px;
  opacity: 1;
  width: 18px;
}

.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  height: 22px;
  width: 22px;
}

.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress {
  opacity: 0;
}

[dir=ltr] .uppy-Dashboard-Item-fileInfo {
  padding-right: 5px;
}

[dir=rtl] .uppy-Dashboard-Item-fileInfo {
  padding-left: 5px;
}

[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-right: 10px;
}

[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-left: 10px;
}

[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-right: 15px;
}

[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-left: 15px;
}

.uppy-Dashboard-Item-name {
  word-wrap: anywhere;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
  word-break: break-all;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-name {
  color: #eaeaea;
}

.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name {
  font-size: 14px;
  line-height: 1.4;
}

.uppy-Dashboard-Item-fileName {
  align-items: baseline;
  display: flex;
}

.uppy-Dashboard-Item-fileName button {
  margin-left: 5px;
}

.uppy-Dashboard-Item-author {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  vertical-align: bottom;
}

.uppy-Dashboard-Item-author a {
  color: #757575;
}

.uppy-Dashboard-Item-status {
  color: #757575;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-status {
  color: #bbb;
}

.uppy-Dashboard-Item-statusSize {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  vertical-align: bottom;
}

.uppy-Dashboard-Item-reSelect {
  color: #2275d7;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}

.uppy-Dashboard-Item-errorMessage {
  background-color: #fdeff1;
  color: #a51523;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 6px;
}

.uppy-Dashboard-Item-errorMessageBtn {
  color: #a51523;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  display: none;
}

.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #f7c2c8;
  bottom: 0;
  display: block;
  left: 0;
  line-height: 1.4;
  padding: 6px 8px;
  position: absolute;
  right: 0;
}

.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  border: 1px solid #f7c2c8;
  border-radius: 3px;
  display: inline-block;
  position: static;
}

.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  display: none;
}

.uppy-Dashboard-Item-action {
  color: #939393;
  cursor: pointer;
}

.uppy-Dashboard-Item-action:focus {
  outline: none;
}

.uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

.uppy-Dashboard-Item-action:hover {
  color: #1f1f1f;
  opacity: 1;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action {
  color: #cfcfcf;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
  outline: none;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover {
  color: #eaeaea;
}

.uppy-Dashboard-Item-action--remove {
  color: #1f1f1f;
  opacity: 0.95;
}

.uppy-Dashboard-Item-action--remove:hover {
  color: #000;
  opacity: 1;
}

[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove {
  right: -8px;
}

[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove {
  left: -8px;
}

.uppy-size--md .uppy-Dashboard-Item-action--remove {
  height: 18px;
  padding: 0;
  position: absolute;
  top: -8px;
  width: 18px;
  z-index: 1002;
}

.uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
  border-radius: 50%;
}

[dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  right: 8px;
}

[dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  left: 8px;
}

.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  position: absolute;
  top: 8px;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove {
  color: #525252;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover {
  color: #333;
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper {
  align-items: center;
  display: flex;
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action {
  height: 22px;
  margin-left: 3px;
  padding: 3px;
  width: 22px;
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus {
  border-radius: 3px;
}

.uppy-size--md .uppy-Dashboard-Item-action--copyLink, .uppy-size--md .uppy-Dashboard-Item-action--edit {
  height: 16px;
  padding: 0;
  width: 16px;
}

.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus, .uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
  border-radius: 3px;
}

.uppy-Dashboard-Item {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding: 10px;
}

[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-right: 0;
}

[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-left: 0;
}

[data-uppy-theme=dark] .uppy-Dashboard-Item {
  border-bottom: 1px solid #333;
}

[dir=ltr] .uppy-size--md .uppy-Dashboard-Item {
  float: left;
}

[dir=rtl] .uppy-size--md .uppy-Dashboard-Item {
  float: right;
}

.uppy-size--md .uppy-Dashboard-Item {
  border-bottom: 0;
  display: block;
  height: 215px;
  margin: 5px 15px;
  padding: 0;
  position: relative;
  width: calc(33.333% - 30px);
}

.uppy-size--lg .uppy-Dashboard-Item {
  height: 190px;
  margin: 5px 15px;
  padding: 0;
  width: calc(25% - 30px);
}

.uppy-size--xl .uppy-Dashboard-Item {
  height: 210px;
  padding: 0;
  width: calc(20% - 30px);
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  padding: 15px;
  position: relative;
  width: 100%;
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap {
  opacity: 0.2;
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name {
  opacity: 0.7;
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416zm13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416z' fill='%2523000'/%3E%3C/svg%3E");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1005;
}

.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50% 50%;
  background-size: 40px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50% 50%;
  background-size: 30%;
}

.uppy-Dashboard-Item-preview {
  flex-grow: 0;
  flex-shrink: 0;
  height: 50px;
  position: relative;
  width: 50px;
}

.uppy-size--md .uppy-Dashboard-Item-preview {
  height: 140px;
  width: 100%;
}

.uppy-size--lg .uppy-Dashboard-Item-preview {
  height: 120px;
}

.uppy-size--xl .uppy-Dashboard-Item-preview {
  height: 140px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
  flex-grow: 1;
  max-height: 75%;
  width: 100%;
}

.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview {
  max-height: 100%;
}

[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-right: 8px;
}

[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-left: 8px;
}

[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-left: 12px;
}

[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-right: 12px;
}

.uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons, .uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: flex-start;
  padding: 9px 0 0;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons {
  flex-grow: 0;
  width: 100%;
}

.uppy-Dashboard-Item-fileInfo {
  flex-grow: 1;
  flex-shrink: 1;
}

.uppy-Dashboard-Item-actionWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}

.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after, .uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after {
  display: block;
}

.uppy-Dashboard-Item.is-inprogress:not(.is-resumable) .uppy-Dashboard-Item-action--remove {
  display: none;
}

[dir=ltr] .uppy-Dashboard-Item-errorDetails {
  left: 2px;
}

[dir=rtl] .uppy-Dashboard-Item-errorDetails {
  right: 2px;
}

.uppy-Dashboard-Item-errorDetails {
  -webkit-appearance: none;
  appearance: none;
  background-color: #939393;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 600;
  height: 13px;
  line-height: 12px;
  position: relative;
  text-align: center;
  top: 0;
  width: 13px;
}

.uppy-Dashboard-Item-errorDetails:after {
  word-wrap: break-word;
  line-height: 1.3;
}

.uppy-Dashboard-FileCard {
  background-color: #fff;
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1005;
}

.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.uppy-Dashboard-FileCard-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  min-height: 0;
}

.uppy-Dashboard-FileCard-preview {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  height: 60%;
  justify-content: center;
  min-height: 0;
  position: relative;
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview {
  background-color: #333;
  border-bottom: 0;
}

.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 3px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
  flex: 0 0 auto;
  max-height: 90%;
  max-width: 90%;
  object-fit: cover;
}

[dir=ltr] .uppy-Dashboard-FileCard-edit {
  right: 10px;
}

[dir=rtl] .uppy-Dashboard-FileCard-edit {
  left: 10px;
}

.uppy-Dashboard-FileCard-edit {
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  position: absolute;
  top: 10px;
}

.uppy-Dashboard-FileCard-edit:focus {
  outline: none;
}

.uppy-Dashboard-FileCard-edit::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-FileCard-edit:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}

.uppy-Dashboard-FileCard-edit:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.uppy-Dashboard-FileCard-info {
  -webkit-overflow-scrolling: touch;
  flex-grow: 0;
  flex-shrink: 0;
  height: 40%;
  overflow-y: auto;
  padding: 30px 20px 20px;
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info {
  background-color: #1f1f1f;
}

.uppy-Dashboard-FileCard-fieldset {
  border: 0;
  font-size: 0;
  margin: auto auto 12px;
  max-width: 640px;
  padding: 0;
}

.uppy-Dashboard-FileCard-label {
  color: #525252;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  width: 22%;
}

.uppy-size--md .uppy-Dashboard-FileCard-label {
  font-size: 14px;
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label {
  color: #eaeaea;
}

.uppy-Dashboard-FileCard-input {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}

.uppy-Dashboard-FileCard-actions {
  align-items: center;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 55px;
  padding: 0 15px;
}

.uppy-size--md .uppy-Dashboard-FileCard-actions {
  height: 65px;
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}

[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn {
  margin-right: 10px;
}

[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn {
  margin-left: 10px;
}

.uppy-transition-slideDownUp-enter {
  opacity: 0.01;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
  opacity: 1;
  transform: translateZ(0);
}

.uppy-transition-slideDownUp-leave {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
  opacity: 0.01;
  transform: translate3d(0, -105%, 0);
}

@keyframes uppy-Dashboard-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes uppy-Dashboard-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes uppy-Dashboard-slideDownAndFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes uppy-Dashboard-slideUpFadeOut {
  0% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
}
@keyframes uppy-Dashboard-slideUpFadeOut--small {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.uppy-Dashboard--modal {
  z-index: 1001;
}

.uppy-Dashboard--modal[aria-hidden=true] {
  display: none;
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  animation: uppy-Dashboard-slideDownAndFadeIn--small 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideDownAndFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-overlay {
  animation: uppy-Dashboard-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
  animation: uppy-Dashboard-slideUpFadeOut--small 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideUpFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-overlay {
  animation: uppy-Dashboard-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.uppy-Dashboard-isFixed {
  height: 100vh;
  overflow: hidden;
}

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  background-color: rgba(0, 0, 0, 0.5019607843);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

.uppy-Dashboard-inner {
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%;
  outline: none;
  position: relative;
}

.uppy-size--md .uppy-Dashboard-inner {
  min-height: auto;
}

@media only screen and (min-width: 820px) {
  .uppy-Dashboard-inner {
    height: 500px;
    width: 650px;
  }
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
  z-index: 1002;
}

[data-uppy-theme=dark] .uppy-Dashboard-inner {
  background-color: #1f1f1f;
}

.uppy-Dashboard--isDisabled .uppy-Dashboard-inner {
  cursor: not-allowed;
}

.uppy-Dashboard-innerWrap {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: relative;
}

.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
  opacity: 1;
}

.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap {
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: 0.6;
  -webkit-user-select: none;
  user-select: none;
}

.uppy-Dashboard--isDisabled .uppy-ProviderIconBg {
  fill: #9f9f9f;
}

.uppy-Dashboard--isDisabled [aria-disabled], .uppy-Dashboard--isDisabled [disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  border: none;
  bottom: 15px;
  left: 15px;
  position: fixed;
  right: 15px;
  top: 35px;
}

@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.1490196078);
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
[dir=ltr] .uppy-Dashboard-close {
  right: -2px;
}

[dir=rtl] .uppy-Dashboard-close {
  left: -2px;
}

.uppy-Dashboard-close {
  color: rgba(255, 255, 255, 0.9019607843);
  cursor: pointer;
  display: block;
  font-size: 27px;
  position: absolute;
  top: -33px;
  z-index: 1005;
}

.uppy-Dashboard-close:focus {
  outline: none;
}

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

.uppy-Dashboard-close:focus {
  color: #8cb8ed;
}

@media only screen and (min-width: 820px) {
  [dir=ltr] .uppy-Dashboard-close {
    right: -35px;
  }
  [dir=rtl] .uppy-Dashboard-close {
    left: -35px;
  }
  .uppy-Dashboard-close {
    font-size: 35px;
    top: -10px;
  }
}
.uppy-Dashboard-serviceMsg {
  background-color: #fffbf7;
  border-bottom: 1px solid #edd4b9;
  border-top: 1px solid #edd4b9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 0;
  position: relative;
  top: -1px;
  z-index: 1004;
}

.uppy-size--md .uppy-Dashboard-serviceMsg {
  font-size: 14px;
  line-height: 1.4;
}

[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #eaeaea;
}

.uppy-Dashboard-serviceMsg-title {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  padding-left: 42px;
}

.uppy-Dashboard-serviceMsg-text {
  padding: 0 15px;
}

.uppy-Dashboard-serviceMsg-actionBtn {
  color: #2275d7;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: initial;
}

[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn {
  color: rgba(2, 186, 242, 0.9019607843);
}

.uppy-Dashboard-serviceMsg-icon {
  left: 15px;
  position: absolute;
  top: 10px;
}

.uppy-Dashboard-AddFiles {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  border: 1px dashed #dfdfdf;
  border-radius: 3px;
  height: calc(100% - 14px);
  margin: 7px;
}

.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
  border: none;
  height: calc(100% - 54px);
}

.uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
  border-color: #cfcfcf;
}

[data-uppy-theme=dark] .uppy-Dashboard-AddFiles {
  border-color: #757575;
}

.uppy-Dashboard-AddFiles-info {
  display: none;
  margin-top: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}

.uppy-size--height-md .uppy-Dashboard-AddFiles-info {
  display: block;
}

.uppy-size--md .uppy-Dashboard-AddFiles-info {
  bottom: 25px;
  left: 0;
  padding-bottom: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
  margin-top: 0;
}

.uppy-Dashboard-browse {
  color: rgba(34, 117, 215, 0.9019607843);
  cursor: pointer;
}

.uppy-Dashboard-browse:focus {
  outline: none;
}

.uppy-Dashboard-browse::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-browse:focus, .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #2275d7;
}

[data-uppy-theme=dark] .uppy-Dashboard-browse {
  color: rgba(2, 186, 242, 0.9019607843);
}

[data-uppy-theme=dark] .uppy-Dashboard-browse:focus, [data-uppy-theme=dark] .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #02baf2;
}

.uppy-Dashboard-browseBtn {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 8px;
  width: 100%;
}

.uppy-size--md .uppy-Dashboard-browseBtn {
  font-size: 15px;
  margin: 15px auto;
  padding: 13px 44px;
  width: auto;
}

.uppy-Dashboard-AddFiles-list {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 2px;
  overflow-y: auto;
  padding: 2px 0;
  width: 100%;
}

.uppy-size--md .uppy-Dashboard-AddFiles-list {
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  max-width: 600px;
  overflow-y: visible;
  padding-top: 0;
}

.uppy-DashboardTab {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  width: 100%;
}

[data-uppy-theme=dark] .uppy-DashboardTab {
  border-bottom: 1px solid #333;
}

.uppy-size--md .uppy-DashboardTab {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
}

.uppy-DashboardTab-btn {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: initial;
  color: #525252;
  cursor: pointer;
  flex-direction: row;
  height: 100%;
  justify-content: left;
  padding: 12px 15px;
  width: 100%;
}

.uppy-DashboardTab-btn:focus {
  outline: none;
}

[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn {
  margin-right: 1px;
}

[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn {
  margin-left: 1px;
}

.uppy-size--md .uppy-DashboardTab-btn {
  border-radius: 5px;
  flex-direction: column;
  padding: 10px 3px;
  width: 86px;
}

[data-uppy-theme=dark] .uppy-DashboardTab-btn {
  color: #eaeaea;
}

.uppy-DashboardTab-btn::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardTab-btn:hover {
  background-color: #e9ecef;
}

[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover {
  background-color: #333;
}

.uppy-DashboardTab-btn:active, .uppy-DashboardTab-btn:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme=dark] .uppy-DashboardTab-btn:active, [data-uppy-theme=dark] .uppy-DashboardTab-btn:focus {
  background-color: #525252;
}

.uppy-DashboardTab-btn svg {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: transform 0.15s ease-in-out;
  vertical-align: text-top;
}

[dir=ltr] .uppy-DashboardTab-inner {
  margin-right: 10px;
}

[dir=rtl] .uppy-DashboardTab-inner {
  margin-left: 10px;
}

.uppy-DashboardTab-inner {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1019607843), 0 1px 2px 0 rgba(0, 0, 0, 0.1019607843), 0 2px 3px 0 rgba(0, 0, 0, 0.0196078431);
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

[dir=ltr] .uppy-size--md .uppy-DashboardTab-inner {
  margin-right: 0;
}

[dir=rtl] .uppy-size--md .uppy-DashboardTab-inner {
  margin-left: 0;
}

[data-uppy-theme=dark] .uppy-DashboardTab-inner {
  background-color: #323232;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.0784313725);
}

.uppy-DashboardTab-name {
  font-size: 14px;
  font-weight: 400;
}

.uppy-size--md .uppy-DashboardTab-name {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  margin-top: 8px;
}

.uppy-DashboardTab-iconMyDevice {
  color: #2275d7;
}

[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice {
  color: #02baf2;
}

.uppy-DashboardTab-iconBox {
  color: #0061d5;
}

[data-uppy-theme=dark] .uppy-DashboardTab-iconBox {
  color: #eaeaea;
}

.uppy-DashboardTab-iconDropbox {
  color: #0061fe;
}

[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox {
  color: #eaeaea;
}

.uppy-DashboardTab-iconUnsplash {
  color: #111;
}

[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash {
  color: #eaeaea;
}

.uppy-DashboardTab-iconScreenRec {
  color: #2c3e50;
}

[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec {
  color: #eaeaea;
}

.uppy-DashboardTab-iconAudio {
  color: #8030a3;
}

[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio {
  color: #bf6ee3;
}

.uppy-Dashboard-input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

.uppy-DashboardContent-bar {
  align-items: center;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 1004;
}

.uppy-size--md .uppy-DashboardContent-bar {
  height: 50px;
  padding: 0 15px;
}

[data-uppy-theme=dark] .uppy-DashboardContent-bar {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
}

.uppy-DashboardContent-title {
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 40px;
  margin: auto;
  max-width: 170px;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

.uppy-size--md .uppy-DashboardContent-title {
  font-size: 14px;
  line-height: 50px;
  max-width: 300px;
}

[data-uppy-theme=dark] .uppy-DashboardContent-title {
  color: #eaeaea;
}

[dir=ltr] .uppy-DashboardContent-back, [dir=ltr] .uppy-DashboardContent-save {
  margin-left: -6px;
}

[dir=rtl] .uppy-DashboardContent-back, [dir=rtl] .uppy-DashboardContent-save {
  margin-right: -6px;
}

.uppy-DashboardContent-back, .uppy-DashboardContent-save {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #2275d7;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 7px 6px;
}

.uppy-DashboardContent-back:focus, .uppy-DashboardContent-save:focus {
  outline: none;
}

.uppy-DashboardContent-back::-moz-focus-inner, .uppy-DashboardContent-save::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardContent-back:hover, .uppy-DashboardContent-save:hover {
  color: #1b5dab;
}

.uppy-DashboardContent-back:focus, .uppy-DashboardContent-save:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme=dark] .uppy-DashboardContent-back:focus, [data-uppy-theme=dark] .uppy-DashboardContent-save:focus {
  background-color: #333;
}

.uppy-size--md .uppy-DashboardContent-back, .uppy-size--md .uppy-DashboardContent-save {
  font-size: 14px;
}

[data-uppy-theme=dark] .uppy-DashboardContent-back, [data-uppy-theme=dark] .uppy-DashboardContent-save {
  color: #02baf2;
}

[dir=ltr] .uppy-DashboardContent-addMore {
  margin-right: -5px;
}

[dir=rtl] .uppy-DashboardContent-addMore {
  margin-left: -5px;
}

.uppy-DashboardContent-addMore {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #2275d7;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  height: 29px;
  line-height: 1;
  margin: 0;
  padding: 7px 8px;
  width: 29px;
}

.uppy-DashboardContent-addMore:focus {
  outline: none;
}

.uppy-DashboardContent-addMore::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardContent-addMore:hover {
  color: #1b5dab;
}

.uppy-DashboardContent-addMore:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus {
  background-color: #333;
}

[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore {
  margin-right: -8px;
}

[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore {
  margin-left: -8px;
}

.uppy-size--md .uppy-DashboardContent-addMore {
  font-size: 14px;
  height: auto;
  width: auto;
}

[data-uppy-theme=dark] .uppy-DashboardContent-addMore {
  color: #02baf2;
}

[dir=ltr] .uppy-DashboardContent-addMore svg {
  margin-right: 4px;
}

[dir=rtl] .uppy-DashboardContent-addMore svg {
  margin-left: 4px;
}

.uppy-DashboardContent-addMore svg {
  vertical-align: initial;
}

.uppy-size--md .uppy-DashboardContent-addMore svg {
  height: 11px;
  width: 11px;
}

.uppy-DashboardContent-addMoreCaption {
  display: none;
}

.uppy-size--md .uppy-DashboardContent-addMoreCaption {
  display: inline;
}

.uppy-DashboardContent-panel {
  background-color: #f5f5f5;
  flex: 1;
}

.uppy-Dashboard-AddFilesPanel, .uppy-DashboardContent-panel {
  border-radius: 5px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1005;
}

.uppy-Dashboard-AddFilesPanel {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, 0.8509803922));
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1490196078);
}

[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel {
  background-color: #333;
  background-image: linear-gradient(0deg, #1f1f1f 35%, rgba(31, 31, 31, 0.8509803922));
}

.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
  filter: blur(2px);
}

.uppy-Dashboard-progress {
  bottom: 0;
  height: 12%;
  left: 0;
  position: absolute;
  width: 100%;
}

.uppy-Dashboard-progressBarContainer.is-active {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1004;
}

.uppy-Dashboard-filesContainer {
  flex: 1;
  margin: 0;
  overflow-y: hidden;
  position: relative;
}

.uppy-Dashboard-filesContainer:after {
  clear: both;
  content: "";
  display: table;
}

.uppy-Dashboard-files {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  margin: 0;
  overflow-y: auto;
  padding: 0 0 10px;
}

.uppy-size--md .uppy-Dashboard-files {
  padding-top: 10px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.uppy-Dashboard-dropFilesHereHint {
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px dashed #2275d7;
  border-radius: 3px;
  bottom: 7px;
  color: #757575;
  display: flex;
  font-size: 16px;
  justify-content: center;
  left: 7px;
  padding-top: 90px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  visibility: hidden;
  z-index: 2000;
}

[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2'/%3E%3C/svg%3E");
  border-color: #02baf2;
  color: #bbb;
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
  visibility: visible;
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
  opacity: 0.15;
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
  opacity: 0.03;
}

.uppy-Dashboard-AddFiles-title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0 15px;
  text-align: inline-start;
  width: 100%;
}

.uppy-size--md .uppy-Dashboard-AddFiles-title {
  font-size: 21px;
  font-weight: 400;
  margin-top: 5px;
  max-width: 480px;
  padding: 0 35px;
  text-align: center;
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
  text-align: center;
}

[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title {
  color: #eaeaea;
}

.uppy-Dashboard-AddFiles-title button {
  font-weight: 500;
}

.uppy-size--md .uppy-Dashboard-AddFiles-title button {
  font-weight: 400;
}

.uppy-Dashboard-note {
  color: #757575;
  font-size: 14px;
  line-height: 1.25;
  margin: auto;
  max-width: 350px;
  padding: 0 15px;
  text-align: center;
}

.uppy-size--md .uppy-Dashboard-note {
  line-height: 1.35;
  max-width: 600px;
}

[data-uppy-theme=dark] .uppy-Dashboard-note {
  color: #cfcfcf;
}

a.uppy-Dashboard-poweredBy {
  color: #939393;
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
}

.uppy-Dashboard-poweredByIcon {
  fill: none;
  stroke: #939393;
  margin-left: 1px;
  margin-right: 1px;
  opacity: 0.9;
  position: relative;
  top: 1px;
  vertical-align: text-top;
}

.uppy-Dashboard-Item-previewIcon {
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  z-index: 100;
}

.uppy-size--md .uppy-Dashboard-Item-previewIcon {
  height: 38px;
  width: 38px;
}

.uppy-Dashboard-Item-previewIcon svg {
  height: 100%;
  width: 100%;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon {
  height: 100%;
  max-height: 60%;
  max-width: 60%;
  width: 100%;
}

.uppy-Dashboard-Item-previewIconWrap {
  height: 76px;
  max-height: 75%;
  position: relative;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap {
  height: 100%;
  width: 100%;
}

.uppy-Dashboard-Item-previewIconBg {
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 1px 1px);
  height: 100%;
  width: 100%;
}

.uppy-Dashboard-upload {
  height: 50px;
  position: relative;
  width: 50px;
}

.uppy-size--md .uppy-Dashboard-upload {
  height: 60px;
  width: 60px;
}

.uppy-Dashboard-upload .uppy-c-icon {
  position: relative;
  top: 1px;
  width: 50%;
}

[dir=ltr] .uppy-Dashboard-uploadCount {
  right: -12px;
}

[dir=rtl] .uppy-Dashboard-uploadCount {
  left: -12px;
}

.uppy-Dashboard-uploadCount {
  background-color: #1bb240;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -12px;
  width: 16px;
}

.uppy-size--md .uppy-Dashboard-uploadCount {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
} /*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require trix
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
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: black;
}

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;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::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%;
}

trix-toolbar .trix-button--icon {
  width: 2em;
}

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

trix-toolbar .trix-button--icon-horizontal-rule::before {
  background-image: url(/assets/trix_horizontal_rule-a14f0d6b64cf9c0f6fc6916ca28e7e2f3aba49bfd5a5a7fcfc138706f22f0a58.svg);
}
trix-toolbar .trix-button--icon-color::before {
  background-image: url(/assets/trix_color-3fa1d9c8f6033dcec2e64f475083efb56da849457d7c25d98ac1468944b8ecbd.svg);
}
trix-toolbar .trix-dialog--heading {
  max-width: 160px;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: unset;
}
trix-toolbar .trix-button-row .trix-button-group:not(:first-child) {
  margin-left: unset;
}
trix-toolbar .trix-button-row .trix-button-group-spacer {
  display: none;
}
trix-toolbar .trix-dialog--color {
  max-width: 265px;
}
trix-toolbar .trix-dialog--color .trix-dialog__link-fields {
  flex-direction: column;
}
trix-toolbar .trix-dialog--color .trix-button-group {
  margin: 1px;
}
trix-toolbar .trix-dialog--color .trix-button-group button {
  width: 28px;
}
trix-toolbar .trix-dialog--color .trix-button-group button:after {
  content: "Ab";
}
trix-toolbar .trix-dialog--color .trix-button-group button.trix-active::after {
  content: "✓";
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor1] {
  color: rgb(136, 118, 38);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor2] {
  color: rgb(136, 118, 38);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor3] {
  color: rgb(207, 0, 0);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor4] {
  color: rgb(216, 28, 170);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor5] {
  color: rgb(144, 19, 254);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor6] {
  color: rgb(5, 98, 185);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor7] {
  color: rgb(17, 138, 15);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor8] {
  color: rgb(148, 82, 22);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=fgColor9] {
  color: rgb(102, 102, 102);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor1] {
  background-color: rgb(250, 247, 133);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor2] {
  background-color: rgb(255, 240, 219);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor3] {
  background-color: rgb(255, 229, 229);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor4] {
  background-color: rgb(255, 228, 247);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor5] {
  background-color: rgb(242, 237, 255);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor6] {
  background-color: rgb(225, 239, 252);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor7] {
  background-color: rgb(228, 248, 226);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor8] {
  background-color: rgb(238, 226, 215);
}
trix-toolbar .trix-dialog--color .trix-button-group [data-trix-attribute=bgColor9] {
  background-color: rgb(242, 242, 242);
}
trix-toolbar .trix-dialog {
  padding: 5px;
}
trix-toolbar .trix-dialog .trix-dialog-hidden__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

trix-editor [data-trix-mutable].attachment[data-trix-content-type~="vnd.rubyonrails.horizontal-rule.html"] {
  box-shadow: 0 0 0 2px highlight;
}

.trix-content h1, .trix-content h2, .trix-content h3, .trix-content h4, .trix-content h5, .trix-content h6 {
  line-height: 1.2;
  margin: 0;
}
.trix-content h1 {
  font-size: 36px;
}
.trix-content h2 {
  font-size: 26px;
}
.trix-content h3 {
  font-size: 18px;
}
.trix-content h4 {
  font-size: 18px;
}
.trix-content h5 {
  font-size: 14px;
}
.trix-content h6 {
  font-size: 12px;
}
.trix-content .attachment {
  width: 100%;
}
.trix-content .attachment--content.attachment--horizontal-rule,
.trix-content .attachment--content[data-trix-content-type~="vnd.rubyonrails.horizontal-rule.html"] {
  padding: 1.5em 0 0.5em !important;
  margin-bottom: 0.5em;
}
.trix-content .attachment--content.attachment--horizontal-rule hr,
.trix-content .attachment--content[data-trix-content-type~="vnd.rubyonrails.horizontal-rule.html"] hr {
  margin: 0;
  width: 20%;
  border-color: currentColor;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Supreme";
  src: url(/assets/supreme_italic-2c37cb40d32d0f6666e4bf30bb051e36ab5d068b1a3154586520140bb851c630.woff2) format("woff2 supports variations"), url(/assets/supreme_italic-2c37cb40d32d0f6666e4bf30bb051e36ab5d068b1a3154586520140bb851c630.woff2), format("woff2-variations");
  font-weight: 100 1000;
  font-style: italic;
}
@font-face {
  font-family: "Supreme";
  src: url(/assets/supreme-504b016a0806472b2a4e2683848e1416c5f8c8d59c33ec3a23d15753010a9f19.woff2) format("woff2 supports variations"), url(/assets/supreme-504b016a0806472b2a4e2683848e1416c5f8c8d59c33ec3a23d15753010a9f19.woff2), format("woff2-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
@font-face {
  font-family: "Source Code Pro", monospace;
  src: url(/assets/source_code_pro-0d45044f90039b36df1c77a6ab81b3b951926d49250cac1a76dc34f2b6058d53.woff2) format("woff2 supports variations"), url(/assets/source_code_pro-0d45044f90039b36df1c77a6ab81b3b951926d49250cac1a76dc34f2b6058d53.woff2), format("woff2-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
@font-face {
  font-family: "Source Code Pro", monospace;
  src: url(/assets/source_code_pro_italic-098de3c0b45c60e4be7ea5bfcfed089207f43b841e23ae04bb9d2f0c212fc25c.woff2) format("woff2 supports variations"), url(/assets/source_code_pro_italic-098de3c0b45c60e4be7ea5bfcfed089207f43b841e23ae04bb9d2f0c212fc25c.woff2), format("woff2-variations");
  font-weight: 100 1000;
}
body, dialog {
  font-family: "Supreme", sans-serif;
  text-rendering: optimizeLegibility;
  color: #3f454f;
}
body a, dialog a {
  color: #4775fb;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: clamp(2rem, 5vw, 3rem);
}

h2 {
  font-size: clamp(1rem, 5vw, 1.75rem);
}

h3 {
  font-size: clamp(1rem, 5vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 5vw, 1.125rem);
}

h5 {
  font-size: clamp(1rem, 5vw, 1.1rem);
}

h6 {
  font-size: clamp(1rem, 5vw, 1.1rem);
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.subtext {
  color: #A3ADB1;
  margin-left: 0.25rem;
}

.hidden {
  display: none;
}

html {
  background-color: #fcfcfc;
}

header {
  /* Hero Section */
  /* Topography overlay */
  /* Content container */
  /* Dealer search box */
  /* Mobile responsiveness */
  /* Mobile responsiveness */
  /* Larger screens */
}
header.versatile-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(400px, 55vh, 700px);
  background-color: #2A303B;
  padding-bottom: 0px;
  overflow: hidden;
  color: #fcfcfc;
}
header.versatile-hero.hero-description {
  min-height: auto;
  padding: 2rem 1rem;
  margin-top: 0;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  background-image: url(/assets/topography.svg);
  background-repeat: repeat;
  opacity: 0.1;
  z-index: 0;
}
header .description {
  width: 100%;
}
header .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  width: min(95%, 1200px);
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  gap: 2rem;
  /* Left column text */
  /* Right column media container */
}
header .content .hero-text {
  flex: 1 1 min(100%, 500px);
  width: 100%;
  max-width: 70%;
}
header .content .hero-text h1 {
  color: #fcfcfc;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 1rem;
}
header .content .hero-text p {
  color: #fcfcfc;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
}
header .content .hero-text .buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
header .content .hero-text .buttons .btn {
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 500;
}
header .content .hero-text .buttons .btn.primary {
  background-color: #fcfcfc;
  color: #2A303B;
}
header .content .hero-text .buttons .btn.secondary {
  background-color: transparent;
  border: 1px solid #fcfcfc;
  color: #fcfcfc;
}
header .content .hero-media {
  flex: 1 1 min(100%, 500px);
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  header .content .hero-media {
    max-width: 45%;
  }
}
header .content .hero-media img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}
header .content .hero-media img video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
header .dealer-search {
  position: relative;
  background-color: #fcfcfc;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: min(90%, 500px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .dealer-search h4 {
  color: #2A303B;
  margin: 0 1rem 0 0;
  white-space: nowrap;
}
header .dealer-search .search-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
header .dealer-search .search-box input, header .dealer-search .search-box form textarea, form header .dealer-search .search-box textarea, header .dealer-search .search-box form .text-area-wrapper::after, form header .dealer-search .search-box .text-area-wrapper::after {
  padding: 0.5rem;
  border: 1px solid #e1e9ec;
  border-radius: 0.25rem;
  flex: 1;
  min-width: 0;
}
header .dealer-search .search-box button {
  background-color: #2A303B;
  color: #fcfcfc;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767px) {
  header.versatile-hero .content {
    flex-direction: column;
  }
  header.versatile-hero .content .hero-text {
    max-width: 100%;
  }
  header .dealer-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
  }
  header .dealer-search h4 {
    margin-bottom: 0.5rem;
  }
  header .dealer-search .search-box {
    width: 100%;
    position: relative;
  }
  header .dealer-search .search-box input, header .dealer-search .search-box form textarea, form header .dealer-search .search-box textarea, header .dealer-search .search-box form .text-area-wrapper::after, form header .dealer-search .search-box .text-area-wrapper::after {
    width: 100%;
    padding-right: 2rem;
  }
  header .dealer-search .search-box button {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  header .dealer-search .search-box .clear-btn {
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #2A303B;
  }
}
header.product-header {
  position: relative;
  left: 50%;
  width: 100%;
  margin-left: -50vw;
  height: clamp(300px, 70vh, 600px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0;
  z-index: 0;
}
header.product-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgb(42, 48, 59) 50%, rgba(42, 48, 59, 0) 98%);
  z-index: 1;
}
header.product-header .backdrop {
  position: absolute;
  margin: 0;
  max-width: 100%;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
header.product-header .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  margin-top: 0;
}
header.product-header .inner .back-button {
  margin-bottom: 0.5rem;
}
header.product-header .inner .back-button a {
  color: #fcfcfc;
  text-decoration: none;
}
header.product-header .inner .product-line-name {
  margin: 0;
  color: #fcfcfc;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: bold;
}
@media (max-width: 900px) {
  header.product-header .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1400px) {
  header.versatile-hero {
    min-height: clamp(500px, 50vh, 800px);
  }
  header .content {
    padding: 1rem 1rem;
  }
}

.icon-container.small {
  width: 1rem;
  height: 1rem;
}
.icon-container.medium {
  width: 2rem;
  height: 2rem;
}
.icon-container.medium-large {
  width: 2.5rem;
  height: 2.5rem;
}
.icon-container svg {
  width: 100%;
  height: 100%;
}

.badge {
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2A303B;
  background-color: attr(data-background-color);
  border-radius: 25px;
}
.badge.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.badge span {
  color: #fcfcfc;
  font-size: 0.8rem;
  font-weight: 600;
}

.map {
  min-height: 15rem;
}

.note-field {
  position: relative;
  align-items: center;
  padding: 0.25rem;
}
.note-field button {
  position: absolute;
  outline: 0;
  border: 0;
  padding: 0.5rem 1rem;
  right: 6px;
  top: 6px;
  padding: 0;
  outline: 0;
  background: none;
}

li.note {
  padding: 0.5rem;
  border-bottom: 1px solid #e1e9ec;
}
li.note > header, li.note > .header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
li.note > header > *, li.note > .header > * {
  margin-right: 0.5rem;
}
li.note .footer {
  display: flex;
}
li.note .footer > * {
  margin-right: 0.25rem;
}

ul li.block {
  padding: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e1e9ec;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul li.block:hover {
  background-color: rgba(71, 117, 251, 0.05);
}
ul li.block .options {
  display: flex;
  justify-content: space-between;
}
ul li.block.compact {
  padding: 0.5rem;
}
ul.attribute-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.attribute-list > li.nested-form-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
ul.attribute-list > li.nested-form-wrapper > span.handle {
  flex: 0 0 auto;
}
ul.attribute-list .name-field {
  flex: 1;
  margin: 0.2rem;
}
ul.attribute-list .remove {
  cursor: pointer;
  padding-left: 0.5rem;
}
ul .handle {
  cursor: grab;
  user-select: none;
  padding-right: 0.5rem;
}
ul .handle:active {
  cursor: grabbing;
}
ul .remove {
  cursor: pointer;
  padding-left: 0.5rem;
}
ul.list.spaced {
  list-style: none;
}
ul.list.spaced li {
  display: flex;
  margin-bottom: 1rem;
}
ul.list.spaced li > * {
  flex: 1;
}
ul.list.spaced li .two {
  flex: 2;
}
ul.list.spaced li .three {
  flex: 3;
}
ul.list.spaced li .four {
  flex: 4;
}
ul.list.underlined li {
  padding: 0.25rem;
  border-bottom: 1px solid #e1e9ec;
}
ul.list.value-right li > *:first-child {
  text-align: left;
}
ul.list.value-right li > *:last-child {
  text-align: right;
  margin-right: 0;
}
ul.list.standard {
  list-style: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
}
ul.list.standard li {
  margin-bottom: 0.5rem;
}
ul.list.standard li > * {
  margin-bottom: 0.25rem;
}
ul.list.standard li input, ul.list.standard li form textarea, form ul.list.standard li textarea, ul.list.standard li form .text-area-wrapper::after, form ul.list.standard li .text-area-wrapper::after {
  margin-bottom: unset;
}
ul.list.standard.broad-spaced li {
  margin: 1rem 0;
}
ul.list.accounting {
  padding-left: 1rem;
  list-style: none;
  margin-bottom: 1rem;
}
ul.list.accounting .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e1e9ec;
  padding: 0.5rem;
}
ul.list.accounting .line > * {
  font-size: 0.875rem;
  margin: 0;
}
ul.list.accounting .line > :last-child {
  text-align: right;
}
ul.list.accounting .line.total * {
  font-weight: 700;
}
ul.list.accounting .accounting {
  margin-bottom: 0;
}
ul.list.delineated {
  list-style: none;
}
ul.list.delineated li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e1e9ec;
}
ul.list.delineated li header {
  padding: 0.25rem 0;
  font-weight: bold;
}

.button_to {
  display: inline;
  padding: 0;
  margin: 0;
  outline: 0;
  background: none;
}
.button_to button {
  outline: 0;
  border: 0;
  background: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.button_to button:hover {
  cursor: pointer;
}

.buttons {
  text-align: left;
  display: flex;
  align-items: center;
}
.buttons.right {
  justify-content: flex-end;
}
.buttons.center {
  justify-content: center;
}
.buttons.spaced {
  justify-content: space-between;
}
.buttons form {
  padding: 0;
  background-color: transparent;
  display: flex;
}
.buttons a, .buttons input[type=submit], .buttons form textarea[type=submit], form .buttons textarea[type=submit], .buttons form [type=submit].text-area-wrapper::after, form .buttons [type=submit].text-area-wrapper::after, .buttons button, .buttons .button {
  background-color: transparent;
  outline: 0;
  max-width: fit-content;
  align-items: center;
  align-content: center;
  margin: 0 1rem 0 0;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  color: #2A303B;
  border-color: #2A303B;
  border-width: 2px;
  border-style: solid;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.buttons a:last-child, .buttons input[type=submit]:last-child, .buttons form textarea[type=submit]:last-child, form .buttons textarea[type=submit]:last-child, .buttons form [type=submit].text-area-wrapper:last-child::after, form .buttons [type=submit].text-area-wrapper:last-child::after, .buttons button:last-child, .buttons .button:last-child {
  margin: 0;
}
.buttons a svg, .buttons input[type=submit] svg, .buttons form textarea[type=submit] svg, form .buttons textarea[type=submit] svg, .buttons form [type=submit].text-area-wrapper::after svg, form .buttons [type=submit].text-area-wrapper::after svg, .buttons button svg, .buttons .button svg {
  stroke: #2A303B;
}
.buttons a svg > span, .buttons input[type=submit] svg > span, .buttons form textarea[type=submit] svg > span, form .buttons textarea[type=submit] svg > span, .buttons form [type=submit].text-area-wrapper::after svg > span, form .buttons [type=submit].text-area-wrapper::after svg > span, .buttons button svg > span, .buttons .button svg > span {
  color: #2A303B;
}
.buttons a:hover, .buttons input[type=submit]:hover, .buttons form textarea[type=submit]:hover, form .buttons textarea[type=submit]:hover, .buttons form [type=submit].text-area-wrapper:hover::after, form .buttons [type=submit].text-area-wrapper:hover::after, .buttons button:hover, .buttons .button:hover {
  background-color: #2A303B;
  color: #fcfcfc;
}
.buttons a:hover span, .buttons input[type=submit]:hover span, .buttons form textarea[type=submit]:hover span, form .buttons textarea[type=submit]:hover span, .buttons form [type=submit].text-area-wrapper:hover::after span, form .buttons [type=submit].text-area-wrapper:hover::after span, .buttons button:hover span, .buttons .button:hover span {
  color: #fcfcfc !important;
}
.buttons a:hover svg, .buttons input[type=submit]:hover svg, .buttons form textarea[type=submit]:hover svg, form .buttons textarea[type=submit]:hover svg, .buttons form [type=submit].text-area-wrapper:hover::after svg, form .buttons [type=submit].text-area-wrapper:hover::after svg, .buttons button:hover svg, .buttons .button:hover svg {
  stroke: #fcfcfc;
}
.buttons a.secondary, .buttons input[type=submit].secondary, .buttons form textarea[type=submit].secondary, form .buttons textarea[type=submit].secondary, .buttons form [type=submit].secondary.text-area-wrapper::after, form .buttons [type=submit].secondary.text-area-wrapper::after, .buttons button.secondary, .buttons .button.secondary {
  color: #9747FF;
  border-color: #9747FF;
}
.buttons a.secondary:hover, .buttons input[type=submit].secondary:hover, .buttons form textarea[type=submit].secondary:hover, form .buttons textarea[type=submit].secondary:hover, .buttons form [type=submit].secondary.text-area-wrapper:hover::after, form .buttons [type=submit].secondary.text-area-wrapper:hover::after, .buttons button.secondary:hover, .buttons .button.secondary:hover {
  background-color: #9747FF;
  color: #fcfcfc;
}
.buttons a.secondary:hover svg, .buttons input[type=submit].secondary:hover svg, .buttons form textarea[type=submit].secondary:hover svg, form .buttons textarea[type=submit].secondary:hover svg, .buttons form [type=submit].secondary.text-area-wrapper:hover::after svg, form .buttons [type=submit].secondary.text-area-wrapper:hover::after svg, .buttons button.secondary:hover svg, .buttons .button.secondary:hover svg {
  stroke: #fcfcfc;
}
.buttons a.danger, .buttons input[type=submit].danger, .buttons form textarea[type=submit].danger, form .buttons textarea[type=submit].danger, .buttons form [type=submit].danger.text-area-wrapper::after, form .buttons [type=submit].danger.text-area-wrapper::after, .buttons button.danger, .buttons .button.danger {
  color: #DB4D59;
  border-color: #DB4D59;
}
.buttons a.danger:hover, .buttons input[type=submit].danger:hover, .buttons form textarea[type=submit].danger:hover, form .buttons textarea[type=submit].danger:hover, .buttons form [type=submit].danger.text-area-wrapper:hover::after, form .buttons [type=submit].danger.text-area-wrapper:hover::after, .buttons button.danger:hover, .buttons .button.danger:hover {
  background-color: #DB4D59;
  color: #fcfcfc;
}
.buttons a.danger:hover svg, .buttons input[type=submit].danger:hover svg, .buttons form textarea[type=submit].danger:hover svg, form .buttons textarea[type=submit].danger:hover svg, .buttons form [type=submit].danger.text-area-wrapper:hover::after svg, form .buttons [type=submit].danger.text-area-wrapper:hover::after svg, .buttons button.danger:hover svg, .buttons .button.danger:hover svg {
  stroke: #fcfcfc;
}
.buttons a.small, .buttons input[type=submit].small, .buttons form textarea[type=submit].small, form .buttons textarea[type=submit].small, .buttons form [type=submit].small.text-area-wrapper::after, form .buttons [type=submit].small.text-area-wrapper::after, .buttons button.small, .buttons .button.small {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}
.buttons a.small svg, .buttons input[type=submit].small svg, .buttons form textarea[type=submit].small svg, form .buttons textarea[type=submit].small svg, .buttons form [type=submit].small.text-area-wrapper::after svg, form .buttons [type=submit].small.text-area-wrapper::after svg, .buttons button.small svg, .buttons .button.small svg {
  width: 1rem;
  height: 1rem;
}
.buttons a.tiny, .buttons input[type=submit].tiny, .buttons form textarea[type=submit].tiny, form .buttons textarea[type=submit].tiny, .buttons form [type=submit].tiny.text-area-wrapper::after, form .buttons [type=submit].tiny.text-area-wrapper::after, .buttons button.tiny, .buttons .button.tiny {
  font-size: 0.75rem;
  padding: 0.125rem 0.25rem;
}
.buttons a.dark-btn {
  background-color: #2A303B;
  color: #fcfcfc;
  border-color: #2A303B;
}
.buttons a.dark-btn:hover {
  background-color: #15181d;
  color: #fcfcfc;
  border-color: #15181d;
}
.buttons a.light-btn {
  background-color: #fcfcfc;
  color: #2A303B;
  border-color: #fcfcfc;
}
.buttons a.light-btn:hover {
  background-color: rgba(252, 252, 252, 0.8);
  color: #2A303B;
  border-color: #fcfcfc;
}
.buttons a.hero-transparent-btn {
  background-color: transparent;
  color: white;
  border-color: white;
}
.buttons a.hero-transparent-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: white;
}
.buttons a.hero-transparent-btn:hover span {
  color: white !important;
}
.buttons a.hero-transparent-btn:hover svg {
  stroke: white;
}

.text.short.two-lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.subtext {
  font-size: 0.875rem;
}

pre code * {
  font-family: "Source Code pro", monospace;
}

.paint-chip {
  width: 3rem;
  height: 3rem;
  position: relative;
  filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(163, 173, 177, 0.6));
}
.paint-chip > * {
  height: 3rem;
  width: 3rem;
  border-radius: 3rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.paint-chip .gloss {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.3) 0%, rgba(241, 241, 241, 0.5) 50%, rgba(225, 225, 225, 0.4) 51%, rgba(246, 246, 246, 0.1) 100%);
}
.paint-chip .matte {
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 20%, rgba(184, 184, 184, 0.3) 100%);
}

.draggable.sortable-chosen {
  background-color: #fcfcfc;
  border-radius: 0.25rem;
}

.public-footer {
  background: #2A303B;
  margin: 0;
  max-width: 100%;
}
.public-footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 1rem;
}
.public-footer .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public-footer .footer-section h3 {
  color: #fcfcfc;
  margin-bottom: 1.2rem;
}
.public-footer .footer-section ul.footer-links, .public-footer .footer-section ul.footer-info {
  list-style: none;
  padding: 0;
}
.public-footer .footer-section ul.footer-links li, .public-footer .footer-section ul.footer-info li {
  margin-bottom: 0.75rem;
}
.public-footer .footer-section ul.footer-links li a, .public-footer .footer-section ul.footer-info li a {
  color: #CFD9E3;
  text-decoration: none;
  transition: color 0.3s ease;
}
.public-footer .footer-section ul.footer-links li a:hover, .public-footer .footer-section ul.footer-info li a:hover {
  color: #4775fb;
}
.public-footer .footer-section ul.footer-info li .info-label {
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #fcfcfc;
}
.public-footer .footer-section address {
  font-style: normal;
  line-height: 1.6;
  color: #CFD9E3;
}

section.wrapper {
  max-width: 58rem;
  margin: 5rem auto;
}
section.wrapper.medium {
  max-width: 29rem;
}
section.wrapper.narrow {
  max-width: 19.3333333333rem;
}
section.bg {
  max-width: 100%;
}
section.bg .inner {
  max-width: 58rem;
  margin: auto;
  padding: 5rem 0;
}
section.bg .inner * {
  color: #fcfcfc;
}
section.full-height {
  display: flex;
  min-height: 100vh;
}
section.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.centered.vertical {
  flex-direction: column;
}

main {
  margin-top: 4rem;
}

.flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.flex.wrapped {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.aligned.center {
  justify-content: center;
}
.flex.aligned.right {
  justify-content: right;
}
.flex.aligned.middle {
  align-items: center;
}
.flex.aligned.bottom {
  align-items: flex-end;
}
.flex.spaced.out {
  justify-content: space-between;
}
.flex.spaced.evenly {
  justify-content: space-evenly;
}
.flex .spaced {
  padding: 0.5rem;
}
.flex .broad-spaced {
  padding: 1rem;
}
.flex .narrow-spaced {
  padding: 0.25rem;
}
.flex .side-margins {
  margin: 0 0.5rem;
}
.flex .fit-content {
  width: fit-content;
}
.flex .one {
  flex: 1;
}
.flex .two {
  flex: 2;
}
.flex .three {
  flex: 3;
}
.flex .four {
  flex: 4;
}
.flex .five {
  flex: 5;
}

.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
}
.grid.aligned > * {
  display: flex;
}
.grid.aligned.middle > * {
  align-items: center;
}
.grid > .full {
  grid-column: span 12;
}
.grid > .third {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .grid > .third {
    grid-column: span 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid > .third {
    grid-column: span 3;
  }
}
.grid > .two-thirds {
  grid-column: span 8;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid > .two-thirds {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .grid > .two-thirds {
    grid-column: span 12;
  }
}
.grid > .half {
  grid-column: span 6;
}
@media (max-width: 767px) {
  .grid > .half {
    grid-column: span 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid > .half {
    grid-column: span 6;
  }
}
.grid > .three-qtr {
  grid-column: span 9;
}
@media (max-width: 767px) {
  .grid > .three-qtr {
    grid-column: span 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid > .three-qtr {
    grid-column: span 6;
  }
}
.grid > .qtr {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .grid > .qtr {
    grid-column: span 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid > .qtr {
    grid-column: span 6;
  }
}

main {
  margin-top: 0;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 1rem 0;
  line-height: 1;
}
main header {
  padding: 5rem 1rem;
  background-color: #2A303B;
}
main header > * {
  max-width: 58rem;
  margin: 1rem auto;
}
main header .product-header {
  max-width: none;
  margin: 0;
  padding: 0;
}
main section {
  margin: auto;
  margin-top: 2rem;
  max-width: 58rem;
  padding: 1rem;
}
main section header {
  padding: 0.5rem 0;
  background-color: transparent;
  border-bottom: 3px solid #e1e9ec;
}
main section ul {
  padding-left: 2rem;
}
main section ul li {
  padding: 0.5rem 0;
}
main section ul li.aligned {
  align-items: center;
}
main section p {
  margin: 0.5rem 0;
}
main section p strong {
  margin-right: 0.5rem;
}
main section .wide-img {
  object-fit: cover;
  max-height: 30vh;
  width: 100%;
}

.versatile-features {
  position: relative;
  background-color: #2A303B;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2rem 0;
}
.versatile-features::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #2A303B;
  z-index: -1;
}
.versatile-features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.versatile-features h2 {
  text-align: left;
  color: #fcfcfc;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  z-index: 5;
  margin-bottom: 2rem;
}
.versatile-features .feature-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 2rem;
  position: relative;
  z-index: 5;
}
.versatile-features .feature {
  flex: 1 1 20%;
  min-width: 200px;
  max-width: 25%;
  position: relative;
  z-index: 5;
}
.versatile-features .feature h3 {
  color: #fcfcfc;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1.5rem;
}
.versatile-features .feature p {
  color: #CFD9E3;
  font-size: 0.9rem;
  line-height: 1.5;
}

.features-section {
  position: relative;
}
.features-section header {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}
.features-section header h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  color: #2A303B;
}
.features-section header p {
  line-height: 1.6;
}
.features-section .grid {
  max-width: 1200px;
  margin: 0 auto 3rem;
}
.features-section .grid:last-child {
  margin-bottom: 0;
}
.features-section .grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
.features-section .grid h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2A303B;
  line-height: 1;
}
.features-section .grid p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #404959;
}

.dealer-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.dealer-section .dealer-background {
  position: relative;
  padding: 5rem 2rem;
  background-image: url("partner background.jpg");
  background-size: cover;
  background-position: center;
}
.dealer-section .dealer-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dealer-section .dealer-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  background-color: rgba(42, 48, 59, 0.2);
  border-radius: 0.5rem;
  position: relative;
  z-index: 2;
  color: #fcfcfc;
}
.dealer-section .dealer-content ul.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.dealer-section .dealer-content ul.benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.dealer-section .dealer-content .contact-intro {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
.dealer-section .dealer-content .buttons {
  margin-top: 1rem;
}
.dealer-section .dealer-content .buttons .light-btn {
  margin: 0 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.testimonials-section {
  background-color: #2A303B;
  padding: 4rem 1rem;
  margin-top: 3rem;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.testimonials-section header {
  border-bottom: none;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-section header h2 {
  color: #fcfcfc;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: bold;
}
.testimonials-section h3 {
  color: #fcfcfc;
}
.testimonials-section > p {
  color: #fcfcfc;
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.6;
  font-size: 1rem;
}
.testimonials-section .testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.testimonials-section .testimonial-card {
  flex: 1 1 45%;
  min-width: 300px;
  max-width: 45%;
  background-color: #2A303B;
  border: 1px solid #fcfcfc;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.testimonials-section .testimonial-card .quote {
  flex: 1;
  margin-bottom: 1.5rem;
}
.testimonials-section .testimonial-card .quote p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fcfcfc;
  margin: 0;
}
.testimonials-section .testimonial-card .author-info {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
}
.testimonials-section .testimonial-card .author-info .name {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fcfcfc;
  margin-bottom: 0.25rem;
}
.testimonials-section .testimonial-card .author-info .company {
  font-size: 0.9rem;
  color: #CFD9E3;
}

h2.center {
  text-align: center;
}

main {
  margin-top: 0;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 1rem 0;
  line-height: 1;
}
main header {
  padding: 5rem 1rem;
  background-color: #2A303B;
}
main header > * {
  max-width: 58rem;
  margin: 1rem auto;
}
main header .product-header {
  max-width: none;
  margin: 0;
  padding: 0;
}
main section {
  margin: auto;
  margin-top: 2rem;
  max-width: 58rem;
  padding: 1rem;
}
main section header {
  padding: 0.5rem 0;
  background-color: transparent;
  border-bottom: 3px solid #e1e9ec;
}
main section ul {
  padding-left: 2rem;
}
main section ul li {
  padding: 0.5rem 0;
}
main section ul li.aligned {
  align-items: center;
}
main section p {
  margin: 0.5rem 0;
}
main section p strong {
  margin-right: 0.5rem;
}
main section .wide-img {
  object-fit: cover;
  max-height: 30vh;
  width: 100%;
}
main section.wrapper.product-lines-index {
  max-width: 75rem;
  margin-top: 0 !important;
}
main section.wrapper.product-lines-index h2 {
  margin-top: 1rem;
}
main section.wrapper.product-lines-index .grid {
  align-items: start;
}
main section.wrapper.product-lines-index .grid .qtr {
  max-width: 220px;
  width: 100%;
  padding-right: 1rem;
  position: sticky;
  top: 5rem;
}
@media (max-width: 767px) {
  main section.wrapper.product-lines-index .grid .qtr .qtr {
    position: static;
    top: auto;
  }
}
main section.wrapper.product-lines-index .grid .qtr form.search-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
main section.wrapper.product-lines-index .grid .qtr form.search-sidebar input[type=search], main section.wrapper.product-lines-index .grid .qtr form.search-sidebar textarea[type=search], main section.wrapper.product-lines-index .grid .qtr form.search-sidebar [type=search].text-area-wrapper::after {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #CFD9E3;
}
main section.wrapper.product-lines-index .grid .qtr form.search-sidebar fieldset {
  border: 1px solid #e1e9ec;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
main section.wrapper.product-lines-index .grid .qtr form.search-sidebar fieldset legend {
  font-weight: 600;
  font-size: 0.9rem;
  color: #404959;
}
main section.wrapper.product-lines-index .grid .qtr form.search-sidebar fieldset .checkbox {
  margin-bottom: 0.5rem;
}
main section.wrapper.product-lines-index .grid .qtr form.search-sidebar fieldset .checkbox label {
  margin-left: 0.4rem;
}
main section.wrapper.product-lines-index .grid .three-qtr {
  max-width: 100%;
}
main section.wrapper.product-lines-index .grid .three-qtr h1 {
  margin-top: 0.5rem;
}
main section.wrapper.product-lines-index .segment-product-lines.cards {
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card {
  border-radius: 0.5rem;
  border: 1px solid #e1e9ec;
  background: #fcfcfc;
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(225, 233, 236, 0.6));
  overflow: hidden;
  padding: 1rem 1.5rem 0;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-info {
  display: flex;
  align-items: center;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-info .segment-image {
  width: 200px;
  height: auto;
  margin-right: 1.2rem;
  border-radius: 0.3rem;
  object-fit: cover;
  display: block;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-tags .tag-item {
  font-size: 0.78rem;
  padding: 0.18rem 0.8rem;
  background: #e1e9ec;
  color: #404959;
  border-radius: 1rem;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .card {
  width: 100%;
  margin: 0;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .card .card-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .card .card-image,
main section.wrapper.product-lines-index .segment-product-lines.cards .card .card-image-placeholder {
  flex: 0 0 auto;
  width: 110px;
  height: 90px;
  margin-right: 1.2rem;
  margin-left: 1rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
main section.wrapper.product-lines-index .segment-product-lines.cards .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
}

@media (max-width: 768px) {
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card {
    padding: 1rem;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-info .segment-image {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
    margin: 0 0 0.5rem 0;
    border-radius: 0.4rem;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-details {
    text-align: left;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-details h2.segment-title {
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-details p.segment-description {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .segment-card .segment-header .segment-tags {
    margin-top: 0.5rem;
    justify-content: flex-start;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .card-link {
    flex-direction: column !important;
    align-items: stretch;
    padding: 0;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .card-image,
main section.wrapper.product-lines-index .segment-product-lines.cards .card-image-placeholder {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
    border-radius: 0.4rem 0.4rem 0 0;
    margin: 0;
    margin-top: 1rem;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .card-content {
    padding: 1rem;
    text-align: left;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .card-content h3.card-title {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  main section.wrapper.product-lines-index .segment-product-lines.cards .card-content p.card-summary {
    font-size: 0.95rem;
    line-height: 1.4;
  }
}
section.wrapper.index-cards {
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1919px) {
  section.wrapper.index-cards .cards {
    grid-template-columns: repeat(4, minmax(240px, 1fr));
  }
}
@media (min-width: 1920px) and (max-width: 3839px) {
  section.wrapper.index-cards .cards {
    grid-template-columns: repeat(4, minmax(240px, 1fr));
  }
}

section.wrapper.dealers-index .side {
  position: sticky;
  top: 1rem;
}
section.wrapper.dealers-index .dealers-list.cards {
  padding-top: 0.25rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1.5rem;
}
section.wrapper.dealers-index .state-group {
  margin-bottom: 2rem;
}
section.wrapper.dealers-index h2.state-heading {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e1e9ec;
  color: #404959;
}

.card .card-content h3.card-title {
  margin-bottom: 0.5rem;
}
.card .card-content p {
  margin: 0.5rem 0;
}
.card .card-link {
  height: auto;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  word-break: break-word;
  color: #2A303B;
  text-decoration: none;
}
.contact-link:hover {
  text-decoration: underline;
}

.contact-link span {
  overflow-wrap: anywhere;
}

.dealer-popup {
  font-size: 1rem;
  min-width: 180px;
  line-height: 1.4;
}

.popup-link {
  display: inline-block;
  margin-top: 0.5em;
  color: #4775fb;
  text-decoration: underline;
  font-weight: 500;
}

.dealer-card.highlight {
  box-shadow: 0 0 0 4px #4775fb;
  transition: box-shadow 0.3s;
}

@media (max-width: 1024px) {
  .versatile-features .feature {
    flex: 1 1 40%;
    max-width: calc(50% - 1rem);
  }
  .versatile-features .feature h3 {
    font-size: 1.3rem;
    min-height: 3.12rem;
  }
  .features-section .grid {
    gap: 2rem;
  }
  .dealer-section .dealer-content {
    max-width: 90%;
  }
  .testimonials-section .testimonial-card {
    flex: 1 1 45%;
    max-width: 45%;
  }
  main section.wrapper.product-lines-index .grid .qtr {
    position: static;
  }
  main section.wrapper.product-lines-index .grid .three-qtr {
    grid-column: span 12 !important;
  }
}
@media (max-width: 768px) {
  .versatile-features .container {
    max-width: 90%;
  }
  .versatile-features h2 {
    font-size: 1.8rem;
  }
  .versatile-features .feature-grid {
    gap: 1.5rem;
  }
  .versatile-features .feature {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .versatile-features .feature h3 {
    min-height: 0;
  }
  .features-section header {
    max-width: 90%;
  }
  .features-section .grid {
    max-width: 90%;
  }
  .dealer-section .dealer-background {
    padding: 4rem 1rem;
  }
  .dealer-section .dealer-content h2 {
    font-size: 1.8rem;
  }
  .testimonials-section .testimonial-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
[id^=segment-],
[id^=group-] {
  scroll-margin-top: 80px;
}

.popout {
  padding: 0.5rem;
  margin: 0.25rem;
  background-color: #e1e9ec;
  border-radius: 4px;
}

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

.indent.left.minor {
  padding-left: 1rem;
}

.delineated.top {
  border-top: 1px solid #CFD9E3;
  padding-top: 0.5rem;
}
.delineated.bottom {
  border-bottom: 1px solid #CFD9E3;
}

.hide-on-empty:has(> .content:empty) {
  display: none;
}

.dashboard_navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media (max-width: 767px) {
  .dashboard_navigation {
    top: auto;
    bottom: 0;
  }
}
.dashboard_navigation #logo {
  padding: 0.5rem;
}
.dashboard_navigation #logo svg {
  max-height: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.dashboard_navigation #logo svg g path {
  fill: white;
}
.dashboard_navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.dashboard_navigation ul li a {
  display: block;
  padding: 1rem 0.5rem;
  color: #A3ADB1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  display: flex;
}
.dashboard_navigation ul li a * {
  color: #A3ADB1;
  stroke: #A3ADB1;
}
.dashboard_navigation ul li a:hover {
  text-decoration: underline;
  color: white;
}
.dashboard_navigation ul li a.active {
  color: white;
}
.dashboard_navigation ul.right {
  margin-left: auto;
}
.dashboard_navigation #main {
  padding: 0 1rem;
  background-color: #2A303B;
  display: flex;
  width: 100vw;
  overflow-y: auto;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .dashboard_navigation #main {
    order: 2;
  }
}
.dashboard_navigation #sub {
  display: flex;
  background-color: #404959;
  padding-left: 3.5rem;
  overflow-y: auto;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .dashboard_navigation #sub {
    padding-left: 0;
    text-align: center;
  }
}

#nav-toggle {
  display: none;
}

#public-nav {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  padding: 0 1rem;
  height: 70px;
  background-color: rgba(252, 252, 252, 0.95);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
#public-nav .overlay {
  position: absolute;
  inset: 0;
  background-image: url(/assets/topography.svg);
  background-repeat: repeat;
  opacity: 0.1;
  pointer-events: none;
}
#public-nav #logo {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 5;
}
#public-nav #logo a {
  text-decoration: none;
  color: #2A303B;
  display: flex;
  align-items: center;
  height: 100%;
}
#public-nav #logo svg {
  height: 40px;
  width: 40px;
  margin-right: 8px;
}
#public-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
#public-nav ul li a {
  padding: 0 1rem;
  text-decoration: none;
  color: #2A303B;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.dropdown {
  position: relative;
}
.dropdown > a {
  position: relative;
}
.dropdown > a:after {
  content: "▾";
  margin-left: 0.25rem;
  font-size: 0.8rem;
}
.dropdown:hover > a:after {
  content: "▴";
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  width: auto;
  background-color: rgba(252, 252, 252, 0.97);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 200;
}
.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.dropdown .dropdown-menu .dropdown-header {
  padding: 0 1rem 1rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 1px solid #e1e9ec;
  margin-bottom: 1rem;
}
.dropdown .dropdown-menu .dropdown-header .view-all-link {
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}
.dropdown .dropdown-menu .dropdown-header .view-all-link:hover {
  color: #1550fa;
}
.dropdown .dropdown-menu .cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 0 1rem;
}
.dropdown .dropdown-menu .cards .card {
  min-width: 0;
}
.dropdown .dropdown-menu .cards .view-all.full-width {
  min-width: 200px;
  flex: 0 0 auto;
  text-align: center;
  margin-top: 1rem;
}
.dropdown .dropdown-menu .dropdown-content {
  padding: 1rem;
}
.dropdown .dropdown-menu .dropdown-content h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #2A303B;
  font-weight: 700;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-links {
  flex-direction: column;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-links a {
  padding: 0.5rem 0;
  height: auto;
  color: #404959;
  font-weight: normal;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-links a:hover {
  color: #4775fb;
  background-color: transparent;
}
.dropdown .dropdown-menu .dropdown-content .dropdown-links a:after {
  content: none;
}
.dropdown:hover > .dropdown-menu, .dropdown:focus-within > .dropdown-menu, .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

ul.main-menu {
  position: static;
}
ul.main-menu li.dropdown {
  position: static;
}
ul.main-menu li.dropdown > a {
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  color: #2A303B;
}
ul.main-menu li.dropdown > .dropdown-menu {
  left: 0;
  right: 0;
  min-width: 0;
  max-width: none;
  padding: 1rem;
  top: 90%;
}

ul.right-menu li.dropdown > .dropdown-menu {
  left: 0;
  right: 0;
  min-width: 0;
  max-width: none;
  padding: 1rem;
}
ul.right-menu li.dropdown > .dropdown-menu ul.dropdown-links {
  list-style: none;
  flex-direction: column;
  gap: 0.5rem;
}
ul.right-menu li.dropdown > .dropdown-menu ul.dropdown-links li > a {
  display: block;
  padding: 0.5rem 0;
  color: #404959;
}
ul.right-menu li.dropdown > .dropdown-menu ul.dropdown-links li > a:hover {
  color: #4775fb;
}
ul.right-menu .nav-btn-wrap .dark-btn {
  color: #fcfcfc !important;
  padding: 0.5rem 1rem !important;
  margin-right: 1rem;
}
ul.right-menu .nav-divider-wrapper {
  height: 100%;
  align-items: center;
}
ul.right-menu .nav-divider-wrapper .nav-divider {
  height: 24px;
  width: 1px;
  background-color: #2a303b;
}

@media (max-width: 768px) {
  #nav-toggle {
    display: none;
  }
  #public-nav {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    padding: 0 1rem;
  }
  #public-nav .overlay {
    border-radius: 0;
  }
  #public-nav #logo {
    padding: 0;
    margin: 0;
  }
  #public-nav #logo svg {
    height: 2rem;
    width: 2rem;
  }
  #public-nav .burger-label {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    cursor: pointer;
  }
  #public-nav .burger-label #burger {
    position: relative;
    width: 1.5rem;
    height: 1.25rem;
  }
  #public-nav .burger-label #burger .inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2A303B;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  #public-nav .burger-label #burger .inner::before, #public-nav .burger-label #burger .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2A303B;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  #public-nav .burger-label #burger .inner::before {
    transform: translateY(-6px);
  }
  #public-nav .burger-label #burger .inner::after {
    transform: translateY(6px);
  }
  #public-nav .main-menu,
#public-nav .right-menu {
    display: none;
  }
  #public-nav .mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 70px);
    background-color: #fcfcfc;
    z-index: 40;
    overflow-y: auto;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu li {
    width: 100%;
    border-top: 1px solid rgba(42, 48, 59, 0.1);
  }
  #public-nav .mobile-menu ul.combined-mobile-menu li a {
    padding: 1rem;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    font-weight: 500;
    color: #2A303B;
    text-decoration: none;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu li a:hover {
    color: #4775fb;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu .dropdown .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.3s ease;
    pointer-events: auto;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu .dropdown .dropdown-menu .dropdown-content {
    padding: 0 1rem 1rem 2rem;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu .dropdown:hover .dropdown-menu, #public-nav .mobile-menu ul.combined-mobile-menu .dropdown:focus .dropdown-menu {
    max-height: 500px;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu .action-button a {
    background-color: #2A303B;
    color: #fcfcfc;
    margin: 0.5rem 1rem;
  }
  #public-nav .mobile-menu ul.combined-mobile-menu .action-button a svg {
    stroke: #fcfcfc;
  }
  #nav-toggle:checked + #public-nav .mobile-menu {
    display: block;
  }
  #nav-toggle:checked + #public-nav .burger-label #burger .inner {
    background: transparent;
  }
  #nav-toggle:checked + #public-nav .burger-label #burger .inner::before {
    transform: rotate(45deg);
  }
  #nav-toggle:checked + #public-nav .burger-label #burger .inner::after {
    transform: rotate(-45deg);
  }
}
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.chips span, .chips a {
  padding: 0.35rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 25px;
  background-color: #e1e9ec;
  font-weight: 600;
  text-shadow: 0px 0px 1 white;
  margin: 0.25rem;
}

#flash {
  position: fixed;
  top: 7rem;
  right: 1rem;
  z-index: 20;
}
@media (max-width: 767px) {
  #flash {
    top: 0;
    left: 0;
    width: 100%;
  }
}
#flash > div {
  padding: 1rem;
  border-radius: 0.25rem;
  min-width: 20rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
#flash > div svg {
  margin-right: 0.5rem;
}
#flash > div.success {
  background-color: #dde5fe;
}
#flash > div.success * {
  color: #4775fb;
  stroke: #4775fb;
}
#flash > div.alert {
  background-color: #ede0ff;
}
#flash > div.alert * {
  color: #9747FF;
  stroke: #9747FF;
}
#flash > div.warning {
  background-color: #f5ccd0;
}
#flash > div.warning * {
  color: #DB4D59;
  stroke: #DB4D59;
}

form > header {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form > header > *:not(:last-child) {
  margin-right: 1rem;
  align-items: center;
}
form > header h1 {
  font-size: 18px;
  text-transform: upcase;
}
form .featured {
  filter: drop-shadow(0.5rem 0.5rem 1rem #e3e3e3);
  border-radius: 0.5rem;
}
form section {
  margin-bottom: 1rem;
}
form section header {
  padding: 1rem 0;
  border-bottom: 1px solid #e1e9ec;
}
form.inline {
  display: flex;
  flex: 1;
  margin: 0.25rem 0;
}
form.inline * {
  margin: 0;
  margin-bottom: 0;
}
form.inline > * {
  margin-right: 0.5rem;
}
form.inline > *:last-child {
  margin-right: 0;
}
form.inline label {
  margin: 0.25rem;
}
form.inline .buttons {
  margin-top: 0;
}
form.inline .buttons > * {
  margin-right: 0.25rem;
}
form.inline .buttons > *:last-child {
  margin-right: 0;
}
form.inline .select > select {
  margin-bottom: 0;
}
form .tab-container {
  background-color: #fcfcfc;
}
form header .backlink {
  margin-right: 1rem;
}
form label {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #3f4859;
}
form input, form textarea, form .text-area-wrapper > textarea, form .text-area-wrapper::after {
  outline: 0;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border: 1px solid #e3e3e3;
  font-size: 0.875rem;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}
form input:focus, form textarea:focus, form .text-area-wrapper:focus::after {
  border-color: #4775fb;
}
form input[type=file], form textarea[type=file], form [type=file].text-area-wrapper::after {
  padding: 0.25rem;
  border: 0;
}
form input[type=file]::file-selector-button, form textarea[type=file]::file-selector-button {
  content: "hello";
  background-color: #2A303B;
  font-size: 0.875rem;
  outline: inherit;
  border: 0;
  border-radius: inherit;
  padding: 0.5rem 1rem;
  color: #fcfcfc;
}
form input.no-margin, form textarea.no-margin, form .no-margin.text-area-wrapper::after {
  margin: 0;
}
form input.side-margins, form textarea.side-margins, form .side-margins.text-area-wrapper::after {
  margin: 0 0.5rem;
}
form input.fit-content, form textarea.fit-content, form .fit-content.text-area-wrapper::after {
  width: fit-content;
}
form input:disabled, form textarea:disabled, form .text-area-wrapper:disabled::after {
  background-color: #e1e9ec;
  color: #CFD9E3;
}
form .field_with_errors input, form .field_with_errors textarea, form .field_with_errors .text-area-wrapper::after {
  color: #DB4D59;
  border-color: #DB4D59;
  background-color: rgba(226, 113, 122, 0.4);
}
form fieldset {
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  width: 100%;
  margin-top: 1rem;
}
form fieldset legend {
  padding: 0.5rem;
}
form .tab-container {
  margin-bottom: 0.5rem;
}
form .annotated {
  position: relative;
}
form .annotated:before {
  content: "$";
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  color: #A3ADB1;
  z-index: 1;
}
form .annotated input[type=number], form .annotated textarea[type=number], form .annotated [type=number].text-area-wrapper::after {
  padding-left: 1.5rem;
}
form .annotated.currency:before {
  content: "$";
}
form .annotated.percentage:before {
  content: "%";
}
form header h1 {
  margin: 0.5rem 0;
  font-size: 2rem;
  font-weight: 400;
}
form .detail {
  display: block;
  margin-bottom: 0.5rem;
  padding: 1rem;
  background-color: rgba(239, 239, 239, 0.5);
  border-radius: 0.25rem;
}
form .detail > * {
  margin-bottom: 0.5rem;
}
form .detail > *:last-child {
  margin-bottom: 0;
}
form .detail * {
  font-size: 0.8rem;
}
form .buttons {
  margin-top: 1rem;
}
form .buttons.no-margin {
  margin-top: 0;
}
form .buttons.secondary {
  color: #9747FF;
  border-color: #9747FF;
}
form .buttons.secondary:hover {
  background-color: #9747FF;
  color: #fcfcfc;
}
form .buttons.secondary:hover svg {
  stroke: #fcfcfc;
}
form .buttons.small {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}
form .checkboxes.horizontal {
  display: flex;
}
form .checkboxes.horizontal.wrapped {
  flex-wrap: wrap;
}
form .checkboxes.horizontal .checkbox {
  margin-right: 0.5rem;
}
form .checkboxes .checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
form .checkboxes .checkbox input, form .checkboxes .checkbox textarea, form .checkboxes .checkbox .text-area-wrapper::after {
  margin-bottom: initial;
  width: 1.25rem;
  border-radius: 1rem;
}
form .checkboxes .checkbox label {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 0.875rem;
}
form .checkboxes .checkbox > *:not(:last-child) {
  margin-right: 0.5rem;
}
form .checkboxes .checkbox .paint-chip {
  margin-right: 1rem;
}
form .toggle {
  display: none;
}
@media (max-width: 767px) {
  form .toggle {
    display: block;
    color: #9747FF;
    font-size: 0.875rem;
    padding: 1rem;
  }
  form .toggle svg * {
    stroke: #fcfcfc;
  }
}
form .errors {
  list-style: none;
  padding: 0.5rem 0;
}
form .errors li {
  font-size: 0.8rem;
  font-style: italic;
  color: #f44336;
}
form .error-alert {
  background-color: #ffebee;
  border-left: 4px solid #f44336;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}
form .error-alert h3 {
  margin-top: 0;
  font-size: 1rem;
  color: #d32f2f;
}
form .select {
  position: relative;
  width: 100%;
}
form .select select {
  position: relative;
  outline: 0;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border: 1px solid #e3e3e3;
  font-size: 0.875rem;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}
form .select select.inline {
  margin-bottom: 0;
}
form .select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round' preserveAspectRatio='xMidYMid meet'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  width: 24px;
  height: 24px;
  z-index: 2;
  pointer-events: none;
}
form .text-area-wrapper {
  display: grid;
}
form .text-area-wrapper:after {
  content: attr(data-replicated-value) " ";
  /* This is how textarea text behaves */
  white-space: pre-wrap;
  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
form .text-area-wrapper > textarea {
  resize: none;
  overflow: hidden;
  resize: none;
}
form .text-area-wrapper > textarea, form .text-area-wrapper::after {
  font: inherit;
  grid-area: 1/1/2/2;
}
form textarea.full-width {
  min-height: 5rem;
  min-width: 100%;
  max-width: 100%;
}
form .color-selector {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
  margin-right: 0.5rem;
}
form .color-selector input[type=color], form .color-selector [type=color].text-area-wrapper::after, form .color-selector textarea[type=color] {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: 0;
  border: 0;
}
form .color-field {
  display: flex;
}
form .color-field > input, form .color-field > .text-area-wrapper::after, form .color-field > textarea {
  width: auto;
  justify-self: stretch;
  flex: 1;
}
form .step {
  display: flex;
  align-items: center;
}
form .step input, form .step .text-area-wrapper::after, form .step textarea, form .step a {
  width: auto;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
form .sticky_header trix-toolbar {
  position: sticky;
  top: 1.5rem;
}
form#search {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  alignt-content: center;
  border-bottom: 1px solid #e1e9ec;
}
form#search .search-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.25rem;
}
form#search input[type=search], form#search [type=search].text-area-wrapper::after, form#search textarea[type=search] {
  margin-bottom: 0;
}
form#search.side {
  display: block;
  position: sticky;
  top: 48px;
  height: calc(100vh - 48px);
  overflow-y: auto;
}
@media (max-width: 767px) {
  form#search.side {
    position: sticky;
    top: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  form#search.side #advanced {
    display: none;
  }
  form#search.side #advanced.show {
    display: block;
  }
}
form#search.modal {
  position: sticky;
  top: 1rem;
  display: block;
  padding: 1rem;
}

#modal dialog.gallery-modal-dialog.fullscreen,
dialog.gallery-modal-dialog.fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: transparent !important;
  z-index: 1000 !important;
}
#modal dialog.gallery-modal-dialog.fullscreen::backdrop,
dialog.gallery-modal-dialog.fullscreen::backdrop {
  background: transparent;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-lightbox,
dialog.gallery-modal-dialog.fullscreen .gallery-lightbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-height: 0;
  background: rgba(0, 0, 0, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-center,
dialog.gallery-modal-dialog.fullscreen .gallery-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  flex: 1 1 auto;
  position: relative;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-center > #gallery_video_main,
#modal dialog.gallery-modal-dialog.fullscreen .gallery-center > #gallery_image_main,
dialog.gallery-modal-dialog.fullscreen .gallery-center > #gallery_video_main,
dialog.gallery-modal-dialog.fullscreen .gallery-center > #gallery_image_main {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-center > #gallery_thumbnails,
dialog.gallery-modal-dialog.fullscreen .gallery-center > #gallery_thumbnails {
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: 0.85rem;
}
#modal dialog.gallery-modal-dialog.fullscreen figcaption,
dialog.gallery-modal-dialog.fullscreen figcaption {
  color: #eee;
  font-size: 1.13rem;
  margin: 1.1rem 0 0.8rem 0;
  text-align: center;
  width: 100%;
  flex: 0 0 auto;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails,
dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails {
  position: static;
  margin-top: auto;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 2rem;
  z-index: 2;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link,
dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link.active, #modal dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link:hover,
dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link.active,
dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link:hover {
  border-color: #4775fb;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link img,
dialog.gallery-modal-dialog.fullscreen .gallery-thumbnails .gallery-thumb-link img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-large-image:not(.video),
dialog.gallery-modal-dialog.fullscreen .gallery-large-image:not(.video) {
  display: flex;
  justify-content: center;
  background: #222;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  margin-bottom: 1.5rem;
  max-width: 92vw;
  max-height: 72vh;
  margin-left: auto;
  margin-right: auto;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-large-image:not(.video) img,
dialog.gallery-modal-dialog.fullscreen .gallery-large-image:not(.video) img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 14px;
  display: block;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-large-image.video-modal,
dialog.gallery-modal-dialog.fullscreen .gallery-large-image.video-modal {
  min-width: 320px;
  margin: 1.7rem auto 1.1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  overflow: visible;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-large-image.video-modal iframe,
dialog.gallery-modal-dialog.fullscreen .gallery-large-image.video-modal iframe {
  width: 96vw;
  aspect-ratio: 16/9;
  min-width: 320px;
  min-height: 180px;
  max-width: 100%;
  border-radius: 14px;
  display: block;
  border: none;
}
#modal dialog.gallery-modal-dialog.fullscreen .gallery-large-image.video-modal figcaption,
dialog.gallery-modal-dialog.fullscreen .gallery-large-image.video-modal figcaption {
  color: #eee;
  font-size: 1.13rem;
  margin: 0.85rem 0 0.6rem 0;
  text-align: center;
  width: 100%;
  flex: 0 0 auto;
  max-width: 92vw;
  overflow-wrap: break-word;
  word-break: break-word;
}
#modal dialog.gallery-modal-dialog.fullscreen .close-modal,
dialog.gallery-modal-dialog.fullscreen .close-modal {
  position: absolute;
  top: 1.2rem;
  right: 1.3rem;
  font-size: 2.5rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  opacity: 0.85;
  transition: opacity 0.2s;
  line-height: 1;
  padding: 0.1rem 0.5rem 0.3rem 0.5rem;
}
#modal dialog.gallery-modal-dialog.fullscreen .close-modal:hover,
dialog.gallery-modal-dialog.fullscreen .close-modal:hover {
  opacity: 1;
}

.gallery .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.gallery .gallery-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  aspect-ratio: 4/3;
}
.gallery .gallery-item .gallery-thumb-link img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.gallery .item__actions {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
}
.gallery .item__actions button {
  background: rgb(255, 255, 255);
  border: none;
  border-radius: 20%;
  padding: 0.2rem;
  cursor: pointer;
}
.gallery .item__actions .dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  min-width: 100px;
  max-width: 140px;
  width: max-content;
  padding: 0.15rem 0;
  z-index: 10;
  display: none;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin-top: -0.3rem;
  border: none;
  overflow: hidden;
}
.gallery .item__actions .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.gallery .item__actions .dropdown-menu li .dropdown-item {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: block;
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 1rem;
  color: #2a303b;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.15s;
}
.gallery .item__actions .dropdown-menu li .dropdown-item:hover, .gallery .item__actions .dropdown-menu li .dropdown-item:focus {
  background: #e1e9ec;
}
.gallery .item__actions .dropdown-menu li .dropdown-item.danger {
  color: #db4d59;
}
.gallery .item__actions .dropdown-menu li .dropdown-item.danger:hover, .gallery .item__actions .dropdown-menu li .dropdown-item.danger:focus {
  background: #fbe8ea;
}
.gallery .item__actions:hover .dropdown-menu,
.gallery .item__actions .dropdown-menu:hover {
  display: flex;
}
.gallery .grid:has(.gallery-item) + .no-images-yet,
.gallery .grid:has(.gallery-item) ~ .no-images-yet {
  display: none !important;
}
.gallery .video-grid {
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.gallery .video-grid .gallery-item {
  aspect-ratio: unset;
  display: flex;
  flex-direction: column;
}
.gallery .video-grid .gallery-item .video-embed {
  position: relative;
}
.gallery .video-grid .gallery-item .item__actions {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 3;
}
.gallery .video-grid .gallery-item .caption {
  margin-top: 0.2rem;
}
.gallery .video-grid .gallery-item.featured {
  background: #e1e9ec;
  border: 2.5px solid #4775fb;
  box-shadow: 0 4px 18px rgba(71, 117, 251, 0.09);
  border-radius: 14px;
  padding: 0.2rem;
  margin: -0.32rem;
  position: relative;
  z-index: 2;
  transition: border 0.18s, box-shadow 0.18s, background 0.2s;
}
.gallery .video-grid .gallery-item.suspended {
  border-color: #db4d59 !important;
  box-shadow: 0 0 0 2px #fbe8ea;
  position: relative;
}
.gallery .video-grid .gallery-item.suspended.featured {
  border-width: 2.5px;
  border-color: #db4d59 !important;
  background: #e1e9ec;
}
.gallery .video-grid .featured-badge-above-grid {
  color: #4775fb;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.55rem;
  background: rgba(71, 117, 251, 0.07);
  border-radius: 999px;
  padding: 0.13em 1.1em;
  display: inline-block;
  margin-left: 0.18rem;
  user-select: none;
  pointer-events: none;
}

#dashboard {
  padding-top: 7rem;
  line-height: 1rem;
}
@media (max-width: 767px) {
  #dashboard {
    margin-top: 0;
    margin-bottom: 7rem;
    padding-top: 0;
  }
}
#dashboard.client {
  padding-top: 48px;
}
#dashboard > header {
  max-width: 80rem;
  margin: auto;
  padding: 0 1rem;
}
#dashboard > section {
  max-width: 80rem;
  margin: auto;
  padding: 0 1rem;
}
#dashboard > section > header {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#dashboard > section > header > * {
  flex: 1;
}
#dashboard > section > header p {
  margin-top: 0.5rem;
}
#dashboard #main {
  padding-right: 1rem;
}
#dashboard #main section {
  margin: 0.5rem 0;
}

@media (max-width: 767px) {
  .table.grouped {
    filter: drop-shadow(0.5rem 0.5rem 1rem rgba(163, 173, 177, 0.8));
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 0.5rem;
    border-bottom: 0;
    border: 1px solid #e1e9ec;
    margin-bottom: 1rem;
    background-color: #fcfcfc;
  }
}
.table {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .table {
    padding: 0 1rem;
  }
}
.table .row {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid #e1e9ec;
}
.table .row > * {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  align-items: center;
}
.table .row > *:first-child {
  text-align: left;
}
.table .row > *:last-child {
  margin-right: 0;
}
.table .row > *.importance {
  font-weight: bold;
}
.table .row > *.importance.critical {
  color: #DB4D59;
}
.table .row > *.importance.high {
  color: #e8939a;
}
.table .row .title {
  display: flex;
  align-items: center;
}
.table .row .title > *:first-child {
  margin-right: 0.5rem;
}
.table .row .title h4 {
  margin-bottom: 0.5rem;
}
.table .row .step {
  display: flex;
  align-items: center;
}
.table .row .step > *:first-child {
  margin-left: 0.5rem;
}
.table .row .step input, .table .row .step form .text-area-wrapper::after, form .table .row .step .text-area-wrapper::after, .table .row .step form textarea, form .table .row .step textarea {
  margin-right: 0.5rem;
}
.table .row .tooltip [data-tooltip] {
  position: relative;
}
.table .row .tooltip [data-tooltip]:after {
  position: absolute;
  top: 1.5rem;
  left: -50%;
  content: attr(data-tooltip);
  background-color: #2A303B;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #fcfcfc;
  visibility: hidden;
}
.table .row .tooltip [data-tooltip]:hover svg * {
  stroke: #4775fb;
}
.table .row .tooltip [data-tooltip]:hover:after {
  visibility: visible;
}
.table .row .options svg {
  stroke: #2A303B;
}
.table .row .options [data-tooltip] {
  position: relative;
}
.table .row .options [data-tooltip]:after {
  position: absolute;
  top: 1.5rem;
  left: -50%;
  content: attr(data-tooltip);
  background-color: #2A303B;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #fcfcfc;
  visibility: hidden;
}
.table .row .options [data-tooltip]:hover svg * {
  stroke: #4775fb;
}
.table .row .options [data-tooltip]:hover:after {
  visibility: visible;
}
.table .row .transaction {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-right: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  margin-left: auto;
}
.table .row .transaction:hover {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
.table .row .amount {
  align-items: center;
  justify-content: center;
}
.table .header {
  display: flex;
  padding: 1rem;
  border-bottom: 2px solid #e1e9ec;
  background-color: #fcfcfc;
  z-index: 20;
}
.table .header span {
  font-size: 0.8rem;
  color: #CFD9E3;
  text-transform: uppercase;
  text-align: center;
  margin-right: 0.5rem;
}
.table .header span:first-child {
  text-align: left;
}
.table .header span:last-child {
  text-align: right;
  margin-right: 0;
}
.table .footer {
  display: flex;
  justify-content: flex-end;
}
.table .footer > * {
  margin-right: 0.5rem;
}
.table .one {
  flex: 1;
}
@media (max-width: 767px) {
  .table .one:before {
    color: #CFD9E3;
    content: attr(data-field) ": ";
  }
}
.table .two {
  flex: 2;
}
@media (max-width: 767px) {
  .table .two:before {
    color: #CFD9E3;
    content: attr(data-field) ": ";
  }
}
.table .three {
  flex: 3;
}
@media (max-width: 767px) {
  .table .three {
    flex: 1 0 100%;
  }
  .table .three:before {
    color: #CFD9E3;
    content: attr(data-field) ": ";
  }
}
.table .four {
  flex: 4;
}
@media (max-width: 767px) {
  .table .four {
    flex: 1 0 100%;
  }
  .table .four:before {
    color: #CFD9E3;
    content: attr(data-field) ": ";
  }
}
.table .five {
  flex: 5;
}
@media (max-width: 767px) {
  .table .five {
    flex: 1 0 100%;
  }
  .table .five:before {
    color: #CFD9E3;
    content: attr(data-field) ": ";
  }
}
@media (max-width: 767px) {
  .table .hide-phone-label:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .table .header {
    display: none;
  }
  .table.grouped > .header {
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid #e1e9ec;
  }
  .table.grouped > .header span {
    font-size: 0.8rem;
    color: #CFD9E3;
    text-transform: uppercase;
    text-align: center;
    margin-right: 0.5rem;
  }
  .table.grouped > .header span:first-child {
    text-align: left;
  }
  .table.grouped > .header span:last-child {
    text-align: right;
    margin-right: 0;
  }
  .table .row {
    filter: drop-shadow(0.5rem 0.5rem 1rem rgba(163, 173, 177, 0.8));
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 0.5rem;
    border-bottom: 0;
    border: 1px solid #e1e9ec;
    margin-bottom: 1rem;
    background-color: #fcfcfc;
  }
  .table .row .title, .table .row .footer {
    flex: 1 0 100%;
  }
  .table .row .title:before, .table .row .footer:before {
    display: none;
  }
  .table.grouped > .row {
    filter: revert;
    flex-wrap: revert;
    align-items: revert;
    border-radius: revert;
    border-bottom: 1px solid #e1e9ec;
    border: revert;
    margin-bottom: revert;
    background-color: revert;
  }
  .table.grouped > .row.row > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .table.grouped > .row.row > .step {
    flex-wrap: nowrap;
  }
  .table.grouped > .row .tooltip:before {
    display: none;
  }
  .table.grouped > .row .buttons:before {
    display: none;
  }
  .table.grouped > .row .footer {
    border-top: 2px solid #e1e9ec;
    padding: 0.5rem;
    padding-bottom: 0;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .table.grouped > .row > * {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .table.grouped > .row > *:before {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
  }
}

.tab-container ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.tab-container .tab {
  padding: 0.25rem;
  display: flex;
  color: #CFD9E3;
  cursor: pointer;
  align-items: center;
  border-bottom: 3px solid transparent;
  margin-right: 0.5rem;
}
.tab-container .tab.is-active {
  border-bottom: 3px solid #4775fb;
}
.tab-container .tab.is-active * {
  color: #4775fb;
}
.tab-container .tab svg {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.panels .panel {
  margin-top: 1rem;
  transition: 0.5s;
  display: none;
}
.panels .panel.is-active {
  display: block;
}
.panels .panel > header {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar .header {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
}
.calendar .header li {
  text-align: center;
  padding: 1rem;
  background-color: #f7f7f7;
}
.calendar header {
  display: flex;
  padding: 1rem;
}
.calendar header .controls {
  display: flex;
}
.calendar header .controls h3 {
  width: 15rem;
  text-align: center;
}
.calendar .week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar .day {
  aspect-ratio: 1/1;
  border: 1px solid #efefef;
  background-color: #f7f7f7;
  position: relative;
}
.calendar .day .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  display: block;
  aspect-ratio: 1/1;
  color: #A3ADB1;
  font-weight: 100;
}
.calendar .day .label.today {
  background-color: #4775fb;
  color: #fcfcfc;
}
.calendar .day .inner {
  height: 100%;
  overflow-y: auto;
}
.calendar .day .inner .events {
  padding: 0.25rem;
  padding-top: 2.25rem;
  overflow-y: auto;
}
.calendar .day .inner .events .event {
  padding: 0.25rem;
  background-color: #4775fb;
  display: block;
  margin-bottom: 3px;
  border-radius: 4px;
}
.calendar .day .inner .events .event span {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  mix-blend-mode: screen;
}
.calendar .day .inner .expanded-header {
  display: none;
}
.calendar .day.current {
  background-color: transparent;
}
.calendar .day.current .label {
  color: #2A303B;
  font-weight: 600;
  background-color: #fcfcfc;
}
.calendar .day.expanded {
  background-color: #e3e3e3;
}
.calendar .day.expanded .inner {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 15rem;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #fcfcfc;
  z-index: 4;
}
.calendar .day.expanded .inner .events {
  padding: 0;
  margin-top: 1rem;
}
.calendar .day.expanded .inner .events .event {
  padding: 0.5rem;
  background-color: #4775fb;
  color: #fcfcfc;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  white-space: normal;
  overflow: auto;
}
.calendar .day.expanded .inner .events .event:nth-child(1n+4) {
  display: block !important;
}
.calendar .day.expanded .inner .label {
  display: none;
}
.calendar .day.expanded .inner .expanded-header {
  display: flex;
  justify-content: space-between;
}
.calendar .day.expanded .inner .expander {
  display: none;
}
.calendar .day.expanded .under {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  background-color: rgba(42, 48, 59, 0.2);
}

#modal dialog {
  background-color: #fcfcfc;
  position: fixed;
  max-width: 100ch;
  margin: auto;
  border: 0;
  border-radius: 0.5rem;
  width: 40rem;
  scrollbar-width: none;
}
#modal dialog::-webkit-scrollbar {
  display: none;
}
#modal dialog::backdrop {
  background: #4775fb;
  opacity: 0.5;
  backdrop-filter: blur(3px);
}
@media (max-width: 767px) {
  #modal dialog {
    width: 95vw;
  }
}
#modal dialog header {
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
  background-color: #f4f4f4;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
#modal dialog header h1 {
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  color: #A3ADB1;
}
#modal dialog .body {
  padding: 1rem;
  padding-top: 0;
}
#modal dialog .body > * {
  margin-bottom: 1rem;
}
#modal dialog .footer {
  padding: 1rem;
  bottom: 0;
  background-color: #e1e9ec;
  position: sticky;
}
#modal dialog .footer .closer {
  cursor: pointer;
}
#modal dialog .footer .closer:hover {
  text-decoration: underline;
}
#modal dialog .sticker {
  position: sticky;
}
#modal dialog .sticker.bottom {
  bottom: 0;
}
#modal dialog .sticker.top {
  top: 0;
}
#modal dialog .tab-container {
  position: sticky;
  padding: 0.5rem 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 5;
}
#modal dialog .image {
  display: block;
  max-width: 100%;
}
#modal dialog section {
  margin: 0.5rem 0;
}

#flyout dialog, #flyout dialog > form {
  background-color: #fcfcfc;
  max-width: 100ch;
  margin: auto;
  border: 0;
  left: auto;
  bottom: auto;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 30rem;
  min-height: 100vh;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
  display: flex;
  flex-direction: column;
}
#flyout dialog::backdrop, #flyout dialog > form::backdrop {
  background: #4775fb;
  opacity: 0.5;
  backdrop-filter: blur(3px);
}
@media (max-width: 767px) {
  #flyout dialog, #flyout dialog > form {
    width: 95vw;
    height: 95vh;
  }
}
#flyout dialog > header, #flyout dialog > form > header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e9ec;
  background-color: #fcfcfc;
  position: sticky;
  top: 0;
  z-index: 5;
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(225, 233, 236, 0.15));
  margin-bottom: 0.5rem;
}
#flyout dialog > header .closer *, #flyout dialog > form > header .closer * {
  stroke: #A3ADB1;
}
#flyout dialog > header .inner > *, #flyout dialog > form > header .inner > * {
  font-size: 0.8rem;
}
#flyout dialog > .body, #flyout dialog > form > .body {
  padding: 1rem;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}
#flyout dialog > .footer, #flyout dialog > form > .footer {
  padding: 1rem;
  position: sticky;
  bottom: 0;
  background-color: #e1e9ec;
}
#flyout dialog h2, #flyout dialog h3, #flyout dialog h4, #flyout dialog > form h2, #flyout dialog > form h3, #flyout dialog > form h4 {
  margin: 1rem 0;
}
#flyout dialog section, #flyout dialog > form section {
  margin: 1rem auto;
}
#flyout dialog fieldset, #flyout dialog > form fieldset {
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  width: 100%;
  margin-top: 1rem;
}
#flyout dialog fieldset legend, #flyout dialog > form fieldset legend {
  padding: 0.5rem;
}
#flyout dialog fieldset p, #flyout dialog > form fieldset p {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
#flyout dialog #purchase-order-buttons h4, #flyout dialog > form #purchase-order-buttons h4 {
  margin: 1rem;
}

.nested {
  list-style: none;
}
.nested li.nested-form-wrapper {
  padding: 0.125rem 0;
}
.nested .nested-form-wrapper {
  padding: 0.5rem;
  border-bottom: #A3ADB1;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .nested .nested-form-wrapper {
    display: block;
  }
}
.nested .nested-form-wrapper > *:first-child {
  flex: 1 0 80%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.25rem;
}
.nested .buttons {
  padding-left: 0.5rem;
  margin-top: 0;
}
.nested .buttons svg {
  height: 0.875rem;
  width: 0.875rem;
}
.nested .buttons span {
  font-size: 0.875rem;
}
.nested fieldset {
  border: 1px solid #e3e3e3;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  width: 100%;
  margin-top: 1rem;
}
.nested fieldset legend {
  padding: 0.5rem;
}

.public-video-thumbnails-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.3rem auto 0 auto;
  max-width: calc(720px + 3.5rem + 76px);
  width: 100%;
}
.public-video-thumbnails-carousel .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #fcfcfc;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  color: #4775fb;
  transition: background 0.18s;
}
.public-video-thumbnails-carousel .carousel-arrow:hover {
  background: #e1e9ec;
}
.public-video-thumbnails-carousel .carousel-arrow.left {
  left: 0;
}
.public-video-thumbnails-carousel .carousel-arrow.right {
  right: 0;
}
.public-video-thumbnails-carousel .gallery-thumbnails {
  position: relative;
  overflow-x: auto;
  display: flex;
  gap: 0.7rem;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  max-width: calc(720px + 3.5rem);
  width: 100%;
  min-width: 0;
}
.public-video-thumbnails-carousel .gallery-thumbnails::-webkit-scrollbar {
  display: none;
}
.public-video-thumbnails-carousel .gallery-thumbnails .gallery-thumb-link,
.public-video-thumbnails-carousel .gallery-thumbnails .thumb-link {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 80px;
  height: 80px;
  width: 120px;
}
.public-video-thumbnails-carousel .gallery-thumbnails .gallery-thumb-link.active, .public-video-thumbnails-carousel .gallery-thumbnails .gallery-thumb-link:hover,
.public-video-thumbnails-carousel .gallery-thumbnails .thumb-link.active,
.public-video-thumbnails-carousel .gallery-thumbnails .thumb-link:hover {
  border-color: #4775fb;
}
.public-video-thumbnails-carousel .gallery-thumbnails .gallery-thumb-link img,
.public-video-thumbnails-carousel .gallery-thumbnails .thumb-link img {
  display: block;
  width: 120px;
  height: 105px;
  object-fit: cover;
  border-radius: 4px;
}

figcaption {
  display: block;
  margin: 0.65rem auto 0.4rem auto;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 500;
  color: #2A303B;
  max-width: 90%;
  line-height: 1.35;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
  /* For videos that need a different aspect ratio */
}
.video.ratio-4-3 {
  padding-bottom: 75%;
}
.video.ratio-1-1 {
  padding-bottom: 100%;
}
.video.no-border-radius {
  border-radius: 0;
}
.video iframe, .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
}

.panes {
  display: flex;
  height: 100vh;
}
.panes .pane {
  padding: 1rem;
  overflow-y: auto;
}
.panes .pane.left {
  flex: 1;
  max-width: 30rem;
  min-width: 20rem;
}
.panes .pane.left form {
  height: calc(100vh - 7rem);
  display: flex;
  flex-direction: column;
  position: relative;
}
.panes .pane.left form .buttons {
  position: absolute;
  bottom: 0;
}
.panes .pane.right {
  flex: 1;
}

.cards {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1919px) {
  .cards {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) and (max-width: 3839px) {
  .cards {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 3840px) {
  .cards {
    grid-template-columns: repeat(8, 1fr);
  }
}
.cards .card {
  border-radius: 0.5rem;
  border: 1px solid #e1e9ec;
  background: #fcfcfc;
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(225, 233, 236, 0.6));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cards .card .card-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.cards .card .card-image {
  width: 100%;
  height: 120px;
  background: #e1e9ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.cards .card .card-image-placeholder {
  width: 100%;
  height: 100%;
  background: #CFD9E3;
}
.cards .card .card-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cards .card .card-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
.cards .card .card-summary {
  flex: 1;
  margin-bottom: 0.75rem;
  color: #404959;
  font-size: 0.95rem;
}
.cards .card .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cards .card .tag-item {
  font-size: 0.78rem;
  padding: 0.18rem 0.8rem;
  background: #e1e9ec;
  color: #404959;
  border-radius: 1rem;
}
.cards .card .product-lines-index .segment-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.cards .card .product-lines-index .segment-card .segment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.cards .card .product-lines-index .segment-card .segment-header .segment-info {
  display: flex;
  align-items: flex-start;
}
.cards .card .product-lines-index .segment-card .segment-header .segment-info .segment-image {
  width: 200px;
  height: auto;
  margin-right: 1.5rem;
}
.cards .card .product-lines-index .segment-card .segment-header .segment-info .segment-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.3rem;
}
.cards .card .product-lines-index .segment-card .segment-header .segment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cards .card .product-lines-index .segment-product-lines.cards {
  grid-template-columns: 1fr;
}
.cards .card .product-lines-index .segment-product-lines.cards .card {
  width: 100%;
  margin-bottom: 1rem;
}
.cards .card .product-lines-index .segment-product-lines.cards .card-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cards .card .product-lines-index .segment-product-lines.cards .card-image,
.cards .card .product-lines-index .segment-product-lines.cards .card-image-placeholder {
  width: 110px;
  height: 90px;
  min-width: 110px;
  margin-right: 1.2rem;
}
.cards .card .product-lines-index .segment-product-lines.cards .card-content {
  padding: 1.1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cards .card .card-link,
.cards .card .card-link * {
  color: #2A303B;
  text-decoration: none;
}
.cards .card .card-link:hover,
.cards .card .card-link *:hover {
  text-decoration: underline;
}

.checklist {
  list-style: none;
  padding-left: 1rem;
}
.checklist .step {
  color: var(--step-color);
  padding: 0.25rem;
  display: block;
}
.checklist .step.italic {
  font-style: italic;
}
.checklist .step.bold {
  font-weight: 800;
}
.checklist .step.light {
  font-weight: lighter;
}
.checklist .step.underline {
  text-decoration: underline;
}
.checklist .step.double-underline {
  text-decoration: underline;
  text-decoration-style: double;
}
.checklist .step.dotted-underline {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.checklist .step.dashed-underline {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.checklist .step.wavy-underline {
  text-decoration: underline;
  text-decoration-style: wavy;
}
.checklist .step.highlight {
  background: var(--step-color);
  color: white;
}
