.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}@font-face {
  font-family: "Ubuntu-Bold";
  src: local("Ubuntu-Bold"), url(/node_modules/@dashtrack/web-utility/src/fonts/Ubuntu-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: local("Ubuntu-Medium"), url(/node_modules/@dashtrack/web-utility/src/fonts/Ubuntu-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: local("Poppins-Medium"), url(/node_modules/@dashtrack/web-utility/src/fonts/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito-VariableFont_wght";
  src: local("Nunito-VariableFont_wght"), url(/node_modules/@dashtrack/web-utility/src/fonts/Nunito-VariableFont_wght.ttf) format("truetype");
}/* add css module styles here (optional) */
._3YEhn {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
}

._39Ufv {
  top: 0;
  left: 0;
}

._KLO9T {
  top: 0;
  right: 0;
}

._32VVJ {
  bottom: 0;
  left: 0;
}

._3zHYL {
  bottom: 0;
  right: 0;
}

._3pQ0W {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}.loading-shimmer {
  background-color: #eee;
  background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 100%;
}

.loading-shimmer-animation {
  animation: progress 1.2s ease-in-out infinite;
}

@keyframes progress {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.dt-shimmer-sm {
  height: 38px !important;
}

.dt-shimmer-md {
  height: 50px !important;
}

.dt-shimmer-lg {
  height: 80px !important;
}.react-clock {
  display: block;
  position: relative;
}

.react-clock,
.react-clock *,
.react-clock *:before,
.react-clock *:after {
  box-sizing: border-box;
}

.react-clock__face {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid black;
  border-radius: 50%;
}

.react-clock__hand {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}

.react-clock__hand__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}

.react-clock__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}

.react-clock__mark__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}

.react-clock__mark__number {
  position: absolute;
  left: -40px;
  width: 80px;
  text-align: center;
}

.react-clock__second-hand__body {
  background-color: red;
}:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}.react-datetime-picker {
  display: inline-flex;
  position: relative;
}

.react-datetime-picker,
.react-datetime-picker *,
.react-datetime-picker *:before,
.react-datetime-picker *:after {
  box-sizing: border-box;
}

.react-datetime-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}

.react-datetime-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
}

.react-datetime-picker__inputGroup {
  min-width: calc(16px + 3.24em + 0.434em);
  flex-grow: 1;
  padding: 0 2px;
}

.react-datetime-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}

.react-datetime-picker__inputGroup__input {
  min-width: 0.54em;
  height: calc(100% - 2px);
  position: relative;
  padding: 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}

.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,
.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datetime-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}

.react-datetime-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}

.react-datetime-picker__inputGroup__amPm {
  font: inherit;
  -moz-appearance: menulist;
}

.react-datetime-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}

.react-datetime-picker__button:enabled {
  cursor: pointer;
}

.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon,
.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon {
  stroke: #0078d7;
}

.react-datetime-picker__button:disabled .react-datetime-picker__button__icon {
  stroke: #6d6d6d;
}

.react-datetime-picker__button svg {
  display: inherit;
}

.react-datetime-picker__calendar,
.react-datetime-picker__clock {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--closed {
  display: none;
}

.react-datetime-picker__calendar {
  width: 350px;
  max-width: 100vw;
}

.react-datetime-picker__calendar .react-calendar {
  border-width: thin;
}

.react-datetime-picker__clock {
  width: 200px;
  height: 200px;
  max-width: 100vw;
  padding: 25px;
  background-color: white;
  border: thin solid #a0a096;
}.slide-pane {
  display: flex;
  flex-direction: column;
  background: #fff;
  min-width: 100px;
  height: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s;
  will-change: transform;
}

.slide-pane:focus {
  outline-style: none;
}

.slide-pane_from_right {
  margin-left: auto;
  transform: translateX(100%);
}

.slide-pane_from_right.content-after-open {
  transform: translateX(0%);
}

.slide-pane_from_right.content-before-close {
  transform: translateX(100%);
}

.slide-pane_from_left {
  margin-right: auto;
  transform: translateX(-100%);
}

.slide-pane_from_left.content-after-open {
  transform: translateX(0%);
}

.slide-pane_from_left.content-before-close {
  transform: translateX(-100%);
}

.slide-pane_from_bottom {
  height: 90vh;
  margin-top: 10vh;
  transform: translateY(100%);
}

.slide-pane_from_bottom.content-after-open {
  transform: translateY(0%);
}

.slide-pane_from_bottom.content-before-close {
  transform: translateY(100%);
}

.slide-pane__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-pane__overlay.overlay-after-open {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s;
}

.slide-pane__overlay.overlay-before-close {
  background-color: rgba(0, 0, 0, 0);
}

.slide-pane__header {
  display: flex;
  flex: 0 0 64px;
  align-items: center;
  background: #ebebeb;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slide-pane__title-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 32px;
  min-width: 0;
}

.slide-pane .slide-pane__title {
  font-size: 18px;
  font-weight: normal;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}

.slide-pane__close {
  margin-left: 24px;
  padding: 16px;
  opacity: 0.7;
  cursor: pointer;
}

.slide-pane__close svg {
  width: 12px;
  padding: 0;
}

.slide-pane__content {
  position: relative;
  overflow-y: auto;
  padding: 24px 32px;
  flex: 1 1 auto;
}

.slide-pane__subtitle {
  font-size: 12px;
  margin-top: 2px;
}@font-face {
  font-family: "revicons";
  fallback: fallback;
  src: url(/node_modules/react-multi-carousel/lib/revicons.woff) format("woff"), url(/node_modules/react-multi-carousel/lib/revicons.ttf) format("ttf"), url(/node_modules/react-multi-carousel/lib/revicons.eot) format("ttf");
}
.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
}

.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  min-width: 43px;
  min-height: 43px;
  opacity: 1;
  cursor: pointer;
}

.react-multiple-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.react-multiple-carousel__arrow::before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative;
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

.react-multiple-carousel__arrow--left::before {
  content: "\E824";
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

.react-multiple-carousel__arrow--right::before {
  content: "\E825";
}

.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  margin: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  transition: background 0.5s;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  padding: 0;
  margin: 0;
  margin-right: 6px;
  outline: 0;
  cursor: pointer;
}

.react-multi-carousel-dot button:hover:active {
  background: #080808;
}

.react-multi-carousel-dot--active button {
  background: #080808;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
[dir=rtl].react-multi-carousel-list {
  direction: rtl;
}

.rtl.react-multiple-carousel__arrow--right {
  right: auto;
  left: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--right::before {
  content: "\E824";
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--left::before {
  content: "\E825";
}.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}/** ISSUERS **/
/** Images **/
.rccs {
  margin: 0 auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 290px;
}

.rccs__card {
  height: 182.873px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.4s linear;
  width: 290px;
}

.rccs__card--front, .rccs__card--back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(25deg, #939393, #717171);
  border-radius: 14.5px;
  color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.rccs__card--front {
  z-index: 20;
}

.rccs__card--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.rccs__card--back .rccs__issuer {
  background-position: bottom center;
  bottom: 5%;
  left: 50%;
  opacity: 0.6;
  right: auto;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rccs__card__background {
  height: 200%;
  left: -170%;
  position: absolute;
  top: -60%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  transition: all 0.5s ease-out;
  width: 150%;
  left: -170%;
}

.rccs__card--flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.rccs__card--flipped .rccs__card--front {
  z-index: 10;
}

.rccs__card--flipped .rccs__card--back {
  z-index: 20;
}

.rccs__card--unknown > div {
  background: linear-gradient(25deg, #999, #999);
  box-shadow: none;
}

.rccs__card--unknown .rccs__issuer {
  visibility: hidden;
}

.rccs__card:not(.rccs__card--unknown) .rccs__card__background {
  left: -22%;
}

.rccs__card--amex .rccs__card__background {
  background: linear-gradient(25deg, #308c67, #a3f2cf);
}

.rccs__card--amex .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBjeD0iMTcuNTQxJSIgY3k9IjE3LjQ2NiUiIGZ4PSIxNy41NDElIiBmeT0iMTcuNDY2JSIgcj0iOTEuMjM3JSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiM2NUJDRjEiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjNBREUzIiBvZmZzZXQ9IjQ1LjQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwREE2RTAiIG9mZnNldD0iNTAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzA1NTFDMyIgb2Zmc2V0PSIxMDAlIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGg1MTJ2NTEyaC01MTJ6Ii8+PHBhdGggZD0iTTQ1Ljc5MSAyMjAuOTM1bC05Ljc3My0yMy44MTMtOS43MTcgMjMuODEzaDE5LjQ4OXptMjE1LjI4OS05LjQ4M2MtMS45NjIgMS4xOTEtNC4yODMgMS4yMzEtNy4wNjMgMS4yMzFoLTE3LjM0NXYtMTMuMjY4aDE3LjU4MWMyLjQ4OCAwIDUuMDg0LjExMiA2Ljc3MSAxLjA3NyAxLjg1Mi44NyAyLjk5OCAyLjcyMiAyLjk5OCA1LjI4MSAwIDIuNjExLTEuMDkgNC43MTItMi45NDIgNS42Nzl6bTEyMy43MzkgOS40ODNsLTkuODgxLTIzLjgxMy05LjgyNyAyMy44MTNoMTkuNzA3em0tMjMwLjY1OCAyNS43NzZoLTE0LjYzN2wtLjA1NC00Ni43ODQtMjAuNzA0IDQ2Ljc4NGgtMTIuNTM2bC0yMC43NTgtNDYuODI1djQ2LjgyNWgtMjkuMDRsLTUuNDg2LTEzLjMyNGgtMjkuNzI5bC01LjU0MiAxMy4zMjRoLTE1LjUwN2wyNS41NjgtNTkuNzM1aDIxLjIxNGwyNC4yODQgNTYuNTU2di01Ni41NTZoMjMuMzA0bDE4LjY4NiA0MC41MjMgMTcuMTY1LTQwLjUyM2gyMy43NzJ2NTkuNzM1aC4wMDJ6bTU4LjMzOCAwaC00Ny42OTd2LTU5LjczNWg0Ny42OTd2MTIuNDM5aC0zMy40MTl2MTAuNzY3aDMyLjYxN3YxMi4yNDVoLTMyLjYxN3YxMS45MjloMzMuNDE5djEyLjM1NHptNjcuMjUxLTQzLjY0N2MwIDkuNTI0LTYuMzU3IDE0LjQ0NC0xMC4wNjEgMTUuOTIyIDMuMTI0IDEuMTg5IDUuNzkzIDMuMjkgNy4wNjMgNS4wMyAyLjAxNiAyLjk3MSAyLjM2NCA1LjYyNSAyLjM2NCAxMC45NnYxMS43MzVoLTE0LjQwMWwtLjA1NC03LjUzM2MwLTMuNTk0LjM0NC04Ljc2NC0yLjI1NC0xMS42MzctMi4wODYtMi4xMDEtNS4yNjYtMi41NTctMTAuNDA3LTIuNTU3aC0xNS4zMjd2MjEuNzI3aC0xNC4yNzd2LTU5LjczNWgzMi44NGM3LjI5NyAwIDEyLjY3My4xOTMgMTcuMjg5IDIuODYxIDQuNTE3IDIuNjY4IDcuMjI1IDYuNTY0IDcuMjI1IDEzLjIyN3ptMjIuODUgNDMuNjQ3aC0xNC41Njl2LTU5LjczNWgxNC41Njl2NTkuNzM1em0xNjkuMDE3IDBoLTIwLjIzM2wtMjcuMDY0LTQ0LjgzNHY0NC44MzRoLTI5LjA3OGwtNS41NTctMTMuMzI0aC0yOS42NmwtNS4zOTEgMTMuMzI0aC0xNi43MDdjLTYuOTQgMC0xNS43MjctMS41MzUtMjAuNzA0LTYuNjA3LTUuMDE4LTUuMDcyLTcuNjI5LTExLjk0Mi03LjYyOS0yMi44MDUgMC04Ljg1OSAxLjU2LTE2Ljk1OCA3LjY5Ny0yMy4zNTggNC42MTYtNC43NjcgMTEuODQ1LTYuOTY1IDIxLjY4NC02Ljk2NWgxMy44MjN2MTIuNzk5aC0xMy41MzNjLTUuMjExIDAtOC4xNTMuNzc1LTEwLjk4NyAzLjUzOS0yLjQzNCAyLjUxNS00LjEwNCA3LjI3LTQuMTA0IDEzLjUzMSAwIDYuNCAxLjI3MiAxMS4wMTQgMy45MjYgMTQuMDI4IDIuMTk4IDIuMzY0IDYuMTkzIDMuMDgxIDkuOTUxIDMuMDgxaDYuNDEybDIwLjEyNC00Ni45NzdoMjEuMzk0bDI0LjE3NCA1Ni41di01Ni41aDIxLjc0bDI1LjA5OCA0MS42MDJ2LTQxLjYwMmgxNC42MjV2NTkuNzMzem0tNDcxLjYxNiAxMS43MzNoMjQuMzk1bDUuNTAxLTEzLjI2OGgxMi4zMTVsNS40ODYgMTMuMjY4aDQ4di0xMC4xNDRsNC4yODUgMTAuMTg3aDI0LjkxOGw0LjI4NS0xMC4zMzh2MTAuMjk1aDExOS4yODlsLS4wNTYtMjEuNzc5aDIuMzA4YzEuNjE2LjA1NiAyLjA4OC4yMDUgMi4wODggMi44NzR2MTguOTA2aDYxLjY5N3YtNS4wN2M0Ljk3NiAyLjY2NyAxMi43MTcgNS4wNyAyMi45MDIgNS4wN2gyNS45NTZsNS41NTUtMTMuMjY4aDEyLjMxNWw1LjQzMiAxMy4yNjhoNTAuMDE4di0xMi42MDNsNy41NzQgMTIuNjAzaDQwLjA4MXYtODMuMzEyaC0zOS42Njd2OS44MzlsLTUuNTU1LTkuODM5aC00MC43MDN2OS44MzlsLTUuMTAxLTkuODM5aC01NC45OGMtOS4yMDMgMC0xNy4yOTMgMS4yODUtMjMuODI4IDQuODY1di00Ljg2NWgtMzcuOTQxdjQuODY1Yy00LjE1OC0zLjY5LTkuODI1LTQuODY1LTE2LjEyNS00Ljg2NWgtMTM4LjYxM2wtOS4zMDEgMjEuNTE4LTkuNTUxLTIxLjUxOGgtNDMuNjZ2OS44MzlsLTQuNzk2LTkuODM5aC0zNy4yMzVsLTE3LjI5MSAzOS42MTF2NDMuNzAxaC4wMDJ6TTUxMiAzMDIuMDE0aC0yNi4wMzljLTIuNiAwLTQuMzI3LjA5Ny01Ljc4MiAxLjA4LTEuNTA3Ljk2OC0yLjA4OCAyLjQwNS0yLjA4OCA0LjMwMiAwIDIuMjU1IDEuMjczIDMuNzkgMy4xMjQgNC40NTMgMS41MDcuNTI1IDMuMTI2LjY3OCA1LjUwNi42NzhsNy43NDMuMjA3YzcuODE0LjE5MyAxMy4wMjkgMS41MzYgMTYuMjA5IDQuODEyLjU3OS40NTYuOTI3Ljk2OCAxLjMyNSAxLjQ4di0xNy4wMTJ6bTAgMzkuNDE2Yy0zLjQ3IDUuMDc1LTEwLjIzMyA3LjY0OC0xOS4zODggNy42NDhoLTI3LjU5MXYtMTIuODJoMjcuNDc5YzIuNzI2IDAgNC42MzMtLjM1OSA1Ljc4Mi0xLjQ4Ljk5NS0uOTI1IDEuNjg5LTIuMjY4IDEuNjg5LTMuOSAwLTEuNzQyLS42OTQtMy4xMjQtMS43NDUtMy45NTQtMS4wMzctLjkxMi0yLjU0Ni0xLjMyNy01LjAzNC0xLjMyNy0xMy40MTUtLjQ1Ni0zMC4xNTEuNDE1LTMwLjE1MS0xOC41MDQgMC04LjY3MiA1LjUwNi0xNy44IDIwLjQ5OC0xNy44aDI4LjQ1OHYtMTEuODk1aC0yNi40NDFjLTcuOTc5IDAtMTMuNzc2IDEuOTExLTE3Ljg4MSA0Ljg4MnYtNC44ODJoLTM5LjEwOWMtNi4yNTQgMC0xMy41OTUgMS41NS0xNy4wNjggNC44ODJ2LTQuODgyaC02OS44Mzl2NC44ODJjLTUuNTU4LTQuMDEtMTQuOTM3LTQuODgyLTE5LjI2NS00Ljg4MmgtNDYuMDY2djQuODgyYy00LjM5Ny00LjI1OC0xNC4xNzYtNC44ODItMjAuMTM2LTQuODgyaC01MS41NTZsLTExLjc5OCAxMi43NjgtMTEuMDUtMTIuNzY4aC03Ny4wMTR2ODMuNDIxaDc1LjU2NWwxMi4xNTctMTIuOTcgMTEuNDUyIDEyLjk3IDQ2LjU3OC4wNDF2LTE5LjYyNGg0LjU3OWM2LjE4LjA5NiAxMy40NjktLjE1MyAxOS45LTIuOTMzdjIyLjUxNGgzOC40MTl2LTIxLjc0MmgxLjg1M2MyLjM2NSAwIDIuNTk4LjA5NyAyLjU5OCAyLjQ2MXYxOS4yOGgxMTYuNzA5YzcuNDEgMCAxNS4xNTUtMS44OTcgMTkuNDQ0LTUuMzM4djUuMzM4aDM3LjAyYzcuNzA0IDAgMTUuMjI3LTEuMDggMjAuOTUxLTMuODQ1di0xNS41NDF6bS01Ni45OS0yMy44ODRjMi43ODIgMi44NzkgNC4yNzMgNi41MTQgNC4yNzMgMTIuNjY3IDAgMTIuODYyLTguMDM1IDE4Ljg2NS0yMi40NDQgMTguODY1aC0yNy44Mjd2LTEyLjgyaDI3LjcxNWMyLjcxIDAgNC42MzItLjM1OSA1LjgzNi0xLjQ4Ljk4My0uOTI1IDEuNjg3LTIuMjY4IDEuNjg3LTMuOSAwLTEuNzQyLS43NjMtMy4xMjQtMS43NDMtMy45NTQtMS4wOTMtLjkxMi0yLjYtMS4zMjctNS4wODgtMS4zMjctMTMuMzYxLS40NTYtMzAuMDkzLjQxNS0zMC4wOTMtMTguNTA0IDAtOC42NzIgNS40NDgtMTcuOCAyMC40MjYtMTcuOGgyOC42NDJ2MTIuNzI1aC0yNi4yMDhjLTIuNTk4IDAtNC4yODcuMDk3LTUuNzI0IDEuMDgtMS41NjUuOTY4LTIuMTQ1IDIuNDA1LTIuMTQ1IDQuMzAyIDAgMi4yNTUgMS4zMjkgMy43OSAzLjEyNiA0LjQ1MyAxLjUwNy41MjUgMy4xMjYuNjc4IDUuNTYuNjc4bDcuNjkxLjIwN2M3Ljc1Ni4xODkgMTMuMDggMS41MzEgMTYuMzE2IDQuODA4em0tMTI4LjkxOC0zLjY5MmMtMS45MTEgMS4xMzQtNC4yNzUgMS4yMzEtNy4wNTUgMS4yMzFoLTE3LjM1NnYtMTMuNDI4aDE3LjU5MmMyLjU0NCAwIDUuMDg5LjA1NCA2LjgxOCAxLjA4IDEuODUyLjk2OCAyLjk1OCAyLjgyIDIuOTU4IDUuMzc4IDAgMi41NTgtMS4xMDcgNC42MTktMi45NTggNS43Mzh6bTguNjI4IDcuNDRjMy4xOCAxLjE3NCA1Ljc4IDMuMjc4IDYuOTk5IDUuMDE5IDIuMDE3IDIuOTE5IDIuMzA5IDUuNjQzIDIuMzY3IDEwLjkxM3YxMS44NTJoLTE0LjM0M3YtNy40OGMwLTMuNTk3LjM0Ni04LjkyMi0yLjMwOS0xMS43MDItMi4wODgtMi4xNDItNS4yNy0yLjY1NC0xMC40ODItMi42NTRoLTE1LjI2OHYyMS44MzZoLTE0LjM1NnYtNTkuNzg2aDMyLjk4NWM3LjIzMyAwIDEyLjUwMS4zMTkgMTcuMTkgMi44MjEgNC41MDkgMi43MjQgNy4zNDUgNi40NTYgNy4zNDUgMTMuMjc2LS4wMDIgOS41NDItNi4zNjYgMTQuNDEyLTEwLjEyNyAxNS45MDV6bTE4LjA0OC0zMi4wMDJoNDcuNjg0djEyLjM2NGgtMzMuNDU1djEwLjg2OWgzMi42Mzl2MTIuMTk4aC0zMi42Mzl2MTEuODk1bDMzLjQ1NS4wNTR2MTIuNDA1aC00Ny42ODR2LTU5Ljc4NnptLTk2LjM5MyAyNy41OTFoLTE4LjQ2M3YtMTUuMjI1aDE4LjYyOWM1LjE1OCAwIDguNzM4IDIuMTAyIDguNzM4IDcuMzMgMCA1LjE3MS0zLjQxNSA3Ljg5NS04LjkwNCA3Ljg5NXptLTMyLjY5MyAyNi43NThsLTIxLjkzNS0yNC4zNTMgMjEuOTM1LTIzLjU3OXY0Ny45MzJ6bS01Ni42NDctNy4wMjJoLTM1LjEyN3YtMTEuODk1aDMxLjM2NnYtMTIuMTk4aC0zMS4zNjZ2LTEwLjg2OWgzNS44MTlsMTUuNjI3IDE3LjQyMy0xNi4zMTkgMTcuNTR6bTExMy41ODMtMjcuNjNjMCAxNi42MDgtMTIuMzkxIDIwLjAzNy0yNC44NzkgMjAuMDM3aC0xNy44Mjd2MjAuMDUzaC0yNy43NjlsLTE3LjU5Mi0xOS43OTItMTguMjgzIDE5Ljc5MmgtNTYuNTkxdi01OS43ODZoNTcuNDYybDE3LjU3OCAxOS41OTcgMTguMTczLTE5LjU5N2g0NS42NTJjMTEuMzM4IDAgMjQuMDc3IDMuMTM5IDI0LjA3NyAxOS42OTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.rccs__card--amex .rccs__cvc__front {
  opacity: 0.5;
  visibility: visible;
}

.rccs__card--dankort .rccs__card__background {
  background: linear-gradient(25deg, #ccc, #999);
}

.rccs__card--dankort .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjMwOCIgdmlld0JveD0iMCAwIDUxMiAzMDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iI0Y1MDkxQSIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiM5RTBDMTciIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0zNTguNDA3IDBoLTIwNC43OTVjLTg0Ljg0MiAwLTE1My42MTIgNjguNzcxLTE1My42MTIgMTUzLjU5MyAwIDg0Ljg1MSA2OC43NyAxNTMuNjA2IDE1My42MTIgMTUzLjYwNmgyMDQuNzk1Yzg0LjgyMiAwIDE1My41OTMtNjguNzU1IDE1My41OTMtMTUzLjYwNiAwLTg0LjgyMS02OC43Ny0xNTMuNTkzLTE1My41OTMtMTUzLjU5MyIgZmlsbD0iI0ZFRkVGRSIvPjxwYXRoIGQ9Ik0zOTUuNTkxIDE0NC40ODZsNjguMzI4IDgxLjI2MWMxNC4xNTEtMjAuNDUxIDIyLjQ2Mi00NS4yNDIgMjIuNDYyLTcxLjk0NSAwLTI4LjE4My05LjI1OS01NC4yNDgtMjQuODg0LTc1LjMxNWwtNjUuOTA2IDY1Ljk5OXptLTI0MS4zOTctMTE3LjM4NmMtMzguNTQ3IDAtNzMuMTIxIDE3LjI5My05Ni4zODMgNDQuNTI4aDE0NC4xNTljNTEuMDI3IDAgODkuNDc0IDEyLjk4MyA5My40MzEgNTUuOTc0bDUzLjcwMi01NS45ODFoMTA2LjkzMWMtMjMuMjYzLTI3LjIyNy01Ny44MzEtNDQuNTItOTYuMzYxLTQ0LjUyaC0yMDUuNDc5em0yOS4yMzYgMjA1LjQ3OWgtMTI4LjQyOWMyMy4yMzMgMjkuMTkzIDU5LjA2MiA0Ny45NDYgOTkuMTk0IDQ3Ljk0NmgyMDUuNDc5YzQwLjExNyAwIDc1LjkzNy0xOC43NDUgOTkuMTcxLTQ3LjkzOWgtMTA5LjI5NWwtNTYuNzk2LTcxLjc3NmMtMTAuNTA2IDQ4LjkzOS00NC44ODEgNzEuNzY5LTEwOS4zMjMgNzEuNzY5ek0xMTguNDQgMTI1Ljk5N2wtMTguMjIyIDUwLjFoNzMuNTE3YzIxLjczMyAwIDI4LjMxLTguOTk4IDMzLjE3My0yNi4zMTkgNC44MTUtMTcuMTMxLTcuMjc3LTIzLjc4LTIyLjEyOS0yMy43OGgtNjYuMzM5eiIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==");
}

.rccs__card--dinersclub > div {
  color: #555;
}

.rccs__card--dinersclub .rccs__card__background {
  background: linear-gradient(25deg, #fff, #eee);
}

.rccs__card--dinersclub .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjEzNCIgdmlld0JveD0iMCAwIDUxMiAxMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik05OS4yODUgMTMzLjg2YzM2LjQ0Ni4xNzcgNjkuNzE1LTI5LjY1OSA2OS43MTUtNjUuOTU1IDAtMzkuNjg5LTMzLjI2OS02Ny4xMjItNjkuNzE1LTY3LjExMWgtMzEuMzY1Yy0zNi44ODItLjAxMS02Ny4yNDEgMjcuNDI5LTY3LjI0MSA2Ny4xMTEgMCAzNi4zMDUgMzAuMzU4IDY2LjEzMyA2Ny4yNDEgNjUuOTU1aDMxLjM2NSIgZmlsbD0iIzAwNjA5NSIvPjxwYXRoIGQ9Ik04MS45MDkgMTAzLjI0N3YtNzIuMDcyYzE0LjUxNyA1LjU1NyAyNC44MjMgMTkuNTgzIDI0Ljg0NyAzNi4wMzMtLjAyNCAxNi40NTQtMTAuMzMgMzAuNDcxLTI0Ljg0NyAzNi4wMzhtLTUyLjUyMi0zNi4wMzhjLjAzMy0xNi40NDEgMTAuMzIyLTMwLjQ1OCAyNC44MzEtMzYuMDMydjcyLjA1NWMtMTQuNTA5LTUuNTY5LTI0Ljc5OC0xOS41NzgtMjQuODMxLTM2LjAyNG0zOC42NzktNjAuOTE1Yy0zMy43MDIuMDExLTYxLjAxMSAyNy4yNzMtNjEuMDIgNjAuOTE1LjAwOCAzMy42MzkgMjcuMzE4IDYwLjg5NSA2MS4wMiA2MC45MDUgMzMuNzEzLS4wMSA2MS4wMjgtMjcuMjY2IDYxLjAzMy02MC45MDUtLjAwNS0zMy42NDItMjcuMzE5LTYwLjkwNC02MS4wMzMtNjAuOTE1IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE5MC4zNzMgMjkuNDIxYzAtNi4yOTQtMy4yOTEtNS44ODEtNi40NDQtNS45NDd2LTEuODE5YzIuNzMzLjEzMyA1LjUzNi4xMzMgOC4yNzUuMTMzIDIuOTQzIDAgNi45NDEtLjEzMyAxMi4xMzMtLjEzMyAxOC4xNTcgMCAyOC4wNDIgMTIuMTAzIDI4LjA0MiAyNC40OTYgMCA2LjkyOS00LjA2MyAyNC4zNTMtMjguODg4IDI0LjM1My0zLjU3MyAwLTYuODc0LS4xMzgtMTAuMTY3LS4xMzgtMy4xNTMgMC02LjI0Mi4wNjctOS4zOTUuMTM4di0xLjgyYzQuMjAzLS40MjEgNi4yNDItLjU2MSA2LjQ0NC01LjMydi0zMy45NDN6bTYuODczIDMyLjgyNWMwIDUuMzg4IDMuODYxIDYuMDE3IDcuMjk0IDYuMDE3IDE1LjE0OSAwIDIwLjEyNC0xMS40MDcgMjAuMTI0LTIxLjgzNiAwLTEzLjA4My04LjQxNS0yMi41My0yMS45NDctMjIuNTMtMi44NzkgMC00LjIwMy4yMDUtNS40NzIuMjh2MzguMDY4em0zNy41OTIgNi40NGgxLjMzMWMxLjk2MSAwIDMuMzY1IDAgMy4zNjUtMi4zMTV2LTE4Ljk2MmMwLTMuMDc3LTEuMDUtMy41MDQtMy42NDgtNC44OTZ2LTEuMTIyYzMuMjk2LS45ODUgNy4yMjYtMi4zMDggNy41MDMtMi41MTguNDkzLS4yOC45MTItLjM1NCAxLjI2NC0uMzU0LjM0NyAwIC40OTIuNDIxLjQ5Mi45ODV2MjYuODY2YzAgMi4zMTUgMS41NDIgMi4zMTUgMy41MDggMi4zMTVoMS4xODl2MS44MmMtMi4zODYgMC00Ljg0Mi0uMTQtNy4zNi0uMTQtMi41MjYgMC01LjA1Mi4wNjgtNy42NDMuMTR2LTEuODJ6bTcuNTAzLTQwLjk0Yy0xLjgyNyAwLTMuNDM2LTEuNjc5LTMuNDM2LTMuNDk5IDAtMS43NTIgMS42ODYtMy4zNjYgMy40MzYtMy4zNjYgMS44MTcgMCAzLjQzNSAxLjQ3NiAzLjQzNSAzLjM2NiAwIDEuODkyLTEuNTQ2IDMuNDk5LTMuNDM1IDMuNDk5em0xNC4xNjIgMjAuMDgyYzAtMi41ODgtLjc3NS0zLjI4NS00LjA2My00LjYxNXYtMS4zM2MzLjAxMS0uOTc4IDUuODg0LTEuODkyIDkuMjU0LTMuMzYzLjIwOCAwIC40MTQuMTQzLjQxNC42OTl2NC41NTFjNC4wMDMtMi44NjYgNy40NDEtNS4yNSAxMi4xNDQtNS4yNSA1Ljk1NiAwIDguMDU4IDQuMzQgOC4wNTggOS44djE4LjA1MmMwIDIuMzE1IDEuNTQxIDIuMzE1IDMuNTA2IDIuMzE1aDEuMjYydjEuODJjLTIuNDU5IDAtNC45MTMtLjE0LTcuNDMxLS4xNC0yLjUyOCAwLTUuMDUzLjA2OC03LjU3Ni4xNHYtMS44MmgxLjI2MWMxLjk2NyAwIDMuMzYzIDAgMy4zNjMtMi4zMTV2LTE4LjEyYzAtMy45OTQtMi40NDMtNS45NDktNi40NDYtNS45NDktMi4yNDMgMC01LjgxOSAxLjgxNy04LjE0MSAzLjM1OHYyMC43MTFjMCAyLjMxNSAxLjU1MiAyLjMxNSAzLjUxNiAyLjMxNWgxLjI2MXYxLjgyYy0yLjQ1NCAwLTQuOTEyLS4xNC03LjQzNi0uMTQtMi41MjEgMC01LjA1LjA2OC03LjU3MS4xNHYtMS44MmgxLjI2NWMxLjk2MiAwIDMuMzYxIDAgMy4zNjEtMi4zMTV2LTE4LjU0NHptMzUuOTA3IDMuMzY1Yy0uMTQ1LjYzMS0uMTQ1IDEuNjc3IDAgNC4wNTkuNDEyIDYuNjQ2IDQuNzAyIDEyLjEwMyAxMC4zMDIgMTIuMTAzIDMuODYzIDAgNi44ODItMi4xIDkuNDctNC42ODZsLjk4Ljk4Yy0zLjIyNiA0LjI3LTcuMjI0IDcuOTA4LTEyLjk2OCA3LjkwOC0xMS4xNTQgMC0xMy4zOTUtMTAuNzgtMTMuMzk1LTE1LjI1NiAwLTEzLjcxOCA5LjI1Mi0xNy43NzkgMTQuMTU3LTE3Ljc3OSA1LjY4NSAwIDExLjc5MSAzLjU2OCAxMS44NTMgMTAuOTg2IDAgLjQyNiAwIC44NC0uMDYyIDEuMjY1bC0uNjM3LjQyMWgtMTkuNzAxem0xMi40MTMtMi4yNDFjMS43NTIgMCAxLjk1Ni0uOTEyIDEuOTU2LTEuNzUxIDAtMy41NjgtMi4xNzEtNi40MzctNi4xMDEtNi40MzctNC4yNzUgMC03LjIxOSAzLjE0Mi04LjA2IDguMTg3aDEyLjIwNXptOS42MDQgMTkuNzM2aDEuODk0YzEuOTU2IDAgMy4zNiAwIDMuMzYtMi4zMTV2LTE5LjY2MWMwLTIuMTY4LTIuNTkxLTIuNTkxLTMuNjQ1LTMuMTV2LTEuMDQ3YzUuMTE5LTIuMTcyIDcuOTI1LTMuOTk0IDguNTY1LTMuOTk0LjQxMiAwIC42Mi4yMS42Mi45MTN2Ni4yOTdoLjE1YzEuNzQ2LTIuNzI5IDQuNjk3LTcuMjEgOC45NzItNy4yMSAxLjc1NCAwIDMuOTk1IDEuMTg4IDMuOTk1IDMuNzA5IDAgMS44OS0xLjMyOSAzLjU3NC0zLjI5MSAzLjU3NC0yLjE4MiAwLTIuMTgyLTEuNjg0LTQuNjMzLTEuNjg0LTEuMTk0IDAtNS4xMTkgMS42MTEtNS4xMTkgNS44MTJ2MTYuNDM5YzAgMi4zMTUgMS4zOTkgMi4zMTUgMy4zNjUgMi4zMTVoMy45MjV2MS44MmMtMy44NTgtLjA3Mi02Ljc5My0uMTQtOS44MTItLjE0LTIuODc0IDAtNS44MjEuMDY4LTguMzQ1LjE0di0xLjgyem0yNi45OTUtNy45MTFjLjkxNCA0LjYxOCAzLjcxNiA4LjU0IDguODM4IDguNTQgNC4xMyAwIDUuNjcyLTIuNTE5IDUuNjcyLTQuOTY3IDAtOC4yNi0xNS4yODEtNS42MDMtMTUuMjgxLTE2Ljg2NyAwLTMuOTIyIDMuMTU5LTguOTYxIDEwLjg2OS04Ljk2MSAyLjI0MSAwIDUuMjU1LjYzMiA3Ljk4OCAyLjAzM2wuNDk1IDcuMTMyaC0xLjYxNGMtLjctNC40MDUtMy4xNTMtNi45MjQtNy42NDMtNi45MjQtMi44MDggMC01LjQ2OSAxLjYwOS01LjQ2OSA0LjYxOCAwIDguMTk0IDE2LjI2OCA1LjY2OSAxNi4yNjggMTYuNjU1IDAgNC42MTgtMy43MTYgOS41MjItMTIuMDYzIDkuNTIyLTIuODA0IDAtNi4xMDEtLjk4Mi04LjU1Mi0yLjM4bC0uNzc0LTguMDQ5IDEuMjY0LS4zNTN6bTgzLjQ0Mi0yNi40NTVoLTEuNzQ5Yy0xLjMzNS04LjE4Mi03LjE1Ni0xMS40NzUtMTUuMDA2LTExLjQ3NS04LjA2OCAwLTE5Ljc4MSA1LjM4Ny0xOS43ODEgMjIuMTgyIDAgMTQuMTQ0IDEwLjEwNSAyNC4yODggMjAuOSAyNC4yODggNi45MzkgMCAxMi42OTUtNC43NTggMTQuMDk5LTEyLjEwOWwxLjYwOS40MTktMS42MDkgMTAuMjE3Yy0yLjk0NiAxLjgyNS0xMC44NzEgMy43MTItMTUuNTAyIDMuNzEyLTE2LjQwMyAwLTI2Ljc3OS0xMC41NjgtMjYuNzc5LTI2LjMxNSAwLTE0LjM0NyAxMi44MjgtMjQuNjM4IDI2LjU3Mi0yNC42MzggNS42NzcgMCAxMS4xNDkgMS44MjUgMTYuNTQ2IDMuNzE2bC43IDEwLjAwM3ptMi41MjkgMzQuMzY2aDEuMzI2YzEuOTY5IDAgMy4zNzMgMCAzLjM3My0yLjMxNXYtMzguOTc0YzAtNC41NTMtMS4wNTItNC42OTMtMy43MTYtNS40NjF2LTEuMTJjMi44MDMtLjkwOSA1Ljc0OS0yLjE2OCA3LjIyMS0zLjAxMi43NjUtLjQxNiAxLjMzMS0uNzcyIDEuNTM3LS43NzIuNDI3IDAgLjU2OC40MjQuNTY4Ljk4NXY0OC4zNTRjMCAyLjMxNSAxLjU0MSAyLjMxNSAzLjUwNiAyLjMxNWgxLjE4NHYxLjgyYy0yLjM3NiAwLTQuODMyLS4xNC03LjM1Ni0uMTQtMi41MjMgMC01LjA0Ny4wNjgtNy42NDMuMTR2LTEuODJ6bTQ1LjAyMi0yLjAzM2MwIDEuMjY1Ljc2OSAxLjMzMSAxLjk1OSAxLjMzMWwyLjgwNi0uMDY3djEuNDczYy0zLjAxOS4yNzgtOC43NjcgMS43NDctMTAuMSAyLjE2N2wtLjM1My0uMjExdi01LjY2NmMtNC4yIDMuNDI4LTcuNDMxIDUuODc3LTEyLjQxNSA1Ljg3Ny0zLjc4MyAwLTcuNzEtMi40NDktNy43MS04LjMyNXYtMTcuOTJjMC0xLjgyLS4yNzgtMy41NzEtNC4yMDItMy45MTl2LTEuMzMxYzIuNTI4LS4wNjggOC4xMjgtLjQ4OCA5LjA0My0uNDg4Ljc3NyAwIC43NzcuNDg4Ljc3NyAyLjAyOHYxOC4wNTJjMCAyLjEwMyAwIDguMTIgNi4wOTYgOC4xMiAyLjM4NCAwIDUuNTM5LTEuODE5IDguNDgtNC4yNjN2LTE4LjgzM2MwLTEuMzk2LTMuMzYzLTIuMTYzLTUuODgyLTIuODY0di0xLjI2YzYuMzA0LS40MjMgMTAuMjM3LS45OCAxMC45MzQtLjk4LjU2NyAwIC41NjcuNDg4LjU2NyAxLjI2MXYyNS44MTh6bTEzLjk1Mi0yMy4wOTJjMi44MDEtMi4zOCA2LjU4OS01LjA0IDEwLjQ0OS01LjA0IDguMTM1IDAgMTMuMDM3IDcuMDc0IDEzLjAzNyAxNC42OTggMCA5LjE2Ny02LjcyOCAxOC4zMzgtMTYuNzYxIDE4LjMzOC01LjE4NCAwLTcuOTE4LTEuNjgyLTkuNzQ0LTIuNDQ5bC0yLjEwMSAxLjYwNi0xLjQ2Ny0uNzY3Yy42Mi00LjEyOS45NzktOC4xODkuOTc5LTEyLjQ1N3YtMzAuMDkxYzAtNC41NTMtMS4wNTctNC42OTMtMy43Mi01LjQ2MXYtMS4xMmMyLjgxMS0uOTA5IDUuNzQ5LTIuMTY4IDcuMjI0LTMuMDEyLjc3LS40MTYgMS4zMjctLjc3MiAxLjU0Ni0uNzcyLjQyIDAgLjU1OS40MjQuNTU5Ljk4NXYyNS41NDN6bTAgMTkuMDMzYzAgMi42NTkgMi41MjMgNy4xNDQgNy4yMjEgNy4xNDQgNy41MDQgMCAxMC42NTctNy4zNTIgMTAuNjU3LTEzLjU4MyAwLTcuNTU2LTUuNzQ0LTEzLjg1Mi0xMS4yMTYtMTMuODUyLTIuNjAxIDAtNC43NyAxLjY4MS02LjY2MyAzLjI5MXYxN3ptLTMwMi41MTggNDguNjAxaC41MzdjMS4zNzEgMCAyLjgyMS0uMTg1IDIuODIxLTIuMTY4di0xOS45NDhjMC0xLjk4Ni0xLjQ0OS0yLjE3NS0yLjgyMS0yLjE3NWgtLjUzN3YtMS4xNDNjMS40ODkgMCAzLjc3OC4xNSA1LjY1My4xNSAxLjkwNSAwIDQuMTkyLS4xNSA1Ljk4NS0uMTV2MS4xNDNoLS41MzZjLTEuMzY4IDAtMi44MjEuMTg5LTIuODIxIDIuMTc1djE5Ljk0OGMwIDEuOTgzIDEuNDUzIDIuMTY4IDIuODIxIDIuMTY4aC41MzZ2MS4xNDhjLTEuODMxIDAtNC4xMjUtLjE1LTYuMDI2LS4xNS0xLjg3MSAwLTQuMTI0LjE1LTUuNjEyLjE1di0xLjE0OHptMzcuODUxLTYuMzU5bC4wNzctLjA3NXYtMTQuMjc3YzAtMy4xMjQtMi4xNzctMy41ODEtMy4zMjEtMy41ODFoLS44NHYtMS4xNDNsNS4zNDIuMTUxIDQuNjk0LS4xNTF2MS4xNDNoLS41NjhjLTEuNjA3IDAtMy40LjMwNi0zLjQgNC44MzZ2MTcuMzNjMCAxLjMzMS4wMzkgMi42NjIuMjI2IDMuODQyaC0xLjQ0OWwtMTkuNjQ3LTIxLjg2djE1LjY5MmMwIDMuMzEzLjY0MyA0LjQ1MiAzLjU4NSA0LjQ1MmguNjQ3djEuMTQ4bC00LjkyLS4xNS01LjE4Ny4xNXYtMS4xNDhoLjUzNGMyLjYzMiAwIDMuNDMxLTEuNzg2IDMuNDMxLTQuODI5di0xNi4wMzljMC0yLjEyOS0xLjc1OS0zLjQyMy0zLjQ2OS0zLjQyM2gtLjQ5N3YtMS4xNDNsNC4zODMuMTUxIDMuMzk5LS4xNTEgMTYuOTgzIDE5LjA3NnptMTEuNjY2LTE3LjE3MmMtMi44NjYgMC0yLjk3NC42ODYtMy41NDcgMy40NjJoLTEuMTQzYy4xNDgtMS4wNjUuMzQyLTIuMTI5LjQ1OC0zLjIzNi4xNTUtMS4wNjguMjI4LTIuMTI5LjIyOC0zLjIzM2guOTE1Yy4zMDggMS4xNDQgMS4yNjEgMS4xMDQgMi4yOTYgMS4xMDRoMTkuNjgxYzEuMDMzIDAgMS45ODQtLjAzNyAyLjA2My0xLjE4MmwuOTEuMTUzYy0uMTQ4IDEuMDI5LS4zMDMgMi4wNTUtLjQxOSAzLjA4NS0uMDcgMS4wMjktLjA3IDIuMDU4LS4wNyAzLjA4M2wtMS4xNDcuNDIzYy0uMDc4LTEuNDA4LS4yNy0zLjY1OS0yLjgyNC0zLjY1OWgtNi4yNTd2MjAuMjU5YzAgMi45MzcgMS4zMzcgMy4yNzIgMy4xNjQgMy4yNzJoLjcyNXYxLjE0OGMtMS40ODcgMC00LjE1OS0uMTUtNi4yMTYtLjE1LTIuMjkgMC00Ljk2Mi4xNS02LjQ1Mi4xNXYtMS4xNDhoLjcyNWMyLjEwNiAwIDMuMTY4LS4xODcgMy4xNjgtMy4xOTJ2LTIwLjMzOWgtNi4yNTl6bTIzLjA4MiAyMy41MzFoLjUzNmMxLjM3MyAwIDIuODI0LS4xODUgMi44MjQtMi4xNjh2LTE5Ljk0OGMwLTEuOTg2LTEuNDUxLTIuMTc1LTIuODI0LTIuMTc1aC0uNTM2di0xLjE0M2MyLjMyMiAwIDYuMjk5LjE1IDkuNDk4LjE1IDMuMjEgMCA3LjE3Mi0uMTUgOS43NjUtLjE1LS4wNjUgMS42MzUtLjAyOCA0LjE1My4wODMgNS44MjdsLTEuMTUuMzA2Yy0uMTg0LTIuNDc0LS42NC00LjQ1NC00LjY1LTQuNDU0aC01LjI5OHY5Ljk3M2g0LjUzNGMyLjI4OCAwIDIuNzg4LTEuMjkxIDMuMDE0LTMuMzUyaDEuMTQyYy0uMDc1IDEuNDg5LS4xMTQgMi45NzMtLjExNCA0LjQ1NSAwIDEuNDUxLjAzOSAyLjg5Ni4xMTQgNC4zNDNsLTEuMTQyLjIyNmMtLjIyNi0yLjI4Mi0uMzQyLTMuNzY4LTIuOTc5LTMuNzY4aC00LjU3djguODcxYzAgMi40NzUgMi4yMDMgMi40NzUgNC42NDYgMi40NzUgNC41ODEgMCA2LjYwMS0uMzA3IDcuNzQ3LTQuNjQybDEuMDY3LjI2MmMtLjQ5OCAyLjAyNC0uOTU0IDQuMDM2LTEuMjkzIDYuMDU4LTIuNDQ2IDAtNi44MzQtLjE1LTEwLjI2My0uMTUtMy40MzggMC03Ljk3OC4xNS0xMC4xNTMuMTV2LTEuMTQ4em0yNi44NTktMjEuNGMwLTIuNzc4LTEuNTI2LTIuODkyLTIuNzEyLTIuODkyaC0uNjg3di0xLjE0NGMxLjIyMSAwIDMuNTg2LjE1MyA1LjkxNS4xNTMgMi4yODcgMCA0LjEyLS4xNTMgNi4xNDEtLjE1MyA0LjgwNCAwIDkuMDgzIDEuMjk0IDkuMDgzIDYuNzA2IDAgMy40MjEtMi4yODggNS41MTctNS4zMDMgNi43MDNsNi41MjIgOS43NDFjMS4wNyAxLjYxMSAxLjgyOSAyLjA2MyAzLjcwMiAyLjI4NHYxLjE0OWwtMy43MzktLjE1LTMuNTg0LjE1Yy0yLjkzOC0zLjg0Ni01LjQ2Mi03Ljk1OC03LjkzOS0xMi4zNDNoLTIuNTEzdjguMTUzYzAgMi45MzUgMS4zNyAzLjA0MSAzLjEyMiAzLjA0MWguNjg5djEuMTQ5bC02LjU2Mi0uMTVjLTEuODM0IDAtMy42MjcuMTUtNS41MzQuMTV2LTEuMTQ5aC42ODdjMS40MTcgMCAyLjcxMi0uNjM5IDIuNzEyLTIuMDV2LTE5LjM0OXptNC44ODYgOC44MzJoMS44NjNjMy44MTkgMCA1Ljg3NC0xLjQ0MyA1Ljg3NC01LjkzOSAwLTMuMzg0LTIuMTczLTUuNTU2LTUuNTcxLTUuNTU2LTEuMTQ3IDAtMS42MzUuMTE3LTIuMTY2LjE1MXYxMS4zNDR6bTQzLjY4IDYuMjA5bC4wNjgtLjA3NXYtMTQuMjc3YzAtMy4xMjQtMi4xNzEtMy41ODEtMy4zMTQtMy41ODFoLS44Mzd2LTEuMTQzbDUuMzQuMTUxIDQuNy0uMTUxdjEuMTQzaC0uNTc3Yy0xLjYwMSAwLTMuMzk2LjMwNi0zLjM5NiA0LjgzNnYxNy4zM2MwIDEuMzMxLjAzNiAyLjY2Mi4yMjUgMy44NDJoLTEuNDQ2bC0xOS42NDktMjEuODZ2MTUuNjkyYzAgMy4zMTMuNjQ3IDQuNDUyIDMuNTg0IDQuNDUyaC42NDh2MS4xNDhsLTQuOTE4LS4xNS01LjE5Mi4xNXYtMS4xNDhoLjUyOWMyLjYzNyAwIDMuNDM4LTEuNzg2IDMuNDM4LTQuODI5di0xNi4wMzljMC0yLjEyOS0xLjc1Ni0zLjQyMy0zLjQ3LTMuNDIzaC0uNDk3di0xLjE0M2w0LjM4OS4xNTEgMy4zOTQtLjE1MSAxNi45OCAxOS4wNzZ6bTEyLjA5MiAyLjA2MWMtLjM4OCAxLjI5Mi0uODQ3IDIuMjg5LS44NDcgMi45NjggMCAxLjE0NCAxLjYwNCAxLjMzIDIuODYgMS4zM2guNDI3djEuMTQ4Yy0xLjUyOS0uMDgzLTMuMDg4LS4xNDgtNC42MjUtLjE0OC0xLjM3MSAwLTIuNzM2LjA2NS00LjExNS4xNDh2LTEuMTQ4aC4yMzFjMS40ODcgMCAyLjc0OS0uODc0IDMuMzEzLTIuNDc3bDYuMTEyLTE3LjQ3MWMuNDktMS40MDkgMS4xODQtMy4zMTQgMS40MTQtNC43MjggMS4yMTUtLjQxMyAyLjc0NC0xLjE3NCAzLjQ2OS0xLjYzMi4xMTctLjA0MS4xODQtLjA4LjMwNS0uMDguMTE0IDAgLjE4NCAwIC4yNy4xMTcuMTE0LjMwNC4yMjEuNjQ3LjM0NS45NTFsNy4wMTkgMTkuOTE4Yy40NTYgMS4zMzEuOTEgMi43MzkgMS40MDQgMy44ODYuNDYzIDEuMDY2IDEuMjY0IDEuNTE2IDIuNTI0IDEuNTE2aC4yMjh2MS4xNDhjLTEuNzE3LS4wODMtMy40MzYtLjE0OC01LjI2NC0uMTQ4LTEuODY4IDAtMy43ODIuMDY1LTUuNzI4LjE0OHYtMS4xNDhoLjQyM2MuODczIDAgMi4zNjYtLjE0OCAyLjM2Ni0xLjEwMiAwLS40OTItLjM0NC0xLjUyLS43Ny0yLjc0MmwtMS40ODQtNC40MTZoLTguNjYxbC0xLjIxNyAzLjk2M3ptNS41NjgtMTYuODcyaC0uMDc4bC0zLjU0OSAxMC43NzhoNy4xM2wtMy41MDMtMTAuNzc4em0xNi40NDQtMi4zNjJjLTIuODYzIDAtMi45NzcuNjg2LTMuNTUgMy40NjJoLTEuMTQ3Yy4xNS0xLjA2NS4zNDQtMi4xMjkuNDYzLTMuMjM2LjE1MS0xLjA2OC4yMjMtMi4xMjkuMjIzLTMuMjMzaC45MmMuMzAzIDEuMTQ0IDEuMjYxIDEuMTA0IDIuMjg3IDEuMTA0aDE5LjY5MWMxLjAyNiAwIDEuOTc5LS4wMzcgMi4wNTctMS4xODJsLjkxNC4xNTNjLS4xNDcgMS4wMjktLjMgMi4wNTUtLjQxNCAzLjA4NS0uMDg1IDEuMDI5LS4wODUgMi4wNTgtLjA4NSAzLjA4M2wtMS4xNDIuNDIzYy0uMDctMS40MDgtLjI2Mi0zLjY1OS0yLjgxOS0zLjY1OWgtNi4yNTl2MjAuMjU5YzAgMi45MzcgMS4zMzkgMy4yNzIgMy4xNjYgMy4yNzJoLjcyNnYxLjE0OGMtMS40ODkgMC00LjE1OC0uMTUtNi4yMi0uMTUtMi4yODUgMC00Ljk2Mi4xNS02LjQ0OS4xNXYtMS4xNDhoLjcyNWMyLjEwMiAwIDMuMTY5LS4xODcgMy4xNjktMy4xOTJ2LTIwLjMzOWgtNi4yNTd6bTIzLjI2NCAyMy41MzFoLjUzNGMxLjM3OCAwIDIuODIxLS4xODUgMi44MjEtMi4xNjh2LTE5Ljk0OGMwLTEuOTg2LTEuNDQzLTIuMTc1LTIuODIxLTIuMTc1aC0uNTM0di0xLjE0M2MxLjQ5MiAwIDMuNzc3LjE1IDUuNjQzLjE1IDEuOTE0IDAgNC4yMDItLjE1IDUuOTk4LS4xNXYxLjE0M2gtLjUzNGMtMS4zNzYgMC0yLjgyOS4xODktMi44MjkgMi4xNzV2MTkuOTQ4YzAgMS45ODMgMS40NTMgMi4xNjggMi44MjkgMi4xNjhoLjUzNHYxLjE0OGMtMS44MzQgMC00LjEyNC0uMTUtNi4wMjktLjE1LTEuODczIDAtNC4xMi4xNS01LjYxMi4xNXYtMS4xNDh6bTI2Ljg1Ny0yNi4wMDNjOC4xMzUgMCAxNC42MTYgNS4wMjkgMTQuNjE2IDEzLjE0IDAgOC43NTktNi4yOTYgMTQuNTgxLTE0LjQxOSAxNC41ODEtOC4wOTYgMC0xNC4yNzMtNS40ODItMTQuMjczLTEzLjY3IDAtNy45MTkgNi4xNDEtMTQuMDUyIDE0LjA3Ni0xNC4wNTJ6bS41NzcgMjYuMDQ1YzcuNDA0IDAgOC42OTItNi41MTYgOC42OTItMTIuMDY3IDAtNS41NjktMy4wMDUtMTIuMzA2LTkuMzQyLTEyLjMwNi02LjY3OSAwLTguNjYxIDUuOTQyLTguNjYxIDExLjA0IDAgNi44MTcgMy4xMjggMTMuMzMzIDkuMzExIDEzLjMzM3ptMzkuNzUtNi40MDFsLjA3OC0uMDc1di0xNC4yNzdjMC0zLjEyNC0yLjE4MS0zLjU4MS0zLjMyNi0zLjU4MWgtLjgyN3YtMS4xNDNsNS4zMy4xNTEgNC43MDItLjE1MXYxLjE0M2gtLjU3N2MtMS41OTkgMC0zLjM5Ni4zMDYtMy4zOTYgNC44MzZ2MTcuMzNjMCAxLjMzMS4wMzYgMi42NjIuMjMgMy44NDJoLTEuNDQ4bC0xOS42NTQtMjEuODZ2MTUuNjkyYzAgMy4zMTMuNjUgNC40NTIgMy41ODQgNC40NTJoLjY1MXYxLjE0OGwtNC45Mi0uMTUtNS4xOTUuMTV2LTEuMTQ4aC41MzljMi42MzcgMCAzLjQzLTEuNzg2IDMuNDMtNC44Mjl2LTE2LjAzOWMwLTIuMTI5LTEuNzQ2LTMuNDIzLTMuNDctMy40MjNoLS40OTh2LTEuMTQzbDQuMzg5LjE1MSAzLjM5Ni0uMTUxIDE2Ljk4MSAxOS4wNzZ6bTEyLjA4NyAyLjA2MWMtLjM3NSAxLjI5Mi0uODM3IDIuMjg5LS44MzcgMi45NjggMCAxLjE0NCAxLjYwNyAxLjMzIDIuODU4IDEuMzNoLjQyN3YxLjE0OGMtMS41MjgtLjA4My0zLjA5NC0uMTQ4LTQuNjItLjE0OC0xLjM3OCAwLTIuNzQ2LjA2NS00LjExNC4xNDh2LTEuMTQ4aC4yMTdjMS40OTMgMCAyLjc1Ny0uODc0IDMuMzIxLTIuNDc3bDYuMTE0LTE3LjQ3MWMuNDkzLTEuNDA5IDEuMTg0LTMuMzE0IDEuNDA1LTQuNzI4IDEuMjIzLS40MTMgMi43NDctMS4xNzQgMy40NzktMS42MzIuMTA5LS4wNDEuMTg2LS4wOC4zMDEtLjA4LjExNCAwIC4xODcgMCAuMjY0LjExN2wuMzQ5Ljk1MSA3LjAxNiAxOS45MThjLjQ1OCAxLjMzMS45MTQgMi43MzkgMS40MTUgMy44ODYuNDU4IDEuMDY2IDEuMjYyIDEuNTE2IDIuNTE4IDEuNTE2aC4yMzN2MS4xNDhjLTEuNzItLjA4My0zLjQzOC0uMTQ4LTUuMjcyLS4xNDgtMS44NjUgMC0zLjc3Ny4wNjUtNS43MjMuMTQ4di0xLjE0OGguNDIyYy44NzEgMCAyLjM3LS4xNDggMi4zNy0xLjEwMiAwLS40OTItLjM0Ny0xLjUyLS43NzItMi43NDJsLTEuNDgyLTQuNDE2aC04LjY2MmwtMS4yMjUgMy45NjN6bTUuNTc2LTE2Ljg3MmgtLjA3N2wtMy41NTQgMTAuNzc4aDcuMTQxbC0zLjUxMS0xMC43Nzh6bTI0LjM4MSAxOC41ODNjMCAxLjUyNiAxLjA2IDEuOTggMi4yODIgMi4xMzYgMS41NjUuMTE1IDMuMjgyLjExNSA1LjA0Mi0uMDc4IDEuNTk5LS4xOTIgMi45NzItMS4xMDQgMy42NTgtMi4wNTguNjA5LS44MzkuOTUxLTEuOTAzIDEuMTg0LTIuNzQyaDEuMTA2Yy0uNDE5IDIuMTctLjk1NCA0LjMwNy0xLjQxNSA2LjQ3NmwtMTAuMDY2LS4xNDgtMTAuMDc0LjE0OHYtMS4xNDhoLjUyNmMxLjM3OSAwIDIuODcxLS4xODUgMi44NzEtMi41NDl2LTE5LjU3YzAtMS45ODUtMS40OTItMi4xNzMtMi44NzEtMi4xNzNoLS41MjZ2LTEuMTQzbDYuMDI0LjE1MSA1LjgwNC0uMTUxdjEuMTQzaC0uOTU5Yy0xLjQ0NiAwLTIuNTg1LjA0Mi0yLjU4NSAyLjA1NnYxOS42NDl6IiBmaWxsPSIjMUExOTE4Ii8+PC9zdmc+");
}

.rccs__card--discover > div {
  color: #555;
}

.rccs__card--discover .rccs__card__background {
  background: linear-gradient(25deg, #fff, #eee);
}

.rccs__card--discover .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9Ijg2IiB2aWV3Qm94PSIwIDAgNTEyIDg2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIyMC40NDIlIiB5MT0iMTAuNTk5JSIgeDI9Ijg5LjI0NSUiIHkyPSI4My41MyUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRTI1NDI5IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Y5OUQzRSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMjcwLjM1Ni4zNjVjLTIzLjk4MiAwLTQzLjQ0IDE4LjczNS00My40NCA0MS44NTggMCAyNC41ODMgMTguNjEyIDQyLjk2IDQzLjQ0IDQyLjk2IDI0LjIwOCAwIDQzLjMyMS0xOC42MiA0My4zMjEtNDIuNDc4IDAtMjMuNzE2LTE4Ljk4Ni00Mi4zNC00My4zMjEtNDIuMzR6IiBpZD0iYiIvPjxmaWx0ZXIgeD0iLTUwJSIgeT0iLTUwJSIgd2lkdGg9IjIwMCUiIGhlaWdodD0iMjAwJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlTW9ycGhvbG9neSByYWRpdXM9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dTcHJlYWRJbm5lcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjUiIGluPSJzaGFkb3dTcHJlYWRJbm5lcjEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeD0iMiIgZHk9IjIiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4zMDE2NTg3NDEgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PC9kZWZzPjx1c2UgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsdGVyPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjYiIvPjxwYXRoIGQ9Ik0yMy43NDYgMS44OTFoLTIzLjM1M3Y4MS40NTRoMjMuMjMyYzEyLjMyNSAwIDIxLjI0LTIuOTIxIDI5LjA1OS05LjM5OCA5LjI3OC03LjY5NSAxNC43ODEtMTkuMjk4IDE0Ljc4MS0zMS4yODkgMC0yNC4wNDgtMTcuOTY1LTQwLjc2Ni00My43MTktNDAuNzY2em0xOC41NzMgNjEuMTc2Yy01LjAyMiA0LjUzMS0xMS40ODYgNi40ODgtMjEuNzYgNi40ODhoLTQuMjY4di01My44NzNoNC4yNjhjMTAuMjc0IDAgMTYuNDkxIDEuODM0IDIxLjc2IDYuNTkzIDUuNDk1IDQuODg2IDguNzcyIDEyLjQ1MiA4Ljc3MiAyMC4yNjUgMCA3LjgyOS0zLjI3NyAxNS42Ni04Ljc3MiAyMC41Mjd6bTMyLjQ4IDIwLjI3OGgxNS44NzF2LTgxLjQ1NGgtMTUuODcxdjgxLjQ1NHptNTQuNzI3LTUwLjIwOWMtOS41MzktMy41MzQtMTIuMzQ2LTUuODY1LTEyLjM0Ni0xMC4yNDcgMC01LjEzNCA0Ljk5OC05LjAzOSAxMS44NDktOS4wMzkgNC43NjMgMCA4LjY3MSAxLjk1MyAxMi44MzYgNi41OGw4LjI5NC0xMC44NTJjLTYuODM5LTUuOTk4LTE1LjAyMS05LjA0Ny0yMy45NDYtOS4wNDctMTQuMzk4IDAtMjUuMzk5IDEwLjAyLTI1LjM5OSAyMy4zMiAwIDExLjI0NyA1LjEyNiAxNi45ODEgMjAuMDMxIDIyLjM2OSA2LjIzMyAyLjE4OCA5LjQwMSAzLjY0NiAxMC45OTMgNC42NDMgMy4xNzUgMi4wNzcgNC43NjkgNC45OTggNC43NjkgOC40MTYgMCA2LjYwNS01LjI1NyAxMS40ODMtMTIuMzUxIDExLjQ4My03LjU3NCAwLTEzLjY3NC0zLjc4Mi0xNy4zNDEtMTAuODY1bC0xMC4yNDcgOS45MDVjNy4zMTMgMTAuNzMzIDE2LjEwOSAxNS41MTEgMjguMjE0IDE1LjUxMSAxNi40ODggMCAyOC4wODQtMTEuMDA3IDI4LjA4NC0yNi43NTggMC0xMi45NDgtNS4zNjEtMTguODE1LTIzLjQ0My0yNS40MTl6bTI4LjQ0OSA5LjUyMWMwIDIzLjk2NSAxOC44MTUgNDIuNTI1IDQzLjAwNiA0Mi41MjUgNi44MzkgMCAxMi43MDEtMS4zNTIgMTkuOTE1LTQuNzU4di0xOC42OTdjLTYuMzYxIDYuMzU4LTExLjk4IDguOTE2LTE5LjE4OSA4LjkxNi0xNS45OTcgMC0yNy4zNjQtMTEuNjA2LTI3LjM2NC0yOC4xMDIgMC0xNS42MjYgMTEuNzIxLTI3Ljk2NSAyNi42MzgtMjcuOTY1IDcuNTYxIDAgMTMuMzExIDIuNjg2IDE5LjkxNSA5LjE1OXYtMTguNjk2Yy02Ljk2Mi0zLjUzMS0xMi43MTItNC45ODUtMTkuNTUyLTQuOTg1LTI0LjA2NyAwLTQzLjM2OSAxOC45MzUtNDMuMzY5IDQyLjYwNHptMTkxLjY1MSAxMy45NDhsLTIxLjc0My01NC43MTVoLTE3LjM0NmwzNC41NzkgODMuNTM0aDguNTQzbDM1LjE4My04My41MzRoLTE3LjIxOGwtMjIgNTQuNzE1em00Ni40MzkgMjYuNzM5aDQ1LjA2NnYtMTMuNzg5aC0yOS4xODh2LTIyLjAwMWgyOC4wNzJ2LTEzLjc5MmgtMjguMDcydi0xOC4wNzloMjkuMTg4di0xMy43OTJoLTQ1LjA2NnY4MS40NTR6bTEwNy45NTUtNTcuNDE1YzAtMTUuMjU5LTEwLjQ5LTI0LjAzOS0yOC44MjMtMjQuMDM5aC0yMy41Nzd2ODEuNDU0aDE1Ljg5NXYtMzIuNzM3aDIuMDhsMjEuOTc1IDMyLjczN2gxOS41NDRsLTI1LjY2Ny0zNC4zMTFjMTEuOTg4LTIuNDUxIDE4LjU3My0xMC42MzggMTguNTczLTIzLjEwNHptLTMxLjg4MiAxMy40NTJoLTQuNjIzdi0yNC42ODNoNC44NzdjOS45MTYgMCAxNS4yODcgNC4xNjUgMTUuMjg3IDEyLjA5MiAwIDguMTc4LTUuMzcyIDEyLjU5LTE1LjU0MSAxMi41OXoiIGZpbGw9IiMwQjEwMTUiLz48L3N2Zz4=");
}

.rccs__card--elo .rccs__card__background {
  background: linear-gradient(25deg, #211c18, #aaa7a2);
}

.rccs__card--elo .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjU2IDBjMTQxLjM4NSAwIDI1NiAxMTQuNjE1IDI1NiAyNTYgMCAxNDEuMzg2LTExNC42MTUgMjU2LTI1NiAyNTZzLTI1Ni0xMTQuNjE0LTI1Ni0yNTZjMC0xNDEuMzg1IDExNC42MTUtMjU2IDI1Ni0yNTYiIGZpbGw9IiMwRTBFMTEiLz48cGF0aCBkPSJNMTgwLjA0MiAyMzcuNTgzbC03OC41MjQgMzMuODM3Yy0uMTIyLTEuMzUzLS4xODktMi43MjEtLjE4OS00LjEwNiAwLTI0LjgzOSAyMC4xMzUtNDQuOTc0IDQ0Ljk3NC00NC45NzQgMTMuNDM4IDAgMjUuNDk5IDUuODk4IDMzLjczOSAxNS4yNDN6bS0zMy43MzktNDguODc2YzM3LjA1MyAwIDY4LjExMiAyNS42MzggNzYuNDIgNjAuMTQzbC0zMS42ODIgMTMuODUzLS4wMDctLjA2Ni0zMi40MTMgMTQuMjQxLTc3Ljc1NSAzMy45OTdjLTguMzE4LTEyLjQ3LTEzLjE3LTI3LjQ0OC0xMy4xNy00My41NjEgMC00My40MTQgMzUuMTkzLTc4LjYwNyA3OC42MDctNzguNjA3em01NC45MjggMTM0LjgzOGMtMjguMTQ1IDI2LjcxMy02NS4zNzkgMjkuMzM1LTk4LjA5NiA5LjQ3M2wxOC40ODUtMjguMTA0YzE4LjYxNyAxMS4xMjggMzcuMzE5IDkuMzIzIDU2LjEwNy01LjQyOGwyMy41MDQgMjQuMDZ6bTMyLjAwNy0xOS40NTdsLS4xOTgtMTQ4LjY1MmgyOC4xNjN2MTQ0LjYzOGMwIDEuMzg4LjE3MiAyLjYxIDEuOTkyIDMuMzE3bDI0LjUgOS41MjgtMTEuMDM4IDI4LjctMjguNy0xMi4xNDNjLTEwLjg4My00LjYwNS0xNC43LTExLjI3Ny0xNC43MTktMjUuMzg5eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zMzkuMjggMzAxLjU4N2MtMTAuNTU3LTguMjA4LTE3LjM1NC0yMS4wMTgtMTcuMzU0LTM1LjQyNiAwLTEyLjgwOSA1LjM3Ny0yNC4zNTQgMTMuOTg1LTMyLjUyOWwtMTguMTktMjkuNDhjLTE4LjI4NSAxNC40ODctMzAuMDI4IDM2Ljg3LTMwLjAyOCA2Mi4wMDkgMCAyNy4wOTYgMTMuNjMyIDUxLjAwMiAzNC40MDcgNjUuMjU0bDE3LjE3OS0yOS44MjgiIGZpbGw9IiMyMDkxQzMiLz48cGF0aCBkPSJNMzUxLjYxIDIyMy45MzhjNC43NC0xLjcwNSA5Ljg1LTIuNjM5IDE1LjE3OC0yLjYzOSAxOS4yMDggMCAzNS41ODggMTIuMDc3IDQxLjk4NSAyOS4wNDhsMzQuODU2LTIuOTEyYy04LjQxNC0zNC42NC0zOS42MTMtNjAuMzY2LTc2Ljg0MS02MC4zNjYtMTAuNTE5IDAtMjAuNTQ5IDIuMDcxLTI5LjczIDUuNzk5bDE0LjU1MiAzMS4wNzEiIGZpbGw9IiNGQUVDMzIiLz48cGF0aCBkPSJNNDExLjU5NSAyNjguMzM1Yy0xLjEzNSAyMy43NjYtMjAuNzYgNDIuNjg4LTQ0LjgwNyA0Mi42ODgtMy43NyAwLTcuNDI4LS40NzItMTAuOTI1LTEuMzQ3bC0xMy42NzMgMzEuNjU3YzcuNzQ1IDIuNTMxIDE2LjAwNyAzLjkyIDI0LjU5OCAzLjkyIDQyLjU5MSAwIDc3LjMwMi0zMy42NyA3OS4wMDktNzUuODQybC0zNC4yMDMtMS4wNzciIGZpbGw9IiNEMDM1MkEiLz48L2c+PC9zdmc+");
}

.rccs__card--hipercard .rccs__card__background {
  background: linear-gradient(25deg, #8b181b, #de1f27);
}

.rccs__card--hipercard .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjEyMyIgdmlld0JveD0iMCAwIDUxMiAxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik0zNzQuMTE4IDgwLjg0MmMtNi45NDMgNi43OTctMjYuNDM0IDguNzI4LTI0LjQ0LTcuNTIgMS42NTYtMTMuNDk1IDE2LjM0OC0xNi4zNjMgMzIuMjczLTE0LjQxNC0xLjE4NCA3LjM4MS0yLjU0MiAxNi43NTUtNy44MzMgMjEuOTM0em0tMjEuOTM0LTUyLjY0MWMtLjY2MyAzLjcyMy0xLjY4MSA3LjA5Mi0yLjUwNiAxMC42NTMgNy45NTEtMS45OTMgMzIuNzA5LTguMTA1IDM1LjA5NSAyLjUwNi43OTIgMy41MjYtLjU3NCA3LjI3Mi0xLjU2NyAxMC4wMjgtMjIuMzg5LTIuMTIxLTQwLjYzNiAxLjU5OS00NS40MzUgMTcuNTQ3LTMuMjE0IDEwLjY4Mi4zNiAyMS4xOTQgNy4yMDcgMjQuMTI5IDEzLjE4NyA1LjY0OSAyOS4yMjgtLjgyMiAzNC43ODEtOS43MTQtLjU3NyAzLjA3OC0xLjEyMyA2LjE4Ny0uOTQgMTAuMDI2aDExLjU5NGMuMTIzLTExLjEwMyAxLjczOS0yMC4wOTEgMy40NDctMzAuMDgyIDEuNDU2LTguNTA4IDQuMTk1LTE2LjkzMSAzLjc1OS0yNC40NC0uOTk1LTE3LjE5Ny0yOS40ODYtMTEuMTE0LTQ1LjQzNC0xMC42NTN6bTExNi4yNDkgNTcuOTY4Yy05LjA3LjE5NS0xMy41OC01LjQxOS0xMy43ODctMTQuNzI2LS4zNjEtMTYuMzAxIDYuNzg5LTM0LjQxMSAyMS4zMDctMzYuMDM1IDYuNzYtLjc1NiAxMS42NTQuODE2IDE2LjYwNyAyLjUwOC00LjU0NyAxOC4zMS0yLjkwNSA0Ny43OTktMjQuMTI4IDQ4LjI1NHptMzAuMDgxLTg2LjE2OWMtMS4xNTUgMTAuMTI1LTIuNjk5IDE5Ljg2Mi00LjY5OSAyOS4xNC0zMy4wNTEtMTAuNDYxLTUzLjMyIDEzLjg1NS01Mi45NTYgNDMuODY4LjA3MiA1LjgwNSAxLjA3MSAxMS41NjEgNC43MDEgMTUuNjY3IDYuMjU2IDcuMDc2IDI0LjE3IDguNzY4IDMzLjIxNCAyLjgyMSAxLjc1Mi0xLjE1MSAzLjU0LTMuMjQ2IDQuNzAxLTQuNy44NzEtMS4wOTUgMi4yNTYtMy45NTkgMi41MDUtMy4xMzUtLjQ3NCAzLjE4Mi0xLjE4NSA2LjEyNy0xLjI1MiA5LjcxNWgxMi4yMmMyLjM1NC0zMy43ODQgOS42MzctNjIuNjQxIDE1LjA0LTkzLjM3NmgtMTMuNDc1em0tMzQ0Ljk4OSA4MS4xNTZjLTcuMjA5IDcuNjM1LTI0LjkzMSA3LjUxOC0yNi4zMi01LjMyOC0uNjA2LTUuNTg5IDEuNDc3LTExLjQ1IDIuNTA2LTE3LjIzMyAxLjA0MS01Ljg1MyAxLjc5MS0xMS40NjkgMi44MTktMTYuNjA5IDcuMS04LjY3IDI3Ljk2NS05LjcxNiAzMC4wODIgNC43MDEgMS44MzcgMTIuNTE3LTMuMTE3IDI4LjE0NS05LjA4NyAzNC40Njh6bTEwLjY1NC01Mi45NTVjLTExLjQwNC00LjI4NC0yNS4zMDMuODMtMzEuMzI4IDUuNjk0LjAyMS4yMTQtLjE0NC4yNDMtLjMyMS4yNTlsLjMyMS0uMjU5LS4wMDctLjA1NC45NC01LjY0aC0xMS41OTRjLTQuODMxIDMyLjE0My0xMC41NjEgNjMuMzg3LTE2LjYwNyA5NC4zMTZoMTMuNDczYzEuOTUtMTIuMDQ2IDMuMjM5LTI0Ljc1MyA1Ljk1NC0zNi4wMzQgMy4wNzcgMTEuODY1IDIzLjE2OSA5LjU5NyAzMS42NDcgNS4wMTQgMTcuNDk0LTkuNDYgMzAuOTg3LTU0LjQ4MSA3LjUyMS02My4yOTZ6bTYzLjkyMSAyMi41NjFoLTMxLjY0N2MxLjAwMS03LjI3NiA3LjU0Ny0xNS4yNzMgMTcuODU5LTE1LjY2NyA5LjcwNy0uMzcxIDE2LjY1NiAzLjU2NCAxMy43ODcgMTUuNjY3em0tMTIuODQ3LTIzLjgxNGMtOS43MzYuNzQ5LTE3Ljk2NSAzLjU1MS0yMy44MTQgOS43MTMtNy4xNzMgNy41NTgtMTIuOTgzIDI0LjI2Ni0xMS4yODEgMzkuNDgyIDIuNDI4IDIxLjcwOCAyOS40NTcgMjAuOTI5IDUxLjA3NSAxNS42NjcuMzY3LTMuODA5IDEuMjktNy4wNjYgMS44OC0xMC42NTMtOC45MDYgMy4zMzItMjQuMzY4IDcuOTg0LTMzLjUyOCAyLjE5NC02LjkxNS00LjM3My02Ljk1Ni0xNS40NDYtNC43LTI1LjA2OCAxNC41MjktLjQ2MiAyOS42MzEtLjM3NCA0NC4xODEgMCAuOTIzLTYuODIxIDMuNTY1LTE0LjI1NyAxLjI1My0yMC45OTMtMy4wNDktOC44OTQtMTMuOTYxLTExLjE5Ni0yNS4wNjctMTAuMzR6bS0xMTguNDQzIDEuMjUzYy0uMzY1LjA1Mi0uMzQxLjQ5NS0uMzE0LjkzOS0yLjk2OSAyMi4yMDMtNi45ODYgNDMuMzU4LTExLjI4IDY0LjIzNmgxMy40NzNjMy4yMzgtMjIuMzUyIDYuOTQ2LTQ0LjIzMyAxMS41OTQtNjUuMTc1aC0xMy40NzN6bTM1MS41Ny4zMTNjLTExLjkwOS01Ljk1My0yMS44MjIgNC4wMzctMjUuNjkzIDEwLjAyNyAxLjEwMi0zLjA3MyAxLjE2Ni03LjE4OCAyLjE5Mi0xMC4zMzloLTExLjkwN2MtMy4yMSAyMi4zNzktNy4wODEgNDQuMDk4LTExLjU5NCA2NS4xNzVoMTMuNzg3Yy4wODgtOC42MzggMS43ODQtMTUuMDI4IDMuMTMzLTIzLjUwMSAyLjg4Mi0xOC4wODggNy4xMTEtMzcuOTI2IDI4LjIwMi0zMS45Ni43LTMuMDYuOTktNi41MyAxLjg4LTkuNDAxem0tMTUxLjM0NSA0OS41MDhjLTEuMjQxLTMuMjA4LTEuNTYzLTguNTA3LTEuMjUzLTEyLjUzNC42OTctOS4wNTQgMy45OTYtMjAuMDc3IDkuMDg3LTI1LjA2NyA3LjAyNi02Ljg4OCAyMC44OTctNS43NDggMzEuOTYtMS44ODEuMzQzLTMuNzI5IDEuMDkzLTcuMDU0IDEuNTY3LTEwLjY1Mi0xOC4xNDUtMi45NjQtMzUuMzY1LTEuMTIxLTQ0LjQ5NCA4LjQ1OS04LjkzNiA5LjM3OC0xNC43OTYgMzAuOTMyLTEwLjY1NCA0NC40OTQgNC44NDggMTUuODcgMjYuNTgzIDE2LjczMyA0NC4xODMgMTAuNjU0Ljc3Ny0zLjE5IDEuMTktNi43NDYgMS44OC0xMC4wMjgtOS42MTYgNC45OTctMjguMDAxIDcuNTkzLTMyLjI3Ni0zLjQ0N3ptLTcuNTE5LTQ5LjgyMWMtMTEuOTQ4LTQuODI1LTIxLjMzOSAzLjMyOS0yNS42OTMgMTAuOTY3Ljk4Ny0zLjM5OCAxLjM5NC03LjM3OCAyLjE5Mi0xMC45NjdoLTExLjkwN2MtMi45MSAyMi41NzUtNy4yMDEgNDMuNzY5LTExLjI4IDY1LjE3NWgxMy40NzVjMS44ODgtMTIuNzA3IDIuNzAzLTI5LjgzNCA2Ljg5Mi00MS45ODggMy4zNDgtOS43MTMgMTIuMTExLTE3Ljk4NyAyNC43NTQtMTMuNDczLjE3OC0zLjU4MyAxLjIwMy02LjMxOCAxLjU2Ny05LjcxNHptLTIxNy4xNDYtMjYuMzIxYy0xLjkyNSAxMi40ODktNC4wOTMgMjQuNzM1LTYuMjY3IDM2Ljk3NC0xMy45NTkuMTQ3LTI4LjIxMS42OS00MS42NzQtLjMxNCAyLjU0My0xMS45NzMgNC4zNjctMjQuNjY4IDYuODkyLTM2LjY2aC0xNS4wMzljLTUuMzg1IDMwLjU0Ny0xMC4yODIgNjEuNTc5LTE2LjI5NCA5MS40OTdoMTUuMzUzYzIuNDA5LTE1LjM0OCA0LjY2MS0zMC44NTIgNy44MzMtNDUuNDM1IDEzLjA5MS0uMzIyIDI4Ljc4MS0uODg1IDQxLjM2Mi4zMTQtMi41OTQgMTUuMTYyLTUuNzI4IDI5Ljc4My04LjE0NyA0NS4xMjFoMTUuMzU0YzQuOTMyLTMwLjk5NyAxMC4xMzEtNjEuNzI4IDE2LjI5NC05MS40OTdoLTE1LjY2N3ptMzguMjI3IDEzLjc4N2MyLjY4Ni0xLjg0OSA2LjE0NS0xMC4yNzggMi4xOTQtMTMuNzg3LTEuMjUyLTEuMTExLTMuMzQ3LTEuNDMzLTYuMjY3LS45MzktMi43MS40NTctNC4yNjggMS4zNzctNS4zMjcgMi44MTktMS43MDMgMi4zMTktMy4yNjMgOS4zMS0uNjI4IDExLjkwNyAyLjU2NyAyLjUyOSA4LjMxOCAxLjE3NyAxMC4wMjggMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}

.rccs__card--jcb .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5NSIgdmlld0JveD0iMCAwIDUxMiAzOTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iLTU3LjUyNyUiIHkxPSI1MC4xMjQlIiB4Mj0iMjMyLjM5MSUiIHkyPSI1MC4xMjQlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNzk0MCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDg3M0YiIG9mZnNldD0iMjIuODUlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQwQTczNyIgb2Zmc2V0PSI3NC4zMyUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNUNCNTMxIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCB4MT0iLjE4MyUiIHkxPSI0OS45NiUiIHgyPSIxMDAuMjczJSIgeTI9IjQ5Ljk2JSIgaWQ9ImIiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc5NDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NzNGIiBvZmZzZXQ9IjIyLjg1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MEE3MzciIG9mZnNldD0iNzQuMzMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzVDQjUzMSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii02Mi44MDIlIiB5MT0iNDkuODU4JSIgeDI9IjI1My42NzElIiB5Mj0iNDkuODU4JSIgaWQ9ImMiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc5NDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NzNGIiBvZmZzZXQ9IjIyLjg1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MEE3MzciIG9mZnNldD0iNzQuMzMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzVDQjUzMSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii4xNzYlIiB5MT0iNTAuMDA2JSIgeDI9IjEwMS44MDglIiB5Mj0iNTAuMDA2JSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiMxRjI4NkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA0RTk0IiBvZmZzZXQ9IjQ3LjUxJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY2QjEiIG9mZnNldD0iODIuNjElIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNkZCQyIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii0uNTc2JSIgeTE9IjQ5LjkxNCUiIHgyPSI5OC4xMzMlIiB5Mj0iNDkuOTE0JSIgaWQ9ImUiPjxzdG9wIHN0b3AtY29sb3I9IiM2QzJDMkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgyNzMwIiBvZmZzZXQ9IjE3LjM1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNCRTE4MzMiIG9mZnNldD0iNTcuMzElIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0RDMDQzNiIgb2Zmc2V0PSI4NS44NSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTYwMDM5IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNNTEyIDMxNC44MzZjMCA0My44MTQtMzUuNjc3IDc5LjQ5MS03OS40OTEgNzkuNDkxaC00MzIuNTA5di0zMTQuODM2YzAtNDMuODE0IDM1LjY3Ny03OS40OTEgNzkuNDkxLTc5LjQ5MWg0MzIuNTA5djMxNC44MzZ6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTM3MS4xNjkgMjM0LjA5M2gzMi44NjFsNC4wNjgtLjMxM2M2LjI1OS0xLjI1MiAxMS41NzktNi44ODUgMTEuNTc5LTE0LjcwOSAwLTcuNTExLTUuMzItMTMuMTQ0LTExLjU3OS0xNC43MDktLjkzOS0uMzEzLTIuODE3LS4zMTMtNC4wNjgtLjMxM2gtMzIuODYxdjMwLjA0NHoiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNNDAwLjI3NCAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djU5LjE0OWg4MC40M2MxLjg3OCAwIDQuMDY4IDAgNS42MzMuMzEzIDE4LjE1Mi45MzkgMzEuNjA5IDEwLjMyOCAzMS42MDkgMjYuNjAxIDAgMTIuODMxLTkuMDc2IDIzLjc4NS0yNS45NzYgMjUuOTc2di42MjZjMTguNDY1IDEuMjUyIDMyLjU0OCAxMS41NzkgMzIuNTQ4IDI3LjU0IDAgMTcuMjEzLTE1LjY0OCAyOC40NzktMzYuMzAzIDI4LjQ3OWgtODguMjU0djExNS43OTVoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC40NzloLTgzLjI0N3oiIGZpbGw9InVybCgjYikiLz48cGF0aCBkPSJNNDE1LjYwOSAxNzMuMzc5YzAtNy41MTEtNS4zMi0xMi41MTgtMTEuNTc5LTEzLjQ1Ny0uNjI2IDAtMi4xOTEtLjMxMy0zLjEzLS4zMTNoLTI5LjczMXYyNy41NGgyOS43MzFjLjkzOSAwIDIuODE3IDAgMy4xMy0uMzEzIDYuMjU5LS45MzkgMTEuNTc5LTUuOTQ2IDExLjU3OS0xMy40NTd6IiBmaWxsPSJ1cmwoI2MpIi8+PHBhdGggZD0iTTg1LjQzOCAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djE0MC41MThjMTUuOTYxIDcuODI0IDMyLjU0OCAxMi44MzEgNDkuMTM0IDEyLjgzMSAxOS43MTYgMCAzMC4zNTctMTEuODkyIDMwLjM1Ny0yOC4xNjZ2LTY2LjM0N2g0OC44MjJ2NjYuMDM0YzAgMjUuNjYzLTE1Ljk2MSA0Ni42MzEtNzAuMTAzIDQ2LjYzMS0zMi44NjEgMC01OC41MjMtNy4xOTgtNTguNTIzLTcuMTk4djExOS44NjNoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC4xNjZoLTgzLjI0N3oiIGZpbGw9InVybCgjZCkiLz48cGF0aCBkPSJNMjQyLjg1NiAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djc0LjQ4NGMxNC4zOTYtMTIuMjA1IDM5LjQzMy0yMC4wMjkgNzkuODA0LTE4LjE1MiAyMS41OTQuOTM5IDQ0Ljc1MyA2Ljg4NSA0NC43NTMgNi44ODV2MjQuMDk4Yy0xMS41NzktNS45NDYtMjUuMzUtMTEuMjY3LTQzLjE4OC0xMi41MTgtMzAuNjctMi4xOTEtNDkuMTM0IDEyLjgzMS00OS4xMzQgMzkuMTIgMCAyNi42MDEgMTguNDY1IDQxLjYyMyA0OS4xMzQgMzkuMTIgMTcuODM5LTEuMjUyIDMxLjYwOS02Ljg4NSA0My4xODgtMTIuNTE4djI0LjA5OHMtMjIuODQ2IDUuOTQ2LTQ0Ljc1MyA2Ljg4NWMtNDAuMzcyIDEuODc4LTY1LjQwOC01Ljk0Ni03OS44MDQtMTguMTUydjEzMS40NDNoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC43OTJoLTgzLjU2eiIgZmlsbD0idXJsKCNlKSIvPjwvc3ZnPg==");
}

.rccs__card--laser .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM2OCIgdmlld0JveD0iMCAwIDUxMiAzNjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiMyODM0N0QiIGQ9Ik0wIDM2Ny4yMTJoNTEydi0zNjcuMjExaC01MTJ6Ii8+PHBhdGggZD0iTTI1My45MSAyOTEuMDQzaC0yNTMuOTF2Mi4wOTZoMjUyLjY5bC4xMTYgNy42MjIgNC43NjQtNy42MjJoMjU0LjQzdi0yLjA5NmgtMjUzLjI3MWwzLjY2My02LjExMi04LjQ4MiA2LjExMnptMi41NTYtMjAuMDg0aC0yNTYuNDY2djIuMDk2aDI1NS40Mmw5LjE0NyA4LjM5OCA1LjExMi04LjM5OGgyNDIuMzIxdi0yLjA5NmgtMjQxLjA0NWw0LjY3Ny03LjY4NC0xOS4xNjYgNy42ODR6bTIuMTUtMjAuMDgzaC0yNTguNjE2djIuMDk2aDI1NS45OTlsMjAuODgyIDguMjUyIDUuMDIyLTguMjUyaDIzMC4wOTd2LTIuMDk2aC0yMjguODJsNC4xMS02Ljc1Mi0yOC42NzQgNi43NTJ6bS02Ljk3Mi0yMC4wODNoLTI1MS42NDR2Mi4wOTZoMjUwLjAxN2wzOS4zNDIgNy44MzYgNC43Ny03LjgzNmgyMTcuODcxdi0yLjA5NmgtMjE2LjU5NGw0LjEzNC03LjI1Mi00Ny44OTYgNy4yNTJ6bS0yMi43NzUtMTcuMDU3aC0yMjguODY4djIuMDk2aDIzNy43bDYzLjEgNS45OTYgMy43MTEtNS45OTZoMjA3LjQ4OXYtMi4wOTZoLTIwNi4yMTRsNS4xMy04LjMyNC04Mi4wNDggOC4zMjR6bS0zLjMxLTIwLjA4M2gtMjI1LjU1OHYyLjA5NmgyMjYuMDgxbDg2Ljg4OSA2LjExMiAzLjc2Ni02LjExMmgxOTUuMjY0di0yLjA5NmgtMTkzLjk4OGw0LjUzNS03LjQ1MS05Ni45ODkgNy40NTF6bS0zLjEzOC0yMC4wODNoLTIyMi40MnYyLjA5NmgyMjEuOTU1bDEwMy4xMjEgNi4zNDQgMy44ODYtNi4zNDRoMTgzLjAzOHYtMi4wOTZoLTE4MS43NjNsNC40MzQtNy4yMTgtMTEyLjI1MSA3LjIxOHptLTguNzcyLTIwLjA4M2gtMjEzLjY0N3YyLjA5NWgyMTMuMjk4bDEyMy40ODIgNy42NjcgNC42MDUtNy42NjdoMTcwLjYxNXYtMi4wOTVoLTE2OS4zNTZsNC4wNzgtNi43ODgtMTMzLjA3NSA2Ljc4OHptLTE5LjA1Ny0xNy4yODloLTE5NC41OTF2Mi4wOTZoMTk0LjQxNmwxNTMuNjY3IDYuMTM4IDMuNjg5LTYuMTM4aDE2MC4yMjh2LTIuMDk2aC0xNTguOTdsNC42MzEtNy43MDktMTYzLjA3IDcuNzA5em00Ljc2NS0yMC4wODRoLTE5OS4zNTV2Mi4wOTZoMTk4LjMwOGwxNjEuNDQzIDYuODEgNC4wODQtNi44MWgxNDguMTY1di0yLjA5NmgtMTQ2LjkwNmw0LjAxNS02LjY4NC0xNjkuNzU0IDYuNjg0em0tMTEuMzMtMjAuMDgzaC0xODguMDI1djIuMDk2aDE4Ni45NzlsMTg0LjY3NiA3LjEwMiA0LjI0NC03LjEwMmgxMzYuMTAxdi0yLjA5NmgtMTM0Ljg0MmwzLjY3Ny02LjE3MS0xOTIuODEgNi4xNzF6bS04Ljg4OS0yMC4wODNoLTE3OS4xMzZ2Mi4wOTZoMTY0Ljg0NGwyMTkuMDg2IDYuNzEzIDQuMDMzLTYuNzEzaDEyNC4wMzd2LTIuMDk2aC0xMjIuNzc4bDMuNjc4LTYuMTIxLTIxMy43NjQgNi4xMjF6bS0xLjIyLTIwLjA4M2gtMTc3LjkxNnYyLjA5NmgxNzUuNjVsMjE5Ljc0OCA3LjcwNiA0LjYzLTcuNzA2aDExMS45NzJ2LTIuMDk2aC0xMTAuNzE0bDMuOTIyLTYuNTItMjI3LjI5MiA2LjUyem0tMTIuMzc1LTIwLjA4M2gtMTY1LjU0MXYyLjA5NWgxMzIuNTQybDI3NS4yOTkgNy4wNzggNC4yNTEtNy4wNzhoOTkuOTA4di0yLjA5NWgtOTguNjQ5bDMuODE3LTYuMzU2LTI1MS42MjcgNi4zNTZ6bS04Mi4yMjctMTYuNjQ5aC04My4zMTR2Mi4wOTZoMjAwLjA1MmwyMTkuNTU0IDQuMTM4IDIuNDg3LTQuMTM4aDg5LjkwN3YtMi4wOTZoLTg4LjY0OGw1LjU4OC05LjMwMy0zNDUuNjI1IDkuMzAzeiIgZmlsbD0iI0VCMEQ3RiIvPjxwYXRoIGQ9Ik0xMzQuNzEgMzQ5LjE0MXYtMzcuNjE4aDcuNjQzdjMxLjIyN2gxOS4wMDV2Ni4zOTFoLTI2LjY0OHptODMuMTU1IDBoLTguMzE0bC0zLjMwNi04LjYxNWgtMTUuMTMybC0zLjEyNCA4LjYxNWgtOC4xMDhsMTQuNzQ0LTM3LjkyOWg4LjA4MmwxNS4xNTcgMzcuOTI5em0tMTQuMDczLTE1LjAwNmwtNS4yMTYtMTQuMDc1LTUuMTEzIDE0LjA3NWgxMC4zMjl6bTMzLjExMiAyLjY2NWw3LjQzNi0uNzI1Yy40NDcgMi41MDIgMS4zNTYgNC4zMzkgMi43MjUgNS41MTEgMS4zNjggMS4xNzQgMy4yMTUgMS43NTkgNS41MzkgMS43NTkgMi40NiAwIDQuMzE3LS41MjEgNS41NjQtMS41NjYgMS4yNDgtMS4wNDIgMS44NzItMi4yNjMgMS44NzItMy42NiAwLS44OTYtLjI2My0xLjY2LS43ODctMi4yOS0uNTI1LS42MjktMS40NDQtMS4xNzYtMi43NTItMS42NDItLjg5NC0uMzExLTIuOTM1LS44NjItNi4xMTktMS42NTYtNC4wOTctMS4wMTctNi45NzEtMi4yNjctOC42MjQtMy43NTItMi4zMjMtMi4wODYtMy40ODUtNC42MzEtMy40ODUtNy42MzIgMC0xLjkzMS41NDYtMy43MzkgMS42MzktNS40MTkgMS4wOTMtMS42ODMgMi42NjgtMi45NjQgNC43MjYtMy44NDMgMi4wNTctLjg4IDQuNTM5LTEuMzE5IDcuNDUtMS4zMTkgNC43NTEgMCA4LjMyOCAxLjA0NCAxMC43MjggMy4xMyAyLjQwMyAyLjA4NyAzLjY2MSA0Ljg3NCAzLjc4NCA4LjM1NmwtNy42NDMuMzM3Yy0uMzI5LTEuOTQ4LTEuMDMxLTMuMzUtMi4xMDQtNC4yMDUtMS4wNzctLjg1Mi0yLjY5MS0xLjI4LTQuODQ0LTEuMjgtMi4yMjEgMC0zLjk1OS40NTgtNS4yMTYgMS4zNzEtLjgwOS41ODctMS4yMTQgMS4zNzItMS4yMTQgMi4zNTUgMCAuODk3LjM3OCAxLjY2NSAxLjEzNyAyLjMwMi45NjMuODEyIDMuMzA1IDEuNjU2IDcuMDI0IDIuNTM2IDMuNzE4Ljg3OSA2LjQ2OCAxLjc4OSA4LjI0OSAyLjczIDEuNzgzLjkzOSAzLjE3OCAyLjIyNSA0LjE4MyAzLjg1MyAxLjAwOCAxLjYzMiAxLjUxMSAzLjY0NiAxLjUxMSA2LjA0MiAwIDIuMTc0LS42MDMgNC4yMDktMS44MDcgNi4xMDYtMS4yMDcgMS44OTgtMi45MSAzLjMwOC01LjExMiA0LjIzMS0yLjIwNS45MjItNC45NSAxLjM4NC04LjIzOSAxLjM4NC00Ljc4NiAwLTguNDYtMS4xMDktMTEuMDI1LTMuMzI2LTIuNTY1LTIuMjE1LTQuMDk3LTUuNDQ1LTQuNTk2LTkuNjg4em01NC4xMzIgMTIuMzQxdi0zNy45MjloMjguMDY5djYuNDE3aC0yMC40MjZ2OC40MDhoMTkuMDA1djYuMzkxaC0xOS4wMDV2MTAuMzIyaDIxLjE0OXY2LjM5MWgtMjguNzkyem01Mi4yMiAwdi0zNy45MjloMTYuMDg3YzQuMDQ1IDAgNi45ODQuMzQgOC44MTkgMS4wMjEgMS44MzIuNjgzIDMuMzAxIDEuODk1IDQuNDAyIDMuNjM2IDEuMTAxIDEuNzQzIDEuNjUzIDMuNzM1IDEuNjUzIDUuOTc3IDAgMi44NDUtLjgzNiA1LjE5Ni0yLjUwNSA3LjA0OS0xLjY3IDEuODU1LTQuMTY3IDMuMDI1LTcuNDg4IDMuNTA2IDEuNjUzLjk2NyAzLjAxNyAyLjAyOCA0LjA5NCAzLjE4MyAxLjA3NSAxLjE1NiAyLjUyNCAzLjIwOCA0LjM1MSA2LjE1N2w0LjYyMSA3LjRoLTkuMTRsLTUuNTI2LTguMjU0Yy0xLjk2Mi0yLjk0OS0zLjMwNS00LjgwOC00LjAyOC01LjU3Ni0uNzIzLS43NjYtMS40ODktMS4yOTMtMi4yOTktMS41NzctLjgwOS0uMjg2LTIuMDkxLS40MjctMy44NDYtLjQyN2gtMS41NXYxNS44MzRoLTcuNjQzem03LjY0My0yMS44ODhoNS42NTVjMy42NjcgMCA1Ljk1NS0uMTU1IDYuODY5LS40NjYuOTEyLS4zMSAxLjYyNy0uODQ0IDIuMTQ0LTEuNjA0LjUxNi0uNzU5Ljc3NC0xLjcwNy43NzQtMi44NDYgMC0xLjI3Ni0uMzQtMi4zMDctMS4wMTktMy4wOTEtLjY4Mi0uNzg1LTEuNjQxLTEuMjgxLTIuODgtMS40ODgtLjYyLS4wODYtMi40NzgtLjEzLTUuNTc3LS4xM2gtNS45NjV2OS42MjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.rccs__card--maestro > div, .rccs__card--mastercard > div {
  color: #555;
}

.rccs__card--maestro .rccs__card__background, .rccs__card--mastercard .rccs__card__background {
  background: linear-gradient(25deg, #fbfbfb, #e8e9e5);
}

.rccs__card--maestro .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5OCIgdmlld0JveD0iMCAwIDUxMiAzOTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiM2QzZCQkQiIGQ9Ik0zMjUuMjIzIDI4Mi42MjloLTEzOC40NDV2LTI0OC44MDNoMTM4LjQ0NXoiLz48cGF0aCBkPSJNMTk1LjU2NSAxNTguMjMzYzAtNTAuNDcxIDIzLjYzMS05NS40MjkgNjAuNDMtMTI0LjQwMS0yNi45MS0yMS4xODYtNjAuODczLTMzLjgzMi05Ny43ODMtMzMuODMyLTg3LjM4MSAwLTE1OC4yMTMgNzAuODQyLTE1OC4yMTMgMTU4LjIzM3M3MC44MzIgMTU4LjIzMyAxNTguMjEzIDE1OC4yMzNjMzYuOTEgMCA3MC44NzItMTIuNjQ1IDk3Ljc4My0zMy44MzItMzYuNzk5LTI4Ljk3My02MC40My03My45MzEtNjAuNDMtMTI0LjQwMSIgZmlsbD0iI0QzMjAxMSIvPjxwYXRoIGQ9Ik01MTIgMTU4LjIzM2MwIDg3LjM5MS03MC44MzIgMTU4LjIzMy0xNTguMjEzIDE1OC4yMzMtMzYuOTEgMC03MC44NzItMTIuNjQ1LTk3Ljc5My0zMy44MzIgMzYuODA5LTI4Ljk3MyA2MC40NC03My45MzEgNjAuNDQtMTI0LjQwMSAwLTUwLjQ3MS0yMy42MzEtOTUuNDI5LTYwLjQ0LTEyNC40MDEgMjYuOTItMjEuMTg2IDYwLjg4My0zMy44MzIgOTcuNzkzLTMzLjgzMiA4Ny4zODEgMCAxNTguMjEzIDcwLjg0MiAxNTguMjEzIDE1OC4yMzMiIGZpbGw9IiMwMDk5REYiLz48cGF0aCBkPSJNMzcyLjA2NSAzNTIuOTM0YzEuODQxIDAgNC40ODcuMzUyIDYuNTA5IDEuMTQ3bC0yLjgxNyA4LjYxMWMtMS45MzItLjc5NS0zLjg2My0xLjA1Ni01LjcxNC0xLjA1Ni01Ljk3NiAwLTguOTYzIDMuODYzLTguOTYzIDEwLjgwNHYyMy41NmgtOS4xNDR2LTQyLjAxaDkuMDU0djUuMWMyLjM3NC0zLjY5MiA1LjgwNS02LjE1NyAxMS4wNzYtNi4xNTd6bS0zMy43ODEgOS40MDZoLTE0LjkzOXYxOC45ODNjMCA0LjIxNSAxLjQ4OSA3LjAzMiA2LjA2NiA3LjAzMiAyLjM3NCAwIDUuMzYyLS43OTUgOC4wNzgtMi4zNzRsMi42MzYgNy44MTdjLTIuODk3IDIuMDIyLTcuNDY0IDMuMjU5LTExLjQxOCAzLjI1OS0xMC44MTQgMC0xNC41ODctNS44MDUtMTQuNTg3LTE1LjU2M3YtMTkuMTU0aC04LjUzMXYtOC4zNWg4LjUzMXYtMTIuNzQ2aDkuMjI1djEyLjc0NmgxNC45Mzl2OC4zNXptLTExNi45ODcgOC45NjNjLjk3Ni02LjA2NiA0LjY1OC0xMC4yMDEgMTEuMTY3LTEwLjIwMSA1Ljg4NSAwIDkuNjY4IDMuNjkyIDEwLjYzMyAxMC4yMDFoLTIxLjh6bTMxLjI5NyAzLjY5MmMtLjA5MS0xMy4wOTgtOC4xNzktMjIuMDYxLTE5Ljk1OS0yMi4wNjEtMTIuMzAzIDAtMjAuOTE1IDguOTYzLTIwLjkxNSAyMi4wNjEgMCAxMy4zNSA4Ljk2MyAyMi4wNTEgMjEuNTM4IDIyLjA1MSA2LjMyOCAwIDEyLjEyMi0xLjU3OSAxNy4yMjMtNS44ODVsLTQuNDg3LTYuNzdjLTMuNTExIDIuODE3LTcuOTk4IDQuMzk2LTEyLjIxMyA0LjM5Ni01Ljg4NSAwLTExLjI0Ny0yLjcyNi0xMi41NjUtMTAuMjgxaDMxLjE5NmMuMDkxLTEuMTQ3LjE4MS0yLjI4NC4xODEtMy41MTF6bTQwLjE1OS0xMC4yODFjLTIuNTQ1LTEuNTg5LTcuNzI2LTMuNjEyLTEzLjA4OC0zLjYxMi01LjAxIDAtNy45OTggMS44NTEtNy45OTggNC45MjkgMCAyLjgwNyAzLjE1OSAzLjYwMSA3LjExMiA0LjEyNWw0LjMwNi42MTRjOS4xNDQgMS4zMjggMTQuNjc3IDUuMTkxIDE0LjY3NyAxMi41NzUgMCA3Ljk5OC03LjAzMiAxMy43MTItMTkuMTU0IDEzLjcxMi02Ljg2MSAwLTEzLjE4OS0xLjc2LTE4LjE5OC01LjQ1Mmw0LjMwNi03LjEyMmMzLjA3OCAyLjM3NCA3LjY1NiA0LjM5NiAxMy45ODMgNC4zOTYgNi4yMzcgMCA5LjU3Ny0xLjg0MSA5LjU3Ny01LjEgMC0yLjM2NC0yLjM3NC0zLjY5Mi03LjM4NC00LjM4NmwtNC4zMDYtLjYxNGMtOS40MDYtMS4zMjgtMTQuNTA2LTUuNTQzLTE0LjUwNi0xMi4zOTQgMC04LjM1IDYuODYxLTEzLjQ1IDE3LjQ5NC0xMy40NSA2LjY4IDAgMTIuNzQ2IDEuNDk5IDE3LjEzMiA0LjM5NmwtMy45NTQgNy4zODR6bTExMi43MjItMy4wOThjLTEuODgxIDAtMy42MjIuMzMyLTUuMjQxLjk4Ni0xLjYxLjY2NC0zLjAwOCAxLjU4OS00LjE4NSAyLjc3Ny0xLjE3NyAxLjE4Ny0yLjEwMyAyLjYxNi0yLjc3NyA0LjI3NS0uNjc0IDEuNjYtMS4wMDYgMy40OTEtMS4wMDYgNS40ODMgMCAyLjAwMi4zMzIgMy44MjMgMS4wMDYgNS40ODMuNjc0IDEuNjYgMS42IDMuMDg4IDIuNzc3IDQuMjc1IDEuMTc3IDEuMTg3IDIuNTc1IDIuMTEzIDQuMTg1IDIuNzc3IDEuNjIuNjY0IDMuMzYuOTg2IDUuMjQxLjk4NiAxLjg4MSAwIDMuNjMyLS4zMjIgNS4yNDEtLjk4NiAxLjYyLS42NjQgMy4wMjgtMS41ODkgNC4yMDUtMi43NzcgMS4xOTctMS4xODcgMi4xMjMtMi42MTYgMi44MDctNC4yNzUuNjc0LTEuNjYgMS4wMDYtMy40ODEgMS4wMDYtNS40ODMgMC0xLjk5Mi0uMzMyLTMuODIzLTEuMDA2LTUuNDgzLS42ODQtMS42Ni0xLjYxLTMuMDg4LTIuODA3LTQuMjc1LTEuMTc3LTEuMTg3LTIuNTg1LTIuMTEzLTQuMjA1LTIuNzc3LTEuNjEtLjY1NC0zLjM2LS45ODYtNS4yNDEtLjk4NnptMC04LjY4MmMzLjI1OSAwIDYuMjc3LjU2MyA5LjA1NCAxLjcgMi43NzcgMS4xMjcgNS4xODEgMi42ODYgNy4yMDMgNC42NjggMi4wMzIgMS45ODIgMy42MTIgNC4zMjYgNC43NTggNy4wMjIgMS4xNDcgMi43MDYgMS43MiA1LjY0NCAxLjcyIDguODEzIDAgMy4xNjktLjU3MyA2LjEwNi0xLjcyIDguODEzLTEuMTQ3IDIuNjk2LTIuNzI2IDUuMDUtNC43NTggNy4wMzItMi4wMjIgMS45ODItNC40MjYgMy41MzEtNy4yMDMgNC42NjgtMi43NzcgMS4xMjctNS43OTUgMS42OS05LjA1NCAxLjY5LTMuMjU5IDAtNi4yNzctLjU2My05LjA1NC0xLjY5LTIuNzc3LTEuMTM3LTUuMTYxLTIuNjg2LTcuMTczLTQuNjY4LTIuMDEyLTEuOTgyLTMuNTkxLTQuMzM2LTQuNzM4LTcuMDMyLTEuMTQ3LTIuNzA2LTEuNzItNS42NDQtMS43Mi04LjgxMyAwLTMuMTY5LjU3My02LjEwNiAxLjcyLTguODEzIDEuMTQ3LTIuNjk2IDIuNzI2LTUuMDQgNC43MzgtNy4wMjIgMi4wMTItMS45ODIgNC4zOTYtMy41NDEgNy4xNzMtNC42NjggMi43NzctMS4xMzcgNS43OTUtMS43IDkuMDU0LTEuN3ptLTIzNy41NzYgMjIuMDYxYzAtNy4zODQgNC44MzktMTMuNDUgMTIuNzQ2LTEzLjQ1IDcuNTU1IDAgMTIuNjU1IDUuODA1IDEyLjY1NSAxMy40NSAwIDcuNjQ2LTUuMSAxMy40NC0xMi42NTUgMTMuNDQtNy45MDcgMC0xMi43NDYtNi4wNTYtMTIuNzQ2LTEzLjQ0em0zNC4wMTMgMHYtMjEuMDA1aC05LjEzNHY1LjFjLTIuOTA3LTMuNzgzLTcuMjkzLTYuMTU3LTEzLjI2OS02LjE1Ny0xMS43OCAwLTIxLjAwNSA5LjIyNS0yMS4wMDUgMjIuMDYxIDAgMTIuODI2IDkuMjI1IDIyLjA2MSAyMS4wMDUgMjIuMDYxIDUuOTc2IDAgMTAuMzYyLTIuMzc0IDEzLjI2OS02LjE1N3Y1LjFoOS4xMzR2LTIxLjAwNXptLTUxLjQ5NyAyMS4wMDV2LTI2LjM2N2MwLTkuOTI5LTYuMzI4LTE2LjYwOS0xNi41MTgtMTYuNy01LjM2Mi0uMDkxLTEwLjkwNSAxLjU3OS0xNC43NjggNy40NzUtMi44OTctNC42NTgtNy40NzUtNy40NzUtMTMuODkzLTcuNDc1LTQuNDc3IDAtOC44NzMgMS4zMTgtMTIuMzAzIDYuMjM3di01LjE4MWgtOS4xMzR2NDIuMDFoOS4yMjV2LTIzLjI4OWMwLTcuMjkzIDQuMDQ0LTExLjE2NyAxMC4yODEtMTEuMTY3IDYuMDY2IDAgOS4xNDQgMy45NTQgOS4xNDQgMTEuMDc2djIzLjM3OWg5LjIyNXYtMjMuMjg5YzAtNy4yOTMgNC4yMjUtMTEuMTY3IDEwLjI4MS0xMS4xNjcgNi4yNDcgMCA5LjIzNSAzLjk1NCA5LjIzNSAxMS4wNzZ2MjMuMzc5aDkuMjI1eiIgZmlsbD0iIzExMEYwRCIvPjwvc3ZnPg==");
}

.rccs__card--mastercard .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5NyIgdmlld0JveD0iMCAwIDUxMiAzOTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik05My4wNzkgMzk2LjAyM3YtMjYuMzQzYzAtMTAuMDk4LTYuMTQ3LTE2LjY4NC0xNi42ODQtMTYuNjg0LTUuMjY5IDAtMTAuOTc2IDEuNzU2LTE0LjkyOCA3LjQ2NC0zLjA3My00LjgzLTcuNDY0LTcuNDY0LTE0LjA1LTcuNDY0LTQuMzkgMC04Ljc4MSAxLjMxNy0xMi4yOTMgNi4xNDd2LTUuMjY5aC05LjIydjQyLjE0OWg5LjIydi0yMy4yN2MwLTcuNDY0IDMuOTUxLTEwLjk3NiAxMC4wOTgtMTAuOTc2czkuMjIgMy45NTEgOS4yMiAxMC45NzZ2MjMuMjdoOS4yMnYtMjMuMjdjMC03LjQ2NCA0LjM5LTEwLjk3NiAxMC4wOTgtMTAuOTc2IDYuMTQ3IDAgOS4yMiAzLjk1MSA5LjIyIDEwLjk3NnYyMy4yN2gxMC4wOTh6bTEzNi41NDQtNDIuMTQ5aC0xNC45Mjh2LTEyLjczMmgtOS4yMnYxMi43MzJoLTguMzQydjguMzQyaDguMzQydjE5LjMxOGMwIDkuNjU5IDMuOTUxIDE1LjM2NyAxNC40ODkgMTUuMzY3IDMuOTUxIDAgOC4zNDItMS4zMTcgMTEuNDE1LTMuMDczbC0yLjYzNC03LjkwM2MtMi42MzQgMS43NTYtNS43MDggMi4xOTUtNy45MDMgMi4xOTUtNC4zOSAwLTYuMTQ3LTIuNjM0LTYuMTQ3LTcuMDI1di0xOC44NzloMTQuOTI4di04LjM0MnptNzguMTUxLS44NzhjLTUuMjY5IDAtOC43ODEgMi42MzQtMTAuOTc2IDYuMTQ3di01LjI2OWgtOS4yMnY0Mi4xNDloOS4yMnYtMjMuNzA5YzAtNy4wMjUgMy4wNzMtMTAuOTc2IDguNzgxLTEwLjk3NiAxLjc1NiAwIDMuOTUxLjQzOSA1LjcwOC44NzhsMi42MzQtOC43ODFjLTEuNzU2LS40MzktNC4zOS0uNDM5LTYuMTQ3LS40Mzl6bS0xMTguMTA0IDQuMzljLTQuMzktMy4wNzMtMTAuNTM3LTQuMzktMTcuMTIzLTQuMzktMTAuNTM3IDAtMTcuNTYyIDUuMjY5LTE3LjU2MiAxMy42MTEgMCA3LjAyNSA1LjI2OSAxMC45NzYgMTQuNDg5IDEyLjI5M2w0LjM5LjQzOWM0LjgzLjg3OCA3LjQ2NCAyLjE5NSA3LjQ2NCA0LjM5IDAgMy4wNzMtMy41MTIgNS4yNjktOS42NTkgNS4yNjlzLTEwLjk3Ni0yLjE5NS0xNC4wNS00LjM5bC00LjM5IDcuMDI1YzQuODMgMy41MTIgMTEuNDE1IDUuMjY5IDE4LjAwMSA1LjI2OSAxMi4yOTMgMCAxOS4zMTgtNS43MDggMTkuMzE4LTEzLjYxMSAwLTcuNDY0LTUuNzA4LTExLjQxNS0xNC40ODktMTIuNzMybC00LjM5LS40MzljLTMuOTUxLS40MzktNy4wMjUtMS4zMTctNy4wMjUtMy45NTEgMC0zLjA3MyAzLjA3My00LjgzIDcuOTAzLTQuODMgNS4yNjkgMCAxMC41MzcgMi4xOTUgMTMuMTcxIDMuNTEybDMuOTUxLTcuNDY0em0yNDQuOTktNC4zOWMtNS4yNjkgMC04Ljc4MSAyLjYzNC0xMC45NzYgNi4xNDd2LTUuMjY5aC05LjIydjQyLjE0OWg5LjIydi0yMy43MDljMC03LjAyNSAzLjA3My0xMC45NzYgOC43ODEtMTAuOTc2IDEuNzU2IDAgMy45NTEuNDM5IDUuNzA4Ljg3OGwyLjYzNC04Ljc4MWMtMS43NTYtLjQzOS00LjM5LS40MzktNi4xNDctLjQzOXptLTExNy42NjUgMjEuOTUyYzAgMTIuNzMyIDguNzgxIDIxLjk1MiAyMi4zOTIgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTEuMzE3IDE0LjkyOC00LjgzbC00LjM5LTcuNDY0Yy0zLjUxMiAyLjYzNC03LjAyNSAzLjk1MS0xMC45NzYgMy45NTEtNy40NjQgMC0xMi43MzItNS4yNjktMTIuNzMyLTEzLjYxMSAwLTcuOTAzIDUuMjY5LTEzLjE3MSAxMi43MzItMTMuNjExIDMuOTUxIDAgNy40NjQgMS4zMTcgMTAuOTc2IDMuOTUxbDQuMzktNy40NjRjLTQuMzktMy41MTItOC43ODEtNC44My0xNC45MjgtNC44My0xMy42MTEgMC0yMi4zOTIgOS4yMi0yMi4zOTIgMjEuOTUyem04NS4xNzYgMHYtMjEuMDc0aC05LjIydjUuMjY5Yy0zLjA3My0zLjk1MS03LjQ2NC02LjE0Ny0xMy4xNzEtNi4xNDctMTEuODU0IDAtMjEuMDc0IDkuMjItMjEuMDc0IDIxLjk1MiAwIDEyLjczMiA5LjIyIDIxLjk1MiAyMS4wNzQgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTIuMTk1IDEzLjE3MS02LjE0N3Y1LjI2OWg5LjIydi0yMS4wNzR6bS0zMy44MDcgMGMwLTcuNDY0IDQuODMtMTMuNjExIDEyLjczMi0xMy42MTEgNy40NjQgMCAxMi43MzIgNS43MDggMTIuNzMyIDEzLjYxMSAwIDcuNDY0LTUuMjY5IDEzLjYxMS0xMi43MzIgMTMuNjExLTcuOTAzLS40MzktMTIuNzMyLTYuMTQ3LTEyLjczMi0xMy42MTF6bS0xMTAuMjAxLTIxLjk1MmMtMTIuMjkzIDAtMjEuMDc0IDguNzgxLTIxLjA3NCAyMS45NTIgMCAxMy4xNzEgOC43ODEgMjEuOTUyIDIxLjUxMyAyMS45NTIgNi4xNDcgMCAxMi4yOTMtMS43NTYgMTcuMTIzLTUuNzA4bC00LjM5LTYuNTg2Yy0zLjUxMiAyLjYzNC03LjkwMyA0LjM5LTEyLjI5MyA0LjM5LTUuNzA4IDAtMTEuNDE1LTIuNjM0LTEyLjczMi0xMC4wOThoMzEuMTczdi0zLjUxMmMuNDM5LTEzLjYxMS03LjQ2NC0yMi4zOTItMTkuMzE4LTIyLjM5MnptMCA3LjkwM2M1LjcwOCAwIDkuNjU5IDMuNTEyIDEwLjUzNyAxMC4wOThoLTIxLjk1MmMuODc4LTUuNzA4IDQuODMtMTAuMDk4IDExLjQxNS0xMC4wOTh6bTIyOC43NDUgMTQuMDV2LTM3Ljc1OGgtOS4yMnYyMS45NTJjLTMuMDczLTMuOTUxLTcuNDY0LTYuMTQ3LTEzLjE3MS02LjE0Ny0xMS44NTQgMC0yMS4wNzQgOS4yMi0yMS4wNzQgMjEuOTUyIDAgMTIuNzMyIDkuMjIgMjEuOTUyIDIxLjA3NCAyMS45NTIgNi4xNDcgMCAxMC41MzctMi4xOTUgMTMuMTcxLTYuMTQ3djUuMjY5aDkuMjJ2LTIxLjA3NHptLTMzLjgwNyAwYzAtNy40NjQgNC44My0xMy42MTEgMTIuNzMyLTEzLjYxMSA3LjQ2NCAwIDEyLjczMiA1LjcwOCAxMi43MzIgMTMuNjExIDAgNy40NjQtNS4yNjkgMTMuNjExLTEyLjczMiAxMy42MTEtNy45MDMtLjQzOS0xMi43MzItNi4xNDctMTIuNzMyLTEzLjYxMXptLTMwOC4yMTMgMHYtMjEuMDc0aC05LjIydjUuMjY5Yy0zLjA3My0zLjk1MS03LjQ2NC02LjE0Ny0xMy4xNzEtNi4xNDctMTEuODU0IDAtMjEuMDc0IDkuMjItMjEuMDc0IDIxLjk1MiAwIDEyLjczMiA5LjIyIDIxLjk1MiAyMS4wNzQgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTIuMTk1IDEzLjE3MS02LjE0N3Y1LjI2OWg5LjIydi0yMS4wNzR6bS0zNC4yNDYgMGMwLTcuNDY0IDQuODMtMTMuNjExIDEyLjczMi0xMy42MTEgNy40NjQgMCAxMi43MzIgNS43MDggMTIuNzMyIDEzLjYxMSAwIDcuNDY0LTUuMjY5IDEzLjYxMS0xMi43MzIgMTMuNjExLTcuOTAzLS40MzktMTIuNzMyLTYuMTQ3LTEyLjczMi0xMy42MTF6Ii8+PHBhdGggZmlsbD0iI0ZGNUYwMCIgZD0iTTE4Ni41OTYgMzMuODA3aDEzOC4zMDF2MjQ4LjUwMmgtMTM4LjMwMXoiLz48cGF0aCBkPSJNMTk1LjM3NyAxNTguMDU4YzAtNTAuNDkxIDIzLjcwOS05NS4yNzQgNjAuMTUtMTI0LjI1MS0yNi43ODItMjEuMDc0LTYwLjU4OS0zMy44MDctOTcuNDY5LTMzLjgwNy04Ny4zNzEgMC0xNTguMDU4IDcwLjY4Ny0xNTguMDU4IDE1OC4wNThzNzAuNjg3IDE1OC4wNTggMTU4LjA1OCAxNTguMDU4YzM2Ljg4IDAgNzAuNjg3LTEyLjczMiA5Ny40NjktMzMuODA3LTM2LjQ0MS0yOC41MzgtNjAuMTUtNzMuNzYtNjAuMTUtMTI0LjI1MXoiIGZpbGw9IiNFQjAwMUIiLz48cGF0aCBkPSJNNTExLjQ5MyAxNTguMDU4YzAgODcuMzcxLTcwLjY4NyAxNTguMDU4LTE1OC4wNTggMTU4LjA1OC0zNi44OCAwLTcwLjY4Ny0xMi43MzItOTcuNDY5LTMzLjgwNyAzNi44OC0yOC45NzcgNjAuMTUtNzMuNzYgNjAuMTUtMTI0LjI1MXMtMjMuNzA5LTk1LjI3NC02MC4xNS0xMjQuMjUxYzI2Ljc4Mi0yMS4wNzQgNjAuNTg5LTMzLjgwNyA5Ny40NjktMzMuODA3IDg3LjM3MSAwIDE1OC4wNTggNzEuMTI2IDE1OC4wNTggMTU4LjA1OHoiIGZpbGw9IiNGNzlFMUIiLz48L3N2Zz4=");
}

.rccs__card--unionpay .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDUxMiAzMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik0xMDAuMDgzLjAwMWgxMjcuNTU3YzE3LjgwNiAwIDI4Ljg4IDE0LjUxMyAyNC43MjcgMzIuMzc4bC01OS4zODcgMjU0Ljk3MWMtNC4xOTEgMTcuODAzLTIyLjAxOSAzMi4zMjgtMzkuODM3IDMyLjMyOGgtMTI3LjU0NWMtMTcuNzgxIDAtMjguODgtMTQuNTI2LTI0LjcyNy0zMi4zMjhsNTkuNDEyLTI1NC45NzFjNC4xNTQtMTcuODY1IDIxLjk3Mi0zMi4zNzggMzkuOC0zMi4zNzgiIGZpbGw9IiNFMjE4MzYiLz48cGF0aCBkPSJNMjE3LjAyNy4wMDFoMTQ2LjY4N2MxNy44MDMgMCA5Ljc3NSAxNC41MTMgNS41ODcgMzIuMzc4bC01OS4zNzggMjU0Ljk3MWMtNC4xNjYgMTcuODAzLTIuODY3IDMyLjMyOC0yMC43MDcgMzIuMzI4aC0xNDYuNjg3Yy0xNy44NCAwLTI4Ljg4LTE0LjUyNi0yNC42ODktMzIuMzI4bDU5LjM3NS0yNTQuOTcxYzQuMjE2LTE3Ljg2NSAyMS45OTctMzIuMzc4IDM5LjgxMi0zMi4zNzgiIGZpbGw9IiMwMDQ0N0MiLz48cGF0aCBkPSJNMzU3Ljg5Ni4wMDFoMTI3LjU1N2MxNy44MzEgMCAyOC45MDUgMTQuNTEzIDI0LjcxNyAzMi4zNzhsLTU5LjM3OCAyNTQuOTcxYy00LjE5MSAxNy44MDMtMjIuMDMxIDMyLjMyOC0zOS44NTkgMzIuMzI4aC0xMjcuNDk4Yy0xNy44NCAwLTI4LjkwNS0xNC41MjYtMjQuNzI3LTMyLjMyOGw1OS4zODctMjU0Ljk3MWM0LjE1NC0xNy44NjUgMjEuOTYtMzIuMzc4IDM5LjgtMzIuMzc4IiBmaWxsPSIjMDA3Qjg0Ii8+PHBhdGggZD0iTTEzMy4zOTcgODEuNzEyYy0xMy4xMTcuMTM0LTE2Ljk5MSAwLTE4LjIyOS0uMjkyLS40NzYgMi4yNi05LjMyNyA0My4wOTItOS4zNTIgNDMuMTI2LTEuOTA2IDguMjYxLTMuMjkzIDE0LjE1LTguMDAzIDE3Ljk1Mi0yLjY3NCAyLjIxMS01Ljc5NSAzLjI3Ny05LjQxNCAzLjI3Ny01LjgxNyAwLTkuMjA2LTIuODg4LTkuNzc1LTguMzY3bC0uMTA5LTEuODgxczEuNzcyLTExLjA2NSAxLjc3Mi0xMS4xMjdjMCAwIDkuMjktMzcuMjEgMTAuOTUzLTQyLjEyOC4wODctLjI4LjExMi0uNDI2LjEzNC0uNTYtMTguMDgzLjE1OS0yMS4yODggMC0yMS41MDktLjI5Mi0uMTIxLjQwMS0uNTY5IDIuNzA4LS41NjkgMi43MDhsLTkuNDg2IDQxLjkzOS0uODE1IDMuNTU3LTEuNTc2IDExLjYzNGMwIDMuNDUxLjY3OCA2LjI2OCAyLjAyNyA4LjY1IDQuMzIyIDcuNTUyIDE2LjY0OSA4LjY4NCAyMy42MjMgOC42ODQgOC45ODUgMCAxNy40MTQtMS45MDkgMjMuMTEtNS4zOTQgOS44ODctNS44NDIgMTIuNDc0LTE0Ljk3MyAxNC43ODEtMjMuMDg4bDEuMDctNC4xNjNzOS41Ny0zOC42NDYgMTEuMTk2LTQzLjY3NGMuMDYyLS4yOC4wODctLjQyNi4xNzEtLjU2em0zMi41NjEgMzEuMTc2Yy0yLjMwNyAwLTYuNTIzLjU2LTEwLjMxIDIuNDE2LTEuMzc0LjcwNi0yLjY3NCAxLjUyLTQuMDQ1IDIuMzMybDEuMjM3LTQuNDY4LS42NzgtLjc1MmMtOC4wMzEgMS42MjYtOS44MjggMS44NDQtMTcuMjQ2IDIuODg4bC0uNjIyLjQxNGMtLjg2MSA3LjE0Mi0xLjYyNiAxMi41MTEtNC44MTkgMjYuNTQ5LTEuMjE2IDUuMTc0LTIuNDc4IDEwLjM5Ny0zLjc0MyAxNS41NThsLjM0Mi42NTZjNy42MDItLjQwMSA5LjkwOS0uNDAxIDE2LjUxNi0uMjkybC41MzUtLjU4MWMuODM5LTQuMy45NDgtNS4zMDcgMi44MDgtMTQuMDE2Ljg3NC00LjEyOSAyLjY5Ni0xMy4yMDEgMy41OTQtMTYuNDMyIDEuNjUxLS43NjUgMy4yOC0xLjUxNyA0LjgzNS0xLjUxNyAzLjcwMyAwIDMuMjUyIDMuMjMgMy4xMDkgNC41MTgtLjE1OSAyLjE2MS0xLjUwOCA5LjIxOC0yLjg5MSAxNS4yNzhsLS45MjMgMy45MTFjLS42NDQgMi44ODgtMS4zNDkgNS42OTYtMS45OTMgOC41NTlsLjI4LjU3MmM3LjQ5My0uNDAxIDkuNzc4LS40MDEgMTYuMTc3LS4yOTJsLjc1Mi0uNTgxYzEuMTU3LTYuNzE2IDEuNDk1LTguNTEzIDMuNTQ3LTE4LjI5MWwxLjAzMi00LjQ5M2MyLjAwNS04Ljc5MyAzLjAxMy0xMy4yNTEgMS40OTUtMTYuODgyLTEuNjA0LTQuMDctNS40NTMtNS4wNTItOC45ODgtNS4wNTJ6bTM2LjM3NCA5LjIwNmMtMy45ODMuNzY1LTYuNTIzIDEuMjc1LTkuMDQ3IDEuNjA0LTIuNTAzLjQwMS00Ljk0My43NjUtOC43OTMgMS4zbC0uMzA1LjI3Ny0uMjguMjIxYy0uNDAxIDIuODY3LS42ODEgNS4zNDUtMS4yMTMgOC4yNTgtLjQ1MSAzLjAxMy0xLjE0NCA2LjQzNi0yLjI3MyAxMS4zNTQtLjg3NCAzLjc2NS0xLjMyNCA1LjA3Ny0xLjgyMiA2LjQwMi0uNDg1IDEuMzI0LTEuMDIgMi42MTItMi4wMDIgNi4zMTVsLjIzLjM0Mi4xOTMuMzE0YzMuNTk3LS4xNzEgNS45NTEtLjI5MiA4LjM3LS4zMTQgMi40MTYtLjA4NyA0LjkxOSAwIDguNzkzLjAyMmwuMzM5LS4yNzcuMzY0LS4zMDVjLjU2LTMuMzM5LjY0NC00LjIzOC45ODYtNS44NjcuMzM5LTEuNzQ3LjkyMy00LjE2NiAyLjM1Ny0xMC42MjcuNjc4LTMuMDM0IDEuNDMzLTYuMDYgMi4xMzYtOS4xNTYuNzMxLTMuMDg0IDEuNDk1LTYuMTIyIDIuMjIzLTkuMTU2bC0uMTA5LS4zNjctLjE0Ni0uMzM5em0uMDg1LTEyLjQxMmMtMy42MTktMi4xMzYtOS45NzEtMS40NTgtMTQuMjQ2IDEuNDkyLTQuMjYzIDIuODkxLTQuNzQ4IDYuOTk1LTEuMTQxIDkuMTU5IDMuNTU3IDIuMDc3IDkuOTM0IDEuNDU4IDE0LjE3MS0xLjUxNyA0LjI1My0yLjk1NCA0Ljc4NS03LjAyIDEuMjE2LTkuMTM1em0yMS44ODcgNDkuNDY3YzcuMzIyIDAgMTQuODI3LTIuMDE4IDIwLjQ3Ny04LjAwNiA0LjM0Ny00Ljg1NiA2LjMzOS0xMi4wODIgNy4wMy0xNS4wNTcgMi4yNDgtOS44NjIuNDk3LTE0LjQ2Ny0xLjcwMS0xNy4yNzEtMy4zMzktNC4yNzUtOS4yNC01LjY0Ni0xNS4zNjItNS42NDYtMy42ODEgMC0xMi40NDkuMzY0LTE5LjI5OCA2LjY3OC00LjkxOSA0LjU1NS03LjE5MSAxMC43MzYtOC41NjIgMTYuNjYyLTEuMzg0IDYuMDM4LTIuOTc1IDE2LjkwNyA3LjAyIDIwLjk1MiAzLjA4NCAxLjMyNCA3LjUzIDEuNjg4IDEwLjM5NyAxLjY4OHptLS41NzItMjIuMTljMS42ODgtNy40NjggMy42ODEtMTMuNzM2IDguNzY4LTEzLjczNiAzLjk4NiAwIDQuMjc1IDQuNjY0IDIuNTAzIDEyLjE1Ny0uMzE3IDEuNjYzLTEuNzcyIDcuODQ3LTMuNzQgMTAuNDgxLTEuMzc0IDEuOTQzLTMgMy4xMjItNC43OTcgMy4xMjItLjUzNSAwLTMuNzE1IDAtMy43NjUtNC43MjMtLjAyNS0yLjMzMi40NTEtNC43MTMgMS4wMzItNy4zem00Ni4zODIgMjEuMjI5bC41NzItLjU4MWMuODExLTQuMy45NDUtNS4zMSAyLjc0Mi0xNC4wMTYuODk5LTQuMTI5IDIuNzU4LTEzLjIwMSAzLjYzMS0xNi40MzIgMS42NTQtLjc2OCAzLjI1NS0xLjUyIDQuODYtMS41MiAzLjY3OCAwIDMuMjMgMy4yMyAzLjA4NCA0LjUxOC0uMTM0IDIuMTY0LTEuNDgzIDkuMjE4LTIuODkxIDE1LjI3OGwtLjg3NCAzLjkxMWMtLjY2OCAyLjg5MS0xLjM5NiA1LjY5Ni0yLjA0IDguNTYybC4yOC41NzJjNy41MTgtLjQwMSA5LjcxNi0uNDAxIDE2LjE1Mi0uMjkybC43NzctLjU4MWMxLjEyOS02LjcxOSAxLjQzMy04LjUxNiAzLjU0Ny0xOC4yOTFsMS4wMDctNC40OTZjMi4wMTUtOC43OTMgMy4wMzQtMTMuMjQ4IDEuNTQyLTE2Ljg3OS0xLjY1MS00LjA3LTUuNTI1LTUuMDUyLTkuMDEtNS4wNTItMi4zMSAwLTYuNTQ4LjU1Ny0xMC4zMTMgMi40MTYtMS4zNDYuNzA2LTIuNjk2IDEuNTE3LTQuMDIgMi4zMzJsMS4xNTMtNC40NjgtLjYxOS0uNzU2Yy04LjAyOCAxLjYyOS05Ljg2MiAxLjg0Ny0xNy4yNzEgMi44OTFsLS41NjkuNDE0Yy0uODk5IDcuMTQyLTEuNjI5IDEyLjUwOC00LjgyMiAyNi41NDktMS4yMTYgNS4xNzQtMi40NzggMTAuMzk3LTMuNzQgMTUuNTU4bC4zMzkuNjU2YzcuNjE0LS40MDEgOS44ODctLjQwMSAxNi40ODEtLjI5MnptNTUuMjM1LjI5MWMuNDczLTIuMzA3IDMuMjgtMTUuOTgxIDMuMzA1LTE1Ljk4MSAwIDAgMi4zOTEtMTAuMDMzIDIuNTM3LTEwLjM5NyAwIDAgLjc1Mi0xLjA0NSAxLjUwNS0xLjQ1OGgxLjEwN2MxMC40NDMgMCAyMi4yMzYgMCAzMS40OC02LjggNi4yOS00LjY2NCAxMC41OS0xMS41NSAxMi41MDgtMTkuOTIuNDk3LTIuMDUyLjg2NC00LjQ5My44NjQtNi45MzMgMC0zLjIwNS0uNjQ0LTYuMzc3LTIuNTAzLTguODU1LTQuNzEzLTYuNTk0LTE0LjEtNi43MTYtMjQuOTM1LTYuNzY1bC01LjM0MS4wNWMtMTMuODcuMTcxLTE5LjQzMi4xMjEtMjEuNzE3LS4xNTktLjE5MyAxLjAxLS41NTcgMi44MDgtLjU1NyAyLjgwOHMtNC45NjggMjMuMDI2LTQuOTY4IDIzLjA2M2MwIDAtMTEuODg5IDQ4Ljk1Ni0xMi40NDkgNTEuMjYzIDEyLjExLS4xNDYgMTcuMDc1LS4xNDYgMTkuMTY1LjA4NHptOS4yMDYtNDAuOTAzczUuMjgyLTIyLjk3OSA1LjI1Ny0yMi44OTJsLjE3MS0xLjE3OC4wNzUtLjg5OSAyLjExMS4yMThzMTAuODk0LjkzNiAxMS4xNDkuOTYxYzQuMyAxLjY2MyA2LjA3MiA1Ljk1MSA0LjgzNSAxMS41NDctMS4xMjkgNS4xMTQtNC40NDYgOS40MTQtOC43MDkgMTEuNDkxLTMuNTEgMS43Ni03LjgxIDEuOTA2LTEyLjI0MSAxLjkwNmgtMi44NjdsLjIxOC0xLjE1M3ptMzIuODg5IDE5LjgwOWMtMS4zOTYgNS45NTEtMyAxNi44MiA2Ljk0NiAyMC42OTQgMy4xNzEgMS4zNDkgNi4wMTMgMS43NSA4LjkwMSAxLjYwNCAzLjA1LS4xNjUgNS44NzYtMS42OTQgOC40OTQtMy44OTZsLS43MDkgMi43MTcuNDUxLjU4MWM3LjE1NC0uMzAyIDkuMzc0LS4zMDIgMTcuMTI1LS4yNDNsLjcwMy0uNTM1YzEuMTMyLTYuNjUzIDIuMTk4LTEzLjExNCA1LjEzOS0yNS44NDMgMS40MzMtNi4wOTcgMi44NjMtMTIuMTM1IDQuMzM0LTE4LjIwN2wtLjIzLS42NjhjLTguMDAzIDEuNDgzLTEwLjE0MiAxLjgtMTcuODQgMi44OTFsLS41ODUuNDc2LS4yMzMgMS44MDZjLTEuMTk3LTEuOTM0LTIuOTMyLTMuNTg1LTUuNjA5LTQuNjE0LTMuNDIzLTEuMzQ2LTExLjQ2My4zODktMTguMzc1IDYuNjgxLTQuODU2IDQuNDkzLTcuMTg4IDEwLjY0OS04LjUxMyAxNi41NTN6bTE2LjgwOC4zNjRjMS43MTMtNy4zMzQgMy42ODEtMTMuNTQgOC43OC0xMy41NCAzLjIyNCAwIDQuOTIyIDIuOTc1IDQuNTc3IDguMDQ5LS4yNzQgMS4yNjUtLjU2OSAyLjU5OS0uOTIgNC4xMDctLjUxIDIuMTc5LTEuMDYzIDQuMzQtMS42MDEgNi41MDQtLjU0NyAxLjQ4LTEuMTg1IDIuODc2LTEuODg0IDMuODA2LTEuMzEyIDEuODU5LTQuNDM0IDMuMDEzLTYuMjMxIDMuMDEzLS41MSAwLTMuNjU2IDAtMy43NjUtNC42MzktLjAyNS0yLjMxLjQ1MS00LjY4OSAxLjA0NS03LjN6bTg3Ljc3Mi0yNC4yMTdsLS42MTktLjcwNmMtNy45MTkgMS42MDQtOS4zNTIgMS44NTktMTYuNjI3IDIuODQybC0uNTM1LjUzNS0uMDg0LjM0Mi0uMDI1LS4xMjFjLTUuNDE2IDEyLjQ5NS01LjI1NyA5LjgtOS42NjYgMTkuNjM3bC0uMDUtMS4yMDMtMS4xMDQtMjEuMzI1LS42OTMtLjcwNmMtOC4yOTUgMS42MDQtOC40OTEgMS44NTktMTYuMTUyIDIuODQybC0uNTk3LjUzNWMtLjA4NC4yNTUtLjA4NC41MzUtLjEzNC44MzlsLjA1LjEwOWMuOTU4IDQuODk0LjcyOCAzLjgwMiAxLjY4OCAxMS41MjUuNDQ4IDMuNzkgMS4wNDUgNy42MDIgMS40OTIgMTEuMzQ1Ljc1NiA2LjI2NSAxLjE3OCA5LjM0OSAyLjEwMiAxOC45MS01LjE3NCA4LjUzOC02LjM5OSAxMS43NjgtMTEuMzc5IDE5LjI2MWwuMDM0LjA3NS0zLjUwNyA1LjU0N2MtLjQwMS41ODUtLjc2NS45ODYtMS4yNzUgMS4xNTctLjU2LjI3Ny0xLjI4Ny4zMjYtMi4yOTguMzI2aC0xLjk0M2wtMi44ODggOS42MDcgOS45MDkuMTcxYzUuODE3LS4wMjUgOS40NzMtMi43NDUgMTEuNDQxLTYuNDAybDYuMjMxLTEwLjY3N2gtLjA5OWwuNjU2LS43NTJjNC4xOTEtOS4wMjMgMzYuMDcyLTYzLjcxMiAzNi4wNzItNjMuNzEyem0tMTA0LjU4IDEyNi4xNzVoLTQuMjA0bDE1LjU1OC01MS40NTloNS4xNjFsMS42MzgtNS4zMDEuMTU5IDUuODk1Yy0uMTkzIDMuNjQ0IDIuNjc0IDYuODc0IDEwLjIwNCA2LjMzOWg4LjcwOWwyLjk5Ny05LjkwOWgtMy4yNzdjLTEuODg0IDAtMi43NTgtLjQ3Ni0yLjY0OS0xLjQ5NWwtLjE1OS01Ljk5N2gtMTYuMTI3di4wMzFjLTUuMjE0LjEwOS0yMC43ODQuNTAxLTIzLjkzNyAxLjM0LTMuODE1Ljk4Mi03LjgzNSAzLjg3NC03LjgzNSAzLjg3NGwxLjU3OS01LjMwN2gtMTUuMDg1bC0zLjE0MyAxMC41MzEtMTUuNzY2IDUyLjI0NWgtMy4wNTlsLTMgOS44MzdoMzAuMDQ2bC0xLjAwNyAzLjI4aDE0LjgwNmwuOTgyLTMuMjhoNC4xNTRsMy4yNTUtMTAuNjI0em0tMTIuMzI4LTQxLjAwM2MtMi40MTYuNjY4LTYuOTEyIDIuNjk2LTYuOTEyIDIuNjk2bDMuOTk4LTEzLjE1MmgxMS45ODZsLTIuODkxIDkuNTgycy0zLjcwMy4yMTgtNi4xODEuODc0em0uMjMgMTguNzg4cy0zLjc2NS40NzMtNi4yNDMgMS4wMzJjLTIuNDQxLjc0LTcuMDE3IDMuMDcyLTcuMDE3IDMuMDcybDQuMTI5LTEzLjY4NmgxMi4wNDhsLTIuOTE2IDkuNTgyem0tNi43MTYgMjIuMzM2aC0xMi4wMjNsMy40ODUtMTEuNTVoMTEuOTg2bC0zLjQ0OCAxMS41NXptMjguOTU0LTMxLjkxOGgxNy4zM2wtMi40OSA4LjA2NWgtMTcuNTZsLTIuNjM3IDguODE3aDE1LjM2NWwtMTEuNjM0IDE2LjM4MmMtLjgxNSAxLjIwMy0xLjU0NSAxLjYyOS0yLjM1NyAxLjk2OC0uODE1LjQxNC0xLjg4NC44OTktMy4xMjIuODk5aC00LjI2M2wtMi45MjkgOS42NTdoMTEuMTQ5YzUuNzk1IDAgOS4yMTgtMi42MzcgMTEuNzQ2LTYuMDk3bDcuOTc4LTEwLjkxOSAxLjcxMyAxMS4wODdjLjM2NCAyLjA3NyAxLjg1NiAzLjI5MyAyLjg2NyAzLjc2NSAxLjExNi41NiAyLjI3IDEuNTIgMy44OTkgMS42NjMgMS43NDcuMDc1IDMuMDEuMTM0IDMuODQ5LjEzNGg1LjQ3OGwzLjI4OS0xMC44MDdoLTIuMTYxYy0xLjI0MSAwLTMuMzc2LS4yMDgtMy43NC0uNTk3LS4zNjQtLjQ3My0uMzY0LTEuMi0uNTYtMi4zMDdsLTEuNzM4LTExLjExMmgtNy4xMTdsMy4xMjItMy43MTVoMTcuNTI2bDIuNjk2LTguODE3aC0xNi4yMjZsMi41MjgtOC4wNjVoMTYuMTc3bDMtOS45NDZoLTQ4LjIyOGwtMi45NTEgOS45NDZ6bS0xNDYuMzcxIDM0LjE2NGw0LjA0NS0xMy40NTZoMTYuNjI0bDMuMDM4LTEwLjAwOGgtMTYuNjRsMi41NC04LjI4M2gxNi4yNjFsMy4wMTMtOS42OTFoLTQwLjY4NmwtMi45NTEgOS42OTFoOS4yNDNsLTIuNDY2IDguMjgzaC05LjI2OGwtMy4wNzIgMTAuMTc5aDkuMjRsLTUuMzkxIDE3LjgwM2MtLjcyOCAyLjM1Ny4zNDIgMy4yNTUgMS4wMiA0LjM1LjY5MyAxLjA2NiAxLjM5NiAxLjc3MiAyLjk3NSAyLjE3MyAxLjYyOS4zNjQgMi43NDUuNTgxIDQuMjYzLjU4MWgxOC43NDJsMy4zMzktMTEuMDg3LTguMzA4IDEuMTQxYy0xLjYwNCAwLTYuMDQ3LS4xOTMtNS41NjItMS42NzZ6bTEuOTA3LTY0LjQxN2wtNC4yMTMgNy42MTRjLS45MDIgMS42NjMtMS43MTMgMi42OTYtMi40NDQgMy4xNzEtLjY0NC40MDEtMS45MTguNTY5LTMuNzY1LjU2OWgtMi4xOThsLTIuOTM4IDkuNzQxaDcuM2MzLjUxIDAgNi4yMDYtMS4yODcgNy40OTMtMS45MzEgMS4zODQtLjc0IDEuNzQ3LS4zMTcgMi44MTctMS4zNDlsMi40NjYtMi4xMzZoMjIuNzk2bDMuMDI1LTEwLjE0MmgtMTYuNjg3bDIuOTEzLTUuNTM3aC0xNi41NjV6bTMzLjY1NCA2NC42MTJjLS4zODktLjU2LS4xMDktMS41NDUuNDg1LTMuNTk3bDYuMjMxLTIwLjYyM2gyMi4xNjVjMy4yMy0uMDQ3IDUuNTYyLS4wODQgNy4wNzktLjE5MyAxLjYyOS0uMTcxIDMuNDAxLS43NTIgNS4zMzItMS43OTcgMS45OTMtMS4wOTQgMy4wMTMtMi4yNDggMy44NzQtMy41NzIuOTYxLTEuMzIxIDIuNTAzLTQuMjEzIDMuODI3LTguNjcxbDcuODMyLTI2LjA5OC0yMy4wMDEuMTM0cy03LjA4MyAxLjA0NS0xMC4yMDEgMi4xOThjLTMuMTQ2IDEuMjg3LTcuNjQyIDQuODgxLTcuNjQyIDQuODgxbDIuMDc3LTcuMTU0aC0xNC4yMDlsLTE5Ljg5MiA2NS45NzJjLS43MDYgMi41NjItMS4xNzggNC40MjEtMS4yODcgNS41MzctLjAzNyAxLjIwMyAxLjUxNyAyLjM5NCAyLjUyNSAzLjI5MyAxLjE5MS44OTkgMi45NTEuNzUyIDQuNjM5Ljg5OSAxLjc3NS4xMzQgNC4zLjIxOCA3Ljc4NS4yMThoMTAuOTE5bDMuMzUyLTExLjMxNy05Ljc3NS45MjNjLTEuMDQ1IDAtMS44LS41Ni0yLjExNC0xLjAzMnptMTAuNzM2LTM4LjE0OWgyMy4yODFsLTEuNDggNC42MzljLS4yMDguMTA5LS43MDYtLjIzLTMuMDc1LjA1aC0yMC4xNTlsMS40MzMtNC42ODl6bTQuNjY0LTE1LjU1OGgyMy40NzdsLTEuNjg4IDUuNTg3cy0xMS4wNjUtLjEwOS0xMi44MzcuMjE4Yy03Ljc5OCAxLjM0OS0xMi4zNTIgNS41MTYtMTIuMzUyIDUuNTE2bDMuNDAxLTExLjMyem0xNy42NTggMzUuNzMxYy0uMTkzLjY5My0uNDk3IDEuMTE2LS45MjMgMS40MzMtLjQ3My4zMDUtMS4yMzcuNDE0LTIuMzc4LjQxNGgtMy4zMTdsLjE5Ni01LjY0OWgtMTMuNzk4bC0uNTYgMjcuNjE4Yy0uMDIyIDEuOTkzLjE3MSAzLjE0NiAxLjYyOSA0LjA3IDEuNDU4IDEuMTUzIDUuOTUxIDEuMyAxMS45OTggMS4zaDguNjQ2bDMuMTIyLTEwLjMzOC03LjUyNy40MTQtMi41MDMuMTQ2Yy0uMzQyLS4xNDYtLjY2OC0uMjgtMS4wMzItLjY0NC0uMzE3LS4zMTQtLjg1Mi0uMTIxLS43NjUtMi4xMTRsLjA1OS03LjA3OSA3Ljg5NC0uMzI2YzQuMjYzIDAgNi4wODUtMS4zODcgNy42MzktMi43MDggMS40ODMtMS4yNjUgMS45NjgtMi43MiAyLjUyOC00LjY4OWwxLjMyNC02LjI2OGgtMTAuODQ4bC0xLjM4NCA0LjQyMXoiIGZpbGw9IiNGRUZFRkUiLz48L3N2Zz4=");
}

.rccs__card--visa .rccs__card__background, .rccs__card--visaelectron .rccs__card__background {
  background: linear-gradient(25deg, #0f509e, #1399cd);
}

.rccs__card--visa .rccs__issuer, .rccs__card--visaelectron .rccs__issuer {
  background-size: 75%;
}

.rccs__card--visa .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIxNjZweCIgdmlld0JveD0iMCAwIDUxMiAxNjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiAgICA8Zz4gICAgICAgIDxwYXRoIGQ9Ik0yNjQuNzk0MTg3LDExMi40Nzk0OTEgQzI2NC41MDIwNzIsODkuNDQ4NTYxNiAyODUuMzE5MDgsNzYuNTk1NTE5OCAzMDEuMDAxMDIxLDY4Ljk1NDQxNzIgQzMxNy4xMTM0NDcsNjEuMTEzNDQ2NiAzMjIuNTI1MjU0LDU2LjA4NjAwMDggMzIyLjQ2Mzc1Niw0OS4wNzUyNTA3IEMzMjIuMzQwNzYsMzguMzQzODgzMyAzMDkuNjEwNzE0LDMzLjYwODU1MiAyOTcuNjk1NTE0LDMzLjQyNDA1ODYgQzI3Ni45MDkyNTUsMzMuMTAxMTk1MSAyNjQuODI0OTM1LDM5LjAzNTczMzYgMjU1LjIxNTkwMyw0My41MjUwNzM2IEwyNDcuNzI4NTQ1LDguNDg2Njk3NSBDMjU3LjM2ODMyNiw0LjA0MzQ4MDg3IDI3NS4yMTgwNjUsMC4xNjkxMTg5NzIgMjkzLjcyODkwNSwtMS40MjEwODU0N2UtMTQgQzMzNy4xNzcxMDYsLTEuNDIxMDg1NDdlLTE0IDM2NS42MDQ0NjgsMjEuNDQ3MzYwNSAzNjUuNzU4MjEzLDU0LjcwMjMwMDIgQzM2NS45MjczMzIsOTYuOTA1MTcwOSAzMDcuMzgxNDE5LDk5LjI0MjA4NzYgMzA3Ljc4MTE1NCwxMTguMTA2NTQgQzMwNy45MTk1MjQsMTIzLjgyNTgzNiAzMTMuMzc3NDU1LDEyOS45Mjk0OTQgMzI1LjMzODc3OCwxMzEuNDgyMzEzIEMzMzEuMjU3OTQyLDEzMi4yNjY0MSAzNDcuNjAwOTg1LDEzMi44NjYwMTQgMzY2LjEyNzIsMTI0LjMzMzE5MyBMMzczLjM5OTMxNSwxNTguMjMzODYgQzM2My40MzY2NywxNjEuODYyMjMgMzUwLjYyOTc1MiwxNjUuMzM2ODU3IDMzNC42ODY0NDUsMTY1LjMzNjg1NyBDMjkzLjc5MDQwMywxNjUuMzM2ODU3IDI2NS4wMjQ4MDMsMTQzLjU5NzM4MiAyNjQuNzk0MTg3LDExMi40Nzk0OTEgTTQ0My4yNzYyLDE2Mi40MTU3MTEgQzQzNS4zNDI5ODIsMTYyLjQxNTcxMSA0MjguNjU1MDk2LDE1Ny43ODgwMDEgNDI1LjY3MjQ1MiwxNTAuNjg1MDA0IEwzNjMuNjA1Nzg5LDIuNDkwNjYxMjIgTDQwNy4wMjMyNDIsMi40OTA2NjEyMiBMNDE1LjY2MzY4NCwyNi4zNjcxODUyIEw0NjguNzIwOTE4LDI2LjM2NzE4NTIgTDQ3My43MzI5ODksMi40OTA2NjEyMiBMNTEyLDIuNDkwNjYxMjIgTDQ3OC42MDY2OSwxNjIuNDE1NzExIEw0NDMuMjc2MiwxNjIuNDE1NzExIE00NDkuMzQ5MTA4LDExOS4yMTM1MDEgTDQ2MS44NzkyODcsNTkuMTYwODkxMiBMNDI3LjU2MzUxLDU5LjE2MDg5MTIgTDQ0OS4zNDkxMDgsMTE5LjIxMzUwMSBNMjEyLjE1MjA2MywxNjIuNDE1NzExIEwxNzcuOTI4NTMzLDIuNDkwNjYxMjIgTDIxOS4zMDExODMsMi40OTA2NjEyMiBMMjUzLjUwOTMzOSwxNjIuNDE1NzExIEwyMTIuMTUyMDYzLDE2Mi40MTU3MTEgTTE1MC45NDYzNywxNjIuNDE1NzExIEwxMDcuODgyNTMsNTMuNTY0NTkwNyBMOTAuNDYzMjc1NSwxNDYuMTE4NzkyIEM4OC40MTg0NzM0LDE1Ni40NTA0MjMgODAuMzQ2ODg2MSwxNjIuNDE1NzExIDcxLjM4MzU4MDYsMTYyLjQxNTcxMSBMMC45ODM5NjQ5MjcsMTYyLjQxNTcxMSBMMCwxNTcuNzcyNjI2IEMxNC40NTE5ODQ5LDE1NC42MzYyMzggMzAuODcxODk5NiwxNDkuNTc4MDQzIDQwLjgxOTE3LDE0NC4xNjYyMzYgQzQ2LjkwNzQ1MywxNDAuODYwNzI5IDQ4LjY0NDc2NjEsMTM3Ljk3MDMzMiA1MC42NDM0NDQ4LDEzMC4xMTM5ODcgTDgzLjYzNzAxODgsMi40OTA2NjEyMiBMMTI3LjM2MTk2LDIuNDkwNjYxMjIgTDE5NC4zOTQ1NzEsMTYyLjQxNTcxMSBMMTUwLjk0NjM3LDE2Mi40MTU3MTEiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ni4wMDAwMDAsIDgyLjY2ODQyOCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTgyLjY2ODQyOCkgIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=");
}

.rccs__card--visaelectron .rccs__issuer {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyMjhweCIgdmlld0JveD0iMCAwIDUxMiAyMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiAgICA8Zz4gICAgICAgIDxwYXRoIGQ9Ik0xOTQuMzkzMDEyLDIuOTE5MzQ0MTMgTDEyNy4zNjI1MTcsMTYyLjgzNTk4MSBMODMuNjI3OTMwNywxNjIuODM1OTgxIEw1MC42MzkwMTUyLDM1LjIwODY2MzIgQzQ4LjY0MTU2OTIsMjcuMzY1OTkwNyA0Ni45MDIzODU1LDI0LjQ3OTMzOCA0MC44MTUyNDI0LDIxLjE2NDQyNzYgQzMwLjg2NzI0MjIsMTUuNzYwNTM1MyAxNC40Mzk4MDE4LDEwLjcwNjQ0MTIgMCw3LjU2MTUyNjI4IEwwLjk3NDIwNDQyNCwyLjkxOTM0NDEzIEw3MS4zODE3MjM1LDIuOTE5MzQ0MTMgQzgwLjM0MjQ0MjcsMi45MTkzNDQxMyA4OC40MTA2ODYsOC44ODU1Mjg5NCA5MC40NjA0MzgzLDE5LjIxNjAxODggTDEwNy44OTE1MDUsMTExLjc2MjE3IEwxNTAuOTIzMjI2LDIuOTE5MzQ0MTMgTDE5NC4zOTMwMTIsMi45MTkzNDQxMyBaIE0yNTMuNTE1NDUyLDIuOTE5MzQ0MTMgTDIxOS4zMDcxNDYsMTYyLjgzNTk4MSBMMTc3LjkzMjg4LDE2Mi44MzU5ODEgTDIxMi4xNDExODYsMi45MTkzNDQxMyBMMjUzLjUxNTQ1MiwyLjkxOTM0NDEzIFogTTMwNy43Nzk5NDYsNDcuMjI5Mjk5NyBDMzA3LjkyMDUxOSw0MS40OTg0OTMxIDMxMy4zNzk5ODcsMzUuMzk1MDA0MyAzMjUuMzMxOTcxLDMzLjgzNTYyMzQgQzMzMS4yNTIzODgsMzMuMDcwNjQ0MSAzNDcuNjA3OTA3LDMyLjQ1OTMxNDUgMzY2LjEzNDEzNyw0MC45OTUwNDUyIEwzNzMuMzgxODI2LDcuMDY0NjE2NjQgQzM2My40MjcyODcsMy40NjUyOTA5IDM1MC42MTg3ODcsMCAzMzQuNjg0OTg3LDAgQzI5My43ODQ3NDcsMCAyNjUuMDEzMDI1LDIxLjcyMzQ1MSAyNjQuNzg0MTg2LDUyLjg1NTQ5MzcgQzI2NC41MTYxMTYsNzUuODgzMzMyNSAyODUuMzM0MDE0LDg4LjcxNzk4NTQgMzAwLjk4OTkzNyw5Ni4zODczOTM0IEMzMTcuMTE2NjE2LDEwNC4yMjAyNTggMzIyLjUyMzc3OCwxMDkuMjU0NzM4IDMyMi40NDg1ODgsMTE2LjI1Mzk3MSBDMzIyLjMzNDE2OCwxMjYuOTgzMjk3IDMwOS41NzE0MzYsMTMxLjczMzM2MSAyOTcuNzA0NDQ5LDEzMS45MDk4OTQgQzI3Ni44OTYzNTgsMTMyLjI0MDA3OCAyNjQuODMzMjIzLDEyNi4yODY5NjkgMjU1LjIxMjEzNywxMjEuODA0OTc1IEwyNDcuNzAyOTE3LDE1Ni44NTk5ODkgQzI1Ny4zODI4NDcsMTYxLjI5NjIxNSAyNzUuMjIyNTU3LDE2NS4xNTA1MzQgMjkzLjY5OTc1LDE2NS4zNDY2ODIgQzMzNy4xNzkzNDMsMTY1LjM0NjY4MiAzNjUuNjE3NjEzLDE0My44NzE2ODYgMzY1Ljc0NTEwOSwxMTAuNjI0NTA4IEMzNjUuOTE4Mzc0LDY4LjQyNjQxODggMzA3LjM5NzQ1Niw2Ni4wODU3MTI4IDMwNy43Nzk5NDYsNDcuMjI5Mjk5NyBaIE00NzMuNzQ3NzY1LDE2Mi44MzU5ODEgTDUxMiwxNjIuODM1OTgxIEw0NzguNTc5NTU4LDIuOTE5MzQ0MTMgTDQ0My4yODU4OTcsMi45MTkzNDQxMyBDNDM1LjMyNTUzNSwyLjkxOTM0NDEzIDQyOC42MzY4Nyw3LjUzODY0MjI4IDQyNS42Njg0ODksMTQuNjQyNDg4NiBMMzYzLjU4NzQ3NSwxNjIuODM1OTgxIEw0MDcuMDM0Mzc3LDE2Mi44MzU5ODEgTDQxNS42NTE4MzYsMTM4Ljk0ODM1OCBMNDY4LjczMjkwMSwxMzguOTQ4MzU4IEw0NzMuNzQ3NzY1LDE2Mi44MzU5ODEgWiBNNDI3LjU2NDU5MSwxMDYuMTc4NDc1IEw0NDkuMzUwMTU2LDQ2LjEyNDMyOTYgTDQ2MS44NjQ0MzMsMTA2LjE3ODQ3NSBMNDI3LjU2NDU5MSwxMDYuMTc4NDc1IFogTTMwNi40NjQ3NywyMDYuODU0MzI5IEwyODkuNjU0ODQsMjA2Ljg1NDMyOSBMMjg5LjY1NDg0LDIyMi41MDA0NDQgTDMwOC40NTg5NDcsMjIyLjUwMDQ0NCBMMzA4LjQ1ODk0NywyMjcuMjA0NzQgTDI4My45ODk0MTYsMjI3LjIwNDc0IEwyODMuOTg5NDE2LDE4My43OTcwNjggTDMwNy40OTQ1NSwxODMuNzk3MDY4IEwzMDcuNDk0NTUsMTg4LjUwMTM2NCBMMjg5LjY1NDg0LDE4OC41MDEzNjQgTDI4OS42NTQ4NCwyMDIuMjE1NDE2IEwzMDYuNDY0NzcsMjAyLjIxNTQxNiBMMzA2LjQ2NDc3LDIwNi44NTQzMjkgWiBNMzE3LjE0MzQyMywxODEuNDgxMjA4IEwzMjIuODA4ODQ3LDE4MS40ODEyMDggTDMyMi44MDg4NDcsMjI3LjIwMzQzMyBMMzE3LjE0MzQyMywyMjcuMjAzNDMzIEwzMTcuMTQzNDIzLDE4MS40ODEyMDggWiBNMzQ3Ljc4NzM4MywyMjMuNDY5MDkxIEMzNTEuODQ3NjU4LDIyMy40NjkwOTEgMzU0LjM1ODM1OSwyMjIuNzU5Njg3IDM1Ni40MjExODgsMjIxLjg2MDY3MyBMMzU3LjQ1MDk2OCwyMjUuOTE3Njc5IEMzNTUuNDUzNTIyLDIyNi44MTY2OTMgMzUxLjk3ODQyNCwyMjcuOTExODU2IDM0Ny4wMTU4NjYsMjI3LjkxMTg1NiBDMzM3LjQyNDIwMiwyMjcuOTExODU2IDMzMS42OTMzOTUsMjIxLjUzNzAyOCAzMzEuNjkzMzk1LDIxMi4xMzQ5NzUgQzMzMS42OTMzOTUsMjAyLjczMjkyMSAzMzcuMjI4MDUzLDE5NS4zOTA0MjggMzQ2LjMwOTczMSwxOTUuMzkwNDI4IEMzNTYuNTQ4Njg1LDE5NS4zOTA0MjggMzU5LjE5MDE1MiwyMDQuMjc5MjI2IDM1OS4xOTAxNTIsMjEwLjAxMDAzMiBDMzU5LjE5MDE1MiwyMTEuMTY3MzA5IDM1OS4xMjQ3NjksMjEyLjAwNDIwOSAzNTguOTk0MDAzLDIxMi42NDgyMyBMMzM3LjEwMDU1NywyMTIuNjQ4MjMgQzMzNy4yMjgwNTMsMjIwLjMxNDM2OSAzNDIuMDU5ODQ2LDIyMy40NjkwOTEgMzQ3Ljc4NzM4MywyMjMuNDY5MDkxIFogTTM1My43MTQzMzgsMjA4LjU5MTIyNCBDMzUzLjc3OTcyMSwyMDUuMDUwNzQzIDM1Mi4yMzM0MTcsMTk5LjQ0NzQzMyAzNDUuODU4NTg5LDE5OS40NDc0MzMgQzM0MC4wNjI0LDE5OS40NDc0MzMgMzM3LjYxMzgxMiwyMDQuNjY0OTg0IDMzNy4xNjI2NywyMDguNTkxMjI0IEwzNTMuNzE0MzM4LDIwOC41OTEyMjQgWiBNMzkwLjAyMjc0MSwyMjYuMTA4NTk3IEMzODguNTQxODE5LDIyNi44MTgwMDEgMzg1LjI1NjMzMSwyMjcuOTEzMTYzIDM4MS4wNzE4MjksMjI3LjkxMzE2MyBDMzcxLjY2OTc3NiwyMjcuOTEzMTYzIDM2NS41NTMyMSwyMjEuNTM4MzM2IDM2NS41NTMyMSwyMTIuMDA1NTE3IEMzNjUuNTUzMjEsMjAyLjQxMDU4NCAzNzIuMTE3NjQ4LDE5NS4zOTE3MzUgMzgyLjI5NDQ4OCwxOTUuMzkxNzM1IEMzODUuNjQyMDksMTk1LjM5MTczNSAzODguNjAzOTMzLDE5Ni4yMjUzNjcgMzkwLjE1MDIzOCwxOTcuMDY1NTM2IEwzODguODY1NDY1LDIwMS4zODA4MDQgQzM4Ny41MDg3NywyMDAuNjcxNCAzODUuMzgzODI4LDE5OS44OTY2MTMgMzgyLjI5NDQ4OCwxOTkuODk2NjEzIEMzNzUuMTQ0ODc0LDE5OS44OTY2MTMgMzcxLjI4NDAxNywyMDUuMjQxNjYxIDM3MS4yODQwMTcsMjExLjY4NTE0MSBDMzcxLjI4NDAxNywyMTguODk2ODY5IDM3NS45MTk2NjEsMjIzLjMzOTYzMyAzODIuMTAxNjA5LDIyMy4zMzk2MzMgQzM4NS4zMjE3MTQsMjIzLjMzOTYzMyAzODcuNDQ2NjU3LDIyMi41NjgxMTYgMzg5LjA1NTA3NSwyMjEuODU4NzEyIEwzOTAuMDIyNzQxLDIyNi4xMDg1OTcgWiBNNDA1LjkxODI5MiwxODguNTY0NDU4IEw0MDUuOTE4MjkyLDE5Ni4wMzQ0NDkgTDQxNC4wMjkwMzQsMTk2LjAzNDQ0OSBMNDE0LjAyOTAzNCwyMDAuMzQ2NDQ3IEw0MDUuOTE4MjkyLDIwMC4zNDY0NDcgTDQwNS45MTgyOTIsMjE3LjE1NjM3NyBDNDA1LjkxODI5MiwyMjEuMDIzNzczIDQwNy4wMTM0NTUsMjIzLjIxMDgyOSA0MTAuMTY4MTc3LDIyMy4yMTA4MjkgQzQxMS43MTEyMTIsMjIzLjIxMDgyOSA0MTIuNjE2NzY1LDIyMy4wODMzMzIgNDEzLjQ1MzY2NSwyMjIuODIxODAxIEw0MTMuNzExOTI3LDIyNy4xNDAzMzggQzQxMi42MTY3NjUsMjI3LjUyNjA5NyA0MTAuODc3NTgxLDIyNy45MTE4NTYgNDA4LjY4NzI1NSwyMjcuOTExODU2IEM0MDYuMDQ1Nzg4LDIyNy45MTE4NTYgNDAzLjkyMDg0NiwyMjcuMDA5NTcyIDQwMi41NzA2OSwyMjUuNTMxOTIgQzQwMS4wMjQzODYsMjIzLjc4OTQ2NyA0MDAuMzgwMzY1LDIyMS4wMjM3NzMgNDAwLjM4MDM2NSwyMTcuMzUyNTI2IEw0MDAuMzgwMzY1LDIwMC4zNDY0NDcgTDM5NS41NDg1NzIsMjAwLjM0NjQ0NyBMMzk1LjU0ODU3MiwxOTYuMDM0NDQ5IEw0MDAuMzgwMzY1LDE5Ni4wMzQ0NDkgTDQwMC4zODAzNjUsMTkwLjIzODI1OSBMNDA1LjkxODI5MiwxODguNTY0NDU4IFogTTQyMS45NDQ5MzUsMjA1Ljc1OTQ5MyBDNDIxLjk0NDkzNSwyMDIuMDg4MjQ2IDQyMS44NzYyODMsMTk4LjkzMzUyNCA0MjEuNjg2NjczLDE5Ni4wMzM3OTUgTDQyNi42NDU5NjIsMTk2LjAzMzc5NSBMNDI2LjkwNDIyNCwyMDIuMjE1NzQzIEw0MjcuMDkzODM1LDIwMi4yMTU3NDMgQzQyOC41MTI2NDIsMTk4LjAzMTI0MSA0MzEuOTg3NzQxLDE5NS4zODk3NzQgNDM1Ljc4NjQ4NCwxOTUuMzg5Nzc0IEM0MzYuMzY4MzkxLDE5NS4zODk3NzQgNDM2LjgxOTUzMywxOTUuNDU1MTU3IDQzNy4zMzYwNTgsMTk1LjUxNzI3IEw0MzcuMzM2MDU4LDIwMC44NjU1ODcgQzQzNi43NTQxNSwyMDAuNzM0ODIxIDQzNi4xNzg3ODEsMjAwLjczNDgyMSA0MzUuNDAwNzI1LDIwMC43MzQ4MjEgQzQzMS40MTIzNzIsMjAwLjczNDgyMSA0MjguNTc0NzU2LDIwMy42OTY2NjQgNDI3LjgwMzIzOCwyMDcuOTQ5ODE5IEM0MjcuNjc1NzQyLDIwOC43MjEzMzYgNDI3LjYxMDM1OSwyMDkuNjg1NzMzIDQyNy42MTAzNTksMjEwLjU5MTI4NiBMNDI3LjYxMDM1OSwyMjcuMjA1MDY3IEw0MjEuOTQ0OTM1LDIyNy4yMDUwNjcgTDQyMS45NDQ5MzUsMjA1Ljc1OTQ5MyBaIE00NzIuMTY2NDgxLDIxMS4zNjExNjkgQzQ3Mi4xNjY0ODEsMjIyLjg4ODE2NSA0NjQuMTE0NTgzLDIyNy45MTI4MzYgNDU2LjY0NDU5MywyMjcuOTEyODM2IEM0NDguMjcyMzIsMjI3LjkxMjgzNiA0NDEuNzA3ODgyLDIyMS43Mjc2MTkgNDQxLjcwNzg4MiwyMTEuODc3NjkzIEM0NDEuNzA3ODgyLDIwMS41MDc5NzQgNDQ4LjU5NTk2NSwxOTUuMzkxNDA4IDQ1Ny4xNjExMTgsMTk1LjM5MTQwOCBDNDY2LjExMjAyOSwxOTUuMzkxNDA4IDQ3Mi4xNjY0ODEsMjAxLjg5MzczMiA0NzIuMTY2NDgxLDIxMS4zNjExNjkgWiBNNDQ3LjUwMDgwMiwyMTEuNjg0ODE0IEM0NDcuNTAwODAyLDIxOC41MTA3ODMgNDUxLjM2NDkyOCwyMjMuNjYyOTUxIDQ1Ni45MDI4NTUsMjIzLjY2Mjk1MSBDNDYyLjMxMzI4NiwyMjMuNjYyOTUxIDQ2Ni4zNjcwMjMsMjE4LjU3Mjg5NyA0NjYuMzY3MDIzLDIxMS41NTQwNDggQzQ2Ni4zNjcwMjMsMjA2LjI3NDM4MyA0NjMuNzI4ODI1LDE5OS42MzgwMjQgNDU3LjAzMDM1MiwxOTkuNjM4MDI0IEM0NTAuNDAwNTMxLDE5OS42MzgwMjQgNDQ3LjUwMDgwMiwyMDUuODIzMjQyIDQ0Ny41MDA4MDIsMjExLjY4NDgxNCBaIE00ODAuODQ5OTc3LDIwNC40Njk0OSBDNDgwLjg0OTk3NywyMDEuMTg3MjcxIDQ4MC43ODEzMjUsMTk4LjYxMTE4NyA0ODAuNTkxNzE1LDE5Ni4wMzUxMDIgTDQ4NS42MTMxMTcsMTk2LjAzNTEwMiBMNDg1LjkzNjc2MywyMDEuMTg3MjcxIEw0ODYuMDY0MjU5LDIwMS4xODcyNzEgQzQ4Ny42MTA1NjMsMTk4LjI4NzU0MiA0OTEuMjE2NDI3LDE5NS4zOTEwODEgNDk2LjM2ODU5NiwxOTUuMzkxMDgxIEM1MDAuNjgwNTk1LDE5NS4zOTEwODEgNTA3LjM3OTA2NywxOTcuOTY3MTY2IDUwNy4zNzkwNjcsMjA4LjY1Mzk5MiBMNTA3LjM3OTA2NywyMjcuMjAzMTA2IEw1MDEuNzEzNjQ0LDIyNy4yMDMxMDYgTDUwMS43MTM2NDQsMjA5LjIzNTg5OSBDNTAxLjcxMzY0NCwyMDQuMjE0NDk3IDQ5OS44NDY5NjMsMjAwLjAyNjcyNSA0OTQuNTAxOTE2LDIwMC4wMjY3MjUgQzQ5MC44MzA2NjksMjAwLjAyNjcyNSA0ODcuOTMwOTM5LDIwMi42NjgxOTIgNDg2LjkwNDQyOSwyMDUuODIyOTE1IEM0ODYuNjQyODk3LDIwNi41MzIzMTkgNDg2LjUxNTQwMSwyMDcuNDk2NzE2IDQ4Ni41MTU0MDEsMjA4LjQ2NDM4MiBMNDg2LjUxNTQwMSwyMjcuMjAzMTA2IEw0ODAuODQ5OTc3LDIyNy4yMDMxMDYgTDQ4MC44NDk5NzcsMjA0LjQ2OTQ5IFoiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4gICAgPC9nPjwvc3ZnPg==");
}

.rccs__number {
  clear: both;
  font-family: "Consolas", "Courier", monospace;
  font-size: 20px;
  left: 10%;
  position: absolute;
  top: 45%;
}

.rccs__number.rccs__number--large {
  font-size: 17px;
}

.rccs__name {
  bottom: 15%;
  font-family: "Consolas", "Courier", monospace;
  font-size: 17px;
  left: 10%;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 60%;
}

.rccs__expiry {
  bottom: 15%;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 10%;
}

.rccs__expiry > * {
  vertical-align: middle;
}

.rccs__expiry__valid {
  font-size: 10px;
  margin-bottom: 5px;
}

.rccs__expiry__value {
  font-family: "Consolas", "Courier", monospace;
  font-size: 16px;
}

.rccs__number, .rccs__name, .rccs__expiry, .rccs__cvc {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.rccs__chip {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9Ijc2IiB2aWV3Qm94PSIwIDAgMTAwIDc2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGM0QwOEYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkFENzY2IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNOTIuNzI3IDc1LjQ1NWgtODUuNDU1Yy00IDAtNy4yNzMtMy4yNzMtNy4yNzMtNy4yNzN2LTYwLjkwOWMwLTQgMy4yNzMtNy4yNzMgNy4yNzMtNy4yNzNoODUuNDU1YzQgMCA3LjI3MyAzLjI3MyA3LjI3MyA3LjI3M3Y2MC45MDljMCA0LTMuMjczIDcuMjczLTcuMjczIDcuMjczIiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTcyLjEyMyAyOC40ODVoMjcuODc4di0xLjgxOGgtMjkuNjQ4Yy0uOTY1IDAtMS44MzIuNjAxLTIuMTcyIDEuNTA0LTIuMjg3IDYuMDcyLTIuNDMzIDEyLjU5NC0uNDM4IDE5Ljg0Mi40NTUgMS42NTQuNDM1IDMuNC0uMSA1LjAzLTIuMDM2IDYuMTk1LTcuNzc5IDE5Ljk4OC0xOC41NTEgMTkuOTg4LTExLjAwOCAwLTE2LjA5Ni0xNS42OTktMTcuMzM0LTIxLjk1Mi0uMTU1LS43ODQtLjEyMi0xLjU5Mi4xMDctMi4zNTcgMS42OTUtNS42NDggMi4wOTQtMTAuNjQtLjAxNi0xOS41OS0uMjA1LS44Ny0uMTgyLTEuNzgzLjA0OC0yLjY0NiA0LjQ4LTE2Ljc1NSAxMi44ODItMjAuMTQ3IDEyLjk2NS0yMC4xNzkuMzU2LS4xMzIuNTkzLS40NzIuNTkzLS44NTJ2LTUuNDU1aC0xLjgxOHYzLjc3NmMwIC42NS0uMzMyIDEuMjUyLS44ODQgMS41OTYtMi44MDMgMS43NDItOC45MDQgNi45MzYtMTIuNTU3IDIwLjQ1Ni0uMTguNjY4LS43ODEgMS4xMzYtMS40NzMgMS4xMzNsLTI4LjcyMi0uMTM5djEuODE4bDI3LjQxNi4xMzNjMS40NjguMDA3IDIuNzM1IDEuMDQxIDMuMDM3IDIuNDc4IDEuNDE2IDYuNzQxIDEuMjE5IDExLjAzOS4wODIgMTUuNDU4LS4zMTYgMS4yMy0xLjQyIDIuMDk2LTIuNjkgMi4xMDlsLTI3Ljg0NC4yN3YxLjgxOWwyOC42MDUtLjI3OGMuNjkzLS4wMDcgMS4yOTYuNDczIDEuNDM1IDEuMTUyIDEuNDQyIDcuMDQxIDYuODg3IDIzLjA3IDE5LjA1IDIzLjA3IDYuMzY4IDAgMTIuMDYyLTQuMjUgMTYuNDY3LTEyLjI5IDIuNjQ0LTQuODI4IDQuMDY3LTkuNTkxIDQuNTQxLTExLjM0NmgyOS45MDF2LTEuODE4aC0yOC4wMTZjLTEuMTU4IDAtMi4xODMtLjc3Mi0yLjQ4OS0xLjg4OS0xLjY5Mi02LjE2NC0xLjc2MS0xMS43NTUtLjItMTYuOTU5LjM3MS0xLjIzNSAxLjUzOC0yLjA2MSAyLjgyNy0yLjA2MXptLTE3LjE1LTIxLjkxNGMuMDQ1LjAyMiA0LjUxOSAyLjMyMiA5LjI1MyAxMC4wNDEuMTcyLjI4LjQ3LjQzNC43NzYuNDM0LjE5OCAwIC4zOTktLjA2NC41NzEtLjIwMi4zNjUtLjI5Mi40MTYtLjgzNy4xNzItMS4yMzUtMy41Ny01LjgwNS03LjAyNC04LjcxLTguNzc1LTkuOTMxLS40My0uMjk5LS42OC0uNzkyLS42OC0xLjMxNXYtNC4zNjNoLTEuODE4djUuNzU4YzAgLjM0NS4xOTUuNjU5LjUwMi44MTN6IiBmaWxsPSIjMEMwMjAwIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  height: 26.36364px;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 41.42857px;
}

.rccs__issuer {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23%;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 40%;
}

.rccs__stripe {
  background-color: #2a1d16;
  height: 22%;
  left: 0;
  position: absolute;
  top: 9%;
  width: 100%;
}

.rccs__signature {
  background: repeating-linear-gradient(0.1deg, #fff 20%, #fff 40%, #fea 40%, #fea 44%, #fff 44%);
  height: 18%;
  left: 5%;
  position: absolute;
  top: 35%;
  width: 75%;
}

.rccs__cvc {
  color: #222;
  font-family: "Consolas", "Courier", monospace;
  font-size: 14px;
  left: 67%;
  line-height: 1;
  position: absolute;
  top: 42%;
}

.rccs__cvc__front {
  font-family: "Consolas", "Courier", monospace;
  font-size: 11.9px;
  opacity: 0;
  position: absolute;
  right: 10%;
  top: 38%;
  visibility: hidden;
}

.rccs--filled {
  opacity: 0.8 !important;
}

.rccs--focused {
  font-weight: 700;
  opacity: 1 !important;
}/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}

.carousel .control-arrow:focus, .carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}

.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}

.carousel .control-prev.control-arrow {
  left: 0;
}

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}

.carousel .control-next.control-arrow {
  right: 0;
}

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}

.carousel-root {
  outline: none;
}

.carousel {
  position: relative;
  width: 100%;
}

.carousel * {
  box-sizing: border-box;
}

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}

.carousel .carousel {
  position: relative;
}

.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}

.carousel .thumbs {
  transition: all 0.15s ease-in;
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}

.carousel .thumb {
  transition: border 0.15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}

.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333;
}

.carousel .thumb img {
  vertical-align: top;
}

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height 0.15s ease-in;
}

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}

.carousel .slider-wrapper.axis-vertical .slider {
  flex-direction: column;
}

.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}

.carousel .slider.animated {
  transition: all 0.35s ease-in-out;
}

.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}

.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}

.carousel .slide .legend {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  transition: opacity 0.35s ease-in-out;
}

.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}
.carousel .control-dots .dot {
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}

.carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}

.carousel:hover .slide .legend {
  opacity: 1;
}/*
 * @pqina/flip v1.7.7 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

.tick * {
  box-sizing: inherit;
}

.tick [data-view] {
  max-width: 100%;
}

.tick span[data-view] {
  display: inline-block;
}

.tick [data-layout~=pad] {
  margin: -0.25em;
}

.tick [data-layout~=pad] > * {
  margin: 0.25em;
}

.tick [data-layout~=horizontal] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=baseline] {
  align-items: baseline;
}

.tick [data-layout~=horizontal][data-layout~=center] {
  justify-content: center;
}

.tick [data-layout~=horizontal][data-layout~=right] {
  justify-content: flex-end;
}

.tick [data-layout~=horizontal][data-layout~=left] {
  justify-content: flex-start;
}

.tick [data-layout~=horizontal][data-layout~=fill], .tick [data-layout~=horizontal][data-layout~=stretch] {
  align-content: stretch;
  flex-wrap: nowrap;
}

.tick [data-layout~=horizontal][data-layout~=fill] > *, .tick [data-layout~=horizontal][data-layout~=stretch] > * {
  flex: 1 0 0;
  width: 100%;
}

.tick [data-layout~=horizontal][data-layout~=multi-line] {
  flex-wrap: wrap;
}

.tick [data-layout~=horizontal][data-layout~=fit] {
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  white-space: nowrap;
  justify-content: flex-start;
}

.tick [data-layout~=vertical] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tick [data-layout~=vertical][data-layout~=top] {
  justify-content: flex-start;
}

.tick [data-layout~=vertical][data-layout~=bottom] {
  justify-content: flex-end;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=middle] {
  justify-content: center;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=left] {
  align-items: flex-start;
}

.tick [data-layout~=vertical][data-layout~=right] {
  align-items: flex-end;
}

.tick [data-layout~=vertical][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=vertical][data-layout~=fill], .tick [data-layout~=vertical][data-layout~=stretch] {
  align-items: stretch;
  min-height: 100%;
}

.tick [data-layout~=vertical][data-layout~=fill] > *, .tick [data-layout~=vertical][data-layout~=stretch] > * {
  flex: 1 0 0;
}

.tick [data-layout~=vertical] > * + * {
  margin-top: 0.5em;
}

.tick [data-layout~=overlay] {
  position: relative;
}

.tick [data-layout~=overlay] > * {
  margin: 0;
}

.tick [data-layout~=overlay][data-layout~=center] {
  text-align: center;
}

.tick [data-layout~=overlay][data-layout~=left] {
  text-align: left;
}

.tick [data-layout~=overlay][data-layout~=right] {
  text-align: right;
}

.tick [data-layout~=overlay] > [data-overlay=fill], .tick [data-layout~=overlay] > [data-overlay=stretch] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick [data-layout~=overlay] > [data-overlay=center] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tick-flip {
  position: relative;
  text-align: center;
}

.tick-flip * {
  border-radius: inherit;
  white-space: pre;
  letter-spacing: inherit;
  text-indent: inherit;
}

.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tick-flip-spacer {
  display: block;
  visibility: hidden;
}

.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important;
}

.tick-flip-shadow-top {
  bottom: calc(50% - 1px);
}

.tick-flip-shadow-bottom {
  top: calc(50% + 1px);
}

.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 4em;
}

.tick-flip-panel-back, .tick-flip-panel-front {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.tick-flip-panel-back-text, .tick-flip-panel-front-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}

.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}

.tick-flip-panel-front {
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.05);
}

.tick-flip-panel-back {
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}

.tick-flip-panel-back:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 0, transparent 30%);
}

.tick-flip-panel-back-shadow {
  z-index: 2;
}

.tick-flip-panel-back-highlight {
  z-index: 3;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow, .tick-flip-panel-front-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.tick-flip-panel-front-shadow {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.tick-flip-panel-back-shadow {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.tick-flip-panel-back-highlight {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.3));
}

.tick [data-style*="shadow:inner"], .tick [data-style*="shadow:inner"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back, .tick [data-style*="shadow:none"] .tick-flip-panel-front, .tick [data-style*="shadow:none"] .tick-flip-shadow {
  box-shadow: none;
}

.tick [data-style*="shadow:none"] .tick-flip-back:after, .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after, .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
  background-image: none;
}

.tick [data-style*="rounded:none"] {
  border-radius: 0;
}

.tick [data-style*="rounded:panels"] .tick-flip-front, .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick [data-style*="rounded:panels"] .tick-flip-back, .tick [data-style*="rounded:panels"] .tick-flip-panel-back:after, .tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.tick-flip {
  margin-left: 0.0625em;
  margin-right: 0.0625em;
  min-width: 1.125em;
  border-radius: 0.125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}

.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}

.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.rbc-toolbar .rbc-toolbar-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}

.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}

.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.rbc-btn-group button + button {
  margin-left: -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}

.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}

.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
          box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-month-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}

.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}

.rbc-date-cell.rbc-now {
  font-weight: bold;
}

.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}

.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}

.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " \BB";
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "\AB   ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.rbc-time-column .rbc-timeslot-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}

.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}

.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}

.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}

.rbc-day-slot .rbc-event-label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}

.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}

.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
}

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}

.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-flex-basis: 0 px;
      -ms-flex-preferred-size: 0 px;
          flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}

.rbc-time-view .rbc-allday-cell {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}

.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}

.rbc-time-view .rbc-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}

.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.rbc-time-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}

.rbc-time-content > .rbc-time-gutter {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

@charset "UTF-8";
/*!
 * @preserve
 *
 * ++++++++++++++++++++++
 * Add to Calendar Button
 * ++++++++++++++++++++++
 *
 * Style: Default
 *
 * Version: 1.18.8
 * Creator: Jens Kuerschner (https://jenskuerschner.de)
 * Project: https://github.com/add2cal/add-to-calendar-button
 * License: Apache-2.0 with “Commons Clause” License Condition v1.0
 * Note:    DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
 * 
 */
.atcb {
  display: none;
}

/******************************
 * Global colors and shadows
 */
:root {
  --base-font-size-l: 16px;
  --base-font-size-m: 16px;
  --base-font-size-s: 16px;
  --font: arial, helvetica, sans-serif;
  --atcb-keyboard-focus: #1e90ff;
  --atcb-background: #f5f5f5;
  --atcb-background-hover: #fff;
  --atcb-border: #d2d2d2;
  --atcb-text: #333;
  --atcb-text-2: #000;
  --atcb-close-background: #e5e5e5;
  --atcb-close-text: #777;
  --atcb-overlay-background: rgba(20 20 20 / 25%);
  --atcb-modal-background: #f5f5f5;
  --atcb-modal-buttons-bar: #c6c8cd;
  --atcb-modal-btn-background: #f5f5f5;
  --atcb-modal-btn-sec-background: #e2e1e6;
  --atcb-modal-btn-background-hover: #fff;
  --atcb-modal-btn-text: #2e2e2e;
  --atcb-modal-btn-text-hover: #161616;
  --atcb-modal-btn-sec-text: #666567;
  --atcb-modal-date-btn-text: #1d1d1e;
  --atcb-modal-date-btn-text-2: #3a3a3f;
  --atcb-modal-date-btn-cal-text: #fff;
  --atcb-modal-date-btn-cal-text-2: #d3d2d7;
  --atcb-modal-date-btn-cal-background: #313132;
  --atcb-modal-date-btn-background: #eae9ed;
  --atcb-modal-date-btn-background-hover: #fff;
  --atcb-shadow-button: rgba(0 0 0 / 30%) 2px 5px 18px -1px, rgba(0 0 0 / 25%) 2px 2px 10px -3px;
  --atcb-shadow-button-hover: rgba(0 0 0 / 40%) 2px 5px 18px -1px, rgba(0 0 0 / 35%) 2px 2px 10px -3px;
  --atcb-shadow-button-active: rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 45%) 2px 2px 10px -3px;
  --atcb-shadow-list: rgba(0 0 0 / 20%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 2px 2px 10px -3px;
  --atcb-shadow-list-modal: rgba(0 0 0 / 60%) 3px 6px 40px -5px, rgba(0 0 0 / 60%) 3px 3px 15px -4px;
  --atcb-shadow-modal: drop-shadow(5px 8px 30px rgba(0 0 0 / 70%));
  --atcb-shadow-modal-date-btn: rgba(0 0 0 / 40%) 1px 3px 15px -4px, rgba(0 0 0 / 20%) 1px 1px 8px -4px;
  --atcb-shadow-modal-date-btn-hover: rgba(0 0 0 / 40%) 4px 6px 18px -1px, rgba(0 0 0 / 35%) 4px 5px 25px -2px;
  --atcb-shadow-modal-button: rgba(0 0 0 / 10%) 2px 3px 10px -3px,rgba(0 0 0 / 25%) 1px 1px 8px -4px;
  --atcb-shadow-modal-button-hover: rgba(0 0 0 / 35%) 3px 5px 15px -2px,rgba(0 0 0 / 20%) 2px 4px 25px -6px;
  --atcb-checkmark-background: radial-gradient(circle,#fff 0,rgba(255 255 255 / 80%) 40%,rgba(255 255 255 / 0%) 70%);
  --bg-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 122.878 122.88'%3E%3Cpath d='M1.426 8.313a4.87 4.87 0 0 1 0-6.886 4.87 4.87 0 0 1 6.886 0l53.127 53.127 53.127-53.127a4.87 4.87 0 0 1 6.887 0 4.87 4.87 0 0 1 0 6.886L68.324 61.439l53.128 53.128a4.87 4.87 0 0 1-6.887 6.886L61.438 68.326 8.312 121.453a4.87 4.87 0 0 1-6.886 0 4.87 4.87 0 0 1 0-6.886l53.127-53.128L1.426 8.313h0z'/%3E%3C/svg%3E") 16 16, crosshair;
  --icon-ms365-color: #ea3e23;
  --icon-yahoo-color: #5f01d1;
  --icon-filter: none;
}

/* Dark mode */
.atcb-button-wrapper.atcb-dark,
body.atcb-dark .atcb-button-wrapper.atcb-bodyScheme,
.atcb-list.atcb-dark,
body.atcb-dark .atcb-list.atcb-bodyScheme,
.atcb-modal-box.atcb-dark,
body.atcb-dark .atcb-modal-box.atcb-bodyScheme,
#atcb-bgoverlay.atcb-dark,
body.atcb-dark #atcb-bgoverlay.atcb-bodyScheme {
  --atcb-background: #2e2e2e;
  --atcb-background-hover: #373737;
  --atcb-border: #4d4d4d;
  --atcb-text: #dedede;
  --atcb-text-2: #f1f1f1;
  --atcb-close-background: #282828;
  --atcb-overlay-background: rgba(20 20 20 / 60%);
  --atcb-modal-background: #242424;
  --atcb-modal-buttons-bar: #38383a;
  --atcb-modal-btn-background: #181819;
  --atcb-modal-btn-sec-background: #2e2d30;
  --atcb-modal-btn-background-hover: #434246;
  --atcb-modal-btn-text: #dbdbdb;
  --atcb-modal-btn-text-hover: #fff;
  --atcb-modal-btn-sec-text: #b8b8b8;
  --atcb-modal-date-btn-text: #ebebf0;
  --atcb-modal-date-btn-text-2: #b5b5bd;
  --atcb-modal-date-btn-cal-text: #101010;
  --atcb-modal-date-btn-cal-text-2: #3e3e3f;
  --atcb-modal-date-btn-cal-background: #c7c7cd;
  --atcb-modal-date-btn-background: #363636;
  --atcb-modal-date-btn-background-hover: #474747;
  --atcb-shadow-button: rgba(255 255 255 / 5%) -12px -5px 20px -8px, rgba(255 255 255 / 6%) -7px -5px 15px -3px, rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 3px 3px 20px -3px;
  --atcb-shadow-button-hover: rgba(255 255 255 / 6%) -12px -5px 23px -8px, rgba(255 255 255 / 7%) -7px -5px 18px -3px, rgba(0 0 0 / 60%) 2px 5px 19px -1px, rgba(0 0 0 / 50%) 3px 3px 22px -3px;
  --atcb-shadow-button-active: rgba(255 255 255 / 7%) -12px -5px 23px -8px, rgba(255 255 255 / 8%) -7px -5px 18px -3px, rgba(0 0 0 / 70%) 2px 5px 19px -1px, rgba(0 0 0 / 60%) 3px 3px 22px -3px;
  --atcb-shadow-list: rgba(255 255 255 / 5%) -12px -5px 20px -8px, rgba(255 255 255 / 6%) -7px -5px 15px -3px, rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 3px 3px 20px -3px;
  --atcb-shadow-list-modal: rgba(255 255 255 / 8%) -12px -5px 30px -8px, rgba(255 255 255 / 8%) -7px -5px 15px -3px, rgba(0 0 0 / 60%) 4px 6px 50px -4px, rgba(0 0 0 / 90%) 8px 12px 40px -2px;
  --atcb-shadow-modal: drop-shadow(5px 8px 30px rgba(0 0 0 / 90%));
  --atcb-shadow-modal-date-btn: rgba(255 255 255 / 10%) -8px -6px 20px, rgba(0 0 0 / 50%) 1px 3px 25px -8px,rgba(0 0 0 / 50%) 1px 1px 10px -3px;
  --atcb-shadow-modal-button: rgba(255 255 255 / 5%) -2px -2px 10px,rgba(0 0 0 / 30%) 1px 2px 8px -1px;
  --atcb-checkmark-background: radial-gradient(circle,rgba(0 0 0 / 50%) 0,rgba(0 0 0 / 30%) 40%,rgba(0 0 0 / 0%) 70%);
  --icon-ms365-color: #ea3e23;
  --icon-yahoo-color: #bebebe;
  --icon-filter: grayscale(.2);
}

/* Size Breakpoints */
/* large */
.atcb-button-wrapper,
.atcb-list,
.atcb-modal-box {
  font-size: var(--base-font-size-l);
}

/* medium */
@media (max-width: 991px) {
  .atcb-button-wrapper,
  .atcb-list,
  .atcb-modal-box {
    font-size: var(--base-font-size-m);
  }
}
/* small */
@media (max-width: 575px) {
  .atcb-button-wrapper,
  .atcb-list,
  .atcb-modal-box {
    font-size: var(--base-font-size-s);
  }
}
/******************************
 * The triggering button
 */
.atcb-button-wrapper {
  display: inline-block;
  padding: 5px;
  position: relative;
}

.atcb-button {
  align-items: center;
  background-color: var(--atcb-background);
  border: 1px solid var(--atcb-border);
  border-radius: 6px;
  box-shadow: var(--atcb-shadow-button);
  color: var(--atcb-text);
  cursor: pointer;
  display: flex;
  font-family: var(--font);
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5em;
  margin: 0.13em;
  max-width: 350px;
  min-width: 160px;
  padding: 0.65em 1em;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  z-index: 1;
}

.atcb-button.atcb-no-text {
  min-width: 0;
}

.atcb-rtl .atcb-button {
  direction: rtl;
  text-align: right;
}

.atcb-button:focus,
.atcb-button:hover {
  background-color: var(--atcb-background-hover);
  box-shadow: var(--atcb-shadow-button-hover);
}

.atcb-button:focus-visible {
  outline: 2px solid var(--atcb-keyboard-focus);
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay),
.atcb-button.atcb-single:focus,
.atcb-button.atcb-single:hover {
  background-color: var(--atcb-background-hover);
  box-shadow: var(--atcb-shadow-button-active);
  margin: 0;
  padding: 0.78em 1.13em;
  z-index: 15000000;
}

.atcb-button.atcb-active.atcb-dropoverlay {
  z-index: 14000090;
}

/******************************
 * Button Icon (also base for list icons) & Text
 */
.atcb-icon {
  height: 1em;
  margin-bottom: 0.3em;
  margin-right: 0.8em;
  flex-grow: 0;
  flex-shrink: 0;
}

.atcb-rtl .atcb-icon {
  margin-right: 0;
  margin-left: 0.8em;
}

.atcb-no-text .atcb-icon {
  margin-right: 0;
  margin-left: 0;
}

.atcb-icon svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

.atcb-text {
  overflow-wrap: anywhere;
}

/******************************
 * Options List
 */
.atcb-dropdown-anchor {
  bottom: 4px;
  height: 1px;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.atcb-list-wrapper {
  box-sizing: border-box;
  padding: 0 4px;
  position: absolute;
  z-index: 14000090;
}

.atcb-list-wrapper.atcb-dropoverlay {
  z-index: 15000000;
}

.atcb-list {
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  box-shadow: var(--atcb-shadow-list);
  color: var(--atcb-text);
  display: block;
  font-family: var(--font);
  max-width: 100%;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  width: 100%;
}

.atcb-list-item {
  align-items: center;
  background-color: var(--atcb-background);
  border: 1px solid var(--atcb-border);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  line-height: 1.75em;
  padding: 0.8em;
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.atcb-rtl .atcb-list-item {
  direction: rtl;
  text-align: right;
}

.atcb-list-item:hover {
  background-color: var(--atcb-background-hover);
  color: var(--atcb-text-2);
}

.atcb-list-item:focus-visible {
  background-color: var(--atcb-background-hover);
  color: var(--atcb-keyboard-focus);
  font-size: 0.95em;
  font-weight: 600;
  outline: none;
}

.atcb-list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.atcb-list .atcb-list-item:not(:first-child) {
  border-top-style: none;
}

.atcb-dropup .atcb-list-item:last-child {
  border-radius: 0;
  padding-bottom: 1.25em;
}

.atcb-dropup .atcb-list-item:first-child,
.atcb-dropoverlay .atcb-list .atcb-list-item:first-child,
.atcb-list.atcb-modal .atcb-list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.atcb-dropoverlay .atcb-list .atcb-list-item:only-child,
.atcb-list.atcb-modal .atcb-list-item:only-child {
  border-radius: 6px;
}

.atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child {
  padding-top: 1.25em;
}

.atcb-dropup .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child,
.atcb-dropoverlay .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child {
  padding-top: 0.8em;
}

.atcb-dropoverlay .atcb-list,
.atcb-list.atcb-modal {
  border-radius: 6px;
}

.atcb-list.atcb-modal {
  box-shadow: var(--atcb-shadow-list-modal);
}

.atcb-list-item .atcb-icon {
  margin-bottom: 0.5em;
  margin-right: 0.6em;
  width: 1.125em;
}

.atcb-rtl .atcb-list-item .atcb-icon {
  margin-right: 0;
  margin-left: 0.6em;
}

.atcb-no-text .atcb-list-item .atcb-icon {
  margin: 0 auto;
}

.atcb-list-item-close {
  background-color: var(--atcb-close-background);
}

.atcb-list-item.atcb-list-item-close {
  color: var(--atcb-close-text);
}

.atcb-list-item-close svg {
  fill: currentcolor;
}

/******************************
 * Modal
 */
.atcb-modal-no-scroll {
  overflow-y: hidden;
}

.atcb-modal {
  display: block;
  margin: auto;
  min-width: 250px;
  width: auto;
  position: relative;
  z-index: 14000090;
}

.atcb-modal-box {
  filter: var(--atcb-shadow-modal);
  color: var(--atcb-text-2);
  cursor: default;
  box-sizing: border-box;
  font-family: var(--font);
  line-height: 1.5em;
  text-align: left;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  margin-bottom: 20px;
  max-width: 32em;
  -webkit-tap-highlight-color: transparent;
}

.atcb-modal-box.atcb-rtl {
  text-align: right;
  direction: rtl;
  padding: 1.25em 1em 1.25em 2em;
}

/* icon */
.atcb-modal-icon {
  height: 2.5em;
  width: 2.5em;
  border-radius: 100%;
  background-color: var(--atcb-modal-background);
  padding: 1.75em;
  margin: auto;
}

.atcb-modal-icon svg {
  height: auto;
  fill: currentcolor;
  width: 100%;
}

/* content */
.atcb-modal-headline {
  background-color: var(--atcb-modal-background);
  border-radius: 6px 6px 0 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1.8em 2em 1.3em;
  text-transform: uppercase;
  text-align: center;
}

.atcb-modal-icon + .atcb-modal-headline {
  margin-top: -2.6em;
  padding-top: 2.6em;
}

.atcb-modal-content {
  background-color: var(--atcb-modal-background);
  font-size: 1em;
  padding: 0.3em 2.5em 2.25em;
}

@media (max-width: 575px) {
  .atcb-modal-headline {
    padding: 1.8em 1em 1em;
  }
  .atcb-modal-content {
    padding: 0.3em 1em 2em;
  }
}
/* buttons */
.atcb-modal-buttons {
  background-color: var(--atcb-modal-buttons-bar);
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  padding: 0.8em 1em;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row-reverse wrap;
  align-items: center;
}

button.atcb-modal-btn,
a.atcb-modal-btn {
  background-color: var(--atcb-modal-btn-sec-background);
  border: 0;
  border-radius: 6px;
  box-shadow: var(--atcb-shadow-modal-button);
  color: var(--atcb-modal-btn-sec-text);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font);
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0.625em;
  padding: 0.625em 1.25em;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
}

button.atcb-modal-btn.atcb-modal-btn-primary,
a.atcb-modal-btn.atcb-modal-btn-primary {
  background-color: var(--atcb-modal-btn-background);
  color: var(--atcb-modal-btn-text);
}

button.atcb-modal-btn:hover,
a.atcb-modal-btn:hover {
  background-color: var(--atcb-modal-btn-background-hover);
  box-shadow: var(--atcb-shadow-modal-button-hover);
  color: var(--atcb-modal-btn-text-hover);
  text-decoration: none;
}

button.atcb-modal-btn:focus-visible,
a.atcb-modal-btn:focus-visible {
  background-color: var(--atcb-modal-btn-background-hover);
  outline: 2px solid var(--atcb-keyboard-focus);
}

body.atcb-dark a.atcb-modal-btn {
  color: var(--atcb-modal-btn-sec-text);
}

body.atcb-dark a.atcb-modal-btn:focus-visible {
  background-color: var(--atcb-modal-btn-background-hover);
  outline: 2px solid var(--atcb-keyboard-focus);
}

body.atcb-dark a.atcb-modal-btn.atcb-modal-btn-primary {
  color: var(--atcb-modal-btn-text);
}

body.atcb-dark a.atcb-modal-btn:hover,
body.atcb-dark a.atcb-modal-btn:active {
  color: var(--atcb-modal-btn-text-hover);
}

/******************************
 * Date Buttons
 */
.atcb-subevent-btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: var(--font);
  font-size: 1em;
  box-shadow: var(--atcb-shadow-modal-date-btn);
  background-color: var(--atcb-modal-date-btn-background);
  border: 0;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.atcb-subevent-btn:hover {
  align-items: center;
}

.atcb-subevent-btn:hover,
.atcb-subevent-btn:focus {
  background-color: var(--atcb-modal-date-btn-background-hover);
  box-shadow: var(--atcb-shadow-modal-date-btn-hover);
}

.atcb-subevent-btn:focus-visible {
  outline: 2px solid var(--atcb-keyboard-focus);
}

.atcb-subevent-btn + .atcb-subevent-btn {
  margin-top: 30px;
}

.atcb-date-btn-left {
  border-radius: 4px 0 0 4px;
  align-self: stretch;
  background-color: var(--atcb-modal-date-btn-cal-background);
  color: var(--atcb-modal-date-btn-background-hover);
  padding: 15px;
  width: 2.7em;
  text-align: center;
}

.atcb-rtl .atcb-date-btn-left {
  border-radius: 0 4px 4px 0;
}

.atcb-subevent-btn:hover .atcb-date-btn-left {
  opacity: 0.8;
}

.atcb-date-btn-day {
  color: var(--atcb-modal-date-btn-cal-text);
  font-weight: 300;
  font-size: 2em;
}

.atcb-date-btn-month {
  color: var(--atcb-modal-date-btn-cal-text-2);
  font-weight: 600;
  font-size: 1em;
}

.atcb-date-btn-right {
  position: relative;
  color: var(--atcb-modal-date-btn-text);
}

.atcb-date-btn-details {
  opacity: 1;
  padding: 0.8em;
  text-align: left;
}

.atcb-rtl .atcb-date-btn-details {
  text-align: right;
}

.atcb-date-btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1em;
}

.atcb-subevent-btn:hover .atcb-date-btn-details {
  opacity: 0;
}

.atcb-subevent-btn:hover .atcb-date-btn-hover {
  opacity: 1;
}

.atcb-date-btn-headline {
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.atcb-date-btn-content {
  font-size: 0.8em;
  color: var(--atcb-modal-date-btn-text-2);
}

.atcb-date-btn-content-location {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.atcb-date-btn-content-icon {
  display: inline-block;
  height: 0.8em;
  width: 1.3em;
  flex: 0 0 1.3em;
}

.atcb-rtl .atcb-date-btn-content-icon {
  margin-right: 0;
  margin-left: 0.5em;
}

.atcb-date-btn-content-icon svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

.atcb-date-btn-content + .atcb-date-btn-content {
  margin-top: 0.3em;
}

.atcb-date-btn-content-recurr-icon {
  padding-left: 0.3em;
}

/******************************
 * Checkmark Overlay
 */
.atcb-checkmark {
  display: none;
}

.atcb-saved .atcb-checkmark {
  box-sizing: content-box;
  color: var(--atcb-text);
  display: block;
  position: absolute;
  top: -1.2em;
  right: -0.3em;
  padding: 0.5em;
  background: var(--atcb-checkmark-background);
  border-radius: 100%;
  height: 2em;
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay) .atcb-checkmark,
.atcb-button.atcb-single:focus .atcb-checkmark,
.atcb-button.atcb-single:hover .atcb-checkmark {
  top: -1.07em;
  right: -0.17em;
}

.atcb-checkmark svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

/******************************
 * Background Overlay
 */
#atcb-bgoverlay {
  animation: atcb-bgoverlay-animate 0.1s ease 0s 1 normal forwards;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: var(--atcb-overlay-background);
  box-sizing: border-box;
  display: flex;
  /* could become simply 100dvh in the future - with regular padding then */
  height: calc(100vh + 100px);
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 20px 20px 130px;
  position: fixed;
  width: 100vw;
  z-index: 14000000;
}

#atcb-bgoverlay.atcb-animate-bg {
  animation: atcb-bgoverlay-animate 0.3s ease 0s 1 normal forwards;
}

#atcb-bgoverlay.atcb-no-animation {
  animation: none;
  opacity: 1;
}

#atcb-bgoverlay.atcb-no-bg {
  animation: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
}

@keyframes atcb-bgoverlay-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#atcb-bgoverlay.atcb-click:hover {
  cursor: var(--bg-cursor);
}

/******************************
 * Icon specifics
 */
.atcb-icon .atcb-icon-apple svg {
  fill: currentcolor;
}

.atcb-icon .atcb-icon-ical svg {
  fill: currentcolor;
}

.atcb-icon .atcb-icon-ms365 svg {
  fill: var(--icon-ms365-color);
}

.atcb-icon .atcb-icon-yahoo svg {
  fill: var(--icon-yahoo-color);
}

.atcb-icon .atcb-icon-google svg,
.atcb-icon .atcb-icon-msteams svg,
.atcb-icon .atcb-icon-outlookcom svg {
  filter: var(--icon-filter);
}.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  transition: none !important;
}

.tippy-popper {
  max-width: 400px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
}

.tippy-popper[x-placement^=top] [x-circle] {
  transform-origin: 0 33%;
}

.tippy-popper[x-placement^=top] [x-circle].enter {
  transform: scale(1) translate(-50%, -55%);
  opacity: 1;
}

.tippy-popper[x-placement^=top] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px;
}

.tippy-popper[x-placement^=bottom] [x-circle] {
  transform-origin: 0 -50%;
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  transform: scale(1) translate(-50%, -45%);
  opacity: 1;
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px;
}

.tippy-popper[x-placement^=left] [x-circle] {
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=left] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px;
}

.tippy-popper[x-placement^=right] [x-circle] {
  transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=right] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0);
}

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff;
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  padding: 0.4rem 0.8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}

.tippy-tooltip--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.tippy-tooltip--big {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease;
}

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left;
}

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}.mbsc-grid, .mbsc-grid-fixed, .mbsc-grid-unresp {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}

.mbsc-grid, .mbsc-grid *, .mbsc-grid-fixed, .mbsc-grid-fixed *, .mbsc-grid-unresp, .mbsc-grid-unresp * {
  box-sizing: border-box;
}

.mbsc-form-grid {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}

.mbsc-form-grid .mbsc-col, .mbsc-form-grid [class*=mbsc-col-], .mbsc-no-padding .mbsc-col, .mbsc-no-padding [class*=mbsc-col-] {
  padding-left: 0;
  padding-right: 0;
}

.mbsc-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}

.mbsc-col {
  -moz-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.mbsc-col, .mbsc-col-1, .mbsc-col-10, .mbsc-col-11, .mbsc-col-12, .mbsc-col-2, .mbsc-col-3, .mbsc-col-4, .mbsc-col-5, .mbsc-col-6, .mbsc-col-7, .mbsc-col-8, .mbsc-col-9, .mbsc-col-auto, .mbsc-col-lg, .mbsc-col-lg-1, .mbsc-col-lg-10, .mbsc-col-lg-11, .mbsc-col-lg-12, .mbsc-col-lg-2, .mbsc-col-lg-3, .mbsc-col-lg-4, .mbsc-col-lg-5, .mbsc-col-lg-6, .mbsc-col-lg-7, .mbsc-col-lg-8, .mbsc-col-lg-9, .mbsc-col-lg-auto, .mbsc-col-md, .mbsc-col-md-1, .mbsc-col-md-10, .mbsc-col-md-11, .mbsc-col-md-12, .mbsc-col-md-2, .mbsc-col-md-3, .mbsc-col-md-4, .mbsc-col-md-5, .mbsc-col-md-6, .mbsc-col-md-7, .mbsc-col-md-8, .mbsc-col-md-9, .mbsc-col-md-auto, .mbsc-col-sm, .mbsc-col-sm-1, .mbsc-col-sm-10, .mbsc-col-sm-11, .mbsc-col-sm-12, .mbsc-col-sm-2, .mbsc-col-sm-3, .mbsc-col-sm-4, .mbsc-col-sm-5, .mbsc-col-sm-6, .mbsc-col-sm-7, .mbsc-col-sm-8, .mbsc-col-sm-9, .mbsc-col-sm-auto, .mbsc-col-xl, .mbsc-col-xl-1, .mbsc-col-xl-10, .mbsc-col-xl-11, .mbsc-col-xl-12, .mbsc-col-xl-2, .mbsc-col-xl-3, .mbsc-col-xl-4, .mbsc-col-xl-5, .mbsc-col-xl-6, .mbsc-col-xl-7, .mbsc-col-xl-8, .mbsc-col-xl-9, .mbsc-col-xl-auto {
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  width: 100%;
}

.mbsc-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.mbsc-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.mbsc-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.mbsc-col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.mbsc-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.mbsc-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.mbsc-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.mbsc-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.mbsc-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.mbsc-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.mbsc-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.mbsc-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mbsc-col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.mbsc-offset-1 {
  margin-left: 8.333333%;
}

.mbsc-offset-2 {
  margin-left: 16.666667%;
}

.mbsc-offset-3 {
  margin-left: 25%;
}

.mbsc-offset-4 {
  margin-left: 33.333333%;
}

.mbsc-offset-5 {
  margin-left: 41.666667%;
}

.mbsc-offset-6 {
  margin-left: 50%;
}

.mbsc-offset-7 {
  margin-left: 58.333333%;
}

.mbsc-offset-8 {
  margin-left: 66.666667%;
}

.mbsc-offset-9 {
  margin-left: 75%;
}

.mbsc-offset-10 {
  margin-left: 83.333333%;
}

.mbsc-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 540px;
  }
  .mbsc-grid .mbsc-col-sm {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .mbsc-grid .mbsc-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-sm-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-sm-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-sm-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-sm-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-sm-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-sm-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-sm-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-sm-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-sm-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-sm-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-sm-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-12 {
    right: 100%;
  }
}
@media (min-width: 768px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 720px;
  }
  .mbsc-grid .mbsc-col-md {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .mbsc-grid .mbsc-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-md-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-md-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-md-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-md-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-md-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-md-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-md-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-md-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-md-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-md-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-md-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-md-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-md-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-md-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-md-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-md-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-md-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-md-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-md-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-md-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-md-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-md-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-md-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-md-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-md-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-md-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-md-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-md-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-md-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-md-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-12 {
    right: 100%;
  }
}
@media (min-width: 992px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 960px;
  }
  .mbsc-grid .mbsc-col-lg {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .mbsc-grid .mbsc-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-lg-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-lg-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-lg-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-lg-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-lg-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-lg-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-lg-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-lg-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-lg-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-lg-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-lg-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-12 {
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 1140px;
  }
  .mbsc-grid .mbsc-col-xl {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .mbsc-grid .mbsc-col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-xl-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-xl-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-xl-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-xl-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-xl-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-xl-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-xl-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-xl-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-xl-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-xl-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-xl-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-12 {
    right: 100%;
  }
}
.mbsc-align-items-start {
  align-items: flex-start !important;
}

.mbsc-align-items-center {
  align-items: center !important;
}

.mbsc-align-items-end {
  align-items: flex-end !important;
}

.mbsc-justify-content-start {
  justify-content: flex-start !important;
}

.mbsc-justify-content-center {
  justify-content: center !important;
}

.mbsc-justify-content-end {
  justify-content: flex-end !important;
}

.mbsc-justify-content-around {
  justify-content: space-around !important;
}

.mbsc-justify-content-between {
  justify-content: space-between !important;
}

.mbsc-ios .mbsc-toast-message {
  border-radius: 1.785715em;
  line-height: 1.857143em;
}

.mbsc-ios .mbsc-alert-title {
  font-size: 1.125em;
  margin: 0.277778em 0;
  text-align: center;
}

.mbsc-ios .mbsc-alert-message {
  font-size: 0.875em;
  margin: 0.357143em 0;
  text-align: center;
}

.mbsc-ios.mbsc-prompt-input.mbsc-font {
  border-radius: 0.5em;
  border-style: solid;
  border-width: 1px;
  margin-top: 1em;
}

.mbsc-ios.mbsc-prompt-input:after, .mbsc-ios.mbsc-prompt-input:before {
  display: none;
}

.mbsc-ios.mbsc-prompt-input .mbsc-textfield {
  height: 1.75em;
  line-height: 1.75em;
  padding: 0 0.25em;
}

.mbsc-ios.mbsc-prompt-input .mbsc-label {
  height: 1.75em;
  line-height: 1.75em;
  padding-left: 0.25em;
}

.mbsc-ios.mbsc-primary .mbsc-toast-background {
  background: #3f97f6;
  color: #fff;
}

.mbsc-ios.mbsc-secondary .mbsc-toast-background {
  background: #90979e;
  color: #fff;
}

.mbsc-ios.mbsc-success .mbsc-toast-background {
  background: #43be5f;
  color: #fff;
}

.mbsc-ios.mbsc-danger .mbsc-toast-background {
  background: #f5504e;
  color: #fff;
}

.mbsc-ios.mbsc-warning .mbsc-toast-background {
  background: #f8b042;
  color: #fff;
}

.mbsc-ios.mbsc-info .mbsc-toast-background {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-ios .mbsc-toast-background {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.mbsc-ios.mbsc-prompt-input {
  border-color: #ccc;
}

.mbsc-ios.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #007aff;
}

.mbsc-ios-dark .mbsc-toast-background {
  background: hsla(0, 0%, 100%, 0.8);
  color: #000;
}

.mbsc-ios-dark.mbsc-prompt-input {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #ff9f0a;
}

.mbsc-material .mbsc-toast-message {
  border-radius: 1.571429em;
}

.mbsc-material .mbsc-toast-background {
  background: #444;
  color: #fff;
}

.mbsc-material.mbsc-prompt-input.mbsc-font {
  margin: 1.5em 0 0;
}

.mbsc-material.mbsc-primary .mbsc-toast-background {
  background: #3f97f6;
  color: #fff;
}

.mbsc-material.mbsc-secondary .mbsc-toast-background {
  background: #90979e;
  color: #fff;
}

.mbsc-material.mbsc-success .mbsc-toast-background {
  background: #43be5f;
  color: #fff;
}

.mbsc-material.mbsc-danger .mbsc-toast-background {
  background: #f5504e;
  color: #fff;
}

.mbsc-material.mbsc-warning .mbsc-toast-background {
  background: #f8b042;
  color: #fff;
}

.mbsc-material.mbsc-info .mbsc-toast-background {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-material.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #488fed;
}

.mbsc-material-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #b5cff8;
}

.mbsc-windows.mbsc-prompt-input.mbsc-font {
  margin: 1em 0 0;
}

.mbsc-windows.mbsc-primary .mbsc-toast-background {
  background: #3f97f6;
  color: #fff;
}

.mbsc-windows.mbsc-secondary .mbsc-toast-background {
  background: #90979e;
  color: #fff;
}

.mbsc-windows.mbsc-success .mbsc-toast-background {
  background: #43be5f;
  color: #fff;
}

.mbsc-windows.mbsc-danger .mbsc-toast-background {
  background: #f5504e;
  color: #fff;
}

.mbsc-windows.mbsc-warning .mbsc-toast-background {
  background: #f8b042;
  color: #fff;
}

.mbsc-windows.mbsc-info .mbsc-toast-background {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-windows .mbsc-toast-background {
  background: #333;
  color: #fff;
}

.mbsc-windows.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #0b93ff;
}

.mbsc-windows-dark .mbsc-toast-background {
  background: #fff;
  color: #000;
}

.mbsc-windows-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #0b93ff;
}

.mbsc-snackbar.mbsc-font .mbsc-popup, .mbsc-snackbar.mbsc-font .mbsc-popup-body, .mbsc-toast.mbsc-font .mbsc-popup, .mbsc-toast.mbsc-font .mbsc-popup-body {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  pointer-events: none;
}

.mbsc-toast.mbsc-font .mbsc-popup-content {
  padding-bottom: 4em;
  text-align: center;
}

.mbsc-toast-message {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.428572;
  max-width: 50em;
  min-width: 10em;
  padding: 0.857143em 2em;
}

.mbsc-snackbar-cont {
  align-items: center;
  margin: 0 auto;
  max-width: 36em;
  min-width: 18em;
  padding: 0.5em;
  pointer-events: auto;
}

.mbsc-snackbar-message {
  font-size: 0.875em;
  line-height: 1.571429em;
  padding: 0.5em 1em;
}

.mbsc-snackbar-button.mbsc-button.mbsc-font {
  color: #fff;
  margin: 0;
}

.mbsc-alert-content {
  max-width: 20em;
}

.mbsc-alert-title {
  font-size: 1.428572em;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0;
}

.mbsc-alert-message {
  font-size: 1em;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: Mobiscroll;
  font-style: normal;
  font-weight: 400;
  src: url(data:application/x-font-woff;base64,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) format("woff");
}
.mbsc-font-icon:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Mobiscroll;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
}

.mbsc-icon-aid:before {
  content: "\EA01";
}

.mbsc-icon-airplane:before {
  content: "\EA02";
}

.mbsc-icon-alarm2:before {
  content: "\EA03";
}

.mbsc-icon-arrow-down2:before {
  content: "\EA04";
}

.mbsc-icon-arrow-down5:before {
  content: "\EA05";
}

.mbsc-icon-arrow-left2:before {
  content: "\EA06";
}

.mbsc-icon-arrow-left5:before {
  content: "\EA07";
}

.mbsc-icon-arrow-right2:before {
  content: "\EA08";
}

.mbsc-icon-arrow-right5:before {
  content: "\EA09";
}

.mbsc-icon-arrow-up2:before {
  content: "\EA0A";
}

.mbsc-icon-arrow-up5:before {
  content: "\EA0B";
}

.mbsc-icon-attachment:before {
  content: "\EA0C";
}

.mbsc-icon-bars:before {
  content: "\EA0D";
}

.mbsc-icon-book:before {
  content: "\EA0E";
}

.mbsc-icon-brightness-contrast:before {
  content: "\EA0F";
}

.mbsc-icon-bubble:before {
  content: "\EA10";
}

.mbsc-icon-bubbles:before {
  content: "\EA11";
}

.mbsc-icon-bullhorn:before {
  content: "\EA12";
}

.mbsc-icon-calendar:before {
  content: "\EA13";
}

.mbsc-icon-camera:before {
  content: "\EA14";
}

.mbsc-icon-cart:before {
  content: "\EA15";
}

.mbsc-icon-checkmark:before {
  content: "\EA16";
}

.mbsc-icon-clock:before {
  content: "\EA17";
}

.mbsc-icon-close:before {
  content: "\EA18";
}

.mbsc-icon-cloud:before {
  content: "\EA19";
}

.mbsc-icon-cloud-download:before {
  content: "\EA1A";
}

.mbsc-icon-cloud-upload:before {
  content: "\EA1B";
}

.mbsc-icon-cogs:before {
  content: "\EA1C";
}

.mbsc-icon-compass:before {
  content: "\EA1D";
}

.mbsc-icon-connection:before {
  content: "\EA1E";
}

.mbsc-icon-copy2:before {
  content: "\EA1F";
}

.mbsc-icon-copy3:before {
  content: "\EA20";
}

.mbsc-icon-credit:before {
  content: "\EA21";
}

.mbsc-icon-disk:before {
  content: "\EA22";
}

.mbsc-icon-download:before {
  content: "\EA23";
}

.mbsc-icon-drawer:before {
  content: "\EA24";
}

.mbsc-icon-droplet:before {
  content: "\EA25";
}

.mbsc-icon-earth:before {
  content: "\EA26";
}

.mbsc-icon-eye:before {
  content: "\EA27";
}

.mbsc-icon-eye-blocked:before {
  content: "\EA28";
}

.mbsc-icon-fa-dollar:before {
  content: "\EA29";
}

.mbsc-icon-fa-ellipsis-h:before {
  content: "\EA2A";
}

.mbsc-icon-fa-facebook:before {
  content: "\EA2B";
}

.mbsc-icon-fa-globe:before {
  content: "\EA2C";
}

.mbsc-icon-fa-google:before {
  content: "\EA2D";
}

.mbsc-icon-fa-google-plus:before {
  content: "\EA2E";
}

.mbsc-icon-fa-leaf:before {
  content: "\EA2F";
}

.mbsc-icon-fa-mail-reply:before {
  content: "\EA30";
}

.mbsc-icon-fa-retweet:before {
  content: "\EA31";
}

.mbsc-icon-fa-rotate-left:before {
  content: "\EA32";
}

.mbsc-icon-fa-twitter:before {
  content: "\EA33";
}

.mbsc-icon-feed2:before {
  content: "\EA34";
}

.mbsc-icon-file4:before {
  content: "\EA35";
}

.mbsc-icon-film:before {
  content: "\EA36";
}

.mbsc-icon-flag:before {
  content: "\EA37";
}

.mbsc-icon-folder:before {
  content: "\EA38";
}

.mbsc-icon-forward:before {
  content: "\EA39";
}

.mbsc-icon-foundation-mail:before {
  content: "\EA3A";
}

.mbsc-icon-foundation-minus-circle:before {
  content: "\EA3B";
}

.mbsc-icon-gift:before {
  content: "\EA3C";
}

.mbsc-icon-globe:before {
  content: "\EA3D";
}

.mbsc-icon-heart:before {
  content: "\EA3E";
}

.mbsc-icon-heart2:before {
  content: "\EA3F";
}

.mbsc-icon-history:before {
  content: "\EA40";
}

.mbsc-icon-home:before {
  content: "\EA41";
}

.mbsc-icon-image2:before {
  content: "\EA42";
}

.mbsc-icon-ion-android-social-user:before {
  content: "\EA43";
}

.mbsc-icon-ion-android-system-windows:before {
  content: "\EA44";
}

.mbsc-icon-ion-bluetooth:before {
  content: "\EA45";
}

.mbsc-icon-ion-close-circled:before {
  content: "\EA46";
}

.mbsc-icon-ion-email:before {
  content: "\EA47";
}

.mbsc-icon-ion-ios7-arrow-back:before {
  content: "\EA48";
}

.mbsc-icon-ion-ios7-arrow-forward:before {
  content: "\EA49";
}

.mbsc-icon-ion-ios7-checkmark-empty:before {
  content: "\EA4A";
}

.mbsc-icon-ion-ios7-close-empty:before {
  content: "\EA4B";
}

.mbsc-icon-ion-ios7-close-outline:before {
  content: "\EA4C";
}

.mbsc-icon-ion-ios7-email:before {
  content: "\EA4D";
}

.mbsc-icon-ion-ios7-information-outline:before {
  content: "\EA4E";
}

.mbsc-icon-ion-ios7-plus-empty:before {
  content: "\EA4F";
}

.mbsc-icon-ion-iphone:before {
  content: "\EA50";
}

.mbsc-icon-ion-navigate:before {
  content: "\EA51";
}

.mbsc-icon-ion-social-facebook:before {
  content: "\EA52";
}

.mbsc-icon-ion-usb:before {
  content: "\EA53";
}

.mbsc-icon-key2:before {
  content: "\EA54";
}

.mbsc-icon-library:before {
  content: "\EA55";
}

.mbsc-icon-line-bubble:before {
  content: "\EA56";
}

.mbsc-icon-line-calendar:before {
  content: "\EA57";
}

.mbsc-icon-line-food:before {
  content: "\EA58";
}

.mbsc-icon-line-heart:before {
  content: "\EA59";
}

.mbsc-icon-line-key:before {
  content: "\EA5A";
}

.mbsc-icon-line-mail:before {
  content: "\EA5B";
}

.mbsc-icon-line-megaphone:before {
  content: "\EA5C";
}

.mbsc-icon-line-music:before {
  content: "\EA5D";
}

.mbsc-icon-line-note:before {
  content: "\EA5E";
}

.mbsc-icon-line-paperplane:before {
  content: "\EA5F";
}

.mbsc-icon-line-params:before {
  content: "\EA60";
}

.mbsc-icon-line-phone:before {
  content: "\EA61";
}

.mbsc-icon-line-settings:before {
  content: "\EA62";
}

.mbsc-icon-line-star:before {
  content: "\EA63";
}

.mbsc-icon-line-t-shirt:before {
  content: "\EA64";
}

.mbsc-icon-line-tag:before {
  content: "\EA65";
}

.mbsc-icon-line-user:before {
  content: "\EA66";
}

.mbsc-icon-line-world:before {
  content: "\EA67";
}

.mbsc-icon-link:before {
  content: "\EA68";
}

.mbsc-icon-location:before {
  content: "\EA69";
}

.mbsc-icon-lock:before {
  content: "\EA6A";
}

.mbsc-icon-lock2:before {
  content: "\EA6B";
}

.mbsc-icon-loop2:before {
  content: "\EA6C";
}

.mbsc-icon-map:before {
  content: "\EA6D";
}

.mbsc-icon-material-arrow-back:before {
  content: "\EA6E";
}

.mbsc-icon-material-arrow-forward:before {
  content: "\EA6F";
}

.mbsc-icon-material-backspace:before {
  content: "\EA70";
}

.mbsc-icon-material-brightness-medium:before {
  content: "\EA71";
}

.mbsc-icon-material-check:before {
  content: "\EA72";
}

.mbsc-icon-material-check-box-outline-blank:before {
  content: "\EA73";
}

.mbsc-icon-material-close:before {
  content: "\EA74";
}

.mbsc-icon-material-crop:before {
  content: "\EA75";
}

.mbsc-icon-material-date-range:before {
  content: "\EA76";
}

.mbsc-icon-material-email:before {
  content: "\EA77";
}

.mbsc-icon-material-equalizer:before {
  content: "\EA78";
}

.mbsc-icon-material-event-note:before {
  content: "\EA79";
}

.mbsc-icon-material-explore:before {
  content: "\EA7A";
}

.mbsc-icon-material-filter:before {
  content: "\EA7B";
}

.mbsc-icon-material-format-bold:before {
  content: "\EA7C";
}

.mbsc-icon-material-format-ital:before {
  content: "\EA7D";
}

.mbsc-icon-material-format-list-numbered:before {
  content: "\EA7E";
}

.mbsc-icon-material-format-paint:before {
  content: "\EA7F";
}

.mbsc-icon-material-format-underline:before {
  content: "\EA80";
}

.mbsc-icon-material-inbox:before {
  content: "\EA81";
}

.mbsc-icon-material-iso:before {
  content: "\EA82";
}

.mbsc-icon-material-keyboard-arrow-down:before {
  content: "\EA83";
}

.mbsc-icon-material-keyboard-arrow-left:before {
  content: "\EA84";
}

.mbsc-icon-material-keyboard-arrow-right:before {
  content: "\EA85";
}

.mbsc-icon-material-keyboard-arrow-up:before {
  content: "\EA86";
}

.mbsc-icon-material-label:before {
  content: "\EA87";
}

.mbsc-icon-material-language:before {
  content: "\EA88";
}

.mbsc-icon-material-list:before {
  content: "\EA89";
}

.mbsc-icon-material-menu:before {
  content: "\EA8A";
}

.mbsc-icon-material-message:before {
  content: "\EA8B";
}

.mbsc-icon-material-more-horiz:before {
  content: "\EA8C";
}

.mbsc-icon-material-music-note:before {
  content: "\EA8D";
}

.mbsc-icon-material-notifications:before {
  content: "\EA8E";
}

.mbsc-icon-material-palette:before {
  content: "\EA8F";
}

.mbsc-icon-material-pause:before {
  content: "\EA90";
}

.mbsc-icon-material-people:before {
  content: "\EA91";
}

.mbsc-icon-material-phone-iphone:before {
  content: "\EA92";
}

.mbsc-icon-material-photo-size-select-large:before {
  content: "\EA93";
}

.mbsc-icon-material-play-arrow:before {
  content: "\EA94";
}

.mbsc-icon-material-repeat:before {
  content: "\EA95";
}

.mbsc-icon-material-rotate-right:before {
  content: "\EA96";
}

.mbsc-icon-material-search:before {
  content: "\EA97";
}

.mbsc-icon-material-share:before {
  content: "\EA98";
}

.mbsc-icon-material-shuffle:before {
  content: "\EA99";
}

.mbsc-icon-material-skip-next:before {
  content: "\EA9A";
}

.mbsc-icon-material-skip-previous:before {
  content: "\EA9B";
}

.mbsc-icon-material-star:before {
  content: "\EA9C";
}

.mbsc-icon-material-star-outline:before {
  content: "\EA9D";
}

.mbsc-icon-material-stop:before {
  content: "\EA9E";
}

.mbsc-icon-material-system-update:before {
  content: "\EA9F";
}

.mbsc-icon-material-texture:before {
  content: "\EAA0";
}

.mbsc-icon-material-today:before {
  content: "\EAA1";
}

.mbsc-icon-material-tune:before {
  content: "\EAA2";
}

.mbsc-icon-material-tv:before {
  content: "\EAA3";
}

.mbsc-icon-material-vertical-align-bottom:before {
  content: "\EAA4";
}

.mbsc-icon-material-view-day:before {
  content: "\EAA5";
}

.mbsc-icon-material-wb-auto:before {
  content: "\EAA6";
}

.mbsc-icon-material-zoom-in:before {
  content: "\EAA7";
}

.mbsc-icon-material-zoom-out:before {
  content: "\EAA8";
}

.mbsc-icon-meteo-Celsius:before {
  content: "\EAA9";
}

.mbsc-icon-meteo-Fahrenheit:before {
  content: "\EAAA";
}

.mbsc-icon-meteo-cloud:before {
  content: "\EAAB";
}

.mbsc-icon-meteo-cloud2:before {
  content: "\EAAC";
}

.mbsc-icon-meteo-cloud3:before {
  content: "\EAAD";
}

.mbsc-icon-meteo-cloud4:before {
  content: "\EAAE";
}

.mbsc-icon-meteo-cloud5:before {
  content: "\EAAF";
}

.mbsc-icon-meteo-cloudy:before {
  content: "\EAB0";
}

.mbsc-icon-meteo-cloudy2:before {
  content: "\EAB1";
}

.mbsc-icon-meteo-cloudy3:before {
  content: "\EAB2";
}

.mbsc-icon-meteo-cloudy4:before {
  content: "\EAB3";
}

.mbsc-icon-meteo-compass:before {
  content: "\EAB4";
}

.mbsc-icon-meteo-lightning:before {
  content: "\EAB5";
}

.mbsc-icon-meteo-lightning2:before {
  content: "\EAB6";
}

.mbsc-icon-meteo-lightning3:before {
  content: "\EAB7";
}

.mbsc-icon-meteo-lightning4:before {
  content: "\EAB8";
}

.mbsc-icon-meteo-lightning5:before {
  content: "\EAB9";
}

.mbsc-icon-meteo-lines:before {
  content: "\EABA";
}

.mbsc-icon-meteo-moon:before {
  content: "\EABB";
}

.mbsc-icon-meteo-moon2:before {
  content: "\EABC";
}

.mbsc-icon-meteo-none:before {
  content: "\EABD";
}

.mbsc-icon-meteo-rainy:before {
  content: "\EABE";
}

.mbsc-icon-meteo-rainy2:before {
  content: "\EABF";
}

.mbsc-icon-meteo-rainy3:before {
  content: "\EAC0";
}

.mbsc-icon-meteo-rainy4:before {
  content: "\EAC1";
}

.mbsc-icon-meteo-snowflake:before {
  content: "\EAC2";
}

.mbsc-icon-meteo-snowy:before {
  content: "\EAC3";
}

.mbsc-icon-meteo-snowy2:before {
  content: "\EAC4";
}

.mbsc-icon-meteo-snowy3:before {
  content: "\EAC5";
}

.mbsc-icon-meteo-snowy4:before {
  content: "\EAC6";
}

.mbsc-icon-meteo-snowy5:before {
  content: "\EAC7";
}

.mbsc-icon-meteo-sun:before {
  content: "\EAC8";
}

.mbsc-icon-meteo-sun2:before {
  content: "\EAC9";
}

.mbsc-icon-meteo-sun3:before {
  content: "\EACA";
}

.mbsc-icon-meteo-sunrise:before {
  content: "\EACB";
}

.mbsc-icon-meteo-thermometer:before {
  content: "\EACC";
}

.mbsc-icon-meteo-weather:before {
  content: "\EACD";
}

.mbsc-icon-meteo-weather2:before {
  content: "\EACE";
}

.mbsc-icon-meteo-weather3:before {
  content: "\EACF";
}

.mbsc-icon-meteo-weather4:before {
  content: "\EAD0";
}

.mbsc-icon-meteo-weather5:before {
  content: "\EAD1";
}

.mbsc-icon-meteo-wind:before {
  content: "\EAD2";
}

.mbsc-icon-meteo-windy:before {
  content: "\EAD3";
}

.mbsc-icon-meteo-windy2:before {
  content: "\EAD4";
}

.mbsc-icon-meteo-windy3:before {
  content: "\EAD5";
}

.mbsc-icon-meteo-windy4:before {
  content: "\EAD6";
}

.mbsc-icon-meteo-windy5:before {
  content: "\EAD7";
}

.mbsc-icon-minus:before {
  content: "\EAD8";
}

.mbsc-icon-mobile:before {
  content: "\EAD9";
}

.mbsc-icon-music:before {
  content: "\EADA";
}

.mbsc-icon-neutral:before {
  content: "\EADB";
}

.mbsc-icon-newspaper:before {
  content: "\EADC";
}

.mbsc-icon-office:before {
  content: "\EADD";
}

.mbsc-icon-pause2:before {
  content: "\EADE";
}

.mbsc-icon-pencil:before {
  content: "\EADF";
}

.mbsc-icon-phone:before {
  content: "\EAE0";
}

.mbsc-icon-play:before {
  content: "\EAE1";
}

.mbsc-icon-play3:before {
  content: "\EAE2";
}

.mbsc-icon-plus:before {
  content: "\EAE3";
}

.mbsc-icon-print:before {
  content: "\EAE4";
}

.mbsc-icon-redo2:before {
  content: "\EAE5";
}

.mbsc-icon-remove:before {
  content: "\EAE6";
}

.mbsc-icon-reply:before {
  content: "\EAE7";
}

.mbsc-icon-sad:before {
  content: "\EAE8";
}

.mbsc-icon-sad2:before {
  content: "\EAE9";
}

.mbsc-icon-share:before {
  content: "\EAEA";
}

.mbsc-icon-smiley:before {
  content: "\EAEB";
}

.mbsc-icon-smiley2:before {
  content: "\EAEC";
}

.mbsc-icon-stack:before {
  content: "\EAED";
}

.mbsc-icon-star:before {
  content: "\EAEE";
}

.mbsc-icon-star2:before {
  content: "\EAEF";
}

.mbsc-icon-star3:before {
  content: "\EAF0";
}

.mbsc-icon-stop2:before {
  content: "\EAF1";
}

.mbsc-icon-stopwatch:before {
  content: "\EAF2";
}

.mbsc-icon-stream-sync:before {
  content: "\EAF3";
}

.mbsc-icon-support:before {
  content: "\EAF4";
}

.mbsc-icon-tag:before {
  content: "\EAF5";
}

.mbsc-icon-thumbs-up:before {
  content: "\EAF6";
}

.mbsc-icon-thumbs-up2:before {
  content: "\EAF7";
}

.mbsc-icon-undo2:before {
  content: "\EAF8";
}

.mbsc-icon-unlocked:before {
  content: "\EAF9";
}

.mbsc-icon-upload:before {
  content: "\EAFA";
}

.mbsc-icon-user4:before {
  content: "\EAFB";
}

.mbsc-icon-volume-high:before {
  content: "\EAFC";
}

.mbsc-icon-volume-medium:before {
  content: "\EAFD";
}

.mbsc-icon-volume-mute2:before {
  content: "\EAFE";
}

.mbsc-icon {
  -moz-box-flex: 0;
  display: inline-block;
  flex: 0 0 auto;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
  width: 1.5em;
}

.mbsc-icon > svg {
  fill: currentColor;
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

:root {
  --mbsc-safe-top:0;
  --mbsc-safe-right:0;
  --mbsc-safe-bottom:0;
  --mbsc-safe-left:0;
}

@supports (top: constant(safe-area-inset-top)) {
  :root {
    --mbsc-safe-top:constant(safe-area-inset-top);
    --mbsc-safe-right:constant(safe-area-inset-right);
    --mbsc-safe-bottom:constant(safe-area-inset-bottom);
    --mbsc-safe-left:constant(safe-area-inset-left);
  }
}
@supports (top: env(safe-area-inset-top)) {
  :root {
    --mbsc-safe-top:env(safe-area-inset-top);
    --mbsc-safe-right:env(safe-area-inset-right);
    --mbsc-safe-bottom:env(safe-area-inset-bottom);
    --mbsc-safe-left:env(safe-area-inset-left);
  }
}
.mbsc-font {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mbsc-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.mbsc-resize {
  bottom: 0;
  overflow: hidden;
  right: 0;
  z-index: -1;
}

.mbsc-resize, .mbsc-resize-i {
  left: 0;
  position: absolute;
  top: 0;
}

.mbsc-resize-y {
  height: 200%;
  width: 200%;
}

.mbsc-hidden {
  visibility: hidden;
}

.mbsc-hidden-content {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 1px;
}

.mbsc-ltr {
  direction: ltr;
}

.mbsc-rtl {
  direction: rtl;
}

.mbsc-ripple {
  background: currentColor;
  border-radius: 1000em;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(0);
}

.mbsc-flex, .mbsc-flex-col {
  display: flex;
}

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

.mbsc-flex-1-1 {
  flex: 1 1 auto;
}

.mbsc-flex-1-0 {
  flex: 1 0 auto;
}

.mbsc-flex-1-0-0 {
  flex: 1 0 0;
}

@media (-ms-high-contrast: none) {
  .mbsc-flex-1-0-0 {
    flex: 1 0 auto;
  }
}
.mbsc-flex-none {
  flex: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .mbsc-hb, .mbsc-hb:after, .mbsc-hb:before {
    border-style: none;
    border-width: 0.5px !important;
  }
}
.mbsc-ios.mbsc-button {
  border-radius: 0.25em;
  line-height: 2.25em;
  margin: 0.5em 0.25em;
  padding: 0 0.5em;
  transition: opacity 0.1s ease-out, background-color 0.1s ease-out;
}

.mbsc-ios.mbsc-icon-button {
  border-radius: 4em;
  line-height: normal;
  padding: 0.5em;
}

.mbsc-ios.mbsc-button.mbsc-hover {
  opacity: 0.7;
}

.mbsc-ios.mbsc-button.mbsc-active {
  opacity: 0.5;
}

.mbsc-ios.mbsc-button.mbsc-disabled, .mbsc-ios.mbsc-button:disabled {
  opacity: 0.2;
}

.mbsc-ios.mbsc-button-outline.mbsc-active {
  opacity: 1;
}

.mbsc-ios.mbsc-ltr.mbsc-button-icon-start {
  padding-right: 0.375em;
}

.mbsc-ios.mbsc-ltr.mbsc-button-icon-end, .mbsc-ios.mbsc-rtl.mbsc-button-icon-start {
  padding-left: 0.375em;
}

.mbsc-ios.mbsc-rtl.mbsc-button-icon-end {
  padding-right: 0.375em;
}

.mbsc-ios .mbsc-button-group, .mbsc-ios .mbsc-button-group-block, .mbsc-ios .mbsc-button-group-justified {
  margin: 0.5em 0.75em;
}

.mbsc-ios .mbsc-button-group-block {
  margin: 0.5em 1em;
}

.mbsc-ios.mbsc-button-standard {
  background: #fff;
  color: #007aff;
}

.mbsc-ios.mbsc-button-flat {
  color: #007aff;
}

.mbsc-ios.mbsc-button-outline {
  border: 1px solid #1273de;
  color: #1273de;
}

.mbsc-ios.mbsc-button-outline.mbsc-active {
  background: #1273de;
  color: #f7f7f7;
}

.mbsc-ios.mbsc-button.mbsc-focus {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-ios.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}

.mbsc-ios.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #fff;
}

.mbsc-ios.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #fff;
}

.mbsc-ios.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}

.mbsc-ios.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}

.mbsc-ios.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-ios.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #fff;
}

.mbsc-ios.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}

.mbsc-ios.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}

.mbsc-ios.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}

.mbsc-ios.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}

.mbsc-ios.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}

.mbsc-ios.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}

.mbsc-ios.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}

.mbsc-ios.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}

.mbsc-ios.mbsc-button-light.mbsc-button-flat {
  color: #ccc;
}

.mbsc-ios.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-ios.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}

.mbsc-ios.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-ios.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979e;
  color: #fff;
}

.mbsc-ios.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-ios.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43be5f;
  color: #fff;
}

.mbsc-ios.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-ios.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}

.mbsc-ios.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-ios.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}

.mbsc-ios.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-ios.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-ios.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}

.mbsc-ios.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494a;
  color: #fff;
}

.mbsc-ios.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}

.mbsc-ios.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-standard {
  background: #3b3b3b;
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-button-flat {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-button-outline {
  border: 1px solid #ffa519;
  color: #ffa519;
}

.mbsc-ios-dark.mbsc-button-outline.mbsc-active {
  background: #ffa519;
  color: #000;
}

.mbsc-ios-dark.mbsc-button.mbsc-focus {
  background: hsla(0, 0%, 100%, 0.05);
}

.mbsc-ios-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}

.mbsc-ios-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}

.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}

.mbsc-ios-dark.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}

.mbsc-ios-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}

.mbsc-ios-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}

.mbsc-ios-dark.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}

.mbsc-ios-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}

.mbsc-ios-dark.mbsc-button-light.mbsc-button-flat {
  color: #ccc;
}

.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979e;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43be5f;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}

.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494a;
  color: #fff;
}

.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}

.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}

.mbsc-material.mbsc-button {
  border-radius: 0.285715em;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.714286em;
  margin: 0.5em;
  min-width: 4.571429em;
  padding: 0.428572em 1.142858em;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
}

.mbsc-material.mbsc-button-outline {
  border: 1px solid;
}

.mbsc-material.mbsc-button .mbsc-icon {
  font-size: 1.142858em;
}

.mbsc-material.mbsc-icon-button {
  border-radius: 2em;
  font-size: 1em;
  line-height: normal;
  min-width: 0;
  padding: 0.5em;
}

.mbsc-material.mbsc-icon-button .mbsc-icon {
  font-size: 1em;
  height: 1.5em;
  width: 1.5em;
}

.mbsc-material.mbsc-button.mbsc-disabled, .mbsc-material.mbsc-button:disabled {
  opacity: 0.3;
}

.mbsc-material.mbsc-ltr.mbsc-button-icon-start {
  margin-left: -0.25em;
  padding-right: 0.5em;
}

.mbsc-material.mbsc-ltr.mbsc-button-icon-end, .mbsc-material.mbsc-rtl.mbsc-button-icon-start {
  margin-right: -0.25em;
  padding-left: 0.5em;
}

.mbsc-material.mbsc-rtl.mbsc-button-icon-end {
  margin-left: -0.25em;
  padding-right: 0.5em;
}

.mbsc-material .mbsc-button-group, .mbsc-material .mbsc-button-group-justified {
  margin: 0.5em;
}

.mbsc-material .mbsc-button-group-block {
  margin: 0.5em 1em;
}

.mbsc-material.mbsc-button-standard {
  background: #cfcfcf;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #000;
}

.mbsc-material.mbsc-button-standard.mbsc-hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mbsc-material.mbsc-button-standard.mbsc-active, .mbsc-material.mbsc-button-standard.mbsc-focus {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mbsc-material.mbsc-button-flat, .mbsc-material.mbsc-button-outline {
  color: #000;
}

.mbsc-material.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-outline.mbsc-hover {
  background: rgba(0, 0, 0, 0.2);
}

.mbsc-material.mbsc-button-flat.mbsc-focus, .mbsc-material.mbsc-button-outline.mbsc-focus {
  background: rgba(0, 0, 0, 0.3);
}

.mbsc-material.mbsc-button-outline {
  border-color: #000;
}

.mbsc-material.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}

.mbsc-material.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #fff;
}

.mbsc-material.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #fff;
}

.mbsc-material.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}

.mbsc-material.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}

.mbsc-material.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #fff;
}

.mbsc-material.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #fff;
}

.mbsc-material.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #303030;
}

.mbsc-material.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}

.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-hover {
  background: rgba(63, 151, 246, 0.2);
}

.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}

.mbsc-material.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}

.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-hover {
  background: hsla(210, 7%, 59%, 0.2);
}

.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-focus {
  background: hsla(210, 7%, 59%, 0.3);
}

.mbsc-material.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}

.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-hover {
  background: rgba(67, 190, 95, 0.2);
}

.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}

.mbsc-material.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}

.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-hover {
  background: rgba(245, 80, 78, 0.2);
}

.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}

.mbsc-material.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}

.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-hover {
  background: rgba(248, 176, 66, 0.2);
}

.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}

.mbsc-material.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}

.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-hover {
  background: rgba(91, 183, 197, 0.2);
}

.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}

.mbsc-material.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}

.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-hover {
  background: rgba(71, 73, 74, 0.2);
}

.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}

.mbsc-material.mbsc-button-light.mbsc-button-flat {
  color: #ccc;
}

.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-focus {
  background: hsla(0, 0%, 100%, 0.3);
}

.mbsc-material.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-hover {
  background: rgba(63, 151, 246, 0.2);
}

.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}

.mbsc-material.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-hover {
  background: hsla(210, 7%, 59%, 0.2);
}

.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-focus {
  background: hsla(210, 7%, 59%, 0.3);
}

.mbsc-material.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-hover {
  background: rgba(67, 190, 95, 0.2);
}

.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}

.mbsc-material.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-hover {
  background: rgba(245, 80, 78, 0.2);
}

.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}

.mbsc-material.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-hover {
  background: rgba(248, 176, 66, 0.2);
}

.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}

.mbsc-material.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-hover {
  background: rgba(91, 183, 197, 0.2);
}

.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}

.mbsc-material.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}

.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-hover {
  background: rgba(71, 73, 74, 0.2);
}

.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}

.mbsc-material.mbsc-button-light.mbsc-button-outline {
  border-color: #ccc;
  color: #ccc;
}

.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-active, .mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-focus {
  background: hsla(0, 0%, 100%, 0.3);
}

.mbsc-material-dark.mbsc-button-standard {
  background: #2b2b2b;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.mbsc-material-dark.mbsc-button-standard.mbsc-hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mbsc-material-dark.mbsc-button-standard.mbsc-active, .mbsc-material-dark.mbsc-button-standard.mbsc-focus {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mbsc-material-dark.mbsc-button-flat, .mbsc-material-dark.mbsc-button-outline {
  color: #fff;
}

.mbsc-material-dark.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-outline.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material-dark.mbsc-button-flat.mbsc-focus, .mbsc-material-dark.mbsc-button-outline.mbsc-focus {
  background: hsla(0, 0%, 100%, 0.3);
}

.mbsc-material-dark.mbsc-button-outline {
  border-color: #fff;
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #000;
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #000;
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #000;
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #000;
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #000;
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #000;
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #000;
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #fff;
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-hover {
  background: rgba(63, 151, 246, 0.2);
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-hover {
  background: hsla(210, 7%, 59%, 0.2);
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-focus {
  background: hsla(210, 7%, 59%, 0.3);
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-hover {
  background: rgba(67, 190, 95, 0.2);
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-hover {
  background: rgba(245, 80, 78, 0.2);
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-hover {
  background: rgba(248, 176, 66, 0.2);
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-hover {
  background: rgba(91, 183, 197, 0.2);
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-hover {
  background: rgba(71, 73, 74, 0.2);
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-flat {
  color: #ccc;
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-focus {
  background: hsla(0, 0%, 100%, 0.3);
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover {
  background: rgba(63, 151, 246, 0.2);
}

.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover {
  background: hsla(210, 7%, 59%, 0.2);
}

.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-focus {
  background: hsla(210, 7%, 59%, 0.3);
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover {
  background: rgba(67, 190, 95, 0.2);
}

.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover {
  background: rgba(245, 80, 78, 0.2);
}

.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover {
  background: rgba(248, 176, 66, 0.2);
}

.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover {
  background: rgba(91, 183, 197, 0.2);
}

.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover {
  background: rgba(71, 73, 74, 0.2);
}

.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #ccc;
  color: #ccc;
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-active, .mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-focus {
  background: hsla(0, 0%, 100%, 0.3);
}

.mbsc-windows.mbsc-button {
  border: 0.125em solid transparent;
  line-height: 1.75em;
  margin: 0.5em 0.25em;
  padding: 0 0.5em;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
}

.mbsc-windows.mbsc-icon-button {
  height: 2em;
  width: 2.75em;
}

.mbsc-windows.mbsc-button-flat {
  transition: background-color 0.1s ease-out;
}

.mbsc-windows.mbsc-button-flat.mbsc-hover {
  opacity: 0.7;
}

.mbsc-windows.mbsc-button-flat.mbsc-active {
  opacity: 1;
}

.mbsc-windows.mbsc-button.mbsc-disabled, .mbsc-windows.mbsc-button:disabled {
  opacity: 0.3;
}

.mbsc-windows.mbsc-ltr.mbsc-button-icon-start {
  padding-right: 0.5em;
}

.mbsc-windows.mbsc-ltr.mbsc-button-icon-end, .mbsc-windows.mbsc-rtl.mbsc-button-icon-start {
  padding-left: 0.5em;
}

.mbsc-windows.mbsc-rtl.mbsc-button-icon-end {
  padding-right: 0.5em;
}

.mbsc-windows .mbsc-button-group, .mbsc-windows .mbsc-button-group-justified {
  margin: 0.5em 0.75em;
}

.mbsc-windows .mbsc-button-group-block {
  margin: 0.5em 1em;
}

.mbsc-windows.mbsc-button-standard {
  background: #ccc;
  border-color: #ccc;
  color: #333;
}

.mbsc-windows.mbsc-button-standard.mbsc-hover {
  border-color: #7a7a7a;
}

.mbsc-windows.mbsc-button-standard.mbsc-active {
  background: #7a7a7a;
  border-color: #7a7a7a;
}

.mbsc-windows.mbsc-button-flat {
  color: #333;
}

.mbsc-windows.mbsc-button-flat.mbsc-active {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #333;
}

.mbsc-windows.mbsc-button-outline {
  border: 0.125em solid #999;
  color: #999;
}

.mbsc-windows.mbsc-button-outline.mbsc-hover {
  border-color: gray;
}

.mbsc-windows.mbsc-button-outline.mbsc-active {
  background: gray;
  border-color: gray;
  color: #fff;
}

.mbsc-windows.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #333;
}

.mbsc-windows.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  border-color: #3f97f6;
  color: #fff;
}

.mbsc-windows.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  border-color: #90979e;
  color: #fff;
}

.mbsc-windows.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  border-color: #43be5f;
  color: #fff;
}

.mbsc-windows.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  border-color: #f5504e;
  color: #fff;
}

.mbsc-windows.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  border-color: #f8b042;
  color: #fff;
}

.mbsc-windows.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  border-color: #5bb7c5;
  color: #fff;
}

.mbsc-windows.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  border-color: #47494a;
  color: #fff;
}

.mbsc-windows.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.mbsc-windows.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}

.mbsc-windows.mbsc-button-primary.mbsc-button-flat.mbsc-active {
  background: #88bff9;
  border-color: #88bff9;
}

.mbsc-windows.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}

.mbsc-windows.mbsc-button-secondary.mbsc-button-flat.mbsc-active {
  background: #b9bdc2;
  border-color: #b9bdc2;
}

.mbsc-windows.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}

.mbsc-windows.mbsc-button-success.mbsc-button-flat.mbsc-active {
  background: #7cd28f;
  border-color: #7cd28f;
}

.mbsc-windows.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}

.mbsc-windows.mbsc-button-danger.mbsc-button-flat.mbsc-active {
  background: #f99896;
  border-color: #f99896;
}

.mbsc-windows.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}

.mbsc-windows.mbsc-button-warning.mbsc-button-flat.mbsc-active {
  background: #fbcf8c;
  border-color: #fbcf8c;
}

.mbsc-windows.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}

.mbsc-windows.mbsc-button-info.mbsc-button-flat.mbsc-active {
  background: #94d0d9;
  border-color: #94d0d9;
}

.mbsc-windows.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}

.mbsc-windows.mbsc-button-dark.mbsc-button-flat.mbsc-active {
  background: #6c7071;
  border-color: #6c7071;
}

.mbsc-windows.mbsc-button-light.mbsc-button-flat {
  color: #ccc;
}

.mbsc-windows.mbsc-button-light.mbsc-button-flat.mbsc-active {
  background: #fff;
  border-color: #fff;
}

.mbsc-windows.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-windows.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-windows.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-windows.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-windows.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-windows.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-windows.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}

.mbsc-windows.mbsc-button-light.mbsc-button-outline {
  border-color: #ccc;
  color: #ccc;
}

.mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-hover {
  border-color: #0964c6;
}

.mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-active {
  background: #0964c6;
  color: #fff;
}

.mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-hover {
  border-color: #5d646b;
}

.mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-active {
  background: #5d646b;
  color: #fff;
}

.mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-hover {
  border-color: #287339;
}

.mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-active {
  background: #287339;
  color: #fff;
}

.mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-hover {
  border-color: #d10e0c;
}

.mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-active {
  background: #d10e0c;
  color: #fff;
}

.mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-hover {
  border-color: #cc7f08;
}

.mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-active {
  background: #cc7f08;
  color: #fff;
}

.mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-hover {
  border-color: #317e89;
}

.mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-active {
  background: #317e89;
  color: #fff;
}

.mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-hover {
  border-color: #000;
}

.mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-active {
  background: #000;
  color: #fff;
}

.mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-hover, .mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-hover {
  border-color: #999;
}

.mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-active, .mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-active {
  background: #999;
  color: #47494a;
}

.mbsc-windows-dark.mbsc-button-standard {
  background: #404040;
  border-color: #404040;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-standard.mbsc-hover {
  border-color: #ababab;
}

.mbsc-windows-dark.mbsc-button-standard.mbsc-active {
  background: #ababab;
  border-color: #ababab;
}

.mbsc-windows-dark.mbsc-button-flat {
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-flat.mbsc-active {
  background: #676767;
  border-color: #676767;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-outline {
  border: 0.125em solid #737373;
  color: #737373;
}

.mbsc-windows-dark.mbsc-button-outline.mbsc-hover {
  border-color: #8d8d8d;
}

.mbsc-windows-dark.mbsc-button-outline.mbsc-active {
  background: #8d8d8d;
  border-color: #8d8d8d;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #fff;
}

.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  border-color: #3f97f6;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  border-color: #90979e;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  border-color: #43be5f;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  border-color: #f5504e;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  border-color: #f8b042;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  border-color: #5bb7c5;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  border-color: #47494a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}

.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active {
  background: #88bff9;
  border-color: #88bff9;
}

.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}

.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active {
  background: #b9bdc2;
  border-color: #b9bdc2;
}

.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}

.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat.mbsc-active {
  background: #7cd28f;
  border-color: #7cd28f;
}

.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}

.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active {
  background: #f99896;
  border-color: #f99896;
}

.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}

.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active {
  background: #fbcf8c;
  border-color: #fbcf8c;
}

.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}

.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat.mbsc-active {
  background: #94d0d9;
  border-color: #94d0d9;
}

.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}

.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active {
  background: #6c7071;
  border-color: #6c7071;
}

.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat {
  color: #ccc;
}

.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat.mbsc-active {
  background: #fff;
  border-color: #fff;
}

.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}

.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #ccc;
  color: #ccc;
}

.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-hover {
  border-color: #0964c6;
}

.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-active {
  background: #0964c6;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-hover {
  border-color: #5d646b;
}

.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-active {
  background: #5d646b;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-hover {
  border-color: #287339;
}

.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-active {
  background: #287339;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-hover {
  border-color: #d10e0c;
}

.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-active {
  background: #d10e0c;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-hover {
  border-color: #cc7f08;
}

.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-active {
  background: #cc7f08;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-hover {
  border-color: #317e89;
}

.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-active {
  background: #317e89;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-hover {
  border-color: #000;
}

.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-active {
  background: #000;
  color: #fff;
}

.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover, .mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-hover {
  border-color: #999;
}

.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-active, .mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-active {
  background: #999;
  color: #47494a;
}

.mbsc-button {
  -moz-box-pack: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
}

.mbsc-button.mbsc-disabled, .mbsc-button:disabled {
  cursor: not-allowed;
}

.mbsc-button:focus {
  outline: 0;
}

.mbsc-button::-moz-focus-inner {
  border: 0;
}

.mbsc-icon-button {
  flex: 0 0 auto;
  height: 2.5em;
  padding: 0.5em;
  width: 2.5em;
}

.mbsc-button-icon > *, .mbsc-button-icon > * > * {
  height: 100%;
}

.mbsc-button-icon-end {
  order: 1;
}

.mbsc-button-group, .mbsc-button-group-block, .mbsc-button-group-justified {
  border: 1px solid transparent;
}

.mbsc-button-block, .mbsc-button-group-block .mbsc-button {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.mbsc-button-group-justified, .mbsc-button-group-justified mbsc-button {
  display: flex;
  flex-wrap: wrap;
}

.mbsc-button-group-justified .mbsc-button, .mbsc-button-group-justified mbsc-button {
  flex: 1 auto;
}

.mbsc-ios.mbsc-popup-wrapper-bottom-full {
  padding-top: 1em;
}

.mbsc-ios.mbsc-popup-wrapper-top-full {
  padding-bottom: 1em;
}

.mbsc-ios.mbsc-popup-top {
  border-bottom: 1px solid;
}

.mbsc-ios.mbsc-popup-bottom {
  border-top: 1px solid;
}

.mbsc-ios.mbsc-popup-body-center {
  border-radius: 0.9375em;
}

.mbsc-ios.mbsc-popup-body-bottom-full {
  border-radius: 0.75em 0.75em 0 0;
}

.mbsc-ios.mbsc-popup-body-top-full {
  border-radius: 0 0 0.75em 0.75em;
}

.mbsc-ios.mbsc-popup-body-anchored {
  border-radius: 0.9375em;
}

.mbsc-ios.mbsc-popup-arrow {
  border-radius: 0 0.375em;
}

.mbsc-ios.mbsc-popup-header {
  font-weight: 700;
  left: 0;
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}

.mbsc-ios.mbsc-popup-header-center, .mbsc-ios.mbsc-popup-header-no-buttons {
  border-bottom: 1px solid;
  position: relative;
}

.mbsc-ios.mbsc-popup-header-center {
  padding: 0.75em 0.5em;
}

.mbsc-ios.mbsc-popup-bottom-full .mbsc-popup-header, .mbsc-ios.mbsc-popup-top-full .mbsc-popup-header {
  padding: 1.125em 4.375em;
}

.mbsc-ios.mbsc-popup-buttons {
  -moz-box-ordinal-group: 0;
  border-bottom: 1px solid;
  order: -1;
}

.mbsc-ios.mbsc-popup-buttons.mbsc-ltr {
  text-align: right;
}

.mbsc-ios.mbsc-popup-buttons.mbsc-rtl {
  text-align: left;
}

.mbsc-ios.mbsc-popup-button.mbsc-font {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  z-index: 2;
}

.mbsc-ios.mbsc-popup-button-primary {
  font-weight: 700;
}

.mbsc-ios.mbsc-popup-button-close.mbsc-ltr {
  float: left;
}

.mbsc-ios.mbsc-popup-button-close.mbsc-rtl {
  float: right;
}

.mbsc-ios.mbsc-popup-buttons-anchored, .mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-ios.mbsc-popup-buttons-top {
  padding: 0 0.25em;
}

.mbsc-ios.mbsc-popup-buttons-bottom-full, .mbsc-ios.mbsc-popup-buttons-top-full {
  padding: 0.375em 0.25em;
}

.mbsc-ios.mbsc-popup-buttons-flex {
  -moz-box-ordinal-group: 1;
  border: 0;
  order: 0;
  padding: 0;
}

.mbsc-ios.mbsc-popup-buttons-flex.mbsc-popup-buttons {
  background: none;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-font {
  -moz-box-flex: 1;
  display: block;
  flex: 1 1 100%;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  opacity: 1;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button-flat {
  background: none;
  border-radius: 0;
  border-top: 1px solid;
  line-height: 2.75em;
  margin: 0;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat:last-child {
  border-left: 0;
  border-right: 0;
}

.mbsc-ios.mbsc-popup-body-round {
  border-radius: 0.9375em;
}

.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body-round {
  border-radius: 0.5em;
}

.mbsc-ios.mbsc-popup-round .mbsc-popup {
  border: 0;
}

.mbsc-ios.mbsc-popup-round .mbsc-popup-body-bottom-full {
  border-radius: 0.75em 0.75em 0 0;
}

.mbsc-ios.mbsc-popup-round .mbsc-popup-body-top-full {
  border-radius: 0 0 0.75em 0.75em;
}

.mbsc-ios.mbsc-popup-arrow {
  background: #f2f2f7;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.mbsc-ios.mbsc-popup-bottom, .mbsc-ios.mbsc-popup-top {
  border-color: #ccc;
}

.mbsc-ios.mbsc-popup-body {
  background: #f2f2f7;
  color: #000;
}

.mbsc-ios.mbsc-popup-body-anchored, .mbsc-ios.mbsc-popup-body-center, .mbsc-ios.mbsc-popup-body-round {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mbsc-ios.mbsc-popup-buttons, .mbsc-ios.mbsc-popup-header-center, .mbsc-ios.mbsc-popup-header-no-buttons {
  border-color: #ccc;
}

.mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-ios.mbsc-popup-buttons-top {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #ccc;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-focus, .mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-hover {
  background: #eaeaea;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #ccc;
}

.mbsc-ios.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(0, 122, 255, 0.2);
}

.mbsc-ios-dark.mbsc-popup-arrow {
  background: #1c1c1c;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.mbsc-ios-dark.mbsc-popup-bottom, .mbsc-ios-dark.mbsc-popup-top {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-popup-body {
  background: #1c1c1c;
  color: #fff;
}

.mbsc-ios-dark.mbsc-popup-body-anchored, .mbsc-ios-dark.mbsc-popup-body-center, .mbsc-ios-dark.mbsc-popup-body-round {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mbsc-ios-dark.mbsc-popup-buttons, .mbsc-ios-dark.mbsc-popup-header-center, .mbsc-ios-dark.mbsc-popup-header-no-buttons {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-popup-buttons-anchored, .mbsc-ios-dark.mbsc-popup-buttons-bottom, .mbsc-ios-dark.mbsc-popup-buttons-top {
  background: #292929;
}

.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-focus, .mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-hover {
  background: #242424;
}

.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #333;
}

.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(255, 159, 10, 0.2);
}

.mbsc-material.mbsc-popup-body-anchored, .mbsc-material.mbsc-popup-body-center, .mbsc-material.mbsc-popup-body-round {
  border-radius: 0.25em;
}

.mbsc-material.mbsc-popup-header {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0.8em 0.8em 0;
}

.mbsc-material.mbsc-popup-buttons {
  padding: 0.5em;
}

.mbsc-material.mbsc-popup-buttons.mbsc-ltr, .mbsc-material.mbsc-popup-buttons.mbsc-rtl {
  text-align: right;
}

.mbsc-material.mbsc-popup-button.mbsc-button-flat {
  margin-left: 0;
  margin-right: 0;
}

.mbsc-material.mbsc-popup-button.mbsc-font {
  font-size: 0.9375em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.mbsc-material.mbsc-popup-round .mbsc-popup-body-bottom-full {
  border-radius: 0.25em 0.25em 0 0;
}

.mbsc-material.mbsc-popup-round .mbsc-popup-body-top-full {
  border-radius: 0 0 0.25em 0.25em;
}

.mbsc-material.mbsc-popup-body {
  background: #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  color: #303030;
}

.mbsc-material.mbsc-popup-arrow {
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.mbsc-material.mbsc-popup-button.mbsc-font {
  color: #1a73e8;
}

.mbsc-material-dark.mbsc-popup-body {
  background: #303030;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  color: #fff;
}

.mbsc-material-dark.mbsc-popup-arrow {
  background: #303030;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.mbsc-material-dark.mbsc-popup-button.mbsc-font {
  color: #87b0f3;
}

.mbsc-windows.mbsc-popup {
  border: 1px solid;
}

.mbsc-windows.mbsc-popup-anchored-top {
  margin-top: -0.75em;
}

.mbsc-windows.mbsc-popup-anchored-bottom {
  margin-top: 0.75em;
}

.mbsc-windows.mbsc-popup-arrow {
  border: 1px solid;
  height: 1em;
  width: 1em;
}

.mbsc-windows.mbsc-popup-arrow-bottom, .mbsc-windows.mbsc-popup-arrow-top {
  margin-left: -0.5em;
}

.mbsc-windows.mbsc-popup-arrow-left, .mbsc-windows.mbsc-popup-arrow-right {
  margin-top: -0.5em;
}

.mbsc-windows.mbsc-popup-arrow-bottom {
  top: 1.5em;
}

.mbsc-windows.mbsc-popup-arrow-top {
  bottom: 1.5em;
}

.mbsc-windows.mbsc-popup-arrow-left {
  right: 1.5em;
}

.mbsc-windows.mbsc-popup-arrow-right {
  left: 1.5em;
}

.mbsc-windows.mbsc-popup-header {
  border-bottom: 1px solid;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
}

.mbsc-windows.mbsc-popup-buttons {
  border-top: 1px solid;
  display: flex;
  flex-direction: row-reverse;
}

.mbsc-windows.mbsc-popup-button.mbsc-font {
  flex: 1 1;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.mbsc-windows.mbsc-popup-button.mbsc-button-flat {
  margin: 0;
}

.mbsc-windows.mbsc-popup {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.133), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  color: #333;
}

.mbsc-windows.mbsc-popup, .mbsc-windows.mbsc-popup-arrow {
  background: #fff;
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-popup-buttons, .mbsc-windows.mbsc-popup-header {
  border-color: #e6e6e6;
}

.mbsc-windows-dark.mbsc-popup {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.133), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  color: #fff;
}

.mbsc-windows-dark.mbsc-popup, .mbsc-windows-dark.mbsc-popup-arrow {
  background: #1a1a1a;
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-popup-buttons, .mbsc-windows-dark.mbsc-popup-header {
  border-color: #343434;
}
@keyframes mbsc-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbsc-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mbsc-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-pop-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes mbsc-slide-up-in {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-slide-up-out {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes mbsc-slide-down-in {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-slide-down-out {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.mbsc-popup-open-ios {
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-popup-ctx {
  --mbsc-safe-top:0;
  --mbsc-safe-right:0;
  --mbsc-safe-bottom:0;
  --mbsc-safe-left:0;
  position: relative;
}

.mbsc-popup-limits {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.mbsc-popup-limits-anchored, .mbsc-popup-limits-center {
  margin: 1em;
}

.mbsc-popup, .mbsc-popup-wrapper {
  box-sizing: border-box;
}

.mbsc-popup-wrapper {
  -moz-box-pack: center;
  border: 0 solid transparent;
  bottom: 0;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99998;
}

.mbsc-popup-wrapper-ctx {
  bottom: auto;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: auto;
  width: 100%;
}

.mbsc-popup-wrapper-center {
  align-items: center;
  border-width: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
  padding: 1em;
}

.mbsc-popup-wrapper-top {
  align-items: flex-start;
  border-bottom: var(--mbsc-safe-bottom) solid transparent;
}

.mbsc-popup-wrapper-bottom {
  align-items: flex-end;
  border-top-width: var(--mbsc-safe-top);
}

.mbsc-popup-wrapper-anchored {
  border-width: 0 var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}

.mbsc-popup-hidden {
  opacity: 0;
}

.mbsc-popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  margin: -10em;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  z-index: 1;
}

.mbsc-popup-overlay-in {
  animation: mbsc-fade-in 0.15s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}

.mbsc-popup-overlay-out {
  animation: mbsc-fade-out 75ms cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}

.mbsc-popup {
  max-height: 100%;
  min-width: 12em;
  pointer-events: auto;
  position: relative;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}

.mbsc-popup-center {
  min-width: 16em;
}

.mbsc-popup-bottom {
  bottom: 0;
  width: 100%;
}

.mbsc-popup-top {
  top: 0;
  width: 100%;
}

.mbsc-popup-anchored {
  position: absolute;
}

.mbsc-popup-anchored-left {
  margin-left: -1em;
}

.mbsc-popup-anchored-right {
  margin-left: 1em;
}

.mbsc-popup-arrow-wrapper {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.mbsc-popup-arrow-wrapper-bottom, .mbsc-popup-arrow-wrapper-top {
  height: 2em;
  left: 0;
  right: 0;
}

.mbsc-popup-arrow-wrapper-left, .mbsc-popup-arrow-wrapper-right {
  bottom: 0;
  top: 0;
  width: 2em;
}

.mbsc-popup-arrow-wrapper-top {
  top: 100%;
}

.mbsc-popup-arrow-wrapper-bottom {
  bottom: 100%;
}

.mbsc-popup-arrow-wrapper-left {
  left: 100%;
}

.mbsc-popup-arrow-wrapper-right {
  right: 100%;
}

.mbsc-popup-arrow {
  box-sizing: border-box;
  height: 1.5em;
  pointer-events: auto;
  position: absolute;
  width: 1.5em;
}

.mbsc-popup-arrow-top {
  bottom: 1.25em;
}

.mbsc-popup-arrow-bottom {
  top: 1.25em;
}

.mbsc-popup-arrow-bottom, .mbsc-popup-arrow-top {
  left: 50%;
  margin-left: -0.75em;
  transform: rotate(-45deg);
}

.mbsc-popup-arrow-left {
  right: 1.25em;
}

.mbsc-popup-arrow-right {
  left: 1.25em;
}

.mbsc-popup-arrow-left, .mbsc-popup-arrow-right {
  margin-top: -0.75em;
  top: 50%;
  transform: rotate(45deg);
}

.mbsc-popup-focus {
  outline: 0;
}

.mbsc-popup-body {
  overflow: hidden;
  transform: translateZ(0);
}

.mbsc-popup-body-top {
  padding-top: var(--mbsc-safe-top);
}

.mbsc-popup-body-bottom {
  padding-bottom: var(--mbsc-safe-bottom);
}

.mbsc-popup-body-bottom, .mbsc-popup-body-top {
  padding-left: var(--mbsc-safe-left);
  padding-right: var(--mbsc-safe-right);
}

.mbsc-popup-body-round {
  padding: 0;
}

.mbsc-popup-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-popup-content {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.mbsc-popup-padding {
  padding: 1em;
}

.mbsc-popup-pop-in {
  animation: mbsc-pop-in 0.15s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}

.mbsc-popup-pop-out {
  animation: mbsc-pop-out 75ms cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}

.mbsc-popup-slide-up-in {
  animation: mbsc-slide-up-in 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-slide-up-out {
  animation: mbsc-slide-up-out 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup-slide-down-in {
  animation: mbsc-slide-down-in 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.mbsc-popup-slide-down-out {
  animation: mbsc-slide-down-out 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.mbsc-popup-pointer .mbsc-popup-overlay-anchored, .mbsc-popup-pointer.mbsc-picker .mbsc-popup-overlay {
  background: none;
}

.mbsc-popup-round .mbsc-popup-slide-up-in {
  animation-name: mbsc-slide-up-in, mbsc-fade-in;
}

.mbsc-popup-round .mbsc-popup-slide-up-out {
  animation-name: mbsc-slide-up-out, mbsc-fade-out;
}

.mbsc-popup-round .mbsc-popup-slide-down-in {
  animation-name: mbsc-slide-down-in, mbsc-fade-in;
}

.mbsc-popup-round .mbsc-popup-slide-down-out {
  animation-name: mbsc-slide-down-out, mbsc-fade-out;
}

.mbsc-popup-round .mbsc-popup-bottom, .mbsc-popup-round .mbsc-popup-top {
  margin-bottom: 3em;
  margin-top: 3em;
  width: auto;
}

.mbsc-ios.mbsc-calendar-controls {
  padding: 2px;
}

.mbsc-ios.mbsc-calendar-cell {
  border-top-style: solid;
  border-top-width: 1px;
}

.mbsc-ios.mbsc-calendar-cell-text {
  border-radius: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
}

.mbsc-ios.mbsc-calendar-week-day {
  font-size: 0.625em;
  height: 1.7em;
  line-height: 1.7em;
}

.mbsc-ios.mbsc-calendar-week-nr {
  font-size: 0.75em;
  font-weight: 700;
  height: auto;
  line-height: 3em;
  width: 2em;
}

.mbsc-ios.mbsc-calendar-day-text {
  border: 2px solid transparent;
  border-radius: 2em;
  height: 1.625em;
  line-height: 1.625em;
  margin: 0.1875em;
  padding: 0;
  width: 1.625em;
}

.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-inner {
  z-index: 1;
}

.mbsc-ios.mbsc-range-day:after, .mbsc-ios.mbsc-range-hover:before {
  box-sizing: border-box;
  content: "";
  height: 1.875em;
  left: -1px;
  position: absolute;
  right: -1px;
  top: 0.25em;
  z-index: 0;
}

.mbsc-ios.mbsc-range-hover:before {
  border-bottom: 2px dashed;
  border-top: 2px dashed;
}

.mbsc-ios.mbsc-range-day-end.mbsc-rtl:after, .mbsc-ios.mbsc-range-day-start.mbsc-ltr:after, .mbsc-ios.mbsc-range-hover-end.mbsc-rtl:before, .mbsc-ios.mbsc-range-hover-start.mbsc-ltr:before {
  border-radius: 2em 0 0 2em;
  left: 50%;
  margin-left: -0.9375em;
}

.mbsc-ios.mbsc-range-day-end.mbsc-ltr:after, .mbsc-ios.mbsc-range-day-start.mbsc-rtl:after, .mbsc-ios.mbsc-range-hover-end.mbsc-ltr:before, .mbsc-ios.mbsc-range-hover-start.mbsc-rtl:before {
  border-radius: 0 2em 2em 0;
  margin-right: -0.9375em;
  right: 50%;
}

.mbsc-ios.mbsc-range-day-start.mbsc-range-day-end:after, .mbsc-ios.mbsc-range-hover-start.mbsc-range-hover-end:before {
  display: none;
}

.mbsc-ios.mbsc-calendar-day-marked {
  padding-bottom: 0.4375em;
}

.mbsc-ios.mbsc-calendar-marks {
  margin-top: -0.0625em;
}

.mbsc-ios.mbsc-calendar-mark {
  border-radius: 0.375em;
  height: 0.375em;
  margin: 0 0.0625em;
  width: 0.375em;
}

.mbsc-ios.mbsc-calendar-day-colors .mbsc-calendar-day-text {
  background-clip: padding-box;
}

.mbsc-ios.mbsc-calendar-day-colors.mbsc-hover .mbsc-calendar-cell-text {
  background-clip: border-box;
}

.mbsc-ios.mbsc-calendar-text:before {
  border-radius: 0.4em;
}

.mbsc-ios.mbsc-calendar-label {
  font-weight: 600;
}

.mbsc-ios.mbsc-calendar-label-background {
  background: currentColor;
  margin: 0 -0.1em;
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
}

.mbsc-ios.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background {
  border-bottom-left-radius: 0.4em;
  border-top-left-radius: 0.4em;
  margin-left: 0;
}

.mbsc-ios.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background {
  border-bottom-right-radius: 0.4em;
  border-top-right-radius: 0.4em;
  margin-right: 0;
}

.mbsc-ios.mbsc-calendar-label-hover .mbsc-calendar-label-background {
  opacity: 0.6;
}

.mbsc-ios.mbsc-calendar-label.mbsc-calendar-label-hover:before {
  background: none;
}

.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-background {
  opacity: 0.9;
}

.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-day:after {
  border-left-style: solid;
  border-left-width: 1px;
  bottom: 0;
  content: "";
  margin-right: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-title {
  font-size: 1.5em;
  line-height: 1.666667em;
  padding: 0 0.166667em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-day {
  border-left: 1px solid transparent;
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.5em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 2.5em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 4.75em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-marks {
  padding: 0 0.75em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-text {
  height: 1.375em;
  line-height: 1.375em;
  width: 1.375em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0.5em 0.2em 0.6em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label {
  padding: 0 0.4em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-background {
  margin: 0 -0.4em;
}

.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr, .mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr, .mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr {
  text-align: right;
}

.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl, .mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl, .mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl {
  text-align: left;
}

.mbsc-ios.mbsc-calendar-grid-view .mbsc-calendar-title {
  font-size: 1.5em;
  line-height: 1.666667em;
  padding: 0 0.166667em;
}

.mbsc-ios.mbsc-calendar-grid {
  border-top: 1px solid;
}

.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-grid-item .mbsc-calendar-week-days {
  background: none;
}

.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-cell {
  border: 0;
}

.mbsc-ios.mbsc-calendar {
  background: #fff;
  color: #000;
}

.mbsc-ios.mbsc-calendar-header, .mbsc-ios.mbsc-calendar-wrapper {
  border-color: #ccc;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
  color: #007aff;
}

.mbsc-ios.mbsc-calendar-cell {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.mbsc-ios.mbsc-calendar-day:after {
  border-color: #ccc;
}

.mbsc-ios.mbsc-calendar-today, .mbsc-ios.mbsc-calendar-week-nr {
  color: #007aff;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(0, 122, 255, 0.3);
}

.mbsc-ios.mbsc-range-day:after {
  background-color: #cbe2fb;
}

.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-text {
  color: #000;
}

.mbsc-ios.mbsc-range-hover:before {
  border-color: #dedede;
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  background: #007aff;
  border-color: #007aff;
  color: #fff;
}

.mbsc-ios.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.mbsc-ios.mbsc-focus .mbsc-calendar-day-text {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

.mbsc-ios.mbsc-calendar-mark {
  background: #ccc;
}

.mbsc-ios.mbsc-calendar-label {
  color: #5ac8fa;
}

.mbsc-ios.mbsc-calendar-label-text {
  color: #000;
}

.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
  color: #fff;
}

.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}

.mbsc-ios.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #000;
}

.mbsc-ios.mbsc-calendar-popup .mbsc-calendar-cell, .mbsc-ios.mbsc-calendar-popup .mbsc-popup-arrow, .mbsc-ios.mbsc-calendar-popup .mbsc-popup-body {
  background: #fff;
}

.mbsc-ios.mbsc-calendar-grid {
  border-color: #ccc;
}

.mbsc-ios.mbsc-calendar-month-title {
  color: #007aff;
}

.mbsc-ios-dark.mbsc-calendar {
  background: #000;
  color: #fff;
}

.mbsc-ios-dark.mbsc-calendar-header, .mbsc-ios-dark.mbsc-calendar-wrapper {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-calendar-button.mbsc-button {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-calendar-cell {
  background: #000;
  border-color: #333;
  color: #fff;
}

.mbsc-ios-dark.mbsc-calendar-day:after {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-calendar-today, .mbsc-ios-dark.mbsc-calendar-week-nr {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(255, 159, 10, 0.3);
}

.mbsc-ios-dark.mbsc-range-day:after {
  background-color: #3d2705;
}

.mbsc-ios-dark.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}

.mbsc-ios-dark.mbsc-range-hover:before {
  border-color: #2b2b2b;
}

.mbsc-ios-dark.mbsc-selected .mbsc-calendar-cell-text {
  background: #ff9f0a;
  border-color: #ff9f0a;
  color: #fff;
}

.mbsc-ios-dark.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.5);
}

.mbsc-ios-dark.mbsc-focus .mbsc-calendar-day-text {
  border-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: none;
}

.mbsc-ios-dark.mbsc-calendar-mark {
  background: #333;
}

.mbsc-ios-dark.mbsc-calendar-label {
  color: #5ac8fa;
}

.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-inner, .mbsc-ios-dark.mbsc-calendar-label-text {
  color: #fff;
}

.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}

.mbsc-ios-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #fff;
}

.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-arrow, .mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-body {
  background: #292929;
}

.mbsc-ios-dark.mbsc-calendar-popup .mbsc-calendar-cell {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-calendar-grid {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-calendar-month-title {
  color: #ff9f0a;
}

.mbsc-material.mbsc-calendar-wrapper-fixed:after {
  bottom: -0.5em;
  content: "";
  height: 0.5em;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 7;
}

.mbsc-material.mbsc-calendar-controls {
  padding: 0.5em;
}

.mbsc-material.mbsc-calendar-week-day {
  font-size: 0.75em;
  font-weight: 700;
  height: 2.5em;
  line-height: 2.5em;
}

.mbsc-material.mbsc-calendar-week-nr {
  font-size: 0.6875em;
  font-weight: 700;
  height: auto;
  line-height: 3.272728em;
  width: 2.181819em;
}

.mbsc-material.mbsc-calendar-button.mbsc-button {
  padding: 0.428572em;
}

.mbsc-material.mbsc-calendar-title {
  font-size: 1.428572em;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: none;
}

.mbsc-material.mbsc-calendar-cell-text {
  border-radius: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
}

.mbsc-material.mbsc-calendar-month-name {
  font-size: 0.8125em;
}

.mbsc-material.mbsc-calendar-month-name.mbsc-ltr {
  padding-left: 0.461539em;
}

.mbsc-material.mbsc-calendar-month-name.mbsc-rtl {
  padding-right: 0.461539em;
}

.mbsc-material.mbsc-calendar-day-text {
  border: 2px solid transparent;
  font-size: 0.8125em;
  height: 1.846154em;
  line-height: 1.846154em;
  margin: 0.230769em auto;
  padding: 0;
  width: 1.846154em;
}

.mbsc-material.mbsc-range-day:after, .mbsc-material.mbsc-range-hover:before {
  content: "";
  height: 1.75em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0.25em;
  z-index: -1;
}

.mbsc-material.mbsc-range-hover:before {
  border-bottom: 2px dashed;
  border-top: 2px dashed;
  box-sizing: content-box;
  height: 1.5em;
}

.mbsc-material.mbsc-range-day-end.mbsc-rtl:after, .mbsc-material.mbsc-range-day-start.mbsc-ltr:after {
  border-radius: 2em 0 0 2em;
  left: 50%;
  margin-left: -0.875em;
  right: 0;
}

.mbsc-material.mbsc-range-day-end.mbsc-ltr:after, .mbsc-material.mbsc-range-day-start.mbsc-rtl:after {
  border-radius: 0 2em 2em 0;
  left: 0;
  margin-right: -0.875em;
  right: 50%;
}

.mbsc-material.mbsc-range-hover-end.mbsc-rtl:before, .mbsc-material.mbsc-range-hover-start.mbsc-ltr:before {
  left: 50%;
  right: 0;
}

.mbsc-material.mbsc-range-hover-end.mbsc-ltr:before, .mbsc-material.mbsc-range-hover-start.mbsc-rtl:before {
  left: 0;
  right: 50%;
}

.mbsc-material.mbsc-range-day-start.mbsc-range-day-end:after, .mbsc-material.mbsc-range-hover-start.mbsc-range-hover-end:before {
  display: none;
}

.mbsc-material.mbsc-calendar-marks {
  margin-top: -0.375em;
  transition: transform 0.1s ease-out;
}

.mbsc-material.mbsc-calendar-day-colors .mbsc-calendar-marks, .mbsc-material.mbsc-focus .mbsc-calendar-marks, .mbsc-material.mbsc-highlighted .mbsc-calendar-marks, .mbsc-material.mbsc-hover .mbsc-calendar-marks, .mbsc-material.mbsc-hover-highlighted .mbsc-calendar-marks, .mbsc-material.mbsc-selected .mbsc-calendar-marks {
  transform: translate3d(0, 0.25em, 0);
}

.mbsc-material.mbsc-calendar-label {
  border-radius: 0.4em;
  font-weight: 600;
}

.mbsc-material.mbsc-calendar-label-background {
  background: currentColor;
  margin: 0 -0.1em;
}

.mbsc-material.mbsc-calendar-text:before {
  border-radius: 0.4em;
}

.mbsc-material.mbsc-calendar-label:before {
  border-radius: 0;
  margin: 0 -0.1em;
}

.mbsc-material.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-end.mbsc-rtl.mbsc-calendar-text:before, .mbsc-material.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-start.mbsc-ltr.mbsc-calendar-text:before {
  border-bottom-left-radius: 0.4em;
  border-top-left-radius: 0.4em;
  margin-left: 0;
}

.mbsc-material.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-end.mbsc-ltr.mbsc-calendar-text:before, .mbsc-material.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-start.mbsc-rtl.mbsc-calendar-text:before {
  border-bottom-right-radius: 0.4em;
  border-top-right-radius: 0.4em;
  margin-right: 0;
}

.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-slide {
  padding: 0;
}

.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day {
  border-bottom: 1px solid;
}

.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after {
  border-left-style: solid;
  border-left-width: 1px;
  bottom: 0;
  content: "";
  margin-right: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-week-day {
  padding: 0 1em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 4em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 5.5em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-text {
  margin: 0.461539em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-week-nr {
  line-height: 3.818182em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-marks {
  margin-left: -1px;
  margin-right: -1px;
  padding: 0 1.125em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0.5em 0.2em 0.6em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label {
  padding: 0 0.4em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}

.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label:before {
  margin: 0 -0.4em;
}

.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr, .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr, .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr {
  text-align: left;
}

.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl, .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl, .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl {
  text-align: right;
}

.mbsc-material.mbsc-calendar-wrapper:after {
  box-shadow: inset 0 0.5em 0.25em -0.5em rgba(48, 48, 48, 0.5);
}

.mbsc-material.mbsc-calendar-button.mbsc-button {
  color: #303030;
}

.mbsc-material.mbsc-calendar-picker-slide, .mbsc-material.mbsc-calendar-slide {
  background: #fff;
}

.mbsc-material.mbsc-calendar-week-day {
  color: rgba(48, 48, 48, 0.7);
}

.mbsc-material.mbsc-calendar-cell-text {
  color: #303030;
}

.mbsc-material.mbsc-calendar-today, .mbsc-material.mbsc-calendar-week-nr {
  color: #1a73e8;
}

.mbsc-material.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(48, 48, 48, 0.7);
}

.mbsc-material.mbsc-hover .mbsc-calendar-cell-text {
  background: rgba(0, 0, 0, 0.1);
}

.mbsc-material.mbsc-range-hover:before {
  border-color: #e6e6e6;
}

.mbsc-material.mbsc-range-day:after {
  background-color: rgba(26, 115, 232, 0.25);
}

.mbsc-material.mbsc-selected .mbsc-calendar-cell-text {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}

.mbsc-material.mbsc-calendar-mark {
  background: #1a73e8;
}

.mbsc-material.mbsc-calendar-label {
  color: #1a73e8;
}

.mbsc-material.mbsc-calendar-label-inner {
  color: #fff;
}

.mbsc-material.mbsc-calendar-label.mbsc-calendar-label-active, .mbsc-material.mbsc-calendar-label.mbsc-calendar-label-dragging {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.mbsc-material .mbsc-calendar-label.mbsc-calendar-label-active .mbsc-calendar-label-background {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.mbsc-material.mbsc-calendar-text-more {
  box-shadow: none;
}

.mbsc-material.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #303030;
}

.mbsc-material.mbsc-calendar-popup .mbsc-popup-arrow, .mbsc-material.mbsc-calendar-popup .mbsc-popup-body {
  background: #fff;
}

.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day, .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after, .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-week-day {
  border-color: #cfcfcf;
}

.mbsc-material.mbsc-calendar-month-title {
  color: #1a73e8;
}

.mbsc-material-dark.mbsc-calendar-wrapper:after {
  box-shadow: inset 0 0.5em 0.25em -0.5em hsla(0, 0%, 100%, 0.5);
}

.mbsc-material-dark.mbsc-calendar-button.mbsc-button {
  color: #fff;
}

.mbsc-material-dark.mbsc-calendar-slide {
  background: #000;
}

.mbsc-material-dark.mbsc-calendar-picker-slide {
  background: #303030;
}

.mbsc-material-dark.mbsc-calendar-week-day {
  color: hsla(0, 0%, 100%, 0.7);
}

.mbsc-material-dark.mbsc-calendar-cell-text {
  color: #fff;
}

.mbsc-material-dark.mbsc-calendar-today, .mbsc-material-dark.mbsc-calendar-week-nr {
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.7);
}

.mbsc-material-dark.mbsc-hover .mbsc-calendar-cell-text {
  background: hsla(0, 0%, 100%, 0.1);
}

.mbsc-material-dark.mbsc-range-hover:before {
  border-color: #1a1a1a;
}

.mbsc-material-dark.mbsc-range-day:after {
  background-color: rgba(135, 176, 243, 0.25);
}

.mbsc-material-dark.mbsc-selected .mbsc-calendar-cell-text {
  background: #87b0f3;
  border-color: #87b0f3;
  color: #000;
}

.mbsc-material-dark.mbsc-calendar-mark {
  background: #87b0f3;
}

.mbsc-material-dark.mbsc-calendar-label {
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-calendar-label-inner {
  color: #000;
}

.mbsc-material-dark.mbsc-calendar-label.mbsc-calendar-label-active, .mbsc-material-dark.mbsc-calendar-label.mbsc-calendar-label-dragging {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.mbsc-material-dark .mbsc-calendar-label.mbsc-calendar-label-active .mbsc-calendar-label-background {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.mbsc-material-dark.mbsc-calendar-text-more {
  box-shadow: none;
}

.mbsc-material-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #fff;
}

.mbsc-material-dark.mbsc-calendar-popup .mbsc-popup-arrow, .mbsc-material-dark.mbsc-calendar-popup .mbsc-popup-body {
  background: #303030;
}

.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-day, .mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-day:after, .mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-week-day {
  border-color: #2b2b2b;
}

.mbsc-material-dark.mbsc-calendar-month-title {
  color: #87b0f3;
}

.mbsc-windows.mbsc-calendar-header {
  margin-bottom: -1px;
}

.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-font {
  margin: 1px;
}

.mbsc-windows.mbsc-calendar-title-wrapper .mbsc-calendar-button {
  padding: 0;
}

.mbsc-windows.mbsc-calendar-controls {
  min-height: 2.125em;
  padding: 0.5em;
}

.mbsc-windows.mbsc-calendar-week-day {
  font-size: 0.75em;
  height: 2.5em;
  line-height: 2.5em;
}

.mbsc-windows.mbsc-calendar-body .mbsc-calendar-week-day {
  border: 0;
}

.mbsc-windows.mbsc-calendar-week-nr {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 3em;
  width: 2em;
}

.mbsc-windows.mbsc-calendar-picker-slide {
  padding: 0.25em;
}

.mbsc-windows.mbsc-calendar-cell {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 0 0;
  padding: 0;
}

.mbsc-windows.mbsc-calendar-cell:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-windows.mbsc-calendar-cell-inner {
  border-color: transparent;
  border-style: solid;
  border-width: 2px 1px;
  box-sizing: border-box;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.mbsc-windows.mbsc-calendar-cell-text {
  display: table-cell;
  min-width: 0;
  vertical-align: middle;
}

.mbsc-windows.mbsc-calendar-month-name {
  font-size: 0.875em;
  vertical-align: middle;
}

.mbsc-windows.mbsc-calendar-month-name.mbsc-ltr {
  margin-left: 0.5em;
}

.mbsc-windows.mbsc-calendar-month-name.mbsc-rtl {
  margin-right: 0.5em;
}

.mbsc-windows.mbsc-calendar-day-inner {
  display: block;
}

.mbsc-windows.mbsc-calendar-day-empty:after {
  display: none;
}

.mbsc-windows.mbsc-calendar-day-text {
  border-radius: 2em;
  display: inline-block;
  font-size: 0.875em;
  line-height: 2.285715em;
  margin: 0 0.5em;
}

.mbsc-windows.mbsc-calendar-marks {
  bottom: 0.25em;
}

.mbsc-windows.mbsc-calendar-label-background {
  background: currentColor;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-title {
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.461538em;
  padding: 0 0.307693em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day {
  font-size: 0.875em;
  height: 2.142858em;
  line-height: 2.142858em;
  padding: 0 0.5em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day:after {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 4em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-text {
  text-align: center;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 4.75em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks {
  bottom: 0.5em;
  padding: 0 0.625em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 0.6em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr, .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr, .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr {
  text-align: left;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl, .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl, .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl {
  text-align: right;
}

.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-calendar-day-labels {
  text-align: center;
}

.mbsc-windows.mbsc-calendar-grid-view .mbsc-calendar-title {
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.461538em;
  padding: 0 0.307693em;
}

.mbsc-windows.mbsc-calendar, .mbsc-windows.mbsc-calendar-button.mbsc-button {
  color: #333;
}

.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-active {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #333;
}

.mbsc-windows.mbsc-calendar-wrapper-fixed {
  border-bottom: 1px solid #e6e6e6;
}

.mbsc-windows.mbsc-calendar-slide {
  background: #fff;
  color: #333;
}

.mbsc-windows.mbsc-calendar-week-day {
  color: #666;
}

.mbsc-windows.mbsc-calendar-today, .mbsc-windows.mbsc-calendar-week-nr {
  color: #0078d7;
}

.mbsc-windows.mbsc-range-day {
  border-left-color: rgba(0, 120, 215, 0.25);
}

.mbsc-windows.mbsc-range-day-end.mbsc-rtl, .mbsc-windows.mbsc-range-day-start.mbsc-ltr {
  border-left-color: transparent;
}

.mbsc-windows.mbsc-range-hover .mbsc-calendar-cell-inner {
  border-bottom-color: rgba(51, 51, 51, 0.1);
  border-style: dashed;
  border-top-color: rgba(51, 51, 51, 0.1);
}

.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner, .mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner {
  background: rgba(0, 120, 215, 0.25);
}

.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner {
  background-color: #0078d7;
}

.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}

.mbsc-windows.mbsc-calendar-day-colors.mbsc-selected:after {
  border: 2px solid #0078d7;
}

.mbsc-windows.mbsc-calendar-cell.mbsc-focus:after {
  border: 1px solid #333;
}

.mbsc-windows.mbsc-calendar-cell.mbsc-hover:after {
  background: rgba(51, 51, 51, 0.1);
}

.mbsc-windows.mbsc-calendar-mark {
  background: rgba(51, 51, 51, 0.5);
}

.mbsc-windows.mbsc-calendar-label {
  color: #0078d7;
}

.mbsc-windows.mbsc-calendar-label-inner {
  color: #fff;
}

.mbsc-windows.mbsc-calendar-label.mbsc-calendar-label-active {
  outline: 1px solid #333;
}

.mbsc-windows.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #333;
}

.mbsc-windows.mbsc-calendar-height-md .mbsc-calendar-week-day, .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day, .mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day:after {
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-calendar-popup .mbsc-popup, .mbsc-windows.mbsc-calendar-popup .mbsc-popup-arrow {
  background: #fff;
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-calendar-month-title {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-calendar, .mbsc-windows-dark.mbsc-calendar-button.mbsc-button {
  color: #fff;
}

.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-active {
  background: #676767;
  border-color: #676767;
}

.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #fff;
}

.mbsc-windows-dark.mbsc-calendar-wrapper-fixed {
  border-bottom: 1px solid #343434;
}

.mbsc-windows-dark.mbsc-calendar-slide {
  background: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-calendar-week-day {
  color: #ccc;
}

.mbsc-windows-dark.mbsc-calendar-today, .mbsc-windows-dark.mbsc-calendar-week-nr {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-range-day {
  border-left-color: rgba(0, 120, 215, 0.25);
}

.mbsc-windows-dark.mbsc-range-day-end.mbsc-rtl, .mbsc-windows-dark.mbsc-range-day-start.mbsc-ltr {
  border-left-color: transparent;
}

.mbsc-windows-dark.mbsc-range-hover .mbsc-calendar-cell-inner {
  border-bottom-color: hsla(0, 0%, 100%, 0.22);
  border-style: dashed;
  border-top-color: hsla(0, 0%, 100%, 0.22);
}

.mbsc-windows-dark.mbsc-range-day .mbsc-calendar-cell-inner, .mbsc-windows-dark.mbsc-selected .mbsc-calendar-cell-inner {
  background: rgba(0, 120, 215, 0.25);
}

.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner {
  background-color: #0078d7;
}

.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}

.mbsc-windows-dark.mbsc-calendar-day-colors.mbsc-selected:after {
  border: 2px solid #0078d7;
}

.mbsc-windows-dark.mbsc-calendar-cell.mbsc-focus:after {
  border: 1px solid #fff;
}

.mbsc-windows-dark.mbsc-calendar-cell.mbsc-hover:after {
  background: hsla(0, 0%, 100%, 0.22);
}

.mbsc-windows-dark.mbsc-calendar-mark {
  background: hsla(0, 0%, 100%, 0.5);
}

.mbsc-windows-dark.mbsc-calendar-label {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-calendar-label-inner {
  color: #fff;
}

.mbsc-windows-dark.mbsc-calendar-label.mbsc-calendar-label-active {
  outline: 1px solid #fff;
}

.mbsc-windows-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #fff;
}

.mbsc-windows-dark.mbsc-calendar-height-md .mbsc-calendar-week-day, .mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day, .mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day:after {
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup, .mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup-arrow {
  background: #1a1a1a;
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-calendar-month-title {
  color: #0078d7;
}
@keyframes mbsc-zoom-in-up {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-zoom-in-down {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-zoom-out-up {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes mbsc-zoom-out-down {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.mbsc-calendar {
  position: relative;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mbsc-calendar-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mbsc-calendar-header {
  position: relative;
  will-change: opacity;
  z-index: 1;
}

.mbsc-calendar-header .mbsc-calendar-week-days {
  margin-left: -1px;
}

.mbsc-calendar-controls {
  align-items: center;
  box-sizing: content-box;
  min-height: 2.5em;
}

.mbsc-calendar-button.mbsc-button.mbsc-reset {
  margin: 0;
}

.mbsc-calendar-button-prev-multi {
  order: -1;
}

.mbsc-calendar-button-next-multi {
  order: 1;
}

.mbsc-calendar-body {
  box-sizing: border-box;
  overflow: hidden;
}

.mbsc-calendar-body-inner {
  margin-left: -1px;
  overflow: hidden;
  position: relative;
}

.mbsc-calendar-wrapper-fixed {
  height: auto;
  overflow: visible;
}

.mbsc-calendar-title-wrapper {
  align-items: center;
  overflow: hidden;
}

.mbsc-calendar-title {
  display: inline-block;
  font-size: 1.125em;
  overflow: hidden;
  padding: 0 0.25em;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.mbsc-calendar-scroll-wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mbsc-calendar-picker-wrapper {
  height: 15em;
  overflow: hidden;
  position: relative;
  width: 15em;
}

.mbsc-calendar-picker {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mbsc-calendar-picker-main {
  position: relative;
  z-index: 0;
}

.mbsc-calendar-picker-in-up {
  animation: mbsc-zoom-in-up 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
  opacity: 0;
}

.mbsc-calendar-picker-in-down {
  animation: mbsc-zoom-in-down 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
  opacity: 0;
}

.mbsc-calendar-picker-out-up {
  animation: mbsc-zoom-out-up 0.2s cubic-bezier(0.4, 0, 1, 1) forwards;
  opacity: 0;
}

.mbsc-calendar-picker-out-down {
  animation: mbsc-zoom-out-down 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
  opacity: 0;
}

.mbsc-calendar-scroll-wrapper > div {
  height: 100%;
}

.mbsc-calendar-scroll-wrapper > div > div {
  height: 100%;
  transform: translateZ(0);
}

.mbsc-calendar-slide {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mbsc-calendar-slide.mbsc-ltr {
  left: 0;
}

.mbsc-calendar-slide.mbsc-rtl {
  right: 0;
}

.mbsc-calendar-slide:first-child {
  position: relative;
}

.mbsc-calendar-table {
  height: 100%;
  transform: translateZ(0);
}

.mbsc-calendar-cell {
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.mbsc-calendar-cell:focus {
  outline: 0;
}

.mbsc-calendar-cell-inner {
  display: inline-block;
  padding: 0 0.25em;
  vertical-align: middle;
}

.mbsc-calendar-cell.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-calendar-week-day {
  border-bottom: 1px solid transparent;
  font-size: 0.6875em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.mbsc-calendar-month, .mbsc-calendar-year {
  vertical-align: middle;
}

.mbsc-calendar-month-text, .mbsc-calendar-year-text {
  box-sizing: border-box;
  margin: 0.875em 0;
  min-width: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-calendar-day {
  min-width: 0;
  text-align: center;
}

.mbsc-calendar-day-empty {
  cursor: default;
}

.mbsc-calendar-day-text {
  box-sizing: content-box;
  display: inline-block;
  text-align: center;
}

.mbsc-calendar-day-inner {
  border: 1px solid transparent;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

.mbsc-calendar-day-hidden {
  visibility: hidden;
}

.mbsc-calendar-month-name {
  display: none;
}

.mbsc-calendar-width-md .mbsc-calendar-month-name {
  display: inline-block;
  font-weight: 700;
}

.mbsc-calendar-day-outer .mbsc-calendar-day-text, .mbsc-calendar-day-outer .mbsc-calendar-month-name {
  opacity: 0.5;
}

.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-day-text, .mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-month-name {
  opacity: 1;
}

.mbsc-disabled .mbsc-calendar-cell-text, .mbsc-disabled .mbsc-calendar-month-name {
  opacity: 0.2;
}

.mbsc-calendar-day-highlight:before {
  background: rgba(0, 0, 0, 0.1);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mbsc-calendar-day-marked {
  padding-bottom: 0.25em;
}

.mbsc-calendar-marks {
  height: 0.375em;
  left: 0;
  margin-top: -0.125em;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
}

.mbsc-calendar-mark {
  border-radius: 0.25em;
  display: inline-block;
  height: 0.25em;
  margin: 0.0625em;
  vertical-align: top;
  width: 0.25em;
}

.mbsc-calendar-labels {
  left: -1px;
  position: absolute;
  right: -1px;
}

.mbsc-calendar-label-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mbsc-calendar-label {
  padding: 0 0.3em;
}

.mbsc-calendar-text:focus {
  outline: 0;
}

.mbsc-calendar-label-text {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  z-index: 2;
}

.mbsc-calendar-label-background, .mbsc-calendar-text:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.2s;
  z-index: 0;
}

.mbsc-calendar-label.mbsc-calendar-label-hover:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.mbsc-calendar-text-more {
  padding: 0 0.3em;
}

.mbsc-calendar-text-more.mbsc-calendar-label-active:before, .mbsc-calendar-text-more.mbsc-calendar-label-hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.mbsc-calendar-text {
  display: block;
  font-size: 0.625em;
  height: 1.6em;
  line-height: 1.6em;
  margin: 0 0.1em 0.2em 0.2em;
  position: relative;
  white-space: nowrap;
}

.mbsc-calendar-text-placeholder {
  z-index: -1;
}

.mbsc-calendar-text.mbsc-ltr {
  text-align: left;
}

.mbsc-calendar-text.mbsc-rtl {
  text-align: right;
}

.mbsc-calendar-label-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.5em;
  z-index: 2;
}

.mbsc-calendar-label-resize:after {
  background: #fff;
  border: 1px solid;
  border-radius: 0.8em;
  box-sizing: border-box;
  content: "";
  display: none;
  height: 0.8em;
  margin-top: -0.4em;
  position: absolute;
  top: 50%;
  width: 0.8em;
}

.mbsc-calendar-label-resize-end.mbsc-rtl, .mbsc-calendar-label-resize-start.mbsc-ltr {
  left: 0;
}

.mbsc-calendar-label-resize-end.mbsc-ltr, .mbsc-calendar-label-resize-start.mbsc-rtl {
  right: 0;
}

.mbsc-calendar-label-resize-end.mbsc-rtl:after, .mbsc-calendar-label-resize-start.mbsc-ltr:after {
  left: -0.4em;
}

.mbsc-calendar-label-resize-end.mbsc-ltr:after, .mbsc-calendar-label-resize-start.mbsc-rtl:after {
  right: -0.4em;
}

.mbsc-calendar-label-resize-end-touch:before, .mbsc-calendar-label-resize-start-touch:before {
  content: "";
  height: 2em;
  margin-top: -1em;
  position: absolute;
  top: 50%;
  width: 2em;
}

.mbsc-calendar-label-resize-start-touch:before {
  left: -1em;
}

.mbsc-calendar-label-resize-end-touch:before {
  right: -1em;
}

.mbsc-calendar-label-dragging .mbsc-calendar-label-resize:after, .mbsc-calendar-label-hover .mbsc-calendar-label-resize:after {
  display: block;
}

.mbsc-calendar-label-inactive {
  opacity: 0.4;
}

.mbsc-calendar-label-hidden {
  visibility: hidden;
}

.mbsc-calendar-labels-dragging {
  z-index: 3;
}

.mbsc-calendar-grid {
  overflow: auto;
  padding: 0 2%;
}

.mbsc-calendar-grid .mbsc-calendar-table {
  margin: 0 5%;
  width: 90%;
}

.mbsc-calendar-grid-item {
  margin: 1em 0;
  padding-top: 2.5em;
}

.mbsc-calendar-month-title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  margin: -2em 10% 0;
  padding-bottom: 0.8em;
}

.mbsc-calendar-body-inner-variable {
  overflow-y: auto;
}

.mbsc-calendar-body-inner-variable .mbsc-calendar-table {
  min-height: 20em;
}

.mbsc-ios.mbsc-form-control-wrapper {
  margin-top: -1px;
}

.mbsc-ios.mbsc-form-control-wrapper.mbsc-error {
  z-index: 2;
}

.mbsc-ios.mbsc-form-control-wrapper:after, .mbsc-ios.mbsc-form-control-wrapper:before {
  border-top: 1px solid transparent;
  content: "";
  position: absolute;
}

.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before {
  left: 1em;
  right: 0;
}

.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before {
  left: 0;
  right: 1em;
}

.mbsc-ios.mbsc-form-control-wrapper:before {
  top: 0;
}

.mbsc-ios.mbsc-form-control-wrapper:after {
  bottom: 0;
}

.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:last-child:after {
  left: 0;
}

.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:last-child:after {
  right: 0;
}

.mbsc-ios.mbsc-description.mbsc-disabled, .mbsc-ios.mbsc-form-control-label.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child, .mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child:before, .mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child:after, .mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title, .mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper:before {
  border-width: 0;
}

.mbsc-ios.mbsc-form-control-wrapper {
  background: #fff;
}

.mbsc-ios.mbsc-form-control-wrapper:after, .mbsc-ios.mbsc-form-control-wrapper:before {
  border-color: #ccc;
}

.mbsc-ios.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-error:after {
  border-color: #d8332a;
}

.mbsc-ios-dark.mbsc-form-control-wrapper {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-form-control-wrapper:after, .mbsc-ios-dark.mbsc-form-control-wrapper:before {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before, .mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error:after {
  border-color: #d8332a;
}

.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-form-control-wrapper {
  background: #2b2b2b;
}

.mbsc-material.mbsc-description.mbsc-disabled, .mbsc-material.mbsc-form-control-label.mbsc-disabled, .mbsc-windows.mbsc-description.mbsc-disabled, .mbsc-windows.mbsc-form-control-label.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-form-control-label {
  display: block;
}

.mbsc-form-control-input {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl {
  z-index: 1;
}

.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:after, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:before {
  left: 3.375em;
}

.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:after, .mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:before {
  right: 3.375em;
}

.mbsc-ios.mbsc-textfield-inner {
  flex: 1 auto;
  position: static;
  z-index: -1;
}

.mbsc-ios.mbsc-textfield-inner.mbsc-disabled {
  opacity: 0.5;
}

.mbsc-ios.mbsc-textfield {
  background: transparent;
  display: flex;
  height: 2.75em;
  padding: 0 1em;
}

.mbsc-ios.mbsc-textfield-has-icon-left {
  padding-left: 3.375em;
}

.mbsc-ios.mbsc-textfield-has-icon-right {
  padding-right: 3.375em;
}

.mbsc-ios.mbsc-textfield-floating, .mbsc-ios.mbsc-textfield-stacked {
  height: 3.5em;
  padding-top: 1.25em;
}

.mbsc-ios.mbsc-textfield-icon {
  top: 0.625em;
  z-index: 1;
}

.mbsc-ios.mbsc-textfield-icon-left {
  left: 0.9375em;
}

.mbsc-ios.mbsc-textfield-icon-right {
  right: 0.9375em;
}

.mbsc-ios.mbsc-textfield-icon-floating, .mbsc-ios.mbsc-textfield-icon-stacked {
  top: 1em;
}

.mbsc-ios.mbsc-label-inline {
  line-height: 2.75em;
}

.mbsc-ios.mbsc-label-inline.mbsc-ltr {
  padding-left: 1em;
}

.mbsc-ios.mbsc-label-inline.mbsc-rtl {
  padding-right: 1em;
}

.mbsc-ios.mbsc-label-stacked {
  font-size: 0.75em;
  line-height: 1em;
  top: 0.666667em;
}

.mbsc-ios.mbsc-label-stacked.mbsc-ltr {
  left: 1.333334em;
}

.mbsc-ios.mbsc-label-stacked.mbsc-rtl {
  right: 1.333334em;
}

.mbsc-ios.mbsc-label-floating {
  line-height: 2em;
  top: 0.875em;
}

.mbsc-ios.mbsc-label-floating.mbsc-ltr {
  left: 1em;
}

.mbsc-ios.mbsc-label-floating.mbsc-rtl {
  right: 1em;
}

.mbsc-ios.mbsc-label-floating-active.mbsc-label {
  transform: translateY(-0.75em) scale(0.75);
}

.mbsc-ios.mbsc-label.mbsc-disabled {
  opacity: 0.5;
}

.mbsc-ios.mbsc-error-message {
  display: block;
  line-height: 1.666667em;
  padding: 0 1.333334em;
}

.mbsc-ios.mbsc-error-message-underline {
  position: static;
}

.mbsc-ios.mbsc-error-message-has-icon-left.mbsc-ltr {
  padding-left: 4.5em;
}

.mbsc-ios.mbsc-error-message-has-icon-right.mbsc-rtl {
  padding-right: 4.5em;
}

.mbsc-ios .mbsc-textfield-wrapper-underline {
  overflow: hidden;
}

.mbsc-ios.mbsc-textfield-underline-inline-has-icon-left.mbsc-ltr {
  padding-left: 1em;
}

.mbsc-ios.mbsc-textfield-underline-inline-has-icon-right.mbsc-rtl {
  padding-right: 1em;
}

.mbsc-ios.mbsc-label-underline {
  margin: 0;
}

.mbsc-ios.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr {
  left: 4.5em;
}

.mbsc-ios.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl {
  right: 4.5em;
}

.mbsc-ios.mbsc-label-underline-inline-has-icon-left.mbsc-ltr {
  padding-left: 3.375em;
}

.mbsc-ios.mbsc-label-underline-inline-has-icon-right.mbsc-rtl {
  padding-right: 3.375em;
}

.mbsc-ios.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
  left: 3.375em;
}

.mbsc-ios.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
  right: 3.375em;
}

.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-ltr {
  padding-left: 1.333334em;
}

.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-rtl {
  padding-right: 1.333334em;
}

.mbsc-ios.mbsc-textfield-wrapper-box, .mbsc-ios.mbsc-textfield-wrapper-outline {
  margin: 1.5em 1em;
}

.mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font:after, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font:before, .mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font:after, .mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font:before {
  border: none;
}

.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
  border: 1px solid transparent;
  border-radius: 0.5em;
}

.mbsc-ios.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textfield-inner-outline {
  position: relative;
}

.mbsc-ios.mbsc-label-box-stacked-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr {
  left: 4.5em;
}

.mbsc-ios.mbsc-label-box-stacked-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl {
  right: 4.5em;
}

.mbsc-ios.mbsc-label-box-floating, .mbsc-ios.mbsc-label-box-stacked, .mbsc-ios.mbsc-label-outline-floating, .mbsc-ios.mbsc-label-outline-stacked {
  margin: 0 1px;
}

.mbsc-ios.mbsc-label-box-floating-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-outline-floating-has-icon-left.mbsc-ltr {
  left: 3.375em;
}

.mbsc-ios.mbsc-label-box-floating-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-outline-floating-has-icon-right.mbsc-rtl {
  right: 3.375em;
}

.mbsc-ios.mbsc-error-message-box, .mbsc-ios.mbsc-error-message-outline {
  margin: 0 1px;
}

.mbsc-ios.mbsc-select.mbsc-ltr {
  padding-right: 3.375em;
}

.mbsc-ios.mbsc-select.mbsc-rtl {
  padding-left: 3.375em;
}

.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 4.875em;
}

.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 4.875em;
}

.mbsc-ios.mbsc-select-icon {
  top: 0.625em;
}

.mbsc-ios.mbsc-select-icon-floating, .mbsc-ios.mbsc-select-icon-stacked {
  top: 1em;
}

.mbsc-ios.mbsc-select-icon.mbsc-ltr {
  right: 0.9375em;
}

.mbsc-ios.mbsc-select-icon.mbsc-rtl {
  left: 0.9375em;
}

.mbsc-ios.mbsc-select-icon-right.mbsc-ltr {
  right: 3.375em;
}

.mbsc-ios.mbsc-select-icon-left.mbsc-rtl {
  left: 3.375em;
}

.mbsc-ios.mbsc-textarea {
  border: 0;
  height: 3em;
}

.mbsc-ios.mbsc-textarea.mbsc-textfield-floating, .mbsc-ios.mbsc-textarea.mbsc-textfield-stacked {
  padding-top: 0;
}

.mbsc-ios.mbsc-textarea-inner {
  padding-bottom: 0.625em;
  padding-top: 0.625em;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border: 1px solid transparent;
  border-radius: 0.5em;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-floating, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked {
  padding-top: 1.375em;
}

.mbsc-ios.mbsc-textfield-tags-inner {
  padding-bottom: 0;
  padding-top: 0;
}

.mbsc-ios.mbsc-textfield.mbsc-textfield-tags {
  min-height: 2.75em;
  padding-bottom: 0.3125em;
  padding-top: 0.3125em;
}

.mbsc-ios.mbsc-textfield-tags.mbsc-textfield-floating, .mbsc-ios.mbsc-textfield-tags.mbsc-textfield-stacked {
  min-height: 2.125em;
  padding-bottom: 0;
  padding-top: 0;
}

.mbsc-ios.mbsc-textfield-tag {
  border-radius: 1em;
}

.mbsc-ios.mbsc-textfield-wrapper {
  background: none;
}

.mbsc-ios.mbsc-textfield-wrapper-underline {
  background: #fff;
}

.mbsc-ios.mbsc-label, .mbsc-ios.mbsc-textfield {
  color: #000;
}

.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
  background: #fff;
}

.mbsc-ios.mbsc-textfield-outline {
  border-color: #ccc;
}

.mbsc-ios.mbsc-select-icon, .mbsc-ios.mbsc-textfield-icon {
  color: #8c8c8c;
}

.mbsc-ios.mbsc-textfield-box.mbsc-error, .mbsc-ios.mbsc-textfield-outline.mbsc-error {
  border-color: #d8332a;
}

.mbsc-ios.mbsc-error-message {
  color: #d8332a;
}

.mbsc-ios.mbsc-select, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #fff;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border-color: #ccc;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-error {
  border-color: #d8332a;
}

.mbsc-ios.mbsc-textfield-tag {
  background: #dedede;
}

.mbsc-ios.mbsc-textfield-tag-clear {
  color: #8c8c8c;
}

.mbsc-ios-dark.mbsc-textfield-wrapper {
  background: none;
}

.mbsc-ios-dark.mbsc-textfield-wrapper-underline {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-label, .mbsc-ios-dark.mbsc-textfield {
  color: #fff;
}

.mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-textfield-outline {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-textfield-outline {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-select-icon, .mbsc-ios-dark.mbsc-textfield-icon {
  color: #fff;
}

.mbsc-ios-dark.mbsc-textfield-box.mbsc-error, .mbsc-ios-dark.mbsc-textfield-outline.mbsc-error {
  border-color: #d8332a;
}

.mbsc-ios-dark.mbsc-error-message {
  color: #d8332a;
}

.mbsc-ios-dark.mbsc-select, .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-textarea-inner.mbsc-error {
  border-color: #d8332a;
}

.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper {
  background: none;
}

.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-select, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-outline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper-underline {
  background: #2b2b2b;
}

.mbsc-ios-dark.mbsc-textfield-tag {
  background: #3b3b3b;
}

.mbsc-ios-dark.mbsc-textfield-tag-clear {
  color: #fff;
}

.mbsc-material.mbsc-textfield-wrapper {
  box-sizing: border-box;
  margin: 1.5em 1em;
}

.mbsc-material.mbsc-textfield-inner.mbsc-disabled {
  opacity: 0.5;
}

.mbsc-material.mbsc-textfield {
  background-color: transparent;
  border-bottom: 1px solid;
  display: block;
  font-size: 1em;
  height: 2.25em;
  transition: border-color 0.2s;
  width: 100%;
}

.mbsc-material.mbsc-textfield-has-icon-left {
  padding-left: 2em;
}

.mbsc-material.mbsc-textfield-has-icon-right {
  padding-right: 2em;
}

.mbsc-material.mbsc-textfield-icon {
  top: 0.375em;
}

.mbsc-material.mbsc-textfield-icon-floating, .mbsc-material.mbsc-textfield-icon-outline, .mbsc-material.mbsc-textfield-icon-stacked {
  top: 1em;
}

.mbsc-material .mbsc-textfield-ripple {
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 2;
}

.mbsc-material .mbsc-textfield-ripple-active {
  transform: scaleX(1);
}

.mbsc-material.mbsc-label {
  font-size: 0.75em;
}

.mbsc-material.mbsc-label-inline {
  font-size: 1em;
  line-height: 2em;
}

.mbsc-material.mbsc-label-inline.mbsc-ltr {
  padding-right: 0.5em;
}

.mbsc-material.mbsc-label-inline.mbsc-rtl {
  padding-left: 0.5em;
}

.mbsc-material.mbsc-label-floating {
  font-size: 1em;
  line-height: 1.5em;
  top: 1.125em;
}

.mbsc-material.mbsc-label-floating-active {
  transform: translateY(-1.125em) scale(0.75);
}

.mbsc-material.mbsc-label.mbsc-disabled {
  opacity: 0.5;
}

.mbsc-material.mbsc-error-message.mbsc-ltr {
  left: 0;
}

.mbsc-material.mbsc-error-message.mbsc-rtl {
  right: 0;
}

.mbsc-material.mbsc-error-message-has-icon-left.mbsc-ltr {
  left: 2.66667em;
}

.mbsc-material.mbsc-error-message-has-icon-right.mbsc-rtl {
  right: 2.66667em;
}

.mbsc-material.mbsc-textfield-underline-floating, .mbsc-material.mbsc-textfield-underline-stacked {
  height: 3em;
  padding-top: 0.875em;
}

.mbsc-material.mbsc-textfield-icon-underline {
  top: 0.25em;
}

.mbsc-material.mbsc-textfield-icon-underline.mbsc-textfield-icon-floating, .mbsc-material.mbsc-textfield-icon-underline.mbsc-textfield-icon-stacked {
  top: 1.125em;
}

.mbsc-material.mbsc-label-underline-inline {
  padding-top: 1px;
}

.mbsc-material.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr {
  left: 2.66667em;
}

.mbsc-material.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl {
  right: 2.66667em;
}

.mbsc-material.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
  left: 2em;
}

.mbsc-material.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
  right: 2em;
}

.mbsc-material.mbsc-textfield-box, .mbsc-material.mbsc-textfield-inner-box {
  border-radius: 0.25em 0.25em 0 0;
}

.mbsc-material.mbsc-textfield-box {
  padding: 0 1em;
}

.mbsc-material.mbsc-textfield-box-floating, .mbsc-material.mbsc-textfield-box-stacked {
  height: 3.5em;
  padding-top: 1.25em;
}

.mbsc-material.mbsc-textfield-underline.mbsc-disabled {
  border-style: dotted;
}

.mbsc-material.mbsc-label-box-inline {
  padding-top: 1px;
}

.mbsc-material.mbsc-label-box-stacked {
  top: 0.666667em;
}

.mbsc-material.mbsc-label-box-floating {
  top: 1em;
}

.mbsc-material.mbsc-label-box-floating.mbsc-label-floating-active {
  transform: translateY(-0.625em) scale(0.75);
}

.mbsc-material.mbsc-textfield-inner-outline {
  padding: 0 2px;
}

.mbsc-material.mbsc-textfield-outline {
  border: 0;
  border-radius: 4px;
  height: 3.5em;
  padding: 2px 1em;
}

.mbsc-material.mbsc-textfield-fieldset {
  border: 1px solid;
  border-radius: 4px;
  top: -0.5em;
  transition: border-color 0.2s;
}

.mbsc-material.mbsc-textfield-fieldset-has-icon-left {
  padding-left: 3em;
}

.mbsc-material.mbsc-textfield-fieldset-has-icon-right {
  padding-right: 3em;
}

.mbsc-material.mbsc-textfield-fieldset.mbsc-focus {
  border-width: 2px;
}

.mbsc-material.mbsc-textfield-legend {
  color: transparent;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 0.01px;
}

.mbsc-material.mbsc-textfield-legend-active {
  margin: 0 -0.333334em;
  padding: 0 0.333334em;
  width: auto;
}

.mbsc-material.mbsc-label-outline-inline {
  line-height: 3.375em;
}

.mbsc-material.mbsc-label-outline-stacked {
  margin: 0 2px;
  top: -0.5em;
}

.mbsc-material.mbsc-label-outline-floating {
  margin: 0 2px;
  top: 1em;
}

.mbsc-material.mbsc-label-outline-floating.mbsc-label-floating-active {
  margin-top: -1px;
  transform: translateY(-1.5em) scale(0.75);
}

.mbsc-material.mbsc-error-message-outline {
  margin: 0 2px;
}

.mbsc-material.mbsc-textfield-box-has-icon-left, .mbsc-material.mbsc-textfield-outline-has-icon-left {
  padding-left: 3em;
}

.mbsc-material.mbsc-textfield-box-has-icon-right, .mbsc-material.mbsc-textfield-outline-has-icon-right {
  padding-right: 3em;
}

.mbsc-material.mbsc-textfield-icon-box-left, .mbsc-material.mbsc-textfield-icon-outline-left {
  left: 0.75em;
}

.mbsc-material.mbsc-textfield-icon-box-right, .mbsc-material.mbsc-textfield-icon-outline-right {
  right: 0.75em;
}

.mbsc-material.mbsc-label-box-stacked.mbsc-ltr, .mbsc-material.mbsc-label-outline-stacked.mbsc-ltr {
  left: 1.333334em;
}

.mbsc-material.mbsc-label-box-stacked.mbsc-rtl, .mbsc-material.mbsc-label-outline-stacked.mbsc-rtl {
  right: 1.333334em;
}

.mbsc-material.mbsc-label-box-stacked-has-icon-left.mbsc-ltr, .mbsc-material.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr {
  left: 4em;
}

.mbsc-material.mbsc-label-box-stacked-has-icon-right.mbsc-rtl, .mbsc-material.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl {
  right: 4em;
}

.mbsc-material.mbsc-label-box-floating.mbsc-ltr, .mbsc-material.mbsc-label-outline-floating.mbsc-ltr {
  left: 1em;
}

.mbsc-material.mbsc-label-box-floating.mbsc-rtl, .mbsc-material.mbsc-label-outline-floating.mbsc-rtl {
  right: 1em;
}

.mbsc-material.mbsc-label-box-floating-has-icon-left.mbsc-ltr, .mbsc-material.mbsc-label-outline-floating-has-icon-left.mbsc-ltr {
  left: 3em;
}

.mbsc-material.mbsc-label-box-floating-has-icon-left.mbsc-rtl, .mbsc-material.mbsc-label-outline-floating-has-icon-left.mbsc-rtl {
  right: 1em;
}

.mbsc-material.mbsc-label-box-floating-has-icon-right.mbsc-rtl, .mbsc-material.mbsc-label-outline-floating-has-icon-right.mbsc-rtl {
  right: 3em;
}

.mbsc-material.mbsc-error-message-box.mbsc-ltr, .mbsc-material.mbsc-error-message-outline.mbsc-ltr {
  left: 1.333334em;
}

.mbsc-material.mbsc-error-message-box.mbsc-rtl, .mbsc-material.mbsc-error-message-outline.mbsc-rtl {
  right: 1.333334em;
}

.mbsc-material.mbsc-error-message-box.mbsc-error-message-has-icon-left.mbsc-ltr, .mbsc-material.mbsc-error-message-outline.mbsc-error-message-has-icon-left.mbsc-ltr {
  left: 4em;
}

.mbsc-material.mbsc-error-message-box.mbsc-error-message-has-icon-right.mbsc-rtl, .mbsc-material.mbsc-error-message-outline.mbsc-error-message-has-icon-right.mbsc-rtl {
  right: 4em;
}

.mbsc-material.mbsc-select.mbsc-ltr {
  padding-right: 3em;
}

.mbsc-material.mbsc-select.mbsc-rtl {
  padding-left: 3em;
}

.mbsc-material.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 4.5em;
}

.mbsc-material.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 4.5em;
}

.mbsc-material.mbsc-select.mbsc-textfield-underline-has-icon-right.mbsc-ltr {
  padding-right: 3.75em;
}

.mbsc-material.mbsc-select.mbsc-textfield-underline-has-icon-left.mbsc-rtl {
  padding-left: 3.75em;
}

.mbsc-material.mbsc-select-icon {
  top: 0.375em;
}

.mbsc-material.mbsc-select-icon.mbsc-ltr {
  right: 0.75em;
}

.mbsc-material.mbsc-select-icon.mbsc-rtl {
  left: 0.75em;
}

.mbsc-material.mbsc-select-icon-right.mbsc-ltr {
  right: 3em;
}

.mbsc-material.mbsc-select-icon-left.mbsc-rtl {
  left: 3em;
}

.mbsc-material.mbsc-select-icon-floating, .mbsc-material.mbsc-select-icon-outline, .mbsc-material.mbsc-select-icon-stacked {
  top: 1em;
}

.mbsc-material.mbsc-select-icon-underline {
  top: 0.25em;
}

.mbsc-material.mbsc-select-icon-underline.mbsc-ltr {
  right: 0;
}

.mbsc-material.mbsc-select-icon-underline.mbsc-rtl {
  left: 0;
}

.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-right.mbsc-ltr {
  right: 2.25em;
}

.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-left.mbsc-rtl {
  left: 2.25em;
}

.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-floating, .mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-stacked {
  top: 1.125em;
}

.mbsc-material.mbsc-textarea {
  height: 1.875em;
  padding-bottom: 0.375em;
}

.mbsc-material.mbsc-textarea.mbsc-textfield-floating, .mbsc-material.mbsc-textarea.mbsc-textfield-stacked {
  padding-top: 0;
}

.mbsc-material.mbsc-textarea.mbsc-textfield-outline {
  height: 1.5em;
  padding-bottom: 0;
  padding-top: 0;
}

.mbsc-material.mbsc-textarea.mbsc-textfield-underline {
  padding-bottom: 0.3125em;
}

.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-box {
  padding-top: 0.375em;
}

.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-floating, .mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-stacked {
  padding-top: 1.625em;
}

.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  padding-bottom: 1em;
  padding-top: 1em;
}

.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline {
  padding-top: 0.25em;
}

.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline.mbsc-textfield-inner-floating, .mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline.mbsc-textfield-inner-stacked {
  padding-top: 1.125em;
}

.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-inline, .mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-underline {
  padding-top: 0;
}

.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-outline {
  padding-bottom: 0.625em;
  padding-top: 0.625em;
}

.mbsc-material.mbsc-textfield-tags.mbsc-textfield {
  min-height: 2.25em;
  padding-bottom: 0;
}

.mbsc-material.mbsc-textfield-tags.mbsc-textfield-outline {
  padding-bottom: 1px;
  padding-top: 1px;
}

.mbsc-material.mbsc-textfield-tag {
  border-radius: 1em;
}

.mbsc-material.mbsc-textfield {
  border-bottom-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.mbsc-material.mbsc-textfield.mbsc-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.mbsc-material.mbsc-textfield.mbsc-error {
  border-color: #de3226;
}

.mbsc-material.mbsc-select-icon, .mbsc-material.mbsc-textfield-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mbsc-material.mbsc-textfield-ripple {
  background-color: #1a73e8;
}

.mbsc-material.mbsc-textfield-ripple.mbsc-error {
  background-color: #de3226;
}

.mbsc-material.mbsc-label {
  color: rgba(0, 0, 0, 0.6);
}

.mbsc-material.mbsc-label-floating.mbsc-focus, .mbsc-material.mbsc-label-stacked.mbsc-focus {
  color: #1a73e8;
}

.mbsc-material.mbsc-error-message, .mbsc-material.mbsc-label.mbsc-error {
  color: #de3226;
}

.mbsc-material.mbsc-select {
  background: #fff;
}

.mbsc-material.mbsc-textfield-box.mbsc-select, .mbsc-material.mbsc-textfield-inner-box {
  background: #f5f5f5;
}

.mbsc-material.mbsc-textfield-box.mbsc-select.mbsc-hover, .mbsc-material.mbsc-textfield-inner-box.mbsc-hover {
  background: #ededed;
}

.mbsc-material.mbsc-textfield-box.mbsc-select.mbsc-focus, .mbsc-material.mbsc-textfield-inner-box.mbsc-focus {
  background: #e3e3e3;
}

.mbsc-material.mbsc-textfield-fieldset {
  border-color: rgba(0, 0, 0, 0.42);
}

.mbsc-material.mbsc-textfield-fieldset.mbsc-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.mbsc-material.mbsc-textfield-fieldset.mbsc-focus {
  border-color: #1a73e8;
}

.mbsc-material.mbsc-textfield-fieldset.mbsc-error {
  border-color: #de3226;
}

.mbsc-material.mbsc-textfield-fieldset.disabled {
  border-color: rgba(0, 0, 0, 0.87);
}

.mbsc-material.mbsc-textfield-tag {
  background: #d4d4d4;
}

.mbsc-material.mbsc-textfield-tag-clear {
  color: rgba(0, 0, 0, 0.54);
}

.mbsc-material-dark.mbsc-textfield {
  border-bottom-color: #fff;
  color: #fff;
}

.mbsc-material-dark.mbsc-textfield.mbsc-hover {
  border-color: #fff;
}

.mbsc-material-dark.mbsc-textfield.mbsc-error {
  border-color: #de3226;
}

.mbsc-material-dark.mbsc-select-icon, .mbsc-material-dark.mbsc-textfield-icon {
  color: #fff;
}

.mbsc-material-dark.mbsc-textfield-ripple {
  background-color: #87b0f3;
}

.mbsc-material-dark.mbsc-textfield-ripple.mbsc-error {
  background-color: #de3226;
}

.mbsc-material-dark.mbsc-label {
  color: hsla(0, 0%, 100%, 0.6);
}

.mbsc-material-dark.mbsc-label-floating.mbsc-focus, .mbsc-material-dark.mbsc-label-stacked.mbsc-focus {
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-error-message, .mbsc-material-dark.mbsc-label.mbsc-error {
  color: #de3226;
}

.mbsc-material-dark.mbsc-select {
  background: #000;
}

.mbsc-material-dark.mbsc-textfield-box.mbsc-select, .mbsc-material-dark.mbsc-textfield-inner-box {
  background: #0a0a0a;
}

.mbsc-material-dark.mbsc-textfield-box.mbsc-select.mbsc-hover, .mbsc-material-dark.mbsc-textfield-inner-box.mbsc-hover {
  background: #121212;
}

.mbsc-material-dark.mbsc-textfield-box.mbsc-select.mbsc-focus, .mbsc-material-dark.mbsc-textfield-inner-box.mbsc-focus {
  background: #1c1c1c;
}

.mbsc-material-dark.mbsc-textfield-fieldset, .mbsc-material-dark.mbsc-textfield-fieldset.mbsc-hover {
  border-color: #fff;
}

.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-focus {
  border-color: #87b0f3;
}

.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-error {
  border-color: #de3226;
}

.mbsc-material-dark.mbsc-textfield-fieldset.disabled {
  border-color: #fff;
}

.mbsc-material-dark.mbsc-textfield-tag {
  background: #454545;
}

.mbsc-material-dark.mbsc-textfield-tag-clear {
  color: #fff;
}

.mbsc-windows.mbsc-textfield-wrapper {
  margin: 1em;
}

.mbsc-windows.mbsc-textfield-wrapper-inline {
  margin: 1.75em 1em;
}

.mbsc-windows.mbsc-textfield-wrapper-floating {
  padding-top: 1.75em;
}

.mbsc-windows.mbsc-textfield {
  border: 1px solid;
  border-radius: 2px;
  height: 2em;
  padding: 0 0.5em;
}

.mbsc-windows.mbsc-textfield-icon {
  height: 1.125em;
  line-height: 1.125em;
  margin: 0 1px;
  top: 0.4375em;
  width: 1.125em;
}

.mbsc-windows.mbsc-textfield-has-icon-right {
  padding-right: 2em;
}

.mbsc-windows.mbsc-textfield-has-icon-left {
  padding-left: 2em;
}

.mbsc-windows.mbsc-textfield-icon-left {
  left: 0.4375em;
}

.mbsc-windows.mbsc-textfield-icon-right {
  right: 0.4375em;
}

.mbsc-windows.mbsc-error-message {
  font-size: 0.75em;
}

.mbsc-windows.mbsc-label {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 2em;
}

.mbsc-windows.mbsc-label-inline {
  line-height: 2.285715em;
}

.mbsc-windows.mbsc-label-floating {
  top: 2.142858em;
}

.mbsc-windows.mbsc-label-stacked {
  position: static;
}

.mbsc-windows.mbsc-label-floating.mbsc-ltr {
  transform: translateX(0.571429em);
}

.mbsc-windows.mbsc-label-floating.mbsc-rtl {
  transform: translateX(-0.5em);
}

.mbsc-windows.mbsc-label-box-floating-has-icon-left.mbsc-ltr, .mbsc-windows.mbsc-label-outline-floating-has-icon-left.mbsc-ltr, .mbsc-windows.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
  transform: translateX(2.285715em);
}

.mbsc-windows.mbsc-label-box-floating-has-icon-right.mbsc-rtl, .mbsc-windows.mbsc-label-outline-floating-has-icon-right.mbsc-rtl, .mbsc-windows.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
  transform: translateX(-2.285715em);
}

.mbsc-windows.mbsc-label.mbsc-label-floating-active {
  transform: translateY(-2.142858em);
}

.mbsc-windows.mbsc-textfield-wrapper-underline {
  border-bottom: 1px solid;
}

.mbsc-windows.mbsc-textfield-underline {
  border: 0;
  border-radius: 0;
}

.mbsc-windows.mbsc-select.mbsc-ltr {
  padding-right: 2em;
}

.mbsc-windows.mbsc-select.mbsc-rtl {
  padding-left: 2em;
}

.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 3.125em;
}

.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 3.125em;
}

.mbsc-windows.mbsc-select-icon {
  height: 1.125em;
  line-height: 1.125em;
  margin: 0 1px;
  top: 0.4375em;
  width: 1.125em;
}

.mbsc-windows.mbsc-select-icon.mbsc-ltr {
  right: 0.4375em;
}

.mbsc-windows.mbsc-select-icon.mbsc-rtl {
  left: 0.4375em;
}

.mbsc-windows.mbsc-select-icon-right.mbsc-ltr {
  right: 2em;
}

.mbsc-windows.mbsc-select-icon-left.mbsc-rtl {
  left: 2em;
}

.mbsc-windows.mbsc-textarea {
  height: 3.5em;
  padding-bottom: 0.1875em;
  padding-top: 0.1875em;
}

.mbsc-windows.mbsc-textfield.mbsc-textfield-tags {
  min-height: 2em;
  padding: 0.125em;
}

.mbsc-windows.mbsc-textfield-tag {
  margin: 0.125em;
}

.mbsc-windows.mbsc-textfield-tag.mbsc-ltr {
  margin-right: 0.125em;
}

.mbsc-windows.mbsc-textfield-tag.mbsc-rtl {
  margin-left: 0.125em;
}

.mbsc-windows.mbsc-textfield-tag-text {
  line-height: 1.571429em;
}

.mbsc-windows.mbsc-textfield-tag-clear.mbsc-icon {
  border-width: 0.125em;
  height: 1.375em;
  width: 1.375em;
}

.mbsc-windows.mbsc-textfield-tags-placeholder {
  line-height: 1.625em;
  padding: 0 0.375em;
}

.mbsc-windows.mbsc-textfield-wrapper {
  color: #333;
}

.mbsc-windows.mbsc-textfield-wrapper.mbsc-disabled {
  color: #9e9e9e;
}

.mbsc-windows.mbsc-textfield {
  background: #fff;
  color: #333;
}

.mbsc-windows.mbsc-textfield-box, .mbsc-windows.mbsc-textfield-outline {
  border-color: #878787;
}

.mbsc-windows.mbsc-textfield.mbsc-hover {
  border-color: #333;
}

.mbsc-windows.mbsc-textfield-box.mbsc-focus, .mbsc-windows.mbsc-textfield-outline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: inset 0 0 0 1px #0078d7;
}

.mbsc-windows.mbsc-textfield.mbsc-disabled {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.mbsc-windows.mbsc-textfield.mbsc-error {
  border-color: #a4262c;
}

.mbsc-windows.mbsc-textfield-box.mbsc-error.mbsc-focus, .mbsc-windows.mbsc-textfield-outline.mbsc-error.mbsc-focus {
  box-shadow: inset 0 0 0 1px #a4262c;
}

.mbsc-windows.mbsc-error-message {
  color: #a4262c;
}

.mbsc-windows.mbsc-label {
  color: #333;
}

.mbsc-windows.mbsc-textfield-wrapper-underline {
  border-color: #878787;
}

.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-hover {
  border-color: #333;
}

.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: 0 1px 0 0 #0078d7;
}

.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-disabled {
  border-color: #f2f2f2;
}

.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error {
  border-color: #a4262c;
}

.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus {
  box-shadow: 0 1px 0 0 #a4262c;
}

.mbsc-windows.mbsc-textfield-tag {
  background: #e6e6e6;
}

.mbsc-windows-dark.mbsc-textfield-wrapper {
  color: #fff;
}

.mbsc-windows-dark.mbsc-textfield-wrapper.mbsc-disabled {
  color: #949494;
}

.mbsc-windows-dark.mbsc-textfield {
  background: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-textfield-box, .mbsc-windows-dark.mbsc-textfield-outline {
  border-color: #ababab;
}

.mbsc-windows-dark.mbsc-textfield.mbsc-hover {
  border-color: #fff;
}

.mbsc-windows-dark.mbsc-textfield-box.mbsc-focus, .mbsc-windows-dark.mbsc-textfield-outline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: inset 0 0 0 1px #0078d7;
}

.mbsc-windows-dark.mbsc-textfield.mbsc-disabled {
  background: #272727;
  border-color: #272727;
}

.mbsc-windows-dark.mbsc-textfield.mbsc-error {
  border-color: #a4262c;
}

.mbsc-windows-dark.mbsc-textfield-box.mbsc-error.mbsc-focus, .mbsc-windows-dark.mbsc-textfield-outline.mbsc-error.mbsc-focus {
  box-shadow: inset 0 0 0 1px #a4262c;
}

.mbsc-windows-dark.mbsc-error-message {
  color: #a4262c;
}

.mbsc-windows-dark.mbsc-label {
  color: #fff;
}

.mbsc-windows-dark.mbsc-textfield-wrapper-underline {
  border-color: #ababab;
}

.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-hover {
  border-color: #fff;
}

.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: 0 1px 0 0 #0078d7;
}

.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-disabled {
  border-color: #272727;
}

.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error {
  border-color: #a4262c;
}

.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus {
  box-shadow: 0 1px 0 0 #a4262c;
}

.mbsc-windows-dark.mbsc-textfield-tag {
  background: #5f5f5f;
}
@keyframes autofill {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.mbsc-textfield-wrapper {
  display: block;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}

.mbsc-textfield-wrapper-inline {
  display: flex;
}

.mbsc-form-grid .mbsc-textfield-wrapper-box, .mbsc-form-grid .mbsc-textfield-wrapper-outline {
  margin: 0.75em 1em;
}

.mbsc-textfield-inner {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.mbsc-textfield-inner-inline {
  flex: 1 auto;
}

.mbsc-textfield {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.mbsc-textfield:-webkit-autofill {
  animation-name: autofill;
}

.mbsc-textfield::-webkit-inner-spin-button {
  align-self: center;
  height: 2em;
}

.mbsc-textfield::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.mbsc-textfield::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.mbsc-textfield-floating:-ms-input-placeholder {
  color: transparent;
}

.mbsc-textfield-floating::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-textfield-floating::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mbsc-textfield-floating::-webkit-datetime-edit {
  color: transparent;
}

.mbsc-textfield-floating-active:-ms-input-placeholder {
  color: inherit;
}

.mbsc-textfield-floating-active::-moz-placeholder {
  opacity: 0.5;
}

.mbsc-textfield-floating-active::-webkit-input-placeholder {
  opacity: 0.5;
}

.mbsc-textfield-floating-active::-webkit-datetime-edit {
  color: inherit;
}

.mbsc-textfield-floating .mbsc-textfield-tags-placeholder {
  opacity: 0;
  transition: opacity 0.2s;
}

.mbsc-textfield-floating-active .mbsc-textfield-tags-placeholder {
  opacity: 0.5;
}

.mbsc-textfield-fieldset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-textfield-icon {
  position: absolute;
  text-align: center;
  top: 0;
}

.mbsc-textfield-icon-left {
  left: 0;
}

.mbsc-textfield-icon-right {
  right: 0;
}

.mbsc-label {
  line-height: 1em;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.mbsc-label-inline {
  -moz-box-flex: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: 12.5em;
  overflow: hidden;
  pointer-events: auto;
  position: static;
  width: 30%;
}

.mbsc-label-floating-animate {
  transition: transform 0.2s;
}

.mbsc-label-floating.mbsc-ltr {
  transform-origin: top left;
}

.mbsc-label-floating.mbsc-rtl {
  transform-origin: top right;
}

.mbsc-error-message {
  font-size: 0.75em;
  line-height: 1.5em;
  position: absolute;
  top: 100%;
}

.mbsc-textfield-file {
  left: 0;
  opacity: 0;
  position: absolute;
}

.mbsc-select {
  cursor: pointer;
}

.mbsc-select-icon {
  pointer-events: none;
  position: absolute;
  text-align: center;
}

.mbsc-textarea {
  line-height: 1.5em;
  overflow: hidden;
  resize: none;
}

.mbsc-toggle-icon:hover {
  cursor: pointer;
}

.mbsc-textfield.mbsc-textfield-hidden.mbsc-textarea {
  border: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea {
  display: block;
  height: auto;
  max-height: 5.5em;
  overflow: auto;
}

.mbsc-textfield-tag {
  display: inline-block;
  line-height: normal;
  margin: 0.25em 0;
}

.mbsc-textfield-tag.mbsc-ltr {
  margin-right: 0.5em;
  padding-left: 0.75em;
}

.mbsc-textfield-tag.mbsc-rtl {
  margin-left: 0.5em;
  padding-right: 0.75em;
}

.mbsc-textfield-tag-text {
  font-size: 0.875em;
  line-height: 1.857143em;
}

.mbsc-textfield-tag-clear.mbsc-icon {
  border: 0.25em solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  height: 1.625em;
  vertical-align: top;
  width: 1.625em;
}

.mbsc-textfield-tags-placeholder {
  line-height: 2.125em;
  opacity: 0.5;
}

.mbsc-material.mbsc-scroller-wheel-wrapper {
  margin: 0 0.25em;
  padding: 0.5em 0;
}

.mbsc-material.mbsc-scroller-wheel-cont:after, .mbsc-material.mbsc-scroller-wheel-cont:before {
  border-top-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.mbsc-material.mbsc-scroller-wheel-cont:after {
  bottom: -2px;
}

.mbsc-material.mbsc-scroller-wheel-cont:before {
  top: -2px;
}

.mbsc-material.mbsc-scroller-wheel-group {
  padding: 2em 0.25em;
}

.mbsc-material.mbsc-scroller-wheel-item {
  font-size: 1.375em;
  padding: 0 0.272727em;
  text-align: center;
}

.mbsc-material.mbsc-wheel-item-multi {
  padding: 0 2em;
}

.mbsc-material.mbsc-scroller-wheel-header {
  font-size: 1.125em;
  font-weight: 700;
}

.mbsc-material.mbsc-wheel-checkmark {
  border-radius: 0.1875em;
  box-sizing: border-box;
  display: none;
  height: 1.3em;
  margin-top: -0.55em;
  position: absolute;
  top: 50%;
  width: 1.3em;
}

.mbsc-material.mbsc-wheel-checkmark:after {
  border: 0.125em solid;
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.4375em;
  left: 0.27273em;
  opacity: 0;
  position: absolute;
  top: 0.27273em;
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease-out;
  width: 0.8125em;
}

.mbsc-material.mbsc-wheel-checkmark.mbsc-selected:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.mbsc-material.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0.25em;
}

.mbsc-material.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0.25em;
}

.mbsc-material.mbsc-wheel-item-multi .mbsc-material.mbsc-wheel-checkmark {
  display: block;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-group {
  padding: 0;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper {
  margin: 0;
  padding: 0;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  font-size: 1em;
  padding: 0 1.25em;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi {
  padding: 0 2em;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi.mbsc-ltr {
  text-align: left;
}

.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi.mbsc-rtl {
  text-align: right;
}

.mbsc-material.mbsc-scroller-wheel-cont:after, .mbsc-material.mbsc-scroller-wheel-cont:before {
  border-color: #1a73e8;
}

.mbsc-material.mbsc-scroller-wheel-multi:after, .mbsc-material.mbsc-scroller-wheel-multi:before {
  border-color: transparent;
}

.mbsc-material.mbsc-scroller-wheel-header.mbsc-focus, .mbsc-material.mbsc-scroller-wheel-item.mbsc-active, .mbsc-material.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-material.mbsc-scroller-wheel-item.mbsc-hover {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-material.mbsc-wheel-checkmark:after {
  border-color: #1a73e8;
}

.mbsc-material-dark.mbsc-scroller-wheel-cont:after, .mbsc-material-dark.mbsc-scroller-wheel-cont:before {
  border-color: #87b0f3;
}

.mbsc-material-dark.mbsc-scroller-wheel-multi:after, .mbsc-material-dark.mbsc-scroller-wheel-multi:before {
  border-color: transparent;
}

.mbsc-material-dark.mbsc-scroller-wheel-header.mbsc-focus, .mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-hover {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-material-dark.mbsc-wheel-checkmark:after {
  border-color: #87b0f3;
}

.mbsc-ios.mbsc-scroller-wheel-multi.mbsc-scroller-wheel-cont-3d {
  visibility: hidden;
}

.mbsc-ios.mbsc-scroller-wheel-group-cont {
  padding: 0 0.625em;
}

.mbsc-ios.mbsc-scroller-wheel-group {
  padding: 0.625em;
}

.mbsc-ios.mbsc-wheel-group-checkmark {
  padding: 0.625em 0;
}

.mbsc-ios.mbsc-scroller-wheel-3d {
  overflow: visible;
}

.mbsc-ios.mbsc-scroller-wheel-line {
  border-radius: 0.5em;
  display: block;
  margin: 0 0.625em;
  z-index: 1;
}

.mbsc-ios.mbsc-scroller-wheel-overlay {
  display: block;
}

.mbsc-ios.mbsc-scroller-wheel-item {
  border-radius: 0.5em;
  box-sizing: border-box;
  font-size: 1.25em;
  padding: 0 0.5em;
  text-align: center;
}

.mbsc-ios.mbsc-scroller-wheel-item-3d {
  font-size: 1.125em;
}

.mbsc-ios.mbsc-wheel-item-checkmark {
  padding-left: 1.75em;
  padding-right: 1.75em;
}

.mbsc-ios.mbsc-scroller-wheel-header {
  font-size: 0.875em;
}

.mbsc-ios.mbsc-wheel-checkmark {
  display: none;
  height: 1.75em;
  margin-top: -0.875em;
  position: absolute;
  top: 50%;
  width: 1.75em;
}

.mbsc-ios.mbsc-wheel-checkmark:after {
  border: 0.125em solid;
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.375em;
  left: 26%;
  opacity: 0;
  position: absolute;
  top: 32%;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease-in-out;
  width: 0.75em;
}

.mbsc-ios.mbsc-wheel-checkmark.mbsc-selected:after {
  opacity: 1;
}

.mbsc-ios.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0;
}

.mbsc-ios.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-ios.mbsc-wheel-item-checkmark .mbsc-wheel-checkmark, .mbsc-ios.mbsc-wheel-item-multi .mbsc-ios.mbsc-wheel-checkmark {
  display: block;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group, .mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group-cont {
  padding: 0;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper {
  padding: 0.1875em 0;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-overlay {
  display: none;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  font-size: 1em;
  margin: 0 0.1875em;
  padding: 0 0.75em;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-line {
  margin: 0 0.1875em;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-ltr {
  padding-left: 1.75em;
  text-align: left;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-rtl {
  padding-right: 1.75em;
  text-align: right;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-header {
  font-size: 0.75em;
  font-weight: 700;
}

.mbsc-ios.mbsc-scroller {
  background: #fff;
}

.mbsc-ios.mbsc-scroller-bottom, .mbsc-ios.mbsc-scroller-top {
  background: #d1d5db;
}

.mbsc-ios.mbsc-scroller-wheel-overlay {
  background: linear-gradient(#fff, hsla(0, 0%, 100%, 0) 52%, hsla(0, 0%, 100%, 0) 0, #fff);
}

.mbsc-ios.mbsc-scroller-wheel-overlay-bottom, .mbsc-ios.mbsc-scroller-wheel-overlay-top {
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 0, #d1d5db);
}

.mbsc-ios.mbsc-scroller-wheel-line {
  background: rgba(0, 0, 0, 0.1);
}

.mbsc-ios.mbsc-scroller-wheel-item {
  color: #9e9e9e;
}

.mbsc-ios.mbsc-scroller-wheel-header.mbsc-focus, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-hover {
  background: rgba(0, 122, 255, 0.15);
}

.mbsc-ios.mbsc-scroller-wheel-item-2d, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
  color: #000;
}

.mbsc-ios.mbsc-scroller-wheel-cont-3d {
  background: #fff;
}

.mbsc-ios.mbsc-scroller-wheel-item-3d {
  color: #a3a3a3;
}

.mbsc-ios.mbsc-scroller-wheel-header, .mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #000;
}

.mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #007aff;
}

.mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d, .mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d {
  background: #d1d5db;
}

.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller, .mbsc-ios.mbsc-scroller-pointer.mbsc-scroller-inline, .mbsc-ios.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
  background: #fff;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #000;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #007aff;
}

.mbsc-ios-dark.mbsc-scroller, .mbsc-ios-dark.mbsc-scroller-bottom, .mbsc-ios-dark.mbsc-scroller-top {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-scroller-wheel-overlay, .mbsc-ios-dark.mbsc-scroller-wheel-overlay-bottom, .mbsc-ios-dark.mbsc-scroller-wheel-overlay-top {
  background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 0, #1c1c1c);
}

.mbsc-ios-dark.mbsc-scroller-wheel-line {
  background: hsla(0, 0%, 100%, 0.1);
}

.mbsc-ios-dark.mbsc-scroller-wheel-item {
  color: #9e9e9e;
}

.mbsc-ios-dark.mbsc-scroller-wheel-header.mbsc-focus, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-hover {
  background: rgba(255, 159, 10, 0.15);
}

.mbsc-ios-dark.mbsc-scroller-wheel-item-2d, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-selected {
  color: #fff;
}

.mbsc-ios-dark.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-scroller-wheel-item-3d {
  color: #666;
}

.mbsc-ios-dark.mbsc-scroller-wheel-header, .mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #fff;
}

.mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller, .mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller-inline, .mbsc-ios-dark.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d, .mbsc-ios-dark.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d, .mbsc-ios-dark.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #fff;
}

.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #ff9f0a;
}

.mbsc-windows.mbsc-scroller {
  position: relative;
}

.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-ltr {
  border-left: 0;
}

.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-rtl {
  border-right: 0;
}

.mbsc-windows.mbsc-scroller-wheel-item {
  box-sizing: border-box;
  padding: 0 0.5em;
  text-align: center;
}

.mbsc-windows.mbsc-wheel-item-multi {
  padding: 0 2.0625em;
}

.mbsc-windows.mbsc-wheel-item-multi.mbsc-ltr {
  text-align: left;
}

.mbsc-windows.mbsc-wheel-item-multi.mbsc-rtl {
  text-align: right;
}

.mbsc-windows.mbsc-scroller-wheel-line {
  display: block;
  z-index: 1;
}

.mbsc-windows.mbsc-scroller-wheel-header {
  font-size: 1.375em;
}

.mbsc-windows.mbsc-wheel-checkmark {
  box-sizing: border-box;
  display: none;
  height: 1.5625em;
  margin-top: -0.8125em;
  position: absolute;
  top: 50%;
  width: 1.5625em;
}

.mbsc-windows.mbsc-wheel-checkmark:after {
  border: 0.125em solid;
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.475em;
  left: 21%;
  opacity: 0;
  position: absolute;
  top: 28%;
  transform: rotate(-45deg);
  width: 0.875em;
}

.mbsc-windows.mbsc-wheel-checkmark.mbsc-selected:after {
  opacity: 1;
}

.mbsc-windows.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0.25em;
}

.mbsc-windows.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0.25em;
}

.mbsc-windows.mbsc-wheel-item-multi .mbsc-windows.mbsc-wheel-checkmark {
  display: block;
}

.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  padding: 0 1.25em;
}

.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-item-multi {
  padding: 0 2.0625em;
}

.mbsc-windows.mbsc-scroller-bar:after {
  border-radius: 0;
}

.mbsc-windows.mbsc-scroller-wheel-wrapper {
  border-color: #e6e6e6;
  color: #333;
}

.mbsc-windows.mbsc-scroller-wheel-line {
  background: rgba(0, 120, 215, 0.4);
}

.mbsc-windows.mbsc-scroller-wheel-header.mbsc-focus, .mbsc-windows.mbsc-scroller-wheel-item.mbsc-active, .mbsc-windows.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-windows.mbsc-scroller-wheel-item.mbsc-hover {
  background: rgba(51, 51, 51, 0.1);
}

.mbsc-windows.mbsc-wheel-checkmark:after {
  border-color: #0078d7;
}

.mbsc-windows-dark.mbsc-scroller-wheel-wrapper {
  border-color: #343434;
  color: #fff;
}

.mbsc-windows-dark.mbsc-scroller-wheel-line {
  background: rgba(0, 120, 215, 0.4);
}

.mbsc-windows-dark.mbsc-scroller-wheel-header.mbsc-focus, .mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.1);
}

.mbsc-windows-dark.mbsc-wheel-checkmark:after {
  border-color: #0078d7;
}

.mbsc-scroller {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.mbsc-scroller-wheel-group-cont {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.mbsc-scroller-wheel-group-cont:first-child:last-child {
  display: block;
}

.mbsc-scroller-wheel-group {
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.mbsc-scroller-wheel-group-3d {
  perspective: 100em;
}

.mbsc-scroller-wheel-wrapper {
  display: block;
  max-width: 100%;
  min-width: 80px;
  position: relative;
  touch-action: none;
}

.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper-0:last-child {
  flex: 1 1 auto;
}

.mbsc-scroller-wheel-line {
  top: 50%;
  transform: translateY(-50%);
}

.mbsc-scroller-wheel-line, .mbsc-scroller-wheel-overlay {
  display: none;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.mbsc-scroller-wheel-overlay {
  bottom: 0;
  top: 0;
  z-index: 2;
}

.mbsc-scroller-wheel {
  display: block;
  margin: -1px 0;
  overflow: hidden;
}

.mbsc-scroller-wheel, .mbsc-scroller-wheel-cont {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.mbsc-scroller-wheel-cont {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.mbsc-scroller-wheel-cont-3d {
  border: 0;
  overflow: hidden;
}

.mbsc-scroller-wheel-cont-3d > div {
  position: relative;
  top: -1px;
}

.mbsc-scroller-items-3d, .mbsc-scroller-wheel-3d, .mbsc-scroller-wheel-wrapper-3d {
  transform-style: preserve-3d;
}

.mbsc-scroller-items-3d {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mbsc-scroller .mbsc-scroller-wheel, .mbsc-scroller .mbsc-scroller-wheel-cont {
  box-sizing: content-box;
}

.mbsc-scroller-wheel-item {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-scroller-wheel-header:focus, .mbsc-scroller-wheel-item:focus {
  outline: 0;
}

.mbsc-scroller-wheel-item-3d {
  backface-visibility: hidden;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-scroller-wheel-item.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-scroller-wheel-header {
  display: block;
  padding: 0 0.5em;
}

.mbsc-scroller-wheel-header.mbsc-ltr {
  text-align: left;
}

.mbsc-scroller-wheel-header.mbsc-rtl {
  text-align: right;
}

.mbsc-scroller-bar-cont {
  background: rgba(0, 0, 0, 0.05);
  bottom: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: opacity 0.2s;
  width: 10px;
  z-index: 4;
}

.mbsc-scroller-bar-cont.mbsc-ltr {
  right: 0;
}

.mbsc-scroller-bar-cont.mbsc-rtl {
  left: 0;
}

.mbsc-scroller-bar-hidden {
  display: none;
}

.mbsc-scroller-bar-started, .mbsc-scroller-wheel:hover .mbsc-scroller-bar-cont {
  opacity: 1;
}

.mbsc-scroller-bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.mbsc-scroller-bar:after {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.mbsc-ios.mbsc-datetime-year-wheel .mbsc-scroller-wheel-item {
  min-width: 3.8em;
}

.mbsc-ios.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item {
  text-align: left;
}

.mbsc-ios.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-day-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item {
  text-align: right;
}

.mbsc-windows.mbsc-datetime-date-wheel.mbsc-scroller-wheel-wrapper {
  min-width: 120px;
}

.mbsc-windows.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item, .mbsc-windows.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item {
  text-align: left;
}

.mbsc-windows.mbsc-datetime-date-wheel.mbsc-rtl .mbsc-scroller-wheel-item, .mbsc-windows.mbsc-datetime-month-wheel.mbsc-rtl .mbsc-scroller-wheel-item {
  text-align: right;
}

.mbsc-ios.mbsc-segmented {
  border-radius: 0.5625em;
  margin: 0.75em;
  padding: 0.0625em;
  position: relative;
}

.mbsc-ios.mbsc-segmented-item:before {
  border-left: 1px solid;
  bottom: 0.3125em;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0.3125em;
  transition: opacity 0.2s ease-in-out;
}

.mbsc-ios.mbsc-segmented-item.mbsc-ltr:before {
  left: 0;
}

.mbsc-ios.mbsc-segmented-item.mbsc-rtl:before {
  right: 0;
}

.mbsc-ios.mbsc-segmented-item-selected + .mbsc-segmented-item:before, .mbsc-ios.mbsc-segmented-item-selected:before, .mbsc-ios.mbsc-segmented-item:first-child:before {
  opacity: 0;
}

.mbsc-ios.mbsc-segmented-selectbox {
  border-radius: 0.4375em;
  bottom: 0;
  display: none;
  left: 0;
  padding: 0.0625em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected {
  display: block;
}

.mbsc-ios.mbsc-segmented-selectbox-animate {
  transition: transform 0.2s ease-in-out;
}

.mbsc-ios.mbsc-segmented-selectbox-inner {
  border-radius: 0.4375em;
  height: 100%;
  transition: transform 0.1s ease-in-out;
  visibility: hidden;
}

.mbsc-ios.mbsc-segmented-selectbox-inner-visible {
  visibility: visible;
}

.mbsc-ios.mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
  transform-origin: left;
}

.mbsc-ios.mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
  transform-origin: right;
}

.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95);
}

.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95) translateX(0.0625em);
}

.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95) translateX(-0.0625em);
}

.mbsc-ios.mbsc-segmented-button.mbsc-icon-button {
  height: 2.307693em;
}

.mbsc-ios.mbsc-segmented-button.mbsc-button {
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 0;
  font-size: 0.8125em;
  line-height: 2.307693em;
  margin: 0;
  padding: 0 0.615385em;
  transition: opacity 0.1s ease-out, background-color 0.1s ease-out, transform 0.1s ease-in-out;
}

.mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-hover {
  opacity: 1;
}

.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item-selected .mbsc-segmented-button {
  transform: scale(0.97, 0.95);
}

.mbsc-ios.mbsc-segmented-item-selected:first-child .mbsc-segmented-button {
  transform-origin: left;
}

.mbsc-ios.mbsc-segmented-item-selected:last-child .mbsc-segmented-button {
  transform-origin: right;
}

.mbsc-ios.mbsc-segmented {
  background: #dedede;
}

.mbsc-ios.mbsc-segmented-item:before {
  border-color: rgba(0, 0, 0, 0.2);
}

.mbsc-ios.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
  box-shadow: inset 0 0 0 0.0625em rgba(0, 0, 0, 0.5);
}

.mbsc-ios.mbsc-segmented-selectbox-inner {
  background: #fff;
}

.mbsc-ios.mbsc-segmented-selectbox-inner.mbsc-selected {
  box-shadow: 3px 3px 8px -4px #bababa;
}

.mbsc-ios.mbsc-segmented-button.mbsc-button {
  background: transparent;
  color: #000;
}

.mbsc-ios.mbsc-segmented-primary {
  background: #3f97f6;
}

.mbsc-ios.mbsc-segmented-secondary {
  background: #90979e;
}

.mbsc-ios.mbsc-segmented-success {
  background: #43be5f;
}

.mbsc-ios.mbsc-segmented-warning {
  background: #f8b042;
}

.mbsc-ios.mbsc-segmented-danger {
  background: #f5504e;
}

.mbsc-ios.mbsc-segmented-info {
  background: #5bb7c5;
}

.mbsc-ios.mbsc-segmented-light {
  background: #fff;
}

.mbsc-ios.mbsc-segmented-dark {
  background: #47494a;
}

.mbsc-ios-dark.mbsc-segmented {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-segmented-item:before {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.mbsc-ios-dark.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
  box-shadow: inset 0 0 0 0.0625em hsla(0, 0%, 100%, 0.5);
}

.mbsc-ios-dark.mbsc-segmented-selectbox-inner {
  background: #5a5a5a;
}

.mbsc-ios-dark.mbsc-segmented-selectbox-inner.mbsc-selected {
  box-shadow: 3px 3px 8px -4px #000;
}

.mbsc-ios-dark.mbsc-segmented-button.mbsc-button {
  background: transparent;
  color: #fff;
}

.mbsc-ios-dark.mbsc-calendar-header .mbsc-ios-dark.mbsc-segmented, .mbsc-ios-dark.mbsc-datepicker .mbsc-segmented, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-segmented {
  background: #2b2b2b;
}

.mbsc-ios-dark.mbsc-segmented-primary {
  background: #3f97f6;
}

.mbsc-ios-dark.mbsc-segmented-secondary {
  background: #90979e;
}

.mbsc-ios-dark.mbsc-segmented-success {
  background: #43be5f;
}

.mbsc-ios-dark.mbsc-segmented-warning {
  background: #f8b042;
}

.mbsc-ios-dark.mbsc-segmented-danger {
  background: #f5504e;
}

.mbsc-ios-dark.mbsc-segmented-info {
  background: #5bb7c5;
}

.mbsc-ios-dark.mbsc-segmented-light {
  background: #fff;
}

.mbsc-ios-dark.mbsc-segmented-dark {
  background: #47494a;
}

.mbsc-material.mbsc-segmented {
  padding: 0.75em;
}

.mbsc-material.mbsc-segmented-selectbox {
  display: none;
}

.mbsc-material.mbsc-segmented-item:first-child .mbsc-segmented-button {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}

.mbsc-material.mbsc-segmented-item:first-child .mbsc-segmented-button.mbsc-rtl {
  border-radius: 0 0.25em 0.25em 0;
  border-right-width: 0.142858em;
}

.mbsc-material.mbsc-segmented-item:last-child .mbsc-segmented-button {
  border-bottom-right-radius: 0.25em;
  border-right-width: 0.142858em;
  border-top-right-radius: 0.25em;
}

.mbsc-material.mbsc-segmented-item:last-child .mbsc-segmented-button.mbsc-rtl {
  border-radius: 0.25em 0 0 0.25em;
  border-right-width: 0;
}

.mbsc-material.mbsc-segmented-button.mbsc-button {
  background: none;
  border: 0.142858em solid transparent;
  border-radius: 0;
  border-right-width: 0;
  box-shadow: none;
  font-size: 0.875em;
  margin: 0;
  min-width: auto;
  padding: 0.285715em 1.142858em;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-hover {
  box-shadow: none;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-focus:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary {
  border-color: #3f97f6;
  color: #3f97f6;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-hover {
  background: rgba(63, 151, 246, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected {
  background: #3f97f6;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary {
  border-color: #90979e;
  color: #90979e;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-hover {
  background: hsla(210, 7%, 59%, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected {
  background: #90979e;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success {
  border-color: #43be5f;
  color: #43be5f;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-hover {
  background: rgba(67, 190, 95, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected {
  background: #43be5f;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger {
  border-color: #f5504e;
  color: #f5504e;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-hover {
  background: rgba(245, 80, 78, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected {
  background: #f5504e;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning {
  border-color: #f8b042;
  color: #f8b042;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-hover {
  background: rgba(248, 176, 66, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected {
  background: #f8b042;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info {
  border-color: #5bb7c5;
  color: #5bb7c5;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-hover {
  background: rgba(91, 183, 197, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected {
  background: #5bb7c5;
}

.mbsc-material.mbsc-segmented-button.mbsc-button {
  border-color: #1a73e8;
  color: #000;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: rgba(0, 0, 0, 0.2);
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #1a73e8;
  color: #fff;
}

.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-focus:after {
  background: rgba(0, 0, 0, 0.2);
}

.mbsc-material-dark.mbsc-segmented-button.mbsc-button {
  border-color: #87b0f3;
  color: #fff;
}

.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #87b0f3;
  color: #000;
}

.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-focus:after {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-windows.mbsc-segmented {
  padding: 0.75em;
}

.mbsc-windows.mbsc-segmented-selectbox {
  display: none;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button {
  border-color: transparent;
  margin: 0;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover {
  border-color: transparent;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-focus {
  z-index: 2;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected {
  background: #3f97f6;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected {
  background: #90979e;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected {
  background: #43be5f;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected {
  background: #f5504e;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected {
  background: #f8b042;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected {
  background: #5bb7c5;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button {
  background: #ccc;
  color: #333;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: #d4d4d4;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #7a7a7a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-segmented-button.mbsc-button {
  background: #404040;
  color: #fff;
}

.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: #454545;
}

.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #ababab;
  color: #000;
}

.mbsc-segmented {
  overflow: hidden;
}

.mbsc-segmented-item {
  flex: 1 1 0;
  font-size: 1em;
  margin: 0;
  min-width: 0;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mbsc-segmented-label {
  display: block;
  margin: 0;
  padding: 0;
}

.mbsc-segmented-input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mbsc-segmented-button.mbsc-button {
  width: 100%;
}

.mbsc-ios.mbsc-timegrid-item {
  border-radius: 2em;
  font-size: 0.875em;
  line-height: 2em;
  margin: 0.5em 0.625em;
}

.mbsc-ios.mbsc-timegrid-item.mbsc-selected, .mbsc-ios.mbsc-timegrid-item:focus, .mbsc-ios.mbsc-timegrid-item:hover {
  font-size: 1em;
  margin: 0 0.25em;
  outline: none;
}

.mbsc-ios.mbsc-timegrid-item:focus, .mbsc-ios.mbsc-timegrid-item:hover {
  background: rgba(0, 122, 255, 0.3);
}

.mbsc-ios.mbsc-timegrid-item.mbsc-selected {
  background: #007aff;
  color: #fff;
}

.mbsc-ios-dark.mbsc-timegrid-item:focus, .mbsc-ios-dark.mbsc-timegrid-item:hover {
  background: rgba(255, 159, 10, 0.3);
}

.mbsc-ios-dark.mbsc-timegrid-item.mbsc-selected {
  background: #ff9f0a;
  color: #fff;
}

.mbsc-material.mbsc-timegrid-item {
  border-radius: 2em;
  font-size: 0.875em;
  line-height: 2em;
  margin: 0.5em 0.625em;
}

.mbsc-material.mbsc-timegrid-item.mbsc-selected, .mbsc-material.mbsc-timegrid-item:focus, .mbsc-material.mbsc-timegrid-item:hover {
  margin: 0 0.25em;
  outline: none;
}

.mbsc-material.mbsc-timegrid-item:focus, .mbsc-material.mbsc-timegrid-item:hover {
  background: rgba(48, 48, 48, 0.1);
}

.mbsc-material.mbsc-timegrid-item.mbsc-selected {
  background: #1a73e8;
  color: #fff;
}

.mbsc-material-dark.mbsc-timegrid-item:focus, .mbsc-material-dark.mbsc-timegrid-item:hover {
  background: hsla(0, 0%, 100%, 0.1);
}

.mbsc-material-dark.mbsc-timegrid-item.mbsc-selected {
  background: #87b0f3;
  color: #000;
}

.mbsc-windows.mbsc-timegrid-item {
  font-size: 14px;
  margin: 0.0625em;
  padding: 1.3125em 0;
}

.mbsc-windows.mbsc-timegrid-item:focus {
  outline: none;
}

.mbsc-windows.mbsc-timegrid-item.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
  color: #333;
}

.mbsc-windows.mbsc-timegrid-item:focus, .mbsc-windows.mbsc-timegrid-item:hover {
  background: rgba(51, 51, 51, 0.1);
}

.mbsc-windows.mbsc-timegrid-item.mbsc-selected:focus, .mbsc-windows.mbsc-timegrid-item.mbsc-selected:hover {
  background: rgba(18, 96, 158, 0.35);
}

.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
  color: #fff;
}

.mbsc-windows-dark.mbsc-timegrid-item:focus, .mbsc-windows-dark.mbsc-timegrid-item:hover {
  background: hsla(0, 0%, 100%, 0.1);
}

.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected:focus, .mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected:hover {
  background: rgba(89, 167, 229, 0.35);
}

.mbsc-datepicker-control-calendar .mbsc-datepicker-tab-timegrid {
  min-height: 10em;
}

.mbsc-datepicker-tab-timegrid {
  min-height: 19em;
}

.mbsc-timegrid-item.mbsc-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.mbsc-datepicker-tab-timegrid.mbsc-datepicker-tab {
  align-items: flex-start;
  overflow: auto;
  position: relative;
  width: 18.5em;
}

.mbsc-timegrid-container {
  bottom: 0;
  display: table;
  left: 0;
  position: absolute;
  right: 0;
  table-layout: fixed;
  top: 0;
  width: 100%;
}

.mbsc-timegrid-row {
  display: table-row;
}

.mbsc-timegrid-cell {
  display: table-cell;
  position: relative;
}

.mbsc-timegrid-cell.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-timegrid-item {
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.mbsc-ios.mbsc-picker .mbsc-popup-overlay-bottom, .mbsc-ios.mbsc-picker .mbsc-popup-overlay-top {
  background: none;
}

.mbsc-ios.mbsc-datepicker-inline {
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin-bottom: -1px;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}

.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner, .mbsc-ios.mbsc-datepicker .mbsc-calendar-grid {
  border-color: transparent;
}

.mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
  font-size: 1.125em;
  height: 1.444445em;
  line-height: 1.444445em;
  margin: 0.16667em;
  width: 1.444445em;
}

.mbsc-ios.mbsc-picker-header {
  border-bottom: 1px solid;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  text-align: center;
}

.mbsc-ios.mbsc-range-control-wrapper {
  overflow: hidden;
  padding: 0 0.75em;
}

.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 17em;
}

.mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 25em;
}

.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented-button {
  display: block;
  padding: 0 0.5em;
}

.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button {
  padding: 0 2.0625em 0 0.5em;
}

.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding: 0 0.5em 0 2.0625em;
}

.mbsc-ios.mbsc-range-control-label, .mbsc-ios.mbsc-range-control-value {
  line-height: 1.538462em;
  text-align: left;
}

.mbsc-ios.mbsc-range-control-label.active, .mbsc-ios.mbsc-range-control-value.active {
  font-weight: 600;
}

.mbsc-ios.mbsc-range-control-label.mbsc-rtl, .mbsc-ios.mbsc-range-control-value.mbsc-rtl {
  text-align: right;
}

.mbsc-ios.mbsc-range-control-label {
  padding: 0.615385em 0.615385em 0;
}

.mbsc-ios.mbsc-range-control-value {
  overflow: hidden;
  padding: 0 0.615385em 0.615385em;
  text-overflow: ellipsis;
}

.mbsc-ios.mbsc-range-control-value.active {
  font-size: 1.076923em;
  line-height: 1.428572em;
  padding: 0 0.571429em 0.571429em;
}

.mbsc-ios.mbsc-range-label-clear {
  height: 1.307693em;
  margin-top: -0.692308em;
  width: 1.307693em;
}

.mbsc-ios.mbsc-range-label-clear.mbsc-ltr {
  right: 1em;
}

.mbsc-ios.mbsc-range-label-clear.mbsc-rtl {
  left: 1em;
}

.mbsc-ios.mbsc-picker .mbsc-popup-arrow, .mbsc-ios.mbsc-picker .mbsc-popup-body {
  background: #fff;
}

.mbsc-ios.mbsc-picker-header {
  border-color: #ccc;
}

.mbsc-ios.mbsc-datepicker .mbsc-calendar, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios.mbsc-datepicker .mbsc-calendar-slide {
  background: #fff;
}

.mbsc-ios.mbsc-datepicker-bottom.mbsc-datepicker-control-date, .mbsc-ios.mbsc-datepicker-top.mbsc-datepicker-control-date {
  background: #d1d5db;
}

.mbsc-ios.mbsc-datepicker-inline {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.mbsc-ios.mbsc-range-control-value.active {
  color: #007aff;
}

.mbsc-ios.mbsc-range-control-text-empty, .mbsc-ios.mbsc-range-control-text-empty.active {
  color: rgba(0, 0, 0, 0.4);
}

.mbsc-ios.mbsc-range-label-clear {
  color: #ccc;
}

.mbsc-ios.mbsc-range-label-clear:hover {
  color: #b2b2b2;
}

.mbsc-ios-dark.mbsc-picker .mbsc-popup-arrow, .mbsc-ios-dark.mbsc-picker .mbsc-popup-body {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-picker-header {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar, .mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-slide, .mbsc-ios-dark.mbsc-datepicker-bottom.mbsc-datepicker-control-date, .mbsc-ios-dark.mbsc-datepicker-top.mbsc-datepicker-control-date {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-datepicker-inline {
  background: #1c1c1c;
  border-color: #333;
  color: #fff;
}

.mbsc-ios-dark.mbsc-range-control-value.active {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-range-control-text-empty, .mbsc-ios-dark.mbsc-range-control-text-empty.active {
  color: hsla(0, 0%, 100%, 0.4);
}

.mbsc-ios-dark.mbsc-range-label-clear {
  color: #333;
}

.mbsc-ios-dark.mbsc-range-label-clear:hover {
  color: #4d4d4d;
}

.mbsc-material.mbsc-picker-header {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0.8em 0.8em 0;
  text-align: center;
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented {
  max-width: 100%;
  padding: 0;
  width: 18.5em;
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  display: block;
  padding: 0.8571422em 1.142857em;
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-ltr {
  text-align: left;
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl {
  text-align: right;
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr {
  padding-right: 2.642857em;
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding-left: 2.642857em;
}

.mbsc-material.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-material.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-material.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-material.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 25em;
}

.mbsc-material.mbsc-range-control-label {
  text-transform: uppercase;
}

.mbsc-material.mbsc-range-control-value {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-material.mbsc-range-label-clear {
  height: 1.3125em;
  margin-top: -0.625em;
  right: 0.75em;
  width: 1.3125em;
}

.mbsc-material.mbsc-range-label-clear.mbsc-ltr {
  right: 0.75em;
}

.mbsc-material.mbsc-range-label-clear.mbsc-rtl {
  left: 0.75em;
}

.mbsc-material.mbsc-datepicker .mbsc-calendar-title {
  font-size: 1.142858em;
  line-height: 1.75em;
}

.mbsc-material.mbsc-calendar-grid .mbsc-calendar-title {
  font-size: 1.428572em;
  line-height: 1.4em;
}

.mbsc-material.mbsc-datepicker .mbsc-calendar-slide {
  background: #fff;
}

.mbsc-material.mbsc-datepicker-inline {
  background: #fff;
  color: #303030;
}

.mbsc-material.mbsc-datepicker-inline .mbsc-calendar-slide {
  background: #fff;
}

.mbsc-material.mbsc-range-control-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mbsc-material.mbsc-range-control-wrapper .mbsc-material.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #1a73e8;
}

.mbsc-material.mbsc-range-control-label.active, .mbsc-material.mbsc-range-control-value.active {
  color: #1a73e8;
}

.mbsc-material.mbsc-range-control-text-empty, .mbsc-material.mbsc-range-control-text-empty.active {
  color: rgba(48, 48, 48, 0.4);
}

.mbsc-material.mbsc-range-label-clear {
  color: #b0b0b0;
}

.mbsc-material.mbsc-range-label-clear:hover {
  color: #7d7d7d;
}

.mbsc-material-dark.mbsc-datepicker .mbsc-calendar-slide {
  background: #303030;
}

.mbsc-material-dark.mbsc-datepicker-inline {
  background: #000;
  color: #fff;
}

.mbsc-material-dark.mbsc-datepicker-inline .mbsc-calendar-slide {
  background: #000;
}

.mbsc-material-dark.mbsc-range-control-wrapper {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.mbsc-material-dark.mbsc-range-control-wrapper .mbsc-material-dark.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #87b0f3;
}

.mbsc-material-dark.mbsc-range-control-label.active, .mbsc-material-dark.mbsc-range-control-value.active {
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-range-control-text-empty, .mbsc-material-dark.mbsc-range-control-text-empty.active {
  color: hsla(0, 0%, 100%, 0.4);
}

.mbsc-material-dark.mbsc-range-label-clear {
  color: gray;
}

.mbsc-material-dark.mbsc-range-label-clear:hover {
  color: #b3b3b3;
}

.mbsc-windows.mbsc-picker-header {
  border-bottom: 1px solid;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
}

.mbsc-windows.mbsc-datepicker-tab {
  border-top: 1px solid;
  margin-top: -1px;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented {
  max-width: 100%;
  padding: 0;
  width: 18.5em;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  line-height: 1.25em;
  padding: 0.625em 1em;
  text-align: left;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl {
  text-align: right;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr {
  padding-right: 1.875em;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding-left: 1.875em;
}

.mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-windows.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-windows.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 26.25em;
}

.mbsc-windows.mbsc-range-control-label {
  font-size: 0.9375em;
  line-height: 1.6em;
}

.mbsc-windows.mbsc-range-control-value {
  font-size: 1.0625em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbsc-windows.mbsc-range-label-clear {
  height: 1em;
  margin-top: -0.5em;
  right: 0.4375em;
  width: 1em;
}

.mbsc-windows.mbsc-range-label-clear.mbsc-ltr {
  right: 0.4375em;
}

.mbsc-windows.mbsc-range-label-clear.mbsc-rtl {
  left: 0.4375em;
}

.mbsc-windows.mbsc-datepicker-inline {
  background: #fff;
  color: #333;
}

.mbsc-windows.mbsc-datepicker-tab, .mbsc-windows.mbsc-picker-header {
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-range-control-wrapper {
  border-bottom: 1px solid #e6e6e6;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #0078d7;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-focus {
  box-shadow: inset 0 0 0 1px #333;
}

.mbsc-windows.mbsc-range-control-label.active, .mbsc-windows.mbsc-range-control-value.active {
  color: #0078d7;
}

.mbsc-windows.mbsc-range-control-text-empty, .mbsc-windows.mbsc-range-control-text-empty.active {
  color: rgba(51, 51, 51, 0.4);
}

.mbsc-windows.mbsc-range-label-clear {
  color: rgba(51, 51, 51, 0.6);
}

.mbsc-windows.mbsc-range-label-clear:hover {
  color: #333;
}

.mbsc-windows-dark.mbsc-datepicker-inline {
  background: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-datepicker-tab, .mbsc-windows-dark.mbsc-picker-header {
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-range-control-wrapper {
  border-bottom: 1px solid #343434;
}

.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #0078d7;
}

.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-focus {
  box-shadow: inset 0 0 0 1px #fff;
}

.mbsc-windows-dark.mbsc-range-control-label.active, .mbsc-windows-dark.mbsc-range-control-value.active {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-range-control-text-empty, .mbsc-windows-dark.mbsc-range-control-text-empty.active {
  color: hsla(0, 0%, 100%, 0.4);
}

.mbsc-windows-dark.mbsc-range-label-clear {
  color: hsla(0, 0%, 100%, 0.6);
}

.mbsc-windows-dark.mbsc-range-label-clear:hover {
  color: #fff;
}

mbsc-datetime {
  display: block;
  width: 100%;
}

.mbsc-datepicker-inline {
  height: 100%;
}

.mbsc-datepicker .mbsc-calendar {
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: 100%;
  padding-bottom: 0.5em;
}

.mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-week-days {
  padding: 0 0.5em;
}

.mbsc-range-control-wrapper .mbsc-segmented-input {
  width: 1px;
}

.mbsc-range-label-clear {
  position: absolute;
  top: 50%;
}

.mbsc-datepicker-tab-wrapper {
  -moz-box-pack: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.mbsc-datepicker-tab {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  visibility: hidden;
}

.mbsc-datepicker-tab-expand {
  height: 100%;
}

.mbsc-datepicker-tab-active {
  visibility: visible;
}

.mbsc-datepicker-time-modal {
  height: 100%;
  left: 0;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.mbsc-datepicker .mbsc-calendar-slide {
  padding: 0 0.5em;
}

.mbsc-ios.mbsc-list-item {
  margin-top: -1px;
  padding: 1em;
}

.mbsc-ios.mbsc-list-item:after, .mbsc-ios.mbsc-list-item:before {
  content: "";
  left: 1em;
  position: absolute;
  right: 0;
}

.mbsc-ios.mbsc-list-item.mbsc-rtl:after, .mbsc-ios.mbsc-list-item.mbsc-rtl:before {
  left: 0;
  right: 1em;
}

.mbsc-ios.mbsc-list-item:before {
  top: 0;
  transition: none;
}

.mbsc-ios.mbsc-list-item:after {
  bottom: 0;
}

.mbsc-ios.mbsc-list-item:first-child:before, .mbsc-ios.mbsc-list-item:last-child:after {
  left: 0;
  right: 0;
}

.mbsc-ios.mbsc-list-item.mbsc-active, .mbsc-ios.mbsc-list-item.mbsc-hover {
  z-index: 3;
}

.mbsc-ios.mbsc-list-item.mbsc-focus, .mbsc-ios.mbsc-list-item.mbsc-selected {
  z-index: 5;
}

.mbsc-ios.mbsc-list-item.mbsc-active:after, .mbsc-ios.mbsc-list-item.mbsc-active:before, .mbsc-ios.mbsc-list-item.mbsc-focus:after, .mbsc-ios.mbsc-list-item.mbsc-focus:before, .mbsc-ios.mbsc-list-item.mbsc-hover:after, .mbsc-ios.mbsc-list-item.mbsc-hover:before, .mbsc-ios.mbsc-list-item.mbsc-selected:after, .mbsc-ios.mbsc-list-item.mbsc-selected:before {
  left: 0;
  right: 0;
}

.mbsc-ios.mbsc-list-header {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 0.75em;
  line-height: 1.5em;
  margin-top: -1px;
  padding: 2.333334em 1.333334em 0.5em;
  text-transform: uppercase;
  z-index: 4;
}

.mbsc-ios.mbsc-list-header:first-child {
  border-top: 0;
  margin-top: 0;
}

.mbsc-ios.mbsc-list-item-background {
  border-radius: 0.5em;
  bottom: 0;
  left: 0;
  margin: 0.25em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease-in-out;
}

.mbsc-ios.mbsc-list-item {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.mbsc-ios.mbsc-list-item:after, .mbsc-ios.mbsc-list-item:before {
  border-top: 1px solid #ccc;
}

.mbsc-ios.mbsc-list-header {
  background: #efeff4;
  border-color: #ccc;
  color: #6e6e72;
}

.mbsc-ios.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-ios-dark.mbsc-list-item {
  background: #000;
  border-color: #333;
  color: #fff;
}

.mbsc-ios-dark.mbsc-list-item:after, .mbsc-ios-dark.mbsc-list-item:before {
  border-top: 1px solid #333;
}

.mbsc-ios-dark.mbsc-list-header {
  background: #1a1a1a;
  border-color: #333;
  color: #8f8f8f;
}

.mbsc-ios-dark.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-material.mbsc-list-header {
  background: #fff;
  color: #1a73e8;
  font-size: 0.875em;
  font-weight: 600;
  margin-top: -1px;
  padding: 0.5714em 1.14285em;
}

.mbsc-material.mbsc-list-item {
  background: #fff;
  color: #303030;
}

.mbsc-material.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-material.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.1);
}

.mbsc-material-dark.mbsc-list-header {
  background: #000;
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-list-item {
  background: #000;
  color: #fff;
}

.mbsc-material-dark.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-material-dark.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.1);
}

.mbsc-windows.mbsc-list-header {
  font-weight: 500;
  line-height: 1.25em;
}

.mbsc-windows.mbsc-list-item {
  line-height: 1.25em;
  padding: 0.5em;
}

.mbsc-windows.mbsc-list-header, .mbsc-windows.mbsc-list-item {
  background: #fff;
  color: #333;
}

.mbsc-windows.mbsc-list-item.mbsc-hover:before {
  background: rgba(51, 51, 51, 0.1);
}

.mbsc-windows.mbsc-list-item.mbsc-active:before {
  background: rgba(51, 51, 51, 0.2);
}

.mbsc-windows-dark.mbsc-list-header, .mbsc-windows-dark.mbsc-list-item {
  background: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-list-item.mbsc-hover:before {
  background: hsla(0, 0%, 100%, 0.22);
}

.mbsc-windows-dark.mbsc-list-item.mbsc-active:before {
  background: hsla(0, 0%, 100%, 0.3);
}

.mbsc-list {
  display: block;
}

.mbsc-list-header, .mbsc-list-item {
  display: flex;
}

.mbsc-list-item {
  box-sizing: border-box;
  line-height: 1.25em;
  list-style: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.mbsc-list-item-actionable {
  cursor: pointer;
}

.mbsc-list-item:before {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.2s ease-out;
  z-index: -1;
}

.mbsc-list-item:focus {
  outline: 0;
}

.mbsc-list-item::-moz-focus-inner {
  border: 0;
}

.mbsc-schedule-grid-wrapper {
  overflow: hidden;
  position: relative;
}

.mbsc-schedule-time-col, .mbsc-timeline-date-col, .mbsc-timeline-resource-col, .mbsc-timeline-sidebar-col {
  -moz-box-flex: 0;
  box-sizing: border-box;
  flex: none;
  width: 4.25em;
}

.mbsc-schedule-grid-scroll, .mbsc-timeline-grid-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: scroll;
}

.mbsc-schedule-all-day-item:after, .mbsc-timeline-day-border:after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
}

.mbsc-schedule-all-day-item.mbsc-ltr:after, .mbsc-timeline-day-border.mbsc-ltr:after {
  border-right-style: solid;
  border-right-width: 1px;
  left: 100%;
}

.mbsc-schedule-all-day-item.mbsc-rtl:after, .mbsc-timeline-day-border.mbsc-rtl:after {
  border-left-style: solid;
  border-left-width: 1px;
  right: 100%;
}

.mbsc-schedule-column.mbsc-ltr, .mbsc-timeline-column.mbsc-rtl, .mbsc-timeline-footer-date.mbsc-rtl, .mbsc-timeline-header-column.mbsc-rtl, .mbsc-timeline-header-date.mbsc-rtl, .mbsc-timeline-resource-footer-cont.mbsc-rtl, .mbsc-timeline-resource-header-cont.mbsc-rtl, .mbsc-timeline-resource.mbsc-rtl, .mbsc-timeline-row-date.mbsc-rtl, .mbsc-timeline-sidebar-footer-cont.mbsc-ltr, .mbsc-timeline-sidebar-header-cont.mbsc-ltr, .mbsc-timeline-sidebar-resource.mbsc-ltr, .mbsc-timeline-slot-header.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-schedule-column.mbsc-rtl, .mbsc-timeline-column.mbsc-ltr, .mbsc-timeline-footer-date.mbsc-ltr, .mbsc-timeline-header-column.mbsc-ltr, .mbsc-timeline-header-date.mbsc-ltr, .mbsc-timeline-resource-footer-cont.mbsc-ltr, .mbsc-timeline-resource-header-cont.mbsc-ltr, .mbsc-timeline-resource.mbsc-ltr, .mbsc-timeline-row-date.mbsc-ltr, .mbsc-timeline-sidebar-footer-cont.mbsc-rtl, .mbsc-timeline-sidebar-header-cont.mbsc-rtl, .mbsc-timeline-sidebar-resource.mbsc-rtl, .mbsc-timeline-slot-header.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-schedule-event:focus {
  outline: none;
}

.mbsc-schedule-event {
  box-sizing: border-box;
  min-height: 0.75em;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
}

.mbsc-schedule-event.mbsc-ltr {
  left: 0;
}

.mbsc-schedule-event.mbsc-rtl {
  right: 0;
}

.mbsc-schedule-event-hover {
  cursor: pointer;
}

.mbsc-schedule-event-inner {
  box-sizing: border-box;
  font-size: 0.625em;
  line-height: 1.5em;
  margin: 0 0.2em;
  max-height: 100%;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
}

.mbsc-schedule-event-small-height.mbsc-schedule-event-inner {
  line-height: 1.2em;
  margin-top: -1px;
  padding-bottom: 0;
  padding-top: 0;
}

.mbsc-schedule-event-small-height.mbsc-schedule-event-inner .mbsc-schedule-event-title {
  font-size: 1em;
}

.mbsc-schedule-event-background {
  background: currentColor;
  bottom: -0.5em;
  left: 1px;
  position: absolute;
  right: 1px;
  top: -0.5em;
}

.mbsc-schedule-event-start .mbsc-schedule-event-background {
  top: 1px;
}

.mbsc-schedule-event-end .mbsc-schedule-event-background {
  bottom: 1px;
}

.mbsc-schedule-event-range {
  font-size: 0.8em;
}

.mbsc-schedule-event-all-day {
  box-sizing: border-box;
  display: block;
  margin: 0.125em 0;
  min-height: 0;
  padding: 0 0.25em;
  position: relative;
  z-index: 2;
}

.mbsc-schedule-event-all-day-placeholder {
  z-index: -1;
}

.mbsc-schedule-event-all-day-inner {
  font-size: 0.625em;
  height: 1.6em;
  line-height: 1.6em;
  margin: 0;
  overflow: hidden;
  padding: 0 0.3em;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  bottom: 0;
  top: 0;
}

.mbsc-schedule-event-dragging {
  position: absolute;
  top: 0;
  z-index: 3;
}

.mbsc-schedule-event-inactive {
  opacity: 0.5;
}

.mbsc-schedule-event-hidden {
  visibility: hidden;
}

.mbsc-schedule-event-resize {
  cursor: ns-resize;
  display: none;
  height: 0.25em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.mbsc-schedule-event-resize-start {
  top: 0;
}

.mbsc-schedule-event-resize-end {
  bottom: 0;
}

.mbsc-schedule-event-resize-start:after {
  right: 0.5em;
  top: -0.25em;
}

.mbsc-schedule-event-resize-end:after {
  bottom: -0.25em;
  left: 0.5em;
}

.mbsc-schedule-event-resize:after {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 0.5em;
  margin: 1px 0;
  position: absolute;
  width: 0.5em;
}

.mbsc-schedule-event-resize-end-touch:before, .mbsc-schedule-event-resize-start-touch:before {
  content: "";
  height: 1em;
  margin: 1px 0;
  position: absolute;
  width: 1.5em;
}

.mbsc-schedule-event-resize-start-touch:before {
  right: 0;
  top: -0.5em;
}

.mbsc-schedule-event-resize-end-touch:before {
  bottom: -0.5em;
  left: 0;
}

.mbsc-schedule-event-dragging .mbsc-schedule-event-resize, .mbsc-schedule-event-hover .mbsc-schedule-event-resize {
  display: block;
}

.mbsc-schedule-drag-clone {
  max-height: 200px;
  max-width: 200px;
  opacity: 1;
}

.mbsc-schedule-drag-clone .mbsc-schedule-event-resize {
  display: none;
}

.mbsc-schedule-color, .mbsc-schedule-invalid {
  bottom: -0.5em;
  box-sizing: content-box;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -0.5em;
  z-index: 0;
}

.mbsc-schedule-color-all-day, .mbsc-schedule-invalid-all-day {
  bottom: 0;
  top: 0;
  z-index: -1;
}

.mbsc-schedule-color-start, .mbsc-schedule-invalid-start {
  margin-top: -0.5em;
  padding-top: 0.5em;
}

.mbsc-schedule-color-end, .mbsc-schedule-invalid-end {
  padding-bottom: 0.5em;
}

.mbsc-schedule-color-text, .mbsc-schedule-invalid-text {
  font-size: 0.75em;
  padding: 0.375em;
}

.mbsc-schedule-color-text {
  opacity: 0.8;
}

.mbsc-schedule-time-indicator {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mbsc-schedule-time-indicator-x {
  border-bottom: 1px solid;
}

.mbsc-schedule-time-indicator-x.mbsc-ltr {
  left: 4.25em;
  right: 0;
}

.mbsc-schedule-time-indicator-x.mbsc-rtl {
  left: 0;
  right: 4.25em;
}

.mbsc-schedule-time-indicator-y {
  border-left: 1px solid;
  bottom: 0;
  margin-top: -0.25em;
  top: 2em;
}

.mbsc-schedule-time-indicator-y.mbsc-ltr {
  margin-left: -1px;
}

.mbsc-schedule-time-indicator-y.mbsc-rtl {
  margin-right: -1px;
}

.mbsc-schedule-time-indicator-day {
  position: absolute;
  width: 14.285714%;
}

.mbsc-schedule-time-indicator-day:before {
  border-radius: 50%;
  content: "";
  height: 0.4375em;
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  margin-top: -0.1875em;
  position: absolute;
  width: 0.4375em;
  z-index: 1;
}

.mbsc-schedule-time-indicator-day.mbsc-ltr:before {
  left: 0;
}

.mbsc-schedule-time-indicator-day.mbsc-rtl:before {
  right: 0;
}

.mbsc-schedule-time-indicator-time {
  font-size: 0.625em;
  line-height: 2em;
  margin-top: 1px;
  padding: 0 0.8em;
  position: absolute;
  top: -1em;
  white-space: nowrap;
}

.mbsc-schedule-time-indicator-time-y {
  line-height: 1.6em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0 0.5em;
  top: -1.8em;
}

.mbsc-schedule-time-indicator-time-x.mbsc-ltr, .mbsc-schedule-time-indicator-time-y.mbsc-rtl {
  right: 100%;
}

.mbsc-schedule-time-indicator-time-x.mbsc-rtl, .mbsc-schedule-time-indicator-time-y.mbsc-ltr {
  left: 100%;
}

.mbsc-schedule-cursor-time {
  box-sizing: border-box;
  font-size: 0.625em;
  line-height: 2em;
  position: absolute;
  white-space: nowrap;
  z-index: 3;
}

.mbsc-schedule-cursor-time-x {
  margin-top: -1em;
}

.mbsc-schedule-cursor-time-x.mbsc-ltr {
  text-align: right;
}

.mbsc-schedule-cursor-time-x.mbsc-rtl {
  text-align: left;
}

.mbsc-schedule-cursor-time-y {
  padding: 0 0.5em;
  top: 0.9em;
}

@supports (overflow: clip) {
  .mbsc-schedule-event-inner {
    position: sticky;
    top: 0;
  }
}
.mbsc-schedule-wrapper {
  overflow: auto;
}

.mbsc-schedule-resource-group {
  box-sizing: border-box;
  flex-basis: 16em;
}

.mbsc-schedule-resource-group:first-child:last-child {
  flex-basis: 0;
}

.mbsc-schedule-resource-group.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 2px;
}

.mbsc-schedule-resource-group.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 2px;
}

.mbsc-schedule-resource-group:first-child {
  border: 0;
}

.mbsc-schedule-date-header-text {
  line-height: 1.5em;
  text-align: center;
}

.mbsc-schedule-header {
  overflow: hidden;
}

.mbsc-schedule-all-day-group-wrapper, .mbsc-schedule-header-wrapper {
  min-width: 0;
  overflow: hidden;
}

.mbsc-schedule-header-item {
  display: block;
  line-height: 1.25em;
  position: relative;
  text-align: center;
}

.mbsc-schedule-header-item.mbsc-hover {
  cursor: pointer;
}

.mbsc-schedule-header-dayname {
  font-size: 0.75em;
}

.mbsc-schedule-header-day {
  font-size: 1.125em;
}

.mbsc-schedule-col-width {
  box-sizing: border-box;
  width: 2.5em;
}

.mbsc-schedule-wrapper-multi .mbsc-schedule-col-width {
  width: 6.25em;
}

.mbsc-schedule-resource {
  overflow: hidden;
}

.mbsc-schedule-resource-title {
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

.mbsc-schedule-all-day-cont {
  position: relative;
}

.mbsc-schedule-all-day-wrapper {
  max-height: 7.8125em;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.mbsc-schedule-all-day-wrapper-shadow:after {
  bottom: -4px;
  box-shadow: inset 0 0.5em 0.25em -0.5em rgba(48, 48, 48, 0.5);
  content: "";
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 4;
}

.mbsc-schedule-all-day-item {
  position: relative;
}

.mbsc-schedule-all-day-item:first-child, .mbsc-schedule-column:first-child {
  border: 0;
}

.mbsc-schedule-timezone-labels {
  bottom: 0;
  font-weight: 700;
  position: absolute;
  z-index: 1;
}

.mbsc-schedule-timezone-label {
  font-size: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-schedule-time-indicator-tz {
  width: 5.666667em;
}

.mbsc-schedule-time-indicator-tz.mbsc-ltr, .mbsc-schedule-timezone-label.mbsc-ltr {
  text-align: right;
}

.mbsc-schedule-time-indicator-tz.mbsc-rtl, .mbsc-schedule-timezone-label.mbsc-rtl {
  text-align: left;
}

.mbsc-schedule-time-wrapper {
  box-sizing: border-box;
  height: 3.125em;
  pointer-events: auto;
  position: relative;
  width: 4.25em;
}

.mbsc-schedule-time {
  font-size: 0.75em;
  line-height: 2em;
  position: relative;
  top: -1em;
}

.mbsc-schedule-time-end {
  bottom: -1em;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}

.mbsc-schedule-time-col.mbsc-ltr {
  text-align: right;
}

.mbsc-schedule-time-col.mbsc-rtl {
  text-align: left;
}

.mbsc-schedule-time-cont-pos {
  position: relative;
}

.mbsc-schedule-time-cont-inner {
  box-sizing: border-box;
  height: 100%;
  padding: 0.5em 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.mbsc-schedule-column {
  padding: 0.5em 0;
}

.mbsc-schedule-column-inner {
  position: relative;
}

.mbsc-schedule-all-day-item, .mbsc-schedule-item {
  box-sizing: border-box;
}

.mbsc-schedule-item {
  border-top: 1px solid;
  height: 3.125em;
  position: relative;
}

.mbsc-schedule-item-last {
  border-bottom: 1px solid;
}

.mbsc-schedule-events {
  height: 100%;
  position: absolute;
}

.mbsc-schedule-events.mbsc-ltr {
  left: 0;
  right: 0.5em;
}

.mbsc-schedule-events.mbsc-rtl {
  left: 0.5em;
  right: 0;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize {
  cursor: ew-resize;
  height: 100%;
  width: 0.25em;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize:after {
  left: auto;
  margin-top: -0.25em;
  right: auto;
  top: 50%;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl, .mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr {
  right: auto;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr, .mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl {
  left: auto;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl:after, .mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr:after {
  right: -0.25em;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr:after, .mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl:after {
  left: -0.25em;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start-touch:before {
  height: 1.5em;
  left: -0.75em;
  margin-top: -0.75em;
  right: auto;
  top: 50%;
}

.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end-touch:before {
  height: 1.5em;
  left: auto;
  margin-top: -0.75em;
  right: -0.75em;
  top: 50%;
}

.mbsc-calendar-width-md .mbsc-schedule-event-title {
  font-size: 1.2em;
}

.mbsc-calendar-width-md .mbsc-schedule-event-all-day-title, .mbsc-calendar-width-md .mbsc-schedule-event-range {
  font-size: 1em;
}

.mbsc-calendar-width-md .mbsc-schedule-event-all-day-inner {
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.333334em;
}

.mbsc-timeline {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mbsc-timeline.mbsc-ltr {
  margin-right: -1px;
}

.mbsc-timeline.mbsc-rtl {
  margin-left: -1px;
}

.mbsc-timeline-resource-col, .mbsc-timeline-sidebar-col {
  width: 12em;
}

.mbsc-timeline-resources, .mbsc-timeline-sidebar {
  bottom: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 4;
}

.mbsc-timeline-resources.mbsc-ltr, .mbsc-timeline-sidebar.mbsc-rtl {
  left: 0;
}

.mbsc-timeline-resources.mbsc-rtl, .mbsc-timeline-sidebar.mbsc-ltr {
  right: 0;
}

.mbsc-timeline-resource-footer-cont, .mbsc-timeline-resource-header-cont, .mbsc-timeline-sidebar-footer-cont, .mbsc-timeline-sidebar-header-cont {
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.mbsc-timeline-resource, .mbsc-timeline-sidebar-resource {
  box-sizing: border-box;
  overflow: hidden;
}

.mbsc-timeline-parent {
  background: hsla(0, 0%, 90%, 0.25);
}

.mbsc-timeline-resource-icon {
  box-sizing: content-box;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 600;
  margin: 0.357143em 0;
}

.mbsc-timeline-resource-icon.mbsc-ltr {
  margin-left: 0.5em;
}

.mbsc-timeline-resource-icon.mbsc-rtl {
  margin-right: 0.5em;
}

.mbsc-timeline-resource-footer, .mbsc-timeline-resource-header, .mbsc-timeline-resource-title, .mbsc-timeline-sidebar-footer, .mbsc-timeline-sidebar-header, .mbsc-timeline-sidebar-resource-title {
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5em;
}

.mbsc-timeline-footer, .mbsc-timeline-header {
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 3;
}

.mbsc-timeline-header {
  top: 0;
}

.mbsc-timeline-footer {
  bottom: 0;
  margin-top: -1px;
}

.mbsc-timeline-footer-bg, .mbsc-timeline-header-bg {
  position: relative;
}

.mbsc-timeline-day {
  box-sizing: border-box;
  min-width: 9em;
  position: relative;
}

.mbsc-timeline-day-month {
  min-width: 0;
}

.mbsc-timeline-column.mbsc-timeline-no-border, .mbsc-timeline-header-column.mbsc-timeline-no-border {
  border-left: 0;
  border-right: 0;
}

.mbsc-timeline-month {
  min-width: 0;
  position: relative;
}

.mbsc-timeline-footer-date, .mbsc-timeline-header-date, .mbsc-timeline-header-month, .mbsc-timeline-header-week {
  box-sizing: border-box;
  min-height: 1.625em;
}

.mbsc-timeline-footer-week-last.mbsc-ltr, .mbsc-timeline-header-month-last.mbsc-ltr, .mbsc-timeline-header-week-last.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-timeline-header-month-last.mbsc-rtl, .mbsc-timeline-header-week-last.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-timeline-footer-month-text, .mbsc-timeline-footer-week-text, .mbsc-timeline-header-date-text, .mbsc-timeline-header-month-text, .mbsc-timeline-header-week-text {
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.785715em;
  padding: 0 0.285714em;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.mbsc-timeline-header-month-text {
  font-weight: 700;
}

.mbsc-timeline-header-date-cont, .mbsc-timeline-header-date-text, .mbsc-timeline-header-month-cont, .mbsc-timeline-header-month-text-last, .mbsc-timeline-header-week-cont, .mbsc-timeline-header-week-text-last, .mbsc-timeline-header-year-cont {
  max-width: 100%;
  overflow: hidden;
}

.mbsc-timeline-header-month-cont, .mbsc-timeline-header-week-cont {
  white-space: nowrap;
}

.mbsc-timeline-header-active {
  padding: 0 0.714286em;
  position: relative;
  z-index: 0;
}

.mbsc-timeline-header-active:after {
  border-radius: 0.75em;
  bottom: 0.142857em;
  content: "";
  left: 0.142857em;
  position: absolute;
  right: 0.142857em;
  top: 0.142857em;
  z-index: -1;
}

.mbsc-timeline-footer-column, .mbsc-timeline-header-column {
  min-height: 1.625em;
  overflow: hidden;
}

.mbsc-timeline-footer-time, .mbsc-timeline-header-time {
  font-size: 0.625em;
  line-height: 2.6em;
  min-width: 0;
  overflow: hidden;
  padding: 0 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-timeline-time-indicator-cont {
  box-sizing: content-box;
  height: 100%;
  margin-top: -2em;
  overflow: hidden;
  padding-top: 2em;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mbsc-timeline-header-sticky {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}

.mbsc-timeline-header-sticky .mbsc-timeline-header-date {
  border-left: 0;
  border-right: 0;
}

.mbsc-timeline-footer-sticky {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 6;
}

.mbsc-timeline-column, .mbsc-timeline-header-column {
  box-sizing: border-box;
  position: relative;
  width: 4.625em;
}

.mbsc-timeline-grid-scroll {
  -webkit-overflow-scrolling: auto;
  overflow-y: auto;
}

.mbsc-timeline-grid {
  overflow: hidden;
  position: relative;
}

.mbsc-timeline-row {
  box-sizing: border-box;
  height: 3.25em;
  position: relative;
}

.mbsc-timeline-hidden {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  visibility: hidden;
}

.mbsc-timeline-row-group {
  position: relative;
}

.mbsc-timeline-row-group:after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}

.mbsc-timeline-row-group:last-child:after {
  display: none;
}

.mbsc-timeline-row-date {
  box-sizing: border-box;
}

.mbsc-timeline-row-date .mbsc-timeline-header-date-text {
  line-height: 1.285715em;
  padding-bottom: 0.285715em;
  padding-top: 0.285715em;
  white-space: normal;
}

.mbsc-timeline-row-resource-col {
  overflow: hidden;
}

.mbsc-timeline-row-date-col {
  width: 5.5em;
}

.mbsc-timeline-date-col {
  width: 8.75em;
}

.mbsc-timeline-row-gutter {
  height: 1em;
}

.mbsc-timeline-header-column, .mbsc-timeline-header-date, .mbsc-timeline-header-month, .mbsc-timeline-header-week, .mbsc-timeline-resource, .mbsc-timeline-resource-header-cont, .mbsc-timeline-row, .mbsc-timeline-row-date, .mbsc-timeline-row-group:after, .mbsc-timeline-sidebar-header-cont, .mbsc-timeline-sidebar-resource {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.mbsc-timeline-footer-column, .mbsc-timeline-footer-date, .mbsc-timeline-footer-week, .mbsc-timeline-resource-footer-cont, .mbsc-timeline-sidebar-footer-cont {
  border-top-style: solid;
  border-top-width: 1px;
}

.mbsc-timeline-events {
  bottom: 1em;
  position: absolute;
  top: 0;
  width: 100%;
}

.mbsc-timeline-event {
  min-width: 0.75em;
  padding: 6px 0 0;
  z-index: 2;
}

.mbsc-timeline-event.mbsc-schedule-event-all-day {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.mbsc-timeline-event .mbsc-schedule-event-all-day-inner {
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.333334em;
}

.mbsc-timeline-event .mbsc-schedule-event-range, .mbsc-timeline-event .mbsc-schedule-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-timeline-event-background {
  bottom: 0;
  margin-top: 6px;
  top: 0;
}

.mbsc-timeline-event-resize {
  bottom: 0;
  cursor: ew-resize;
  left: auto;
  right: auto;
  top: 6px;
  width: 0.25em;
}

.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-rtl, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-ltr {
  height: auto;
  left: 0;
}

.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-ltr, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-rtl {
  height: auto;
  right: 0;
}

.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after {
  margin-top: -0.25em;
  top: 50%;
}

.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after {
  left: -0.125em;
}

.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after {
  right: -0.125em;
}

.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end-touch:before, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start-touch:before {
  height: 1.5em;
  left: 50%;
  margin: -0.75em 0 0 -0.75em;
  top: 50%;
}

.mbsc-timeline-event-listing {
  margin: 0;
  position: absolute;
}

.mbsc-timeline-event-listing.mbsc-timeline-event-dragging {
  position: absolute;
  top: 0;
}

.mbsc-timeline-event-slot {
  left: 0;
  margin: 0 2px;
  position: relative;
  right: 0;
}

.mbsc-timeline-color, .mbsc-timeline-invalid {
  bottom: 0;
  margin: 0;
  padding: 0;
  top: 0;
}

.mbsc-timeline-footer-column.mbsc-timeline-no-height, .mbsc-timeline-header-column.mbsc-timeline-no-height {
  border: 0;
  height: 0;
  min-height: 0;
}

.mbsc-connections {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mbsc-connection {
  stroke-width: 1.5px;
  fill: none;
  pointer-events: visibleStroke;
}

.mbsc-timeline-slots {
  border-bottom: 1px solid;
  height: 1.625em;
}

.mbsc-timeline-slot, .mbsc-timeline-slots {
  box-sizing: border-box;
}

.mbsc-timeline-slot {
  position: relative;
  width: 8em;
}

.mbsc-timeline-slot-title {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.785715em;
  overflow: hidden;
  padding: 0 0.285714em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-has-sticky .mbsc-timeline-grid-scroll.mbsc-ltr {
  position: relative;
}

.mbsc-has-sticky .mbsc-timeline-footer, .mbsc-has-sticky .mbsc-timeline-header {
  left: auto;
  overflow: visible;
  position: sticky;
  right: auto;
}

.mbsc-has-sticky .mbsc-timeline-resources.mbsc-ltr, .mbsc-has-sticky .mbsc-timeline-sidebar.mbsc-ltr {
  bottom: auto;
  overflow: visible;
  position: sticky;
  top: auto;
}

@supports (overflow: clip) {
  .mbsc-timeline-grid {
    overflow: clip;
  }
  .mbsc-timeline .mbsc-schedule-event-inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
  }
  .mbsc-timeline.mbsc-ltr .mbsc-schedule-event-inner {
    left: 192px;
  }
  .mbsc-timeline.mbsc-rtl .mbsc-schedule-event-inner {
    right: 192px;
  }
  .mbsc-timeline-no-resource.mbsc-ltr .mbsc-schedule-event-inner {
    left: 140px;
  }
  .mbsc-timeline-no-resource.mbsc-rtl .mbsc-schedule-event-inner {
    right: 140px;
  }
  .mbsc-timeline-event-slot .mbsc-schedule-event-inner {
    display: block;
    position: relative;
  }
  .mbsc-timeline .mbsc-timeline-event-slot .mbsc-schedule-event-inner, .mbsc-timeline.mbsc-timeline-no-rows .mbsc-schedule-event-inner {
    left: 0;
    right: 0;
  }
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header-vertical {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: -1px;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.mbsc-ios.mbsc-popover-list .mbsc-event:last-child:after {
  display: none;
}

.mbsc-ios.mbsc-event-day.mbsc-list-header {
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 1em;
  text-transform: none;
}

.mbsc-ios.mbsc-event-time {
  font-size: 0.875em;
  line-height: 1.428572em;
  width: 6em;
}

.mbsc-ios.mbsc-event-color {
  border-radius: 0.125em;
  margin: 0 0.5em 0 -0.5em;
  width: 0.25em;
}

.mbsc-ios.mbsc-event-color.mbsc-rtl {
  margin: 0 -0.5em 0 0.5em;
}

.mbsc-ios.mbsc-event-time.mbsc-ltr {
  text-align: right;
}

.mbsc-ios.mbsc-event-time.mbsc-rtl {
  text-align: left;
}

.mbsc-ios.mbsc-event-end {
  opacity: 0.7;
}

.mbsc-ios.mbsc-event-text {
  font-weight: 500;
}

.mbsc-ios.mbsc-event-sep {
  display: none;
}

.mbsc-ios.mbsc-calendar-button-today {
  font-weight: 500;
  padding: 0;
}

.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day, .mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper {
  border: 0;
}

.mbsc-ios.mbsc-schedule-wrapper {
  margin-top: -1px;
  position: relative;
  z-index: 2;
}

.mbsc-ios.mbsc-schedule-header {
  border-bottom: 1px solid;
}

.mbsc-ios.mbsc-schedule-header-item {
  line-height: 1.75em;
  padding: 0.4375em 0;
}

.mbsc-ios.mbsc-schedule-header-item.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-ios.mbsc-schedule-header-item.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-ios.mbsc-schedule-header-item:first-child {
  border: 0;
}

.mbsc-ios.mbsc-schedule-header-dayname {
  font-size: 1em;
  font-weight: 400;
}

.mbsc-ios.mbsc-schedule-header-day {
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: 1.625em;
  line-height: 1.625em;
  text-align: center;
  width: 1.625em;
}

.mbsc-ios.mbsc-schedule-header-item-large {
  padding: 0.1875em 0;
}

.mbsc-ios.mbsc-schedule-header-item-large.mbsc-schedule-header-item {
  border-color: transparent;
}

.mbsc-ios.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding: 0 0.375em;
}

.mbsc-ios.mbsc-schedule-all-day-wrapper {
  border-bottom: 1px solid;
  max-height: 3.125em;
}

.mbsc-ios.mbsc-schedule-all-day-text {
  font-size: 0.75em;
  padding: 0.5em 0.666667em;
  text-transform: lowercase;
}

.mbsc-ios.mbsc-schedule-timezone-label {
  line-height: 2.5em;
  padding: 0 0.666667em;
}

.mbsc-ios.mbsc-schedule-date-header {
  border-bottom: 1px solid;
  position: relative;
  will-change: opacity;
  z-index: 3;
}

.mbsc-ios.mbsc-schedule-date-header-text {
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.5em;
}

.mbsc-ios.mbsc-schedule-resource.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-ios.mbsc-schedule-resource.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-ios.mbsc-schedule-resource:first-child {
  border: 0;
}

.mbsc-ios.mbsc-schedule-all-day-item {
  min-height: 1.875em;
  padding: 0.25em 0;
}

.mbsc-ios.mbsc-schedule-time {
  font-size: 0.625em;
  padding: 0 0.8em;
}

.mbsc-ios.mbsc-schedule-cursor-time-x {
  padding: 0 0.8em;
  width: 6.8em;
}

.mbsc-ios.mbsc-schedule-event:after {
  bottom: -0.5em;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: -0.5em;
  z-index: -1;
}

.mbsc-ios.mbsc-schedule-event-start:after {
  top: 1px;
}

.mbsc-ios.mbsc-schedule-event-end:after {
  bottom: 1px;
}

.mbsc-ios.mbsc-schedule-event-custom:after {
  display: none;
}

.mbsc-ios.mbsc-schedule-event-background {
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
}

.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-background, .mbsc-ios.mbsc-schedule-event-start:after {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-background, .mbsc-ios.mbsc-schedule-event-end:after {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.mbsc-ios.mbsc-timeline-event:after {
  bottom: 0;
  margin-top: 6px;
  top: 0;
}

.mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-rtl:after, .mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-ltr:after {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}

.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-ltr:after, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl:after {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.mbsc-ios.mbsc-schedule-event-hover .mbsc-schedule-event-background {
  opacity: 0.6;
}

.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  opacity: 0.9;
}

.mbsc-ios.mbsc-schedule-event-dragging {
  top: 0.25em;
}

.mbsc-ios.mbsc-timeline-event-dragging {
  top: 0;
}

.mbsc-ios.mbsc-schedule-event-bar {
  background: currentColor;
  bottom: -0.5em;
  position: absolute;
  top: -0.5em;
  width: 0.1875em;
}

.mbsc-ios.mbsc-schedule-event-bar.mbsc-ltr {
  left: 1px;
}

.mbsc-ios.mbsc-schedule-event-bar.mbsc-rtl {
  right: 1px;
}

.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar {
  top: 1px;
}

.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-ltr, .mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-rtl {
  border-top-left-radius: 0.1875em;
}

.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar {
  bottom: 1px;
}

.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-ltr, .mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-rtl {
  border-bottom-left-radius: 0.1875em;
}

.mbsc-ios.mbsc-schedule-event-title {
  font-weight: 600;
}

.mbsc-ios.mbsc-schedule-event-all-day:after {
  bottom: 0;
  top: 0;
}

.mbsc-ios.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  border-radius: 0;
}

.mbsc-ios.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-end.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-start.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-schedule-event-all-day.mbsc-ltr:after {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  left: 0.25em;
}

.mbsc-ios.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-end.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-start.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-schedule-event-all-day.mbsc-rtl:after {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  right: 0.25em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-all-day-wrapper {
  max-height: 3.5em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time, .mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time-indicator-time-x {
  font-size: 0.75em;
  padding: 0 0.666667em;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-cursor-time-x {
  font-size: 0.75em;
  padding: 0 0.666667em;
  width: 5.666667em;
}

.mbsc-ios.mbsc-timeline-resource-icon {
  padding: 0 0.142858em;
  width: 1.214286em;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header, .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #efefef;
}

.mbsc-ios.mbsc-event-list-empty {
  color: #6e6e72;
}

.mbsc-ios.mbsc-event-day.mbsc-list-header {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.mbsc-ios.mbsc-event.mbsc-list-item {
  background: #fff;
  color: #000;
}

.mbsc-ios.mbsc-event.mbsc-list-item:after, .mbsc-ios.mbsc-event.mbsc-list-item:before {
  border-color: #ccc;
}

.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}

.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-focus .mbsc-list-item-background, .mbsc-ios.mbsc-event.mbsc-list-item.mbsc-selected .mbsc-list-item-background {
  background: rgba(0, 0, 0, 0.15);
}

.mbsc-ios.mbsc-event-color {
  background: #5ac8fa;
}

.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day, .mbsc-ios.mbsc-schedule-wrapper {
  background: #f7f7f7;
}

.mbsc-ios.mbsc-schedule-header, .mbsc-ios.mbsc-schedule-header-item {
  border-color: #ccc;
}

.mbsc-ios.mbsc-schedule-header-day-today {
  color: #007aff;
}

.mbsc-ios.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(0, 122, 255, 0.3);
}

.mbsc-ios.mbsc-schedule-header-day.mbsc-selected, .mbsc-ios.mbsc-schedule-header-dayname-curr {
  color: #007aff;
}

.mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
  background: #007aff;
  color: #fff;
}

.mbsc-ios.mbsc-schedule-header-dayname-curr {
  color: #000;
}

.mbsc-ios.mbsc-schedule-date-header {
  background: #f7f7f7;
  border-color: #ccc;
}

.mbsc-ios.mbsc-schedule-grid-wrapper {
  background: #fff;
}

.mbsc-ios.mbsc-schedule-all-day-wrapper {
  background: #fff;
  border-color: #ccc;
}

.mbsc-ios.mbsc-schedule-all-day-text, .mbsc-ios.mbsc-schedule-timezone-label {
  color: #8c8c8c;
}

.mbsc-ios.mbsc-schedule-all-day-item:after, .mbsc-ios.mbsc-schedule-column, .mbsc-ios.mbsc-schedule-item, .mbsc-ios.mbsc-schedule-resource, .mbsc-ios.mbsc-schedule-resource-group, .mbsc-ios.mbsc-timeline-column, .mbsc-ios.mbsc-timeline-day:after, .mbsc-ios.mbsc-timeline-footer, .mbsc-ios.mbsc-timeline-footer-column, .mbsc-ios.mbsc-timeline-footer-date, .mbsc-ios.mbsc-timeline-footer-week, .mbsc-ios.mbsc-timeline-header, .mbsc-ios.mbsc-timeline-header-column, .mbsc-ios.mbsc-timeline-header-date, .mbsc-ios.mbsc-timeline-header-month, .mbsc-ios.mbsc-timeline-header-week, .mbsc-ios.mbsc-timeline-resource, .mbsc-ios.mbsc-timeline-resource-footer-cont, .mbsc-ios.mbsc-timeline-resource-header-cont, .mbsc-ios.mbsc-timeline-row, .mbsc-ios.mbsc-timeline-row-date, .mbsc-ios.mbsc-timeline-row-group:after, .mbsc-ios.mbsc-timeline-sidebar-footer-cont, .mbsc-ios.mbsc-timeline-sidebar-header-cont, .mbsc-ios.mbsc-timeline-sidebar-resource, .mbsc-ios.mbsc-timeline-slot-header, .mbsc-ios.mbsc-timeline-slots {
  border-color: #ccc;
}

.mbsc-ios.mbsc-schedule-cursor-time, .mbsc-ios.mbsc-schedule-time, .mbsc-ios.mbsc-timeline-header-column {
  color: #8c8c8c;
}

.mbsc-ios.mbsc-schedule-event {
  color: #5ac8fa;
}

.mbsc-ios.mbsc-schedule-event:after {
  background: hsla(0, 0%, 100%, 0.9);
}

.mbsc-ios.mbsc-schedule-event-range, .mbsc-ios.mbsc-schedule-event-title {
  color: #000;
}

.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-inner {
  color: #fff;
}

.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-title, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-range, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-title {
  color: inherit;
}

.mbsc-ios.mbsc-schedule-time-indicator {
  border-color: #007aff;
}

.mbsc-ios.mbsc-schedule-time-indicator-day:before {
  background: #007aff;
}

.mbsc-ios.mbsc-schedule-cursor-time, .mbsc-ios.mbsc-schedule-time-indicator-time {
  background: hsla(0, 0%, 100%, 0.8);
  color: #007aff;
}

.mbsc-ios.mbsc-schedule-invalid {
  background: hsla(0, 0%, 94%, 0.75);
  color: #888;
}

.mbsc-ios.mbsc-timeline-footer-bg, .mbsc-ios.mbsc-timeline-header-bg, .mbsc-ios.mbsc-timeline-header-text, .mbsc-ios.mbsc-timeline-resource-bg, .mbsc-ios.mbsc-timeline-resource-footer-cont, .mbsc-ios.mbsc-timeline-resource-header-cont, .mbsc-ios.mbsc-timeline-sidebar-footer-cont, .mbsc-ios.mbsc-timeline-sidebar-header-cont {
  background: #fff;
}

.mbsc-ios.mbsc-timeline-header-active {
  color: #fff;
}

.mbsc-ios.mbsc-timeline-header-active:after {
  background-color: #007aff;
}

.mbsc-ios.mbsc-connection {
  stroke: rgba(0, 0, 0, 0.7);
}

.mbsc-ios.mbsc-connection-arrow {
  fill: #000;
}

.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-header, .mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #1a1a1a;
}

.mbsc-ios-dark.mbsc-event-list-empty {
  color: #8f8f8f;
}

.mbsc-ios-dark.mbsc-event-day.mbsc-list-header {
  background: #000;
  border-color: #333;
  color: #fff;
}

.mbsc-ios-dark.mbsc-event.mbsc-list-item {
  background: #000;
  color: #fff;
}

.mbsc-ios-dark.mbsc-event.mbsc-list-item:after, .mbsc-ios-dark.mbsc-event.mbsc-list-item:before {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: hsla(0, 0%, 100%, 0.05);
}

.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-focus .mbsc-list-item-background, .mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-selected .mbsc-list-item-background {
  background: hsla(0, 0%, 100%, 0.15);
}

.mbsc-ios-dark.mbsc-event-color {
  background: #5ac8fa;
}

.mbsc-ios-dark.mbsc-popover-list .mbsc-ios-dark.mbsc-event {
  background: #2b2b2b;
}

.mbsc-ios-dark.mbsc-eventcalendar-schedule .mbsc-calendar-day, .mbsc-ios-dark.mbsc-schedule-wrapper {
  background: #1c1c1c;
}

.mbsc-ios-dark.mbsc-schedule-header, .mbsc-ios-dark.mbsc-schedule-header-item {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-schedule-header-day-today {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(255, 159, 10, 0.3);
}

.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected, .mbsc-ios-dark.mbsc-schedule-header-dayname-curr {
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected {
  background: #ff9f0a;
  color: #000;
}

.mbsc-ios-dark.mbsc-schedule-header-dayname-curr {
  color: #fff;
}

.mbsc-ios-dark.mbsc-schedule-date-header {
  background: #1c1c1c;
  border-color: #333;
}

.mbsc-ios-dark.mbsc-schedule-grid-wrapper {
  background: #000;
}

.mbsc-ios-dark.mbsc-schedule-all-day-wrapper {
  background: #000;
  border-color: #333;
}

.mbsc-ios-dark.mbsc-schedule-all-day-text, .mbsc-ios-dark.mbsc-schedule-timezone-label {
  color: #fff;
}

.mbsc-ios-dark.mbsc-schedule-all-day-item:after, .mbsc-ios-dark.mbsc-schedule-column, .mbsc-ios-dark.mbsc-schedule-item, .mbsc-ios-dark.mbsc-schedule-resource, .mbsc-ios-dark.mbsc-schedule-resource-group, .mbsc-ios-dark.mbsc-timeline-column, .mbsc-ios-dark.mbsc-timeline-day:after, .mbsc-ios-dark.mbsc-timeline-footer, .mbsc-ios-dark.mbsc-timeline-footer-column, .mbsc-ios-dark.mbsc-timeline-footer-date, .mbsc-ios-dark.mbsc-timeline-footer-week, .mbsc-ios-dark.mbsc-timeline-header, .mbsc-ios-dark.mbsc-timeline-header-column, .mbsc-ios-dark.mbsc-timeline-header-date, .mbsc-ios-dark.mbsc-timeline-header-month, .mbsc-ios-dark.mbsc-timeline-header-week, .mbsc-ios-dark.mbsc-timeline-resource, .mbsc-ios-dark.mbsc-timeline-resource-footer-cont, .mbsc-ios-dark.mbsc-timeline-resource-header-cont, .mbsc-ios-dark.mbsc-timeline-row, .mbsc-ios-dark.mbsc-timeline-row-date, .mbsc-ios-dark.mbsc-timeline-row-group:after, .mbsc-ios-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-header-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-resource, .mbsc-ios-dark.mbsc-timeline-slot-header, .mbsc-ios-dark.mbsc-timeline-slots {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-schedule-cursor-time, .mbsc-ios-dark.mbsc-schedule-time, .mbsc-ios-dark.mbsc-timeline-header-column {
  color: #fff;
}

.mbsc-ios-dark.mbsc-schedule-event {
  color: #5ac8fa;
}

.mbsc-ios-dark.mbsc-schedule-event:after {
  background: rgba(0, 0, 0, 0.9);
}

.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-inner, .mbsc-ios-dark.mbsc-schedule-event-range, .mbsc-ios-dark.mbsc-schedule-event-title {
  color: #fff;
}

.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-title, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-range, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-title {
  color: inherit;
}

.mbsc-ios-dark.mbsc-schedule-time-indicator {
  border-color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-schedule-time-indicator-day:before {
  background: #ff9f0a;
}

.mbsc-ios-dark.mbsc-schedule-cursor-time, .mbsc-ios-dark.mbsc-schedule-time-indicator-time {
  background: rgba(0, 0, 0, 0.8);
  color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-schedule-invalid {
  background: rgba(26, 26, 26, 0.75);
  color: #787878;
}

.mbsc-ios-dark.mbsc-timeline-footer-bg, .mbsc-ios-dark.mbsc-timeline-header-bg, .mbsc-ios-dark.mbsc-timeline-header-text, .mbsc-ios-dark.mbsc-timeline-resource-bg, .mbsc-ios-dark.mbsc-timeline-resource-footer-cont, .mbsc-ios-dark.mbsc-timeline-resource-header-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-header-cont {
  background: #000;
}

.mbsc-ios-dark.mbsc-timeline-header-active {
  color: #fff;
}

.mbsc-ios-dark.mbsc-timeline-header-active:after {
  background-color: #ff9f0a;
}

.mbsc-ios-dark.mbsc-connection {
  stroke: hsla(0, 0%, 100%, 0.7);
}

.mbsc-ios-dark.mbsc-connection-arrow {
  fill: #fff;
}

.mbsc-material.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper:after {
  display: none;
}

.mbsc-material.mbsc-event.mbsc-list-item {
  border-radius: 0.25em;
  flex-direction: column;
  margin: 0.625em 1em;
  padding: 0.5em 0.625em;
  transition: box-shadow 0.2s ease-out;
}

.mbsc-material.mbsc-event-text, .mbsc-material.mbsc-event-time {
  font-size: 0.8125em;
  line-height: 1.384616em;
}

.mbsc-material.mbsc-event-time {
  display: flex;
  font-weight: 300;
}

.mbsc-material.mbsc-event-text {
  font-weight: 600;
}

.mbsc-material.mbsc-event-all-day {
  display: none;
}

.mbsc-material.mbsc-event-sep {
  padding: 0 0.25em;
}

.mbsc-material.mbsc-event-until {
  padding-right: 0.25em;
}

.mbsc-material.mbsc-popover-list {
  padding: 0.5em 0.125em;
  width: 13em;
}

.mbsc-material.mbsc-popover-list .mbsc-event {
  margin: 0.125em 0.5em;
  padding: 0.25em 0.5em;
}

.mbsc-material.mbsc-popover-list .mbsc-event-text, .mbsc-material.mbsc-popover-list .mbsc-event-time {
  font-size: 0.75em;
}

.mbsc-material.mbsc-schedule-header-item {
  padding-bottom: 0.25em;
}

.mbsc-material.mbsc-schedule-header-dayname {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 2.8em;
  position: relative;
  text-transform: uppercase;
}

.mbsc-material.mbsc-schedule-header-day {
  border-radius: 50%;
  font-size: 1.25em;
  height: 1.8em;
  line-height: 1.8em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.3em;
  width: 1.8em;
}

.mbsc-material.mbsc-schedule-date-header-text {
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5714em 1.14285em;
}

.mbsc-material.mbsc-schedule-resource.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-material.mbsc-schedule-resource.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-material.mbsc-schedule-resource:first-child {
  border: 0;
}

.mbsc-material.mbsc-schedule-all-day-text {
  font-size: 0.625em;
  line-height: 1.6em;
  padding: 0.4em;
  text-transform: uppercase;
}

.mbsc-material.mbsc-schedule-all-day-text.mbsc-ltr {
  padding-right: 1.6em;
}

.mbsc-material.mbsc-schedule-all-day-text.mbsc-rtl {
  padding-left: 1.6em;
}

.mbsc-material.mbsc-schedule-all-day-item {
  min-height: 1.5em;
  padding: 1px 0;
}

.mbsc-material.mbsc-schedule-time-col.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-material.mbsc-schedule-time-col.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-material.mbsc-schedule-time-col.mbsc-schedule-time-col-empty {
  border: 0;
}

.mbsc-material.mbsc-schedule-time-wrapper.mbsc-ltr {
  padding-right: 1em;
}

.mbsc-material.mbsc-schedule-time-wrapper.mbsc-rtl {
  padding-left: 1em;
}

.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
}

.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end:before {
  bottom: 0;
  content: "";
  position: absolute;
  width: 9px;
}

.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end.mbsc-ltr:before, .mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper.mbsc-ltr:after {
  right: 0;
}

.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end.mbsc-rtl:before, .mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper.mbsc-rtl:after {
  left: 0;
}

.mbsc-material.mbsc-schedule-time {
  font-size: 0.625em;
}

.mbsc-material.mbsc-schedule-time-end.mbsc-ltr {
  right: 1.6em;
}

.mbsc-material.mbsc-schedule-time-end.mbsc-rtl {
  left: 1.6em;
}

.mbsc-material.mbsc-schedule-timezone-label {
  font-size: 0.625em;
  line-height: 2.4em;
}

.mbsc-material.mbsc-schedule-timezone-label.mbsc-ltr {
  padding-right: 1.6em;
}

.mbsc-material.mbsc-schedule-timezone-label.mbsc-rtl {
  padding-left: 1.6em;
}

.mbsc-material.mbsc-schedule-time-indicator-tz {
  width: 6.8em;
}

.mbsc-material.mbsc-schedule-time-indicator-x:after {
  border-bottom: 1px solid;
  border-color: inherit;
  content: "";
  position: absolute;
  top: 0;
  width: 0.5625em;
}

.mbsc-material.mbsc-schedule-time-indicator.mbsc-ltr:after {
  left: -0.5625em;
}

.mbsc-material.mbsc-schedule-time-indicator.mbsc-rtl:after {
  right: -0.5625em;
}

.mbsc-material.mbsc-schedule-time-indicator-time-x {
  margin: 0 1px;
  padding: 0 1.6em;
}

.mbsc-material.mbsc-schedule-cursor-time-x {
  width: 5.2em;
}

.mbsc-material.mbsc-schedule-event-inner {
  border-radius: 0.333334em;
}

.mbsc-material.mbsc-schedule-event-start .mbsc-schedule-event-background {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.mbsc-material.mbsc-schedule-event-end .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.mbsc-material.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background, .mbsc-material.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}

.mbsc-material.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background, .mbsc-material.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background:after, .mbsc-material.mbsc-schedule-event-hover .mbsc-schedule-event-background:after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.mbsc-material.mbsc-schedule-event-title {
  font-weight: 500;
}

.mbsc-material.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  border-radius: 0;
}

.mbsc-material.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  left: 0.25em;
}

.mbsc-material.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  right: 0.25em;
}

.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname {
  font-size: 0.6875em;
  line-height: 2.909091em;
  text-transform: uppercase;
}

.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-day {
  font-size: 1.625em;
  height: 1.769231em;
  line-height: 1.769231em;
  margin-top: -0.307693em;
  width: 1.769231em;
}

.mbsc-material.mbsc-eventcalendar {
  background: #fff;
  color: #303030;
}

.mbsc-material.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #f0f0f0;
}

.mbsc-material.mbsc-event-list-empty {
  color: rgba(48, 48, 48, 0.7);
}

.mbsc-material.mbsc-event-day.mbsc-list-header, .mbsc-material.mbsc-schedule-date-header {
  background: #fff;
  color: rgba(48, 48, 48, 0.7);
}

.mbsc-material.mbsc-colored-event.mbsc-list-item {
  background: #1a73e8;
  color: #fff;
}

.mbsc-material.mbsc-event.mbsc-list-item.mbsc-focus, .mbsc-material.mbsc-event.mbsc-list-item.mbsc-selected {
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.4);
}

.mbsc-material.mbsc-event.mbsc-list-item.mbsc-focus:before, .mbsc-material.mbsc-event.mbsc-list-item.mbsc-selected:before {
  border-radius: 0.25em;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.mbsc-material.mbsc-event-color {
  background: #1a73e8;
}

.mbsc-material.mbsc-schedule-header-dayname {
  color: #70757a;
}

.mbsc-material.mbsc-schedule-header-day {
  color: #303030;
}

.mbsc-material.mbsc-schedule-header-day-today, .mbsc-material.mbsc-schedule-header-dayname-curr {
  color: #1a73e8;
}

.mbsc-material.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(26, 115, 232, 0.3);
}

.mbsc-material.mbsc-schedule-header-day.mbsc-selected {
  background-color: #1a73e8;
  color: #fff;
}

.mbsc-material.mbsc-schedule-all-day-item:after, .mbsc-material.mbsc-schedule-column, .mbsc-material.mbsc-schedule-item, .mbsc-material.mbsc-schedule-resource, .mbsc-material.mbsc-schedule-resource-group, .mbsc-material.mbsc-schedule-time-col, .mbsc-material.mbsc-timeline-column, .mbsc-material.mbsc-timeline-day:after, .mbsc-material.mbsc-timeline-footer, .mbsc-material.mbsc-timeline-footer-column, .mbsc-material.mbsc-timeline-footer-date, .mbsc-material.mbsc-timeline-footer-week, .mbsc-material.mbsc-timeline-header, .mbsc-material.mbsc-timeline-header-column, .mbsc-material.mbsc-timeline-header-date, .mbsc-material.mbsc-timeline-header-month, .mbsc-material.mbsc-timeline-header-week, .mbsc-material.mbsc-timeline-resource, .mbsc-material.mbsc-timeline-resource-footer-cont, .mbsc-material.mbsc-timeline-resource-header-cont, .mbsc-material.mbsc-timeline-row, .mbsc-material.mbsc-timeline-row-date, .mbsc-material.mbsc-timeline-row-group:after, .mbsc-material.mbsc-timeline-sidebar-footer-cont, .mbsc-material.mbsc-timeline-sidebar-header-cont, .mbsc-material.mbsc-timeline-sidebar-resource, .mbsc-material.mbsc-timeline-slot-header, .mbsc-material.mbsc-timeline-slots {
  border-color: #cfcfcf;
}

.mbsc-material.mbsc-schedule-time-wrapper-end:before, .mbsc-material.mbsc-schedule-time-wrapper:after {
  border-bottom: 1px solid #cfcfcf;
}

.mbsc-material.mbsc-schedule-all-day-text, .mbsc-material.mbsc-schedule-time, .mbsc-material.mbsc-schedule-timezone-label {
  color: #70757a;
}

.mbsc-material.mbsc-schedule-time-indicator {
  border-color: #1a73e8;
}

.mbsc-material.mbsc-schedule-time-indicator-day:before {
  background: #1a73e8;
}

.mbsc-material.mbsc-schedule-cursor-time, .mbsc-material.mbsc-schedule-time-indicator-time {
  background: hsla(0, 0%, 100%, 0.8);
  color: #1a73e8;
}

.mbsc-material.mbsc-schedule-event {
  color: #1a73e8;
}

.mbsc-material.mbsc-schedule-event-inner {
  color: #fff;
}

.mbsc-material.mbsc-schedule-invalid {
  background: hsla(0, 0%, 94%, 0.75);
  color: #8a8a8a;
}

.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-material.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.mbsc-material.mbsc-timeline-footer-bg, .mbsc-material.mbsc-timeline-header-bg, .mbsc-material.mbsc-timeline-header-text, .mbsc-material.mbsc-timeline-resource-bg, .mbsc-material.mbsc-timeline-resource-footer-cont, .mbsc-material.mbsc-timeline-resource-header-cont, .mbsc-material.mbsc-timeline-sidebar-footer-cont, .mbsc-material.mbsc-timeline-sidebar-header-cont {
  background: #fff;
}

.mbsc-material.mbsc-timeline-header-active {
  color: #fff;
}

.mbsc-material.mbsc-timeline-header-active:after {
  background-color: #1a73e8;
}

.mbsc-material.mbsc-connection {
  stroke: rgba(48, 48, 48, 0.7);
}

.mbsc-material.mbsc-connection-arrow {
  fill: #303030;
}

.mbsc-material-dark.mbsc-eventcalendar {
  background: #000;
  color: #fff;
}

.mbsc-material-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #1a1a1a;
}

.mbsc-material-dark.mbsc-event-list-empty {
  color: hsla(0, 0%, 100%, 0.7);
}

.mbsc-material-dark.mbsc-event-day.mbsc-list-header, .mbsc-material-dark.mbsc-schedule-date-header {
  background: #000;
  color: hsla(0, 0%, 100%, 0.7);
}

.mbsc-material-dark.mbsc-colored-event.mbsc-list-item {
  background: #87b0f3;
  color: #000;
}

.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-focus, .mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-selected {
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.4);
}

.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-focus:before, .mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-selected:before {
  border-radius: 0.25em;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.mbsc-material-dark.mbsc-event-color {
  background: #87b0f3;
}

.mbsc-material-dark.mbsc-schedule-header-dayname {
  color: #dbdddf;
}

.mbsc-material-dark.mbsc-schedule-header-day {
  color: #fff;
}

.mbsc-material-dark.mbsc-schedule-header-day-today, .mbsc-material-dark.mbsc-schedule-header-dayname-curr {
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(135, 176, 243, 0.3);
}

.mbsc-material-dark.mbsc-schedule-header-day.mbsc-selected {
  background-color: #87b0f3;
  color: #000;
}

.mbsc-material-dark.mbsc-schedule-all-day-item:after, .mbsc-material-dark.mbsc-schedule-column, .mbsc-material-dark.mbsc-schedule-item, .mbsc-material-dark.mbsc-schedule-resource, .mbsc-material-dark.mbsc-schedule-resource-group, .mbsc-material-dark.mbsc-schedule-time-col, .mbsc-material-dark.mbsc-timeline-column, .mbsc-material-dark.mbsc-timeline-day:after, .mbsc-material-dark.mbsc-timeline-footer, .mbsc-material-dark.mbsc-timeline-footer-column, .mbsc-material-dark.mbsc-timeline-footer-date, .mbsc-material-dark.mbsc-timeline-footer-week, .mbsc-material-dark.mbsc-timeline-header, .mbsc-material-dark.mbsc-timeline-header-column, .mbsc-material-dark.mbsc-timeline-header-date, .mbsc-material-dark.mbsc-timeline-header-month, .mbsc-material-dark.mbsc-timeline-header-week, .mbsc-material-dark.mbsc-timeline-resource, .mbsc-material-dark.mbsc-timeline-resource-footer-cont, .mbsc-material-dark.mbsc-timeline-resource-header-cont, .mbsc-material-dark.mbsc-timeline-row, .mbsc-material-dark.mbsc-timeline-row-date, .mbsc-material-dark.mbsc-timeline-row-group:after, .mbsc-material-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-material-dark.mbsc-timeline-sidebar-header-cont, .mbsc-material-dark.mbsc-timeline-sidebar-resource, .mbsc-material-dark.mbsc-timeline-slot-header, .mbsc-material-dark.mbsc-timeline-slots {
  border-color: #2b2b2b;
}

.mbsc-material-dark.mbsc-schedule-time-wrapper-end:before, .mbsc-material-dark.mbsc-schedule-time-wrapper:after {
  border-bottom: 1px solid #2b2b2b;
}

.mbsc-material-dark.mbsc-schedule-all-day-text, .mbsc-material-dark.mbsc-schedule-time, .mbsc-material-dark.mbsc-schedule-timezone-label {
  color: #dbdddf;
}

.mbsc-material-dark.mbsc-schedule-time-indicator {
  border-color: #87b0f3;
}

.mbsc-material-dark.mbsc-schedule-time-indicator-day:before {
  background: #87b0f3;
}

.mbsc-material-dark.mbsc-schedule-cursor-time, .mbsc-material-dark.mbsc-schedule-time-indicator-time {
  background: rgba(0, 0, 0, 0.8);
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-schedule-event {
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-schedule-event-inner {
  color: #000;
}

.mbsc-material-dark.mbsc-schedule-invalid {
  background: rgba(26, 26, 26, 0.75);
  color: #787878;
}

.mbsc-material-dark.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-material-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 100%, 0.14), 0 1px 8px 0 hsla(0, 0%, 100%, 0.12), 0 1px 3px -1px hsla(0, 0%, 100%, 0.2);
}

.mbsc-material-dark.mbsc-schedule-event-active .mbsc-schedule-event-background {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.mbsc-material-dark.mbsc-timeline-footer-bg, .mbsc-material-dark.mbsc-timeline-header-bg, .mbsc-material-dark.mbsc-timeline-header-text, .mbsc-material-dark.mbsc-timeline-resource-bg, .mbsc-material-dark.mbsc-timeline-resource-footer-cont, .mbsc-material-dark.mbsc-timeline-resource-header-cont, .mbsc-material-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-material-dark.mbsc-timeline-sidebar-header-cont {
  background: #000;
}

.mbsc-material-dark.mbsc-timeline-header-active {
  color: #000;
}

.mbsc-material-dark.mbsc-timeline-header-active:after {
  background-color: #87b0f3;
}

.mbsc-material-dark.mbsc-connection {
  stroke: hsla(0, 0%, 100%, 0.7);
}

.mbsc-material-dark.mbsc-connection-arrow {
  fill: #fff;
}

.mbsc-windows.mbsc-popover-list {
  margin: 0.25em 0;
}

.mbsc-windows.mbsc-event-group {
  border-bottom: 1px solid;
}

.mbsc-windows.mbsc-event-day.mbsc-list-header {
  padding: 1em 1.5em 0.25em;
}

.mbsc-windows.mbsc-event.mbsc-list-item {
  align-items: center;
  margin-bottom: 0.25em;
}

.mbsc-windows.mbsc-event-content {
  order: 1;
}

.mbsc-windows.mbsc-event-time {
  box-sizing: border-box;
  font-size: 0.75em;
  padding: 0 1.333334em;
  width: 7em;
}

.mbsc-windows.mbsc-event-color {
  align-self: stretch;
  margin: -0.5em 0 -0.5em -0.5em;
  width: 0.5em;
}

.mbsc-windows.mbsc-event-sep {
  display: none;
}

.mbsc-windows.mbsc-schedule-wrapper {
  min-height: 1.5em;
  position: relative;
  z-index: 2;
}

.mbsc-windows.mbsc-schedule-header-day {
  border-top: 1px solid;
  font-size: 1em;
  padding: 0.5em 0.5em 1.5em;
  text-align: left;
}

.mbsc-windows.mbsc-schedule-header-day.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: -1px;
}

.mbsc-windows.mbsc-schedule-header-day.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: -1px;
}

.mbsc-windows.mbsc-schedule-header-item.mbsc-ltr {
  border-left: 1px solid transparent;
}

.mbsc-windows.mbsc-schedule-header-item.mbsc-rtl {
  border-right: 1px solid transparent;
}

.mbsc-windows.mbsc-schedule-header-item:first-child {
  border: 0;
}

.mbsc-windows.mbsc-schedule-header-item:first-child .mbsc-schedule-header-day {
  border-left: 0;
  border-right: 0;
  margin: 0;
}

.mbsc-windows.mbsc-schedule-header-dayname {
  font-size: 0.875em;
  padding: 0.571429em;
  text-align: left;
}

.mbsc-windows.mbsc-schedule-all-day-item {
  min-height: 1.375em;
}

.mbsc-windows.mbsc-schedule-all-day-text, .mbsc-windows.mbsc-schedule-timezone-label {
  font-size: 0.75em;
  line-height: 1.833334em;
  padding: 0 0.333334em;
}

.mbsc-windows.mbsc-schedule-header-dayname {
  position: relative;
}

.mbsc-windows.mbsc-schedule-header-dayname.mbsc-selected:after {
  bottom: 0;
  content: "";
  height: 0.285715em;
  left: 0;
  position: absolute;
  width: 100%;
}

.mbsc-windows.mbsc-schedule-date-header {
  border-bottom: 1px solid;
}

.mbsc-windows.mbsc-schedule-date-header-text {
  font-weight: 500;
  line-height: 1.25em;
  padding: 0.5em 0;
}

.mbsc-windows.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(0, 0, 0, 0.1);
}

.mbsc-windows.mbsc-schedule-resource {
  border-top: 1px solid;
  margin-top: -1px;
}

.mbsc-windows.mbsc-schedule-resource.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
  text-align: left;
}

.mbsc-windows.mbsc-schedule-resource.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
  text-align: right;
}

.mbsc-windows.mbsc-schedule-resource:first-child {
  border-left: 0;
  border-right: 0;
}

.mbsc-windows.mbsc-schedule-time-indicator-x {
  border-bottom: 1px dashed;
}

.mbsc-windows.mbsc-schedule-time-indicator-time-x {
  font-size: 0.75em;
  padding: 0 0.333334em;
  text-transform: lowercase;
}

.mbsc-windows.mbsc-schedule-time-indicator-day {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.mbsc-windows.mbsc-schedule-time-indicator-day:before {
  display: none;
}

.mbsc-windows.mbsc-schedule-cursor-time-x {
  font-size: 0.75em;
  padding: 0 0.333334em;
  width: 5.666667em;
}

.mbsc-windows.mbsc-schedule-all-day-wrapper {
  max-height: 4em;
}

.mbsc-windows.mbsc-schedule-time-col.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-windows.mbsc-schedule-time-col.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-windows.mbsc-schedule-time {
  padding: 0 0.333334em;
  text-transform: lowercase;
  top: 0;
}

.mbsc-windows.mbsc-schedule-time-end {
  display: none;
}

.mbsc-windows.mbsc-schedule-event-hover .mbsc-schedule-event-background:after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.mbsc-windows.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background {
  left: 0.25em;
}

.mbsc-windows.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background {
  right: 0.25em;
}

.mbsc-windows.mbsc-timeline-resource-icon {
  padding: 0 0.214286em;
  width: 1.071429em;
}

.mbsc-windows.mbsc-timeline-header-sticky .mbsc-timeline-header-date-text {
  position: relative;
}

.mbsc-windows.mbsc-timeline-header-active {
  position: static;
}

.mbsc-windows.mbsc-timeline-header-active:after {
  border-radius: 0;
  height: 0.142857em;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.mbsc-windows.mbsc-eventcalendar {
  background: #fff;
}

.mbsc-windows.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #f0f0f0;
}

.mbsc-windows.mbsc-event-list-empty {
  color: rgba(51, 51, 51, 0.7);
}

.mbsc-windows.mbsc-event-group {
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-event-day.mbsc-list-header, .mbsc-windows.mbsc-event.mbsc-list-item {
  background: #fff;
  color: #333;
}

.mbsc-windows.mbsc-event.mbsc-focus, .mbsc-windows.mbsc-event.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
}

.mbsc-windows.mbsc-event-color {
  background: #0078d7;
}

.mbsc-windows.mbsc-schedule-wrapper {
  background: #fff;
}

.mbsc-windows.mbsc-schedule-header-day {
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-schedule-header-item {
  color: #333;
}

.mbsc-windows.mbsc-schedule-header-day-today {
  color: #0078d7;
}

.mbsc-windows.mbsc-schedule-header-dayname.mbsc-selected:after {
  background: #0078d7;
}

.mbsc-windows.mbsc-schedule-date-header {
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-schedule-time-indicator, .mbsc-windows.mbsc-schedule-time-indicator-day {
  border-color: #0078d7;
}

.mbsc-windows.mbsc-schedule-cursor-time, .mbsc-windows.mbsc-schedule-time-indicator-time {
  background: hsla(0, 0%, 100%, 0.8);
  color: #0078d7;
}

.mbsc-windows.mbsc-schedule-time-indicator-time {
  color: #0078d7;
}

.mbsc-windows.mbsc-schedule-all-day-item:after, .mbsc-windows.mbsc-schedule-column, .mbsc-windows.mbsc-schedule-item, .mbsc-windows.mbsc-schedule-resource, .mbsc-windows.mbsc-schedule-resource-group, .mbsc-windows.mbsc-schedule-time-col, .mbsc-windows.mbsc-timeline-column, .mbsc-windows.mbsc-timeline-day:after, .mbsc-windows.mbsc-timeline-footer, .mbsc-windows.mbsc-timeline-footer-column, .mbsc-windows.mbsc-timeline-footer-date, .mbsc-windows.mbsc-timeline-footer-week, .mbsc-windows.mbsc-timeline-header, .mbsc-windows.mbsc-timeline-header-column, .mbsc-windows.mbsc-timeline-header-date, .mbsc-windows.mbsc-timeline-header-month, .mbsc-windows.mbsc-timeline-header-week, .mbsc-windows.mbsc-timeline-resource, .mbsc-windows.mbsc-timeline-resource-footer-cont, .mbsc-windows.mbsc-timeline-resource-header-cont, .mbsc-windows.mbsc-timeline-row, .mbsc-windows.mbsc-timeline-row-date, .mbsc-windows.mbsc-timeline-row-group:after, .mbsc-windows.mbsc-timeline-sidebar-footer-cont, .mbsc-windows.mbsc-timeline-sidebar-header-cont, .mbsc-windows.mbsc-timeline-sidebar-resource, .mbsc-windows.mbsc-timeline-slot-header, .mbsc-windows.mbsc-timeline-slots {
  border-color: #e6e6e6;
}

.mbsc-windows.mbsc-schedule-time-wrapper {
  border-top: 1px solid #e6e6e6;
  color: #333;
}

.mbsc-windows.mbsc-schedule-time-wrapper-end {
  border-bottom: 1px solid #e6e6e6;
  color: #333;
}

.mbsc-windows.mbsc-schedule-all-day-text, .mbsc-windows.mbsc-schedule-time-cont, .mbsc-windows.mbsc-schedule-timezone-label {
  color: #333;
}

.mbsc-windows.mbsc-schedule-event {
  color: #0078d7;
}

.mbsc-windows.mbsc-schedule-event-inner {
  color: #fff;
}

.mbsc-windows.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-windows.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  outline: 1px solid #333;
}

.mbsc-windows.mbsc-schedule-invalid {
  background: hsla(0, 0%, 94%, 0.75);
  color: #8a8a8a;
}

.mbsc-windows.mbsc-timeline-footer-bg, .mbsc-windows.mbsc-timeline-header-bg, .mbsc-windows.mbsc-timeline-header-text, .mbsc-windows.mbsc-timeline-resource-bg, .mbsc-windows.mbsc-timeline-resource-footer-cont, .mbsc-windows.mbsc-timeline-resource-header-cont, .mbsc-windows.mbsc-timeline-sidebar-footer-cont, .mbsc-windows.mbsc-timeline-sidebar-header-cont {
  background: #fff;
}

.mbsc-windows .mbsc-timeline-header-active:after {
  background-color: #0078d7;
}

.mbsc-windows.mbsc-connection {
  stroke: rgba(51, 51, 51, 0.7);
}

.mbsc-windows.mbsc-connection-arrow {
  fill: #333;
}

.mbsc-windows-dark.mbsc-eventcalendar {
  background: #1a1a1a;
}

.mbsc-windows-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #343434;
}

.mbsc-windows-dark.mbsc-event-list-empty {
  color: hsla(0, 0%, 100%, 0.7);
}

.mbsc-windows-dark.mbsc-event-group {
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-event-day.mbsc-list-header, .mbsc-windows-dark.mbsc-event.mbsc-list-item {
  background: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-event.mbsc-focus, .mbsc-windows-dark.mbsc-event.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
}

.mbsc-windows-dark.mbsc-event-color {
  background: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-wrapper {
  background: #1a1a1a;
}

.mbsc-windows-dark.mbsc-schedule-header-day {
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-schedule-header-item {
  color: #fff;
}

.mbsc-windows-dark.mbsc-schedule-header-day-today {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-header-dayname.mbsc-selected:after {
  background: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-date-header {
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-schedule-time-indicator, .mbsc-windows-dark.mbsc-schedule-time-indicator-day {
  border-color: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-cursor-time, .mbsc-windows-dark.mbsc-schedule-time-indicator-time {
  background: rgba(26, 26, 26, 0.8);
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-time-indicator-time {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-all-day-item:after, .mbsc-windows-dark.mbsc-schedule-column, .mbsc-windows-dark.mbsc-schedule-item, .mbsc-windows-dark.mbsc-schedule-resource, .mbsc-windows-dark.mbsc-schedule-resource-group, .mbsc-windows-dark.mbsc-schedule-time-col, .mbsc-windows-dark.mbsc-timeline-column, .mbsc-windows-dark.mbsc-timeline-day:after, .mbsc-windows-dark.mbsc-timeline-footer, .mbsc-windows-dark.mbsc-timeline-footer-column, .mbsc-windows-dark.mbsc-timeline-footer-date, .mbsc-windows-dark.mbsc-timeline-footer-week, .mbsc-windows-dark.mbsc-timeline-header, .mbsc-windows-dark.mbsc-timeline-header-column, .mbsc-windows-dark.mbsc-timeline-header-date, .mbsc-windows-dark.mbsc-timeline-header-month, .mbsc-windows-dark.mbsc-timeline-header-week, .mbsc-windows-dark.mbsc-timeline-resource, .mbsc-windows-dark.mbsc-timeline-resource-footer-cont, .mbsc-windows-dark.mbsc-timeline-resource-header-cont, .mbsc-windows-dark.mbsc-timeline-row, .mbsc-windows-dark.mbsc-timeline-row-date, .mbsc-windows-dark.mbsc-timeline-row-group:after, .mbsc-windows-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-header-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-resource, .mbsc-windows-dark.mbsc-timeline-slot-header, .mbsc-windows-dark.mbsc-timeline-slots {
  border-color: #343434;
}

.mbsc-windows-dark.mbsc-schedule-time-wrapper {
  border-top: 1px solid #343434;
  color: #fff;
}

.mbsc-windows-dark.mbsc-schedule-time-wrapper-end {
  border-bottom: 1px solid #343434;
  color: #fff;
}

.mbsc-windows-dark.mbsc-schedule-all-day-text, .mbsc-windows-dark.mbsc-schedule-time-cont, .mbsc-windows-dark.mbsc-schedule-timezone-label {
  color: #fff;
}

.mbsc-windows-dark.mbsc-schedule-event {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-schedule-event-inner {
  color: #fff;
}

.mbsc-windows-dark.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-windows-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  outline: 1px solid #fff;
}

.mbsc-windows-dark.mbsc-schedule-invalid {
  background: rgba(52, 52, 52, 0.75);
  color: #929292;
}

.mbsc-windows-dark.mbsc-timeline-footer-bg, .mbsc-windows-dark.mbsc-timeline-header-bg, .mbsc-windows-dark.mbsc-timeline-header-text, .mbsc-windows-dark.mbsc-timeline-resource-bg, .mbsc-windows-dark.mbsc-timeline-resource-footer-cont, .mbsc-windows-dark.mbsc-timeline-resource-header-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-header-cont {
  background: #1a1a1a;
}

.mbsc-windows-dark .mbsc-timeline-header-active:after {
  background-color: #0078d7;
}

.mbsc-windows-dark.mbsc-connection {
  stroke: hsla(0, 0%, 100%, 0.7);
}

.mbsc-windows-dark.mbsc-connection-arrow {
  fill: #fff;
}

.mbsc-eventcalendar {
  height: 100%;
  overflow: hidden;
}

.mbsc-event-list {
  margin-top: -1px;
  position: relative;
  z-index: 0;
}

.mbsc-event-list-scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.mbsc-event-list-empty {
  font-size: 1.5em;
  margin: 3em;
  text-align: center;
}

.mbsc-event-day {
  position: sticky;
  top: 0;
  z-index: 3;
}

.mbsc-event-color, .mbsc-event-time {
  flex: 0 0 auto;
}

.mbsc-event-content {
  overflow: hidden;
}

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

.mbsc-popover-list {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  width: 20em;
}

.mbsc-popover-hidden {
  visibility: hidden;
}

.mbsc-calendar-dragging {
  bottom: 0;
  cursor: move;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.mbsc-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mbsc-drag-clone {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: move;
  display: table;
  margin: 15px 0 0 !important;
  position: fixed;
  z-index: 99;
}

.mbsc-drag-clone:after {
  bottom: -50px;
  content: "";
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
}

.mbsc-schedule-fake-scroll-x, .mbsc-schedule-fake-scroll-y {
  flex: none;
  visibility: hidden;
}

.mbsc-schedule-fake-scroll-x {
  overflow-x: scroll;
  width: 0;
}

.mbsc-schedule-fake-scroll-y {
  max-height: 20px;
  overflow-y: scroll;
}

.mbsc-ios.mbsc-checkbox-right {
  padding: 0.875em 3.75em 0.875em 1em;
}

.mbsc-ios.mbsc-checkbox-left {
  padding: 0.875em 1em 0.875em 3.75em;
}

.mbsc-ios.mbsc-checkbox-box {
  border: 0.125em solid;
  border-radius: 2em;
  height: 1.75em;
  margin-top: -0.875em;
  width: 1.75em;
}

.mbsc-ios.mbsc-checkbox-box-right {
  right: 1em;
}

.mbsc-ios.mbsc-checkbox-box-left {
  left: 1em;
}

.mbsc-ios.mbsc-checkbox-box:after {
  border: 0.125em solid;
  border-right: 0;
  border-top: 0;
  height: 0.375em;
  left: 26%;
  top: 32%;
  transition: opacity 0.2s ease-in-out;
  width: 0.75em;
}

.mbsc-ios.mbsc-checkbox-box:before {
  background: #ccc;
  border-radius: 2.5em;
  content: "";
  height: 2.5em;
  left: -0.5em;
  opacity: 0;
  position: absolute;
  top: -0.5em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-focus:before {
  opacity: 0.12;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-primary {
  color: #3f97f6;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-secondary {
  color: #90979e;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-success {
  color: #43be5f;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-danger {
  color: #f5504e;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-warning {
  color: #f8b042;
}

.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-info {
  color: #5bb7c5;
}

.mbsc-ios.mbsc-checkbox-box {
  color: #1273de;
}

.mbsc-ios-dark.mbsc-checkbox-box {
  color: #ffa519;
}

.mbsc-material.mbsc-checkbox-right {
  padding: 0.9375em 3.5em 0.9375em 1em;
}

.mbsc-material.mbsc-checkbox-left {
  padding: 0.9375em 1em 0.9375em 3.5em;
}

.mbsc-material.mbsc-checkbox-box {
  border: 0.125em solid;
  border-radius: 0.1875em;
  height: 1.125em;
  margin-top: -0.5625em;
  transition: background-color 0.1s ease-out;
  width: 1.125em;
}

.mbsc-material.mbsc-checkbox-box-right {
  right: 1.25em;
}

.mbsc-material.mbsc-checkbox-box-left {
  left: 1.25em;
}

.mbsc-material.mbsc-checkbox-box:after {
  border: 0.125em solid;
  border-right: 0;
  border-top: 0;
  height: 0.4375em;
  left: 0.0625em;
  opacity: 1;
  top: 0.125em;
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease-out;
  width: 0.8125em;
}

.mbsc-material.mbsc-checkbox-box:before {
  background: currentColor;
  border-radius: 2.5em;
  content: "";
  height: 2.5em;
  left: -0.8125em;
  opacity: 0;
  position: absolute;
  top: -0.8125em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-material.mbsc-checkbox-box.mbsc-focus:before {
  opacity: 0.12;
}

.mbsc-material.mbsc-checkbox-box.mbsc-active:before {
  opacity: 0.2;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checked {
  background: currentColor;
  border-color: currentColor;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checked:after {
  transform: scale(1) rotate(-45deg);
}

.mbsc-material.mbsc-checkbox-box.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-primary {
  color: #3f97f6;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-secondary {
  color: #90979e;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-success {
  color: #43be5f;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-danger {
  color: #f5504e;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-warning {
  color: #f8b042;
}

.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-info {
  color: #5bb7c5;
}

.mbsc-material.mbsc-checkbox-box {
  border-color: #303030;
  color: #1a73e8;
}

.mbsc-material.mbsc-checkbox-box:after {
  border-color: #fff;
}

.mbsc-material-dark.mbsc-checkbox-box {
  border-color: #fff;
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-checkbox-box:after {
  border-color: #000;
}

.mbsc-windows.mbsc-checkbox-left {
  padding: 1.125em 1em 1.125em 2.875em;
}

.mbsc-windows.mbsc-checkbox-right {
  padding: 1.125em 2.875em 1.125em 1em;
}

.mbsc-windows.mbsc-checkbox-box {
  border: 0.125em solid;
  height: 1.3125em;
  margin-top: -0.6875em;
  width: 1.3125em;
}

.mbsc-windows.mbsc-checkbox-box-left {
  left: 1em;
}

.mbsc-windows.mbsc-checkbox-box-right {
  right: 1em;
}

.mbsc-windows.mbsc-checkbox-box:after {
  border: 0.125em solid;
  border-right: 0;
  border-top: 0;
  height: 0.475em;
  left: 10%;
  top: 16%;
  width: 0.875em;
}

.mbsc-windows.mbsc-checkbox-box:before {
  border-radius: 2.5em;
  content: "";
  height: 2.5em;
  left: -0.75em;
  opacity: 0;
  position: absolute;
  top: -0.75em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-focus:before {
  opacity: 0.12;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checked {
  background: currentColor;
  border-color: currentColor;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-primary {
  color: #3f97f6;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-secondary {
  color: #90979e;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-success {
  color: #43be5f;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-danger {
  color: #f5504e;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-warning {
  color: #f8b042;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-info {
  color: #5bb7c5;
}

.mbsc-windows.mbsc-checkbox-box {
  border-color: #333;
  color: #0078d7;
}

.mbsc-windows.mbsc-checkbox-box:after {
  border-color: #e5f1fb;
}

.mbsc-windows.mbsc-checkbox-box:before {
  background: #737373;
}

.mbsc-windows.mbsc-checkbox-box.mbsc-active {
  background: #737373;
  border-color: #737373;
}

.mbsc-windows-dark.mbsc-checkbox-box {
  border-color: #fff;
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-checkbox-box:after {
  border-color: #000;
}

.mbsc-windows-dark.mbsc-checkbox-box:before {
  background: #a6a6a6;
}

.mbsc-windows-dark.mbsc-checkbox-box.mbsc-active {
  background: #a6a6a6;
  border-color: #a6a6a6;
}

.mbsc-checkbox {
  display: block;
  line-height: 1.25em;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}

.mbsc-checkbox-box {
  height: 1.375em;
  top: 50%;
  width: 1.375em;
}

.mbsc-checkbox-box, .mbsc-checkbox-box:after {
  box-sizing: border-box;
  display: block;
  position: absolute;
}

.mbsc-checkbox-box:after {
  content: "";
  opacity: 0;
  transform: rotate(-45deg);
}

.mbsc-checkbox-box.mbsc-checked:after {
  opacity: 1;
}

.mbsc-ios .mbsc-block-title, .mbsc-ios .mbsc-form-group-title {
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 0.5em 1.333334em;
  text-transform: uppercase;
}

.mbsc-ios.mbsc-page {
  background: #f2f2f7;
  color: #000;
}

.mbsc-ios .mbsc-block-title, .mbsc-ios .mbsc-form-group-title {
  color: #6e6e6e;
}

.mbsc-ios a {
  color: #007aff;
}

.mbsc-ios-dark.mbsc-page {
  background: #000;
  color: #fff;
}

.mbsc-ios-dark .mbsc-block-title, .mbsc-ios-dark .mbsc-form-group-title {
  color: #919191;
}

.mbsc-ios-dark a {
  color: #ff9f0a;
}

.mbsc-material .mbsc-block-title, .mbsc-material .mbsc-form-group-title {
  font-size: 0.75em;
  padding: 0.666667em 1.333334em;
  text-transform: uppercase;
}

.mbsc-material.mbsc-page {
  background-color: #fff;
  color: #303030;
}

.mbsc-material .mbsc-block-title, .mbsc-material .mbsc-form-group-title, .mbsc-material a {
  color: #1a73e8;
}

.mbsc-material-dark.mbsc-page {
  background-color: #000;
  color: #fff;
}

.mbsc-material-dark .mbsc-block-title, .mbsc-material-dark .mbsc-form-group-title, .mbsc-material-dark a {
  color: #87b0f3;
}

.mbsc-windows .mbsc-block-title, .mbsc-windows .mbsc-form-group-title {
  font-size: 1.5em;
  line-height: 2em;
  padding: 0 0.666667em;
}

.mbsc-windows.mbsc-page {
  background-color: #fff;
  color: #333;
}

.mbsc-windows .mbsc-block-title, .mbsc-windows .mbsc-form-group-title {
  color: #333;
}

.mbsc-windows a {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-page {
  background-color: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark .mbsc-block-title, .mbsc-windows-dark .mbsc-form-group-title {
  color: #fff;
}

.mbsc-windows-dark a {
  color: #0078d7;
}

.mbsc-page {
  display: block;
  min-height: 100%;
  padding: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}

.mbsc-page:after, .mbsc-page:before {
  content: "";
  display: table;
}

.mbsc-block, .mbsc-form-group {
  margin: 1.5em 0;
}

.mbsc-form-group-inset {
  margin: 2em 1.5em;
}

.mbsc-form-grid .mbsc-form-group-title {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.mbsc-h1, .mbsc-h2, .mbsc-h3, .mbsc-h4, .mbsc-h5, .mbsc-h6, .mbsc-page h1, .mbsc-page h2, .mbsc-page h3, .mbsc-page h4, .mbsc-page h5, .mbsc-page h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.mbsc-p, .mbsc-page p {
  line-height: 1.5;
  margin: 1em 0;
  padding: 0;
}

.mbsc-a, .mbsc-page a {
  text-decoration: none;
}

.mbsc-a:hover, .mbsc-page a:hover {
  text-decoration: underline;
}

.mbsc-a.mbsc-btn:hover, .mbsc-page a.mbsc-btn:hover {
  text-decoration: none;
}

.mbsc-h1, .mbsc-page h1 {
  font-size: 2.875em;
  margin: 0.347826em 0;
}

.mbsc-h2, .mbsc-page h2 {
  font-size: 2.125em;
  margin: 0.470588em 0;
}

.mbsc-h3, .mbsc-page h3 {
  font-size: 1.5em;
  margin: 0.666666em 0;
}

.mbsc-h4, .mbsc-page h4 {
  font-size: 1.25em;
  margin: 0.8em 0;
}

.mbsc-h5, .mbsc-page h5 {
  font-size: 0.9375em;
  margin: 1.066666em 0;
}

.mbsc-h6, .mbsc-page h6 {
  font-size: 0.75em;
  margin: 1.333333em 0;
}

.mbsc-padding {
  padding: 1em;
}

.mbsc-padding > p:first-child {
  margin-top: 0;
}

.mbsc-padding > p:last-child {
  margin-bottom: 0;
}

.mbsc-margin {
  margin: 1em 0;
}

.mbsc-margin:first-child {
  margin-top: 0;
}

.mbsc-margin:last-child {
  margin-bottom: 0;
}

.mbsc-ol, .mbsc-page ol, .mbsc-page ul, .mbsc-ul {
  line-height: 1.5;
  margin: 1em 0 1em 1.25em;
  padding: 0;
}

.mbsc-ol .mbsc-ol, .mbsc-page ol ol, .mbsc-page ul ul, .mbsc-ul .mbsc-ul {
  margin: 0 0 0 1.25em;
}

.mbsc-txt-xs {
  font-size: 0.625em;
}

.mbsc-txt-s {
  font-size: 0.75em;
}

.mbsc-txt-m {
  font-size: 1.25em;
}

.mbsc-txt-l {
  font-size: 1.5em;
}

.mbsc-txt-xl {
  font-size: 2em;
}

.mbsc-txt-muted {
  opacity: 0.6;
}

.mbsc-line-height-xs {
  line-height: 1;
}

.mbsc-line-height-s {
  line-height: 1.25;
}

.mbsc-line-height-m {
  line-height: 1.5;
}

.mbsc-line-height-l {
  line-height: 1.75;
}

.mbsc-line-height-xl {
  line-height: 2;
}

.mbsc-ultra-bold {
  font-weight: 900;
}

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

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

.mbsc-light {
  font-weight: 300;
}

.mbsc-thin {
  font-weight: 100;
}

.mbsc-italic {
  font-style: italic;
}

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

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

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

.mbsc-align-justify {
  text-align: justify;
}

.mbsc-pull-right {
  float: right;
}

.mbsc-pull-left {
  float: left;
}

.mbsc-media-fluid {
  display: block;
  width: 100%;
}

.mbsc-img-thumbnail {
  height: 6em;
  margin: 1em;
  width: 6em;
}

.mbsc-avatar {
  border-radius: 1.25em;
  height: 2.5em;
  padding: 0;
  width: 2.5em;
}

.mbsc-note {
  border: 1px solid transparent;
  font-size: 0.875em;
  margin: 1em;
  padding: 0.75em 1.25em;
  position: relative;
}

@media (max-width: 600px) {
  .mbsc-note {
    text-align: center;
  }
}
.mbsc-ios.mbsc-radio-left {
  padding: 0.875em 1em 0.875em 3.75em;
}

.mbsc-ios.mbsc-radio-right {
  padding: 0.875em 3.75em 0.875em 1em;
}

.mbsc-ios.mbsc-radio-box:after {
  border: 0.125em solid;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  height: 0.375em;
  left: 23%;
  top: 44%;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease-in-out;
  width: 0.875em;
}

.mbsc-ios.mbsc-radio-box:before {
  background: #ccc;
  border-radius: 2.5em;
  content: "";
  height: 2.5em;
  left: -0.75em;
  opacity: 0;
  position: absolute;
  top: -0.75em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-ios.mbsc-radio-box.mbsc-focus:before {
  opacity: 0.12;
}

.mbsc-ios.mbsc-radio-box-left {
  left: 1.125em;
}

.mbsc-ios.mbsc-radio-box-right {
  right: 1.125em;
}

.mbsc-ios.mbsc-radio-box.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-ios.mbsc-radio-box.mbsc-radio-box-primary:after {
  border-color: #3f97f6;
}

.mbsc-ios.mbsc-radio-box.mbsc-radio-box-secondary:after {
  border-color: #90979e;
}

.mbsc-ios.mbsc-radio-box.mbsc-radio-box-success:after {
  border-color: #43be5f;
}

.mbsc-ios.mbsc-radio-box.mbsc-radio-box-danger:after {
  border-color: #f5504e;
}

.mbsc-ios.mbsc-radio-box.mbsc-radio-box-warning:after {
  border-color: #f8b042;
}

.mbsc-ios.mbsc-radio-box.mbsc-radio-box-info:after {
  border-color: #5bb7c5;
}

.mbsc-ios.mbsc-radio-box:after {
  border-color: #1273de;
}

.mbsc-ios.mbsc-radio-label.mbsc-disabled {
  color: #c4c4c4;
}

.mbsc-ios-dark.mbsc-radio-box:after {
  border-color: #ffa519;
}

.mbsc-ios-dark.mbsc-radio-label.mbsc-disabled {
  color: #3b3b3b;
}

.mbsc-material.mbsc-radio-left {
  padding: 0.9375em 1em 0.9375em 3.5em;
}

.mbsc-material.mbsc-radio-right {
  padding: 0.9375em 3.5em 0.9375em 1em;
}

.mbsc-material.mbsc-radio-box {
  border: 0.125em solid;
  transition: background-color 0.1s ease-out;
}

.mbsc-material.mbsc-radio-box-left {
  left: 1.125em;
}

.mbsc-material.mbsc-radio-box-right {
  right: 1.125em;
}

.mbsc-material.mbsc-radio-box:before {
  background: currentColor;
  border-radius: 2.5em;
  content: "";
  height: 2.5em;
  left: -0.75em;
  opacity: 0;
  position: absolute;
  top: -0.75em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-material.mbsc-radio-box.mbsc-focus:before {
  opacity: 0.12;
}

.mbsc-material.mbsc-radio-box.mbsc-active:before {
  opacity: 0.2;
}

.mbsc-material.mbsc-radio-box:after {
  background: currentColor;
  transform: scale(0);
  transition: transform 0.1s ease-out;
}

.mbsc-material.mbsc-radio-box.mbsc-checked {
  border-color: currentColor;
}

.mbsc-material.mbsc-radio-box.mbsc-checked:after {
  transform: scale(1);
}

.mbsc-material.mbsc-radio-box.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-material.mbsc-radio-box.mbsc-radio-box-primary {
  color: #3f97f6;
}

.mbsc-material.mbsc-radio-box.mbsc-radio-box-secondary {
  color: #90979e;
}

.mbsc-material.mbsc-radio-box.mbsc-radio-box-success {
  color: #43be5f;
}

.mbsc-material.mbsc-radio-box.mbsc-radio-box-danger {
  color: #f5504e;
}

.mbsc-material.mbsc-radio-box.mbsc-radio-box-warning {
  color: #f8b042;
}

.mbsc-material.mbsc-radio-box.mbsc-radio-box-info {
  color: #5bb7c5;
}

.mbsc-material.mbsc-radio-box {
  border-color: #303030;
  color: #1a73e8;
}

.mbsc-material-dark.mbsc-radio-box {
  border-color: #fff;
  color: #87b0f3;
}

.mbsc-windows.mbsc-radio-left {
  padding: 1.125em 1em 1.125em 3.25em;
}

.mbsc-windows.mbsc-radio-right {
  padding: 1.125em 3.25em 1.125em 1em;
}

.mbsc-windows.mbsc-radio-box-left {
  left: 1em;
}

.mbsc-windows.mbsc-radio-box-right {
  right: 1em;
}

.mbsc-windows.mbsc-radio-box:before {
  background: #ccc;
  border-radius: 2.5em;
  content: "";
  height: 2.5em;
  left: -0.75em;
  opacity: 0;
  position: absolute;
  top: -0.75em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-windows.mbsc-radio-box.mbsc-focus:before {
  opacity: 0.12;
}

.mbsc-windows.mbsc-radio-box.mbsc-radio-box-primary.mbsc-checked {
  border-color: #3f97f6;
}

.mbsc-windows.mbsc-radio-box.mbsc-radio-box-secondary.mbsc-checked {
  border-color: #90979e;
}

.mbsc-windows.mbsc-radio-box.mbsc-radio-box-success.mbsc-checked {
  border-color: #43be5f;
}

.mbsc-windows.mbsc-radio-box.mbsc-radio-box-danger.mbsc-checked {
  border-color: #f5504e;
}

.mbsc-windows.mbsc-radio-box.mbsc-radio-box-warning.mbsc-checked {
  border-color: #f8b042;
}

.mbsc-windows.mbsc-radio-box.mbsc-radio-box-info.mbsc-checked {
  border-color: #5bb7c5;
}

.mbsc-windows.mbsc-radio-box {
  border: 0.125em solid #333;
}

.mbsc-windows.mbsc-radio-box:after {
  background: #333;
}

.mbsc-windows.mbsc-radio-box.mbsc-checked {
  border-color: #0078d7;
}

.mbsc-windows.mbsc-radio-box.mbsc-active {
  border-color: rgba(51, 51, 51, 0.6);
}

.mbsc-windows.mbsc-radio-box.mbsc-active:after {
  background: rgba(51, 51, 51, 0.6);
}

.mbsc-windows-dark.mbsc-radio-box {
  border: 0.125em solid #fff;
}

.mbsc-windows-dark.mbsc-radio-box:after {
  background: #fff;
}

.mbsc-windows-dark.mbsc-radio-box.mbsc-checked {
  border-color: #0078d7;
}

.mbsc-windows-dark.mbsc-radio-box.mbsc-active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.mbsc-windows-dark.mbsc-radio-box.mbsc-active:after {
  background: hsla(0, 0%, 100%, 0.6);
}

.mbsc-radio {
  display: block;
  line-height: 1.25em;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}

.mbsc-radio-box {
  border-radius: 1.25em;
  box-sizing: border-box;
  display: block;
  height: 1.25em;
  margin-top: -0.625em;
  position: absolute;
  top: 50%;
  width: 1.25em;
}

.mbsc-radio-box:after {
  border-radius: 0.625em;
  content: "";
  height: 0.625em;
  left: 50%;
  margin-left: -0.3125em;
  margin-top: -0.3125em;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 0.625em;
}

.mbsc-radio-box.mbsc-checked:after {
  opacity: 1;
}

.mbsc-ios.mbsc-stepper-input {
  border: 1px solid;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 1;
}

.mbsc-ios.mbsc-stepper-button.mbsc-button {
  line-height: 1em;
}

.mbsc-ios.mbsc-stepper-button.mbsc-disabled {
  opacity: 1;
}

.mbsc-ios.mbsc-stepper-inner {
  font-weight: 400;
}

.mbsc-ios.mbsc-disabled .mbsc-stepper-inner {
  opacity: 0.2;
}

.mbsc-ios.mbsc-stepper-plus:before {
  border-left: 1px solid;
  bottom: 0.4125em;
  content: "";
  position: absolute;
  top: 0.4125em;
}

.mbsc-ios.mbsc-stepper-plus.mbsc-ltr:before {
  left: 0;
}

.mbsc-ios.mbsc-stepper-plus.mbsc-rtl:before {
  right: 0;
}

.mbsc-ios.mbsc-stepper-center .mbsc-stepper-plus:before {
  display: none;
}

.mbsc-ios.mbsc-primary .mbsc-stepper-button {
  color: #3f97f6;
}

.mbsc-ios.mbsc-secondary .mbsc-stepper-button {
  color: #90979e;
}

.mbsc-ios.mbsc-success .mbsc-stepper-button {
  color: #43be5f;
}

.mbsc-ios.mbsc-danger .mbsc-stepper-button {
  color: #f5504e;
}

.mbsc-ios.mbsc-warning .mbsc-stepper-button {
  color: #f8b042;
}

.mbsc-ios.mbsc-info .mbsc-stepper-button {
  color: #5bb7c5;
}

.mbsc-ios.mbsc-stepper-input {
  border-color: #dedede;
  color: #000;
}

.mbsc-ios.mbsc-stepper-input.mbsc-disabled {
  color: rgba(0, 0, 0, 0.2);
}

.mbsc-ios.mbsc-stepper-button {
  background: #dedede;
  color: #000;
}

.mbsc-ios.mbsc-stepper-plus:before {
  border-color: rgba(0, 0, 0, 0.2);
}

.mbsc-ios-dark.mbsc-stepper-input {
  border-color: #2b2b2b;
  color: #fff;
}

.mbsc-ios-dark.mbsc-stepper-input.mbsc-disabled {
  color: hsla(0, 0%, 100%, 0.2);
}

.mbsc-ios-dark.mbsc-stepper-button {
  background: #2b2b2b;
  color: #fff;
}

.mbsc-ios-dark.mbsc-stepper-plus:before {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.mbsc-material.mbsc-stepper-control {
  height: 2.25em;
}

.mbsc-material.mbsc-stepper-inner {
  font-size: 2.142857em;
  font-weight: 750;
}

.mbsc-material.mbsc-stepper-button.mbsc-button {
  border: 2px solid;
  box-shadow: none;
  line-height: 1em;
}

.mbsc-material.mbsc-stepper-minus.mbsc-ltr, .mbsc-material.mbsc-stepper-plus.mbsc-rtl {
  border-right: 0;
}

.mbsc-material.mbsc-stepper-minus.mbsc-rtl, .mbsc-material.mbsc-stepper-plus.mbsc-ltr {
  border-left: 0;
}

.mbsc-material.mbsc-stepper-button.mbsc-disabled {
  opacity: 1;
}

.mbsc-material.mbsc-stepper-input {
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid;
  width: 4em;
  z-index: 1;
}

.mbsc-material.mbsc-primary .mbsc-stepper-button {
  background: #3f97f6;
  border-color: #3f97f6;
}

.mbsc-material.mbsc-secondary .mbsc-stepper-button {
  background: #90979e;
  border-color: #90979e;
}

.mbsc-material.mbsc-success .mbsc-stepper-button {
  background: #43be5f;
  border-color: #43be5f;
}

.mbsc-material.mbsc-danger .mbsc-stepper-button {
  background: #f5504e;
  border-color: #f5504e;
}

.mbsc-material.mbsc-warning .mbsc-stepper-button {
  background: #f8b042;
  border-color: #f8b042;
}

.mbsc-material.mbsc-info .mbsc-stepper-button {
  background: #5bb7c5;
  border-color: #5bb7c5;
}

.mbsc-material.mbsc-primary .mbsc-stepper-input {
  border-color: #3f97f6;
}

.mbsc-material.mbsc-secondary .mbsc-stepper-input {
  border-color: #90979e;
}

.mbsc-material.mbsc-success .mbsc-stepper-input {
  border-color: #43be5f;
}

.mbsc-material.mbsc-danger .mbsc-stepper-input {
  border-color: #f5504e;
}

.mbsc-material.mbsc-warning .mbsc-stepper-input {
  border-color: #f8b042;
}

.mbsc-material.mbsc-info .mbsc-stepper-input {
  border-color: #5bb7c5;
}

.mbsc-material.mbsc-stepper-input {
  border-color: #d6d6d6;
  color: #5b5b5b;
}

.mbsc-material.mbsc-stepper-input.mbsc-disabled {
  color: #b3b3b3;
}

.mbsc-material.mbsc-stepper-button {
  background: #d6d6d6;
  color: #d6d6d6;
}

.mbsc-material.mbsc-stepper-inner {
  color: #fff;
}

.mbsc-material.mbsc-color-none .mbsc-stepper-inner {
  color: #303030;
}

.mbsc-material.mbsc-stepper-button.mbsc-disabled {
  background: #d6d6d6;
}

.mbsc-material.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: #b3b3b3;
}

.mbsc-material-dark.mbsc-stepper-input {
  border-color: #595959;
  color: #c2c2c2;
}

.mbsc-material-dark.mbsc-stepper-input.mbsc-disabled {
  color: #737373;
}

.mbsc-material-dark.mbsc-stepper-button {
  background: #595959;
  color: #595959;
}

.mbsc-material-dark.mbsc-stepper-inner {
  color: #000;
}

.mbsc-material-dark.mbsc-color-none .mbsc-stepper-inner {
  color: #fff;
}

.mbsc-material-dark.mbsc-stepper-button.mbsc-disabled {
  background: #595959;
}

.mbsc-material-dark.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: #737373;
}

.mbsc-windows.mbsc-stepper-button.mbsc-button {
  border-color: currentColor;
  line-height: 1.5em;
  width: 3.625em;
}

.mbsc-windows.mbsc-stepper-button.mbsc-hover:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-windows.mbsc-stepper-button.mbsc-disabled {
  opacity: 1;
}

.mbsc-windows.mbsc-stepper-minus.mbsc-ltr, .mbsc-windows.mbsc-stepper-plus.mbsc-rtl {
  border-right: 0;
}

.mbsc-windows.mbsc-stepper-minus.mbsc-rtl, .mbsc-windows.mbsc-stepper-plus.mbsc-ltr {
  border-left: 0;
}

.mbsc-windows.mbsc-stepper-inner {
  font-size: 1.75em;
  font-weight: 800;
}

.mbsc-windows.mbsc-stepper-input {
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid;
  width: 4em;
  z-index: 1;
}

.mbsc-windows.mbsc-primary .mbsc-stepper-button {
  background: #3f97f6;
  border-color: #3f97f6;
}

.mbsc-windows.mbsc-secondary .mbsc-stepper-button {
  background: #90979e;
  border-color: #90979e;
}

.mbsc-windows.mbsc-success .mbsc-stepper-button {
  background: #43be5f;
  border-color: #43be5f;
}

.mbsc-windows.mbsc-danger .mbsc-stepper-button {
  background: #f5504e;
  border-color: #f5504e;
}

.mbsc-windows.mbsc-warning .mbsc-stepper-button {
  background: #f8b042;
  border-color: #f8b042;
}

.mbsc-windows.mbsc-info .mbsc-stepper-button {
  background: #5bb7c5;
  border-color: #5bb7c5;
}

.mbsc-windows.mbsc-primary .mbsc-stepper-input {
  border-color: #3f97f6;
}

.mbsc-windows.mbsc-secondary .mbsc-stepper-input {
  border-color: #90979e;
}

.mbsc-windows.mbsc-success .mbsc-stepper-input {
  border-color: #43be5f;
}

.mbsc-windows.mbsc-danger .mbsc-stepper-input {
  border-color: #f5504e;
}

.mbsc-windows.mbsc-warning .mbsc-stepper-input {
  border-color: #f8b042;
}

.mbsc-windows.mbsc-info .mbsc-stepper-input {
  border-color: #5bb7c5;
}

.mbsc-windows.mbsc-stepper-input {
  border-color: #ccc;
  color: #333;
}

.mbsc-windows.mbsc-stepper-input.mbsc-disabled {
  color: #b3b3b3;
}

.mbsc-windows.mbsc-stepper-button {
  color: #ccc;
}

.mbsc-windows.mbsc-stepper-button.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.mbsc-windows.mbsc-stepper-button.mbsc-disabled {
  background: #ccc;
}

.mbsc-windows.mbsc-stepper-inner {
  color: #333;
}

.mbsc-windows.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: #b3b3b3;
}

.mbsc-windows-dark.mbsc-stepper-input {
  border-color: #404040;
  color: #fff;
}

.mbsc-windows-dark.mbsc-stepper-input.mbsc-disabled {
  color: gray;
}

.mbsc-windows-dark.mbsc-stepper-button {
  color: #404040;
}

.mbsc-windows-dark.mbsc-stepper-button.mbsc-hover:before {
  background: hsla(0, 0%, 100%, 0.2);
}

.mbsc-windows-dark.mbsc-stepper-button.mbsc-disabled {
  background: #404040;
}

.mbsc-windows-dark.mbsc-stepper-inner {
  color: #fff;
}

.mbsc-windows-dark.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: gray;
}

.mbsc-stepper {
  box-sizing: border-box;
  display: block;
  line-height: 1.25em;
  margin: 0;
  padding: 1.5em 11.75em 1.5em 1em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}

.mbsc-stepper.mbsc-rtl {
  padding: 1.5em 1em 1.5em 11.75em;
}

.mbsc-stepper-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbsc-stepper-input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875em;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 3.571429em;
  z-index: 3;
}

.mbsc-stepper-input::-webkit-inner-spin-button, .mbsc-stepper-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mbsc-stepper-input:focus {
  outline-width: 0;
}

.mbsc-stepper-input.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-stepper-control {
  height: 2em;
  margin-top: -1em;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.mbsc-stepper-control.mbsc-ltr {
  right: 1em;
}

.mbsc-stepper-control.mbsc-rtl {
  left: 1em;
}

.mbsc-stepper-start .mbsc-stepper-input {
  -moz-box-ordinal-group: 0;
  border: none;
  order: -1;
}

.mbsc-stepper-start.mbsc-ltr .mbsc-stepper-minus.mbsc-button {
  margin-right: -1px;
}

.mbsc-stepper-start.mbsc-rtl .mbsc-stepper-minus.mbsc-button {
  margin-left: -1px;
}

.mbsc-stepper-end .mbsc-stepper-input {
  -moz-box-ordinal-group: 3;
  border: none;
  order: 2;
}

.mbsc-stepper-end.mbsc-ltr .mbsc-stepper-minus.mbsc-button {
  margin-right: -1px;
}

.mbsc-stepper-end.mbsc-rtl .mbsc-stepper-minus.mbsc-button {
  margin-left: -1px;
}

.mbsc-stepper-button.mbsc-button.mbsc-font {
  display: inline-block;
  margin: 0;
  width: 3.25em;
}

.mbsc-stepper-inner {
  font-size: 2em;
  font-weight: 700;
}

.mbsc-stepper-minus.mbsc-button.mbsc-ltr {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.mbsc-stepper-minus.mbsc-button.mbsc-rtl, .mbsc-stepper-plus.mbsc-button.mbsc-ltr {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.mbsc-stepper-plus.mbsc-button.mbsc-rtl {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.mbsc-ios.mbsc-switch-right {
  padding: 0.875em 5em 0.875em 1em;
}

.mbsc-ios.mbsc-switch-left {
  padding: 0.875em 1em 0.875em 5em;
}

.mbsc-ios.mbsc-switch-track {
  border-radius: 1.25em;
  height: 2em;
  margin: -0.96875em 0.875em 0;
  padding: 0;
  width: 1.25em;
}

.mbsc-ios.mbsc-switch-track-right {
  right: 1em;
}

.mbsc-ios.mbsc-switch-track-left {
  left: 1em;
}

.mbsc-ios.mbsc-switch-track:after {
  border-radius: 1.25em;
  bottom: 0;
  content: "";
  left: -1em;
  position: absolute;
  right: -1em;
  top: 0;
  transition: background-color 0.2s ease-out;
  z-index: 1;
}

.mbsc-ios.mbsc-switch-track.mbsc-disabled {
  opacity: 0.3;
}

.mbsc-ios.mbsc-switch-handle {
  background: #fff;
  border-radius: 1.75em;
  box-shadow: 0 0.1875em 0.75em rgba(0, 0, 0, 0.16), 0 0.1875em 0.0625em rgba(0, 0, 0, 0.1);
  height: 1.75em;
  left: 50%;
  margin: -0.875em 0 0 -0.875em;
  top: 50%;
  width: 1.75em;
  z-index: 2;
}

.mbsc-ios.mbsc-switch-track.mbsc-switch-primary.mbsc-checked:after {
  background: #3f97f6;
}

.mbsc-ios.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked:after {
  background: #90979e;
}

.mbsc-ios.mbsc-switch-track.mbsc-switch-success.mbsc-checked:after {
  background: #43be5f;
}

.mbsc-ios.mbsc-switch-track.mbsc-switch-danger.mbsc-checked:after {
  background: #f5504e;
}

.mbsc-ios.mbsc-switch-track.mbsc-switch-warning.mbsc-checked:after {
  background: #f8b042;
}

.mbsc-ios.mbsc-switch-track.mbsc-switch-info.mbsc-checked:after {
  background: #5bb7c5;
}

.mbsc-ios.mbsc-switch-track:after {
  background: #e5e5e5;
}

.mbsc-ios.mbsc-switch-track.mbsc-focus:after {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.5);
}

.mbsc-ios.mbsc-switch-track.mbsc-checked:after {
  background: #4cd764;
}

.mbsc-ios-dark.mbsc-switch-track:after {
  background: #383838;
}

.mbsc-ios-dark.mbsc-switch-track.mbsc-focus:after {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.5);
}

.mbsc-ios-dark.mbsc-switch-track.mbsc-checked:after {
  background: #4cd764;
}

.mbsc-material.mbsc-switch-right {
  padding: 0.9375em 4em 0.9375em 1em;
}

.mbsc-material.mbsc-switch-left {
  padding: 0.9375em 1em 0.9375em 4em;
}

.mbsc-material.mbsc-switch-track {
  border-radius: 1.25em;
  height: 0.875em;
  margin-top: -0.4375em;
  padding: 0 0.25em;
  width: 1.75em;
}

.mbsc-material.mbsc-switch-track-left {
  left: 1.25em;
}

.mbsc-material.mbsc-switch-track-right {
  right: 1.25em;
}

.mbsc-material.mbsc-switch-handle {
  border-radius: 1.25em;
  height: 1.25em;
  margin-left: -0.625em;
  margin-top: -0.625em;
  top: 50%;
  width: 1.25em;
}

.mbsc-material.mbsc-switch-handle:before {
  border-radius: 2.875em;
  content: "";
  display: block;
  height: 2.5em;
  left: -0.625em;
  opacity: 0;
  position: absolute;
  top: -0.625em;
  transition: opacity 0.2s ease-in-out;
  width: 2.5em;
  z-index: -1;
}

.mbsc-material.mbsc-switch-handle.mbsc-focus:before {
  opacity: 0.5;
}

.mbsc-material.mbsc-switch-handle.mbsc-active:before {
  opacity: 1;
}

.mbsc-material.mbsc-switch-handle.mbsc-switch-primary.mbsc-checked {
  background: #3f97f6;
}

.mbsc-material.mbsc-switch-track.mbsc-switch-primary.mbsc-checked {
  background: #a0ccfb;
}

.mbsc-material.mbsc-switch-handle.mbsc-switch-secondary.mbsc-checked {
  background: #90979e;
}

.mbsc-material.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked {
  background: #c6cace;
}

.mbsc-material.mbsc-switch-handle.mbsc-switch-success.mbsc-checked {
  background: #43be5f;
}

.mbsc-material.mbsc-switch-track.mbsc-switch-success.mbsc-checked {
  background: #8fd8a0;
}

.mbsc-material.mbsc-switch-handle.mbsc-switch-danger.mbsc-checked {
  background: #f5504e;
}

.mbsc-material.mbsc-switch-track.mbsc-switch-danger.mbsc-checked {
  background: #faafaf;
}

.mbsc-material.mbsc-switch-handle.mbsc-switch-warning.mbsc-checked {
  background: #f8b042;
}

.mbsc-material.mbsc-switch-track.mbsc-switch-warning.mbsc-checked {
  background: #fcd9a4;
}

.mbsc-material.mbsc-switch-handle.mbsc-switch-info.mbsc-checked {
  background: #5bb7c5;
}

.mbsc-material.mbsc-switch-track.mbsc-switch-info.mbsc-checked {
  background: #a6d8e0;
}

.mbsc-material.mbsc-switch-track {
  background: #c4c4c4;
}

.mbsc-material.mbsc-switch-track.mbsc-checked {
  background: rgba(26, 115, 232, 0.3);
}

.mbsc-material.mbsc-switch-track.mbsc-disabled {
  background: #e8e8e8;
}

.mbsc-material.mbsc-switch-handle {
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mbsc-material.mbsc-switch-handle.mbsc-checked {
  background: #1a73e8;
}

.mbsc-material.mbsc-switch-handle.mbsc-disabled {
  background: #ccc;
}

.mbsc-material.mbsc-switch-handle:before {
  background: rgba(0, 0, 0, 0.1);
}

.mbsc-material-dark.mbsc-switch-track {
  background: #2b2b2b;
}

.mbsc-material-dark.mbsc-switch-track.mbsc-checked {
  background: rgba(135, 176, 243, 0.3);
}

.mbsc-material-dark.mbsc-switch-track.mbsc-disabled {
  background: #2b2b2b;
}

.mbsc-material-dark.mbsc-switch-handle {
  background: #878787;
  box-shadow: 0 3px 1px -2px hsla(0, 0%, 100%, 0.2), 0 1px 5px 0 hsla(0, 0%, 100%, 0.12);
}

.mbsc-material-dark.mbsc-switch-handle.mbsc-checked {
  background: #87b0f3;
}

.mbsc-material-dark.mbsc-switch-handle.mbsc-disabled {
  background: #292929;
}

.mbsc-material-dark.mbsc-switch-handle:before {
  background: hsla(0, 0%, 100%, 0.1);
}

.mbsc-windows.mbsc-switch-right {
  padding: 1.125em 5.25em 1.125em 1em;
}

.mbsc-windows.mbsc-switch-left {
  padding: 1.125em 1em 1.125em 5.25em;
}

.mbsc-windows.mbsc-switch-track {
  height: 1em;
  margin-top: -0.5em;
  width: 1.5em;
}

.mbsc-windows.mbsc-switch-track-right {
  right: 1.75em;
}

.mbsc-windows.mbsc-switch-track-left {
  left: 1.75em;
}

.mbsc-windows.mbsc-switch-track:after, .mbsc-windows.mbsc-switch-track:before {
  border: 0.125em solid transparent;
  content: "";
  position: absolute;
  z-index: 1;
}

.mbsc-windows.mbsc-switch-track:before {
  border-radius: 0.625em;
  bottom: -0.125em;
  left: -0.625em;
  right: -0.625em;
  top: -0.125em;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}

.mbsc-windows.mbsc-switch-track:after {
  border-radius: 0.75em;
  bottom: -0.25em;
  left: -0.75em;
  right: -0.75em;
  top: -0.25em;
}

.mbsc-windows.mbsc-switch-track.mbsc-disabled {
  opacity: 0.2;
}

.mbsc-windows.mbsc-switch-handle {
  border-radius: 10px;
  height: 0.625em;
  left: 50%;
  margin: -0.3125em 0 0 -0.3125em;
  right: auto;
  top: 50%;
  width: 0.625em;
  z-index: 2;
}

.mbsc-windows.mbsc-switch-track.mbsc-switch-primary.mbsc-checked:before {
  background: #3f97f6;
  border-color: #3f97f6;
}

.mbsc-windows.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked:before {
  background: #90979e;
  border-color: #90979e;
}

.mbsc-windows.mbsc-switch-track.mbsc-switch-success.mbsc-checked:before {
  background: #43be5f;
  border-color: #43be5f;
}

.mbsc-windows.mbsc-switch-track.mbsc-switch-danger.mbsc-checked:before {
  background: #f5504e;
  border-color: #f5504e;
}

.mbsc-windows.mbsc-switch-track.mbsc-switch-warning.mbsc-checked:before {
  background: #f8b042;
  border-color: #f8b042;
}

.mbsc-windows.mbsc-switch-track.mbsc-switch-info.mbsc-checked:before {
  background: #5bb7c5;
  border-color: #5bb7c5;
}

.mbsc-windows.mbsc-switch-track.mbsc-checked:before {
  background: #0078d7;
  border-color: #0078d7;
}

.mbsc-windows.mbsc-switch-track.mbsc-disabled:before, .mbsc-windows.mbsc-switch-track:before {
  background: none;
  border-color: #333;
}

.mbsc-windows.mbsc-switch-track.mbsc-active:before {
  background: #737373;
  border-color: #737373;
}

.mbsc-windows.mbsc-switch-track.mbsc-focus:after {
  border-color: #a6a6a6;
}

.mbsc-windows.mbsc-switch-handle {
  background: #333;
}

.mbsc-windows.mbsc-switch-handle.mbsc-checked {
  background: #fff;
}

.mbsc-windows.mbsc-switch-handle.mbsc-disabled {
  background: #333;
}

.mbsc-windows-dark.mbsc-switch-track.mbsc-checked:before {
  background: #0078d7;
  border-color: #0078d7;
}

.mbsc-windows-dark.mbsc-switch-track.mbsc-disabled:before, .mbsc-windows-dark.mbsc-switch-track:before {
  background: none;
  border-color: #fff;
}

.mbsc-windows-dark.mbsc-switch-track.mbsc-active:before {
  background: #a6a6a6;
  border-color: #a6a6a6;
}

.mbsc-windows-dark.mbsc-switch-track.mbsc-focus:after {
  border-color: #8c8c8c;
}

.mbsc-windows-dark.mbsc-switch-handle {
  background: #fff;
}

.mbsc-windows-dark.mbsc-switch-handle.mbsc-checked {
  background: #1a1a1a;
}

.mbsc-windows-dark.mbsc-switch-handle.mbsc-disabled {
  background: #fff;
}

.mbsc-switch {
  display: block;
  line-height: 1.25em;
  margin: 0;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.mbsc-switch-track {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 4;
}

.mbsc-switch-handle {
  cursor: pointer;
  display: block;
  position: absolute;
}

.mbsc-switch-handle.mbsc-disabled {
  cursor: not-allowed;
}

.mbsc-switch-handle-animate {
  transition: left 0.1s ease-in-out;
}

.mbsc-description {
  display: block;
  font-size: 0.75em;
  opacity: 0.6;
}

.mbsc-ios.mbsc-select-scroller-inline {
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin-bottom: -1px;
  margin-top: -1px;
}

.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-cont-3d {
  visibility: hidden;
}

.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-select-group-wheel.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}

.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-select-group-wheel.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}

.mbsc-ios.mbsc-select-filter-cont {
  padding: 0.5em;
}

.mbsc-ios.mbsc-select-filter {
  margin: 0;
}

.mbsc-ios.mbsc-select-filter-input {
  height: 2em;
}

.mbsc-ios.mbsc-select-empty-text {
  font-size: 1.25em;
}

.mbsc-ios.mbsc-select-scroller-inline {
  border-color: #ccc;
}

.mbsc-ios.mbsc-select-filter-cont {
  background-color: #f2f2f7;
}

.mbsc-ios.mbsc-select-filter-clear {
  color: #ccc;
}

.mbsc-ios.mbsc-select-filter-clear:hover {
  color: #b2b2b2;
}

.mbsc-ios.mbsc-select-empty-text {
  color: #9e9e9e;
}

.mbsc-ios.mbsc-select-group-wheel {
  border-color: #ccc;
}

.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-item-3d {
  color: #000;
}

.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-selected-3d {
  color: #007aff;
}

.mbsc-ios-dark.mbsc-select-scroller-inline {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-select-filter-cont {
  background-color: #1c1c1c;
}

.mbsc-ios-dark.mbsc-select-filter-clear {
  color: #404040;
}

.mbsc-ios-dark.mbsc-select-filter-clear:hover {
  color: #4d4d4d;
}

.mbsc-ios-dark.mbsc-select-empty-text {
  color: #9e9e9e;
}

.mbsc-ios-dark.mbsc-select-group-wheel {
  border-color: #333;
}

.mbsc-ios-dark.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-item-3d {
  color: #fff;
}

.mbsc-ios-dark.mbsc-select-group-wheel-multi .mbsc-selected-3d {
  color: #ff9f0a;
}

.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-cont:after, .mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-cont:before {
  display: none;
}

.mbsc-material.mbsc-select-filter {
  margin: 0;
}

.mbsc-material.mbsc-select-empty-text {
  font-size: 1.375em;
  opacity: 0.5;
}

.mbsc-material.mbsc-select-scroller-inline {
  background-color: #fff;
  color: #303030;
}

.mbsc-material.mbsc-select-filter-clear {
  color: #b0b0b0;
}

.mbsc-material.mbsc-select-filter-clear:hover {
  color: #7d7d7d;
}

.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  background: rgba(0, 0, 0, 0.15);
  color: #1a73e8;
}

.mbsc-material.mbsc-select-group-wheel-multi .mbsc-selected {
  color: #1a73e8;
}

.mbsc-material-dark.mbsc-select-scroller-inline {
  background-color: #000;
  color: #fff;
}

.mbsc-material-dark.mbsc-select-filter-clear {
  color: gray;
}

.mbsc-material-dark.mbsc-select-filter-clear:hover {
  color: #b3b3b3;
}

.mbsc-material-dark.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  background: rgba(0, 0, 0, 0.15);
  color: #87b0f3;
}

.mbsc-material-dark.mbsc-select-group-wheel-multi .mbsc-selected {
  color: #87b0f3;
}

.mbsc-windows.mbsc-select-filter {
  margin: 0.5em;
}

.mbsc-windows.mbsc-select-empty-text {
  font-size: 1.5em;
  opacity: 0.6;
}

.mbsc-windows.mbsc-select-scroller-inline {
  background-color: #fff;
  color: #333;
}

.mbsc-windows.mbsc-select-group-wheel-multi .mbsc-selected, .mbsc-windows.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #0078d7;
}

.mbsc-windows-dark.mbsc-select-scroller-inline {
  background-color: #1a1a1a;
  color: #fff;
}

.mbsc-windows-dark.mbsc-select-group-wheel-multi .mbsc-selected, .mbsc-windows-dark.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #0078d7;
}

.mbsc-select-scroller .mbsc-scroller-wheel-wrapper {
  flex: 1 1 auto;
}

.mbsc-select-filter-cont {
  position: relative;
}

.mbsc-select-filter-clear {
  box-sizing: content-box;
  cursor: pointer;
  height: 1em;
  margin-top: -1em;
  padding: 0.5em;
  position: absolute;
  top: 50%;
  width: 1em;
}

.mbsc-select-filter-clear.mbsc-rtl {
  left: 0.5em;
  right: auto;
}

.mbsc-select-filter-clear.mbsc-ltr {
  left: auto;
  right: 0.5em;
}

.mbsc-select-empty .mbsc-scroller-wheel-group-cont {
  visibility: hidden;
}

.mbsc-select-empty-text {
  -moz-box-pack: center;
  align-items: center;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-ltr {
  text-align: left;
}

.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-rtl {
  text-align: right;
}/* ----------------------------------------------
 * Generated by Animista on 2021-6-16 15:9:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@keyframes slide-left {
  0% {
    transform: translateX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-100px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-down
 * ----------------------------------------
 */
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-up
 * ----------------------------------------
 */
@keyframes slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-6-16 15:15:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@keyframes scale-in-center {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Zoom in Keyframes */
@keyframes image-zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
} /*End of Zoom in Keyframes */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.dropzone-filepicker-overrides {
  background-color: white !important;
  border: 2px dashed var(--dt_c_grey_border) !important;
}

.dz-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.existing-image-container {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.existing-image-container img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.existing-image-container .removal-link {
  padding: 15px 0px;
  color: var(--dt_c_warning);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.existing-image-container .removal-link:hover {
  color: var(--dt_c_warning_dark);
}

.existing-file-container {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.existing-file-container img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.existing-file-container .removal-link {
  padding: 15px 0px;
  color: var(--dt_c_warning);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.existing-file-container .removal-link:hover {
  color: var(--dt_c_warning_dark);
}

.dz-progress {
  display: none;
}

/* Filepicker CSS */
.filepicker {
  font-family: sans-serif;
}

div.filepicker {
  text-align: center;
  padding: 5px;
  background-color: #e1e1e1;
  border-radius: 5px;
  min-height: 60px;
  border: 2px dashed #c7c7c7;
}

/* Icon */
.filepicker-file-icon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2.5em 0;
  padding-left: 45px;
  color: black;
}

.filepicker-file-icon::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 29px;
  height: 34px;
  content: "";
  border: solid 2px #7f7f7f;
  border-radius: 2px;
}

.filepicker-file-icon::after {
  font-size: 11px;
  line-height: 1.3;
  position: absolute;
  top: 9px;
  left: -4px;
  padding: 0 2px;
  content: "file";
  content: attr(data-filetype);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
}

.filepicker-file-icon .fileCorner {
  position: absolute;
  top: -7px;
  left: 22px;
  width: 0;
  height: 0;
  border-width: 11px 0 0 11px;
  border-style: solid;
  border-color: white transparent transparent #920035;
}

.rc-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
  display: flex;
}

.rc-steps,
.rc-steps * {
  box-sizing: border-box;
}

.rc-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}

.rc-steps-item-container[role=button] {
  cursor: pointer;
  transition: opacity 0.3s;
}

.rc-steps-item-container[role=button]:hover {
  opacity: 0.7;
}

.rc-steps-item:last-child {
  flex: none;
}

.rc-steps-item:last-child .rc-steps-item-tail,
.rc-steps-item:last-child .rc-steps-item-title:after {
  display: none;
}

.rc-steps-item-container {
  display: inline-block;
}

.rc-steps-item-icon,
.rc-steps-item-content {
  display: inline-block;
  vertical-align: top;
}

.rc-steps-item-icon {
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  margin-right: 8px;
  transition: background-color 0.3s, border-color 0.3s;
}

.rc-steps-item-icon > .rc-steps-icon {
  line-height: 1;
  top: -1px;
  color: var(--dt_c_primary);
  position: relative;
}

.rc-steps-item-icon > .rc-steps-icon.rcicon {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.rc-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}

.rc-steps-item-tail:after {
  content: "";
  display: inline-block;
  background: #e9e9e9;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s;
}

.rc-steps-item-content {
  margin-top: 3px;
}

.rc-steps-item-title {
  font-size: 14px;
  margin-bottom: 4px;
  color: #666;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.rc-steps-item-title:after {
  content: "";
  height: 1px;
  width: 1000px;
  background: #e9e9e9;
  display: block;
  position: absolute;
  top: 0.55em;
  left: 100%;
}

.rc-steps-item-subtitle {
  font-size: 12px;
  display: inline-block;
  color: #999;
  margin-left: 8px;
}

.rc-steps-item-description {
  font-size: 12px;
  color: #999;
}

.rc-steps-item-wait .rc-steps-item-icon {
  border-color: #ccc;
  background-color: #fff;
}

.rc-steps-item-wait .rc-steps-item-icon > .rc-steps-icon {
  color: #ccc;
}

.rc-steps-item-wait .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: #ccc;
}

.rc-steps-item-wait .rc-steps-item-title {
  color: rgba(0, 0, 0, 0.43);
}

.rc-steps-item-wait .rc-steps-item-title:after {
  background-color: #e9e9e9;
}

.rc-steps-item-wait .rc-steps-item-description {
  color: rgba(0, 0, 0, 0.43);
}

.rc-steps-item-wait .rc-steps-item-tail:after {
  background-color: #e9e9e9;
}

.rc-steps-item-process .rc-steps-item-icon {
  border-color: var(--dt_c_primary);
  background-color: #fff;
}

.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon {
  color: var(--dt_c_primary);
}

.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: var(--dt_c_primary);
}

.rc-steps-item-process .rc-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}

.rc-steps-item-process .rc-steps-item-title:after {
  background-color: #e9e9e9;
}

.rc-steps-item-process .rc-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}

.rc-steps-item-process .rc-steps-item-tail:after {
  background-color: #e9e9e9;
}

.rc-steps-item-process .rc-steps-item-icon {
  border-color: var(--dt_c_primary) !important;
  background-color: var(--dt_c_primary) !important;
}

.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon {
  color: #fff;
  border-color: var(--dt_c_primary) !important;
  background-color: var(--dt_c_primary) !important;
}

.rc-steps-item-finish .rc-steps-item-icon {
  border-color: var(--dt_c_primary) !important;
  background-color: var(--dt_c_primary) !important;
}

.rc-steps-item-finish .rc-steps-item-icon > .rc-steps-icon {
  color: var(--dt_c_primary);
}

.rc-steps-item-finish .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: var(--dt_c_primary);
}

.rc-steps-item-finish .rc-steps-item-title {
  color: rgba(0, 0, 0, 0.43);
}

.rc-steps-item-finish .rc-steps-item-title:after {
  background-color: var(--dt_c_primary);
}

.rc-steps-item-finish .rc-steps-item-description {
  color: rgba(0, 0, 0, 0.43);
}

.rc-steps-item-finish .rc-steps-item-tail:after {
  background-color: var(--dt_c_primary);
}

.rc-steps-item-error .rc-steps-item-icon {
  border-color: #f50;
  background-color: #fff;
}

.rc-steps-item-error .rc-steps-item-icon > .rc-steps-icon {
  color: #f50;
}

.rc-steps-item-error .rc-steps-item-icon > .rc-steps-icon .rc-steps-icon-dot {
  background: #f50;
}

.rc-steps-item-error .rc-steps-item-title {
  color: #f50;
}

.rc-steps-item-error .rc-steps-item-title:after {
  background-color: #e9e9e9;
}

.rc-steps-item-error .rc-steps-item-description {
  color: #f50;
}

.rc-steps-item-error .rc-steps-item-tail:after {
  background-color: #e9e9e9;
}

.rc-steps-item.rc-steps-next-error .rc-steps-item-title:after {
  background: #f50;
}

.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item {
  margin-right: 10px;
}

.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item:last-child {
  margin-right: 0;
}

.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-tail {
  display: none;
}

.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-description {
  max-width: 100px;
}

.rc-steps-item-custom .rc-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}

.rc-steps-item-custom .rc-steps-item-icon > .rc-steps-icon {
  font-size: 20px;
  top: 1px;
  width: 20px;
  height: 20px;
}

.rc-steps-item-custom.rc-steps-item-process .rc-steps-item-icon > .rc-steps-icon {
  color: var(--dt_c_primary);
}

.rc-steps-small .rc-steps-item-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 18px;
  font-size: 12px;
  margin-right: 10px;
}

.rc-steps-small .rc-steps-item-icon > .rc-steps-icon {
  font-size: 12px;
  font-size: 9px \9 ;
  transform: scale(0.75);
  top: -1px;
}

.rc-steps-small .rc-steps-item-content {
  margin-top: 0;
}

.rc-steps-small .rc-steps-item-title {
  font-size: 12px;
  margin-bottom: 4px;
  color: #666;
  font-weight: bold;
}

.rc-steps-small .rc-steps-item-description {
  font-size: 12px;
  color: #999;
}

.rc-steps-small .rc-steps-item-tail {
  top: 8px;
  padding: 0 8px;
}

.rc-steps-small .rc-steps-item-tail:after {
  height: 1px;
  border-radius: 1px;
  width: 100%;
}

.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}

.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon > .rc-steps-icon {
  font-size: 20px;
  top: -2.5px;
  transform: none;
}

.rc-steps-vertical {
  display: block;
}

.rc-steps-vertical .rc-steps-item {
  display: block;
  overflow: visible;
}

.rc-steps-vertical .rc-steps-item-icon {
  float: left;
}

.rc-steps-vertical .rc-steps-item-icon-inner {
  margin-right: 16px;
}

.rc-steps-vertical .rc-steps-item-content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}

.rc-steps-vertical .rc-steps-item-title {
  line-height: 26px;
}

.rc-steps-vertical .rc-steps-item-title:after {
  display: none;
}

.rc-steps-vertical .rc-steps-item-description {
  padding-bottom: 12px;
}

.rc-steps-vertical .rc-steps-item-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px 0;
}

.rc-steps-vertical .rc-steps-item-tail:after {
  height: 100%;
  width: 1px;
}

.rc-steps-vertical.rc-steps-small .rc-steps-item-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px 0;
}

.rc-steps-vertical.rc-steps-small .rc-steps-item-title {
  line-height: 18px;
}

.rc-steps-label-vertical .rc-steps-item {
  overflow: visible;
}

.rc-steps-label-vertical .rc-steps-item-tail {
  padding: 0px 24px;
  margin-left: 48px;
}

.rc-steps-label-vertical .rc-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 100px;
}

.rc-steps-label-vertical .rc-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}

.rc-steps-label-vertical .rc-steps-item-title {
  padding-right: 0;
}

.rc-steps-label-vertical .rc-steps-item-title:after {
  display: none;
}

.rc-steps-label-vertical .rc-steps-item-description {
  text-align: left;
}

.rc-steps-dot .rc-steps-item-tail {
  width: 100%;
  top: 1px;
  margin: 0 0 0 50px;
  padding: 0;
}

.rc-steps-dot .rc-steps-item-tail:after {
  height: 3px;
}

.rc-steps-dot .rc-steps-item-icon {
  padding-right: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  border: 0;
  margin-left: 48px;
}

.rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
}

.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon {
  top: -1px;
  width: 7px;
  height: 7px;
  line-height: 7px;
}

.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot {
  border-radius: 3.5px;
}

.rc-steps-navigation {
  padding-top: 8px;
}

.rc-steps-navigation.rc-steps-horizontal .rc-steps-item-description {
  max-width: 140px;
}

.rc-steps-navigation .rc-steps-item {
  box-sizing: border-box;
  text-align: center;
  overflow: visible;
}

.rc-steps-navigation .rc-steps-item-container {
  text-align: left;
  padding-bottom: 8px;
  outline: none;
}

.rc-steps-navigation .rc-steps-item-title {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rc-steps-navigation .rc-steps-item-title:after {
  display: none;
}

.rc-steps-navigation .rc-steps-item:last-child {
  flex: 1;
}

.rc-steps-navigation .rc-steps-item:last-child:after {
  display: none;
}

.rc-steps-navigation .rc-steps-item:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  margin-left: -8px;
}

.rc-steps-navigation .rc-steps-item-active .rc-steps-item-container {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--dt_c_primary);
}

@media (max-width: 1400px) {
  .sale-status-steps {
    width: 780px;
  }
}
@media (max-width: 800px) {
  .sale-status-steps {
    width: 100%;
  }
}
.chq-atc {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.chq-atc--button {
  background: transparent;
  border: 0;
  border-radius: var(--dt_c_border_radius);
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  display: flex;
  justify-content: flex-start;
  padding: 0px;
  align-items: center;
  color: var(--dt_c_highlight);
}

.chq-atc--button svg {
  display: none;
}

.chq-atc--button .dt-icon {
  display: flex !important;
  font-size: 1.25em !important;
}

.dt-event-pane__content__datetime {
  width: 100%;
}

.chq-atc--dropdown a {
  color: var(--dt_c_primary) !important;
}

.dt-event-calendar__list__content__datetime__value__icon .dt-icon,
.dt-event-pane__content__datetime__icon .dt-icon {
  font-size: 1.25em !important;
}

.chq-atc--dropdown {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: var(--dt_c_background_color);
  border-radius: 5px;
  border: 1px solid var(--dt_c_light);
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.chq-atc--dropdown a {
  color: var(--dt_c_primary);
  display: block;
  padding: 8px 15px;
  text-decoration: none;
}

.chq-atc--dropdown a:hover {
  background-color: var(--dt_c_light);
}

.animate__animated.animate__pulse {
  --animate-duration: 4s;
}

.slide-left {
  animation: slide-left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-down {
  animation: slide-down 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-up {
  animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-center {
  animation: scale-in-center 2s ease-in-out both;
}

.fade-in {
  animation: fade-in 2s ease-in-out both;
}

.scale-on-hover {
  transition: 0.5s ease-in-out;
}
.scale-on-hover:hover {
  transform: scale(1.1);
}

.spin {
  animation: spin 2s infinite linear;
}

.shine-container {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
}
.shine-container .shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-columns {
  display: flex;
  flex-direction: column;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}

.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width: 48em) {
  .grid-1,
  .grid-2,
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.dt-site-content-children {
  position: relative;
}

.location-hours-modal .dt-hours-container .hour-row {
  display: flex;
  padding: 5px 0px 10px 0px;
  margin: 5px 0px;
  border-bottom: thin solid rgba(0, 0, 0, 0.09);
}

.location-hours-modal .dt-hours-container .hour-row .hour-row__day {
  min-width: 150px;
}

.location-sidebar-hours-container {
  display: flex;
  align-items: center;
}

.location-sidebar-hours-link {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-left: 5px;
}

.location-card-item .location-card-notes {
  margin-bottom: 12px;
}

.animated-placeholder-input {
  max-width: 100%;
  position: relative;
}
.animated-placeholder-input input {
  font-size: 1rem;
  font-family: inherit;
  color: var(--dt_c_dark);
  padding: 5px 8px;
  border-radius: var(--dt_c_border_radius);
  border: 2px solid var(--dt_c_grey_border);
  width: 100%;
  display: block;
  transition: all 0.3s;
  height: calc(1.1em + 1.1rem + 2px);
  line-height: 1.5;
}
.animated-placeholder-input input:not(:-moz-placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.animated-placeholder-input input:focus, .animated-placeholder-input input:not(:placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.animated-placeholder-input input:focus::-webkit-input-placeholder, .animated-placeholder-input input:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent;
}
.animated-placeholder-input input:not(:-moz-placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.animated-placeholder-input input:focus + label, .animated-placeholder-input input:not(:placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.animated-placeholder-input input::-webkit-input-placeholder {
  color: var(--dt_c_dark);
}
.animated-placeholder-input textarea {
  font-size: 1rem;
  font-family: inherit;
  color: var(--dt_c_dark);
  padding: 5px 8px;
  border-radius: var(--dt_c_border_radius);
  border: 2px solid var(--dt_c_grey_border);
  width: 100%;
  display: block;
  transition: all 0.3s;
  height: calc(1.1em + 1.1rem + 2px);
  line-height: 1.5;
  height: 250px;
  margin-top: 0px;
}
.animated-placeholder-input textarea:not(:-moz-placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.animated-placeholder-input textarea:focus, .animated-placeholder-input textarea:not(:placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.animated-placeholder-input textarea:focus::-webkit-input-placeholder, .animated-placeholder-input textarea:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent;
}
.animated-placeholder-input textarea:not(:-moz-placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.animated-placeholder-input textarea:focus + label, .animated-placeholder-input textarea:not(:placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.animated-placeholder-input textarea::-webkit-input-placeholder {
  color: var(--dt_c_dark);
}
.animated-placeholder-input label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1rem;
  display: block;
  transition: all 0.3s;
  color: var(--dt_c_primary);
  visibility: hidden;
  opacity: 0;
}

.dt-text-field-invalid {
  max-width: 100%;
  position: relative;
}
.dt-text-field-invalid input {
  font-size: 1rem;
  font-family: inherit;
  color: var(--dt_c_dark);
  padding: 5px 8px;
  border-radius: var(--dt_c_border_radius);
  border: 2px solid var(--dt_c_grey_border);
  width: 100%;
  display: block;
  transition: all 0.3s;
  height: calc(1.1em + 1.1rem + 2px);
  line-height: 1.5;
}
.dt-text-field-invalid input:not(:-moz-placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.dt-text-field-invalid input:focus, .dt-text-field-invalid input:not(:placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.dt-text-field-invalid input:focus::-webkit-input-placeholder, .dt-text-field-invalid input:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent;
}
.dt-text-field-invalid input:not(:-moz-placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.dt-text-field-invalid input:focus + label, .dt-text-field-invalid input:not(:placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.dt-text-field-invalid input::-webkit-input-placeholder {
  color: var(--dt_c_dark);
}
.dt-text-field-invalid textarea {
  font-size: 1rem;
  font-family: inherit;
  color: var(--dt_c_dark);
  padding: 5px 8px;
  border-radius: var(--dt_c_border_radius);
  border: 2px solid var(--dt_c_grey_border);
  width: 100%;
  display: block;
  transition: all 0.3s;
  height: calc(1.1em + 1.1rem + 2px);
  line-height: 1.5;
  height: 250px;
  margin-top: 0px;
}
.dt-text-field-invalid textarea:not(:-moz-placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.dt-text-field-invalid textarea:focus, .dt-text-field-invalid textarea:not(:placeholder-shown) {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 2px solid var(--dt_c_primary);
}
.dt-text-field-invalid textarea:focus::-webkit-input-placeholder, .dt-text-field-invalid textarea:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent;
}
.dt-text-field-invalid textarea:not(:-moz-placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.dt-text-field-invalid textarea:focus + label, .dt-text-field-invalid textarea:not(:placeholder-shown) + label {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.dt-text-field-invalid textarea::-webkit-input-placeholder {
  color: var(--dt_c_dark);
}
.dt-text-field-invalid label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1rem;
  display: block;
  transition: all 0.3s;
  color: var(--dt_c_primary);
  visibility: hidden;
  opacity: 0;
}
.dt-text-field-invalid input {
  color: var(--dt_c_warning);
  border: 2px solid var(--dt_c_warning);
}
.dt-text-field-invalid input:not(:-moz-placeholder-shown) {
  border: 2px solid var(--dt_c_warning);
}
.dt-text-field-invalid input:focus, .dt-text-field-invalid input:not(:placeholder-shown) {
  border: 2px solid var(--dt_c_warning);
}
.dt-text-field-invalid input:focus::-webkit-input-placeholder, .dt-text-field-invalid input:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent;
}
.dt-text-field-invalid input:not(:-moz-placeholder-shown) + label {
  color: var(--dt_c_warning);
}
.dt-text-field-invalid input:focus + label, .dt-text-field-invalid input:not(:placeholder-shown) + label {
  color: var(--dt_c_warning);
}
.dt-text-field-invalid input::-webkit-input-placeholder {
  color: var(--dt_c_warning);
}
.dt-text-field-invalid textarea {
  color: var(--dt_c_warning);
  border: 2px solid var(--dt_c_warning);
}
.dt-text-field-invalid textarea:not(:-moz-placeholder-shown) {
  border: 2px solid var(--dt_c_warning);
}
.dt-text-field-invalid textarea:focus, .dt-text-field-invalid textarea:not(:placeholder-shown) {
  border: 2px solid var(--dt_c_warning);
}
.dt-text-field-invalid textarea:focus::-webkit-input-placeholder, .dt-text-field-invalid textarea:not(:placeholder-shown)::-webkit-input-placeholder {
  color: transparent;
}
.dt-text-field-invalid textarea:not(:-moz-placeholder-shown) + label {
  color: var(--dt_c_warning);
}
.dt-text-field-invalid textarea:focus + label, .dt-text-field-invalid textarea:not(:placeholder-shown) + label {
  color: var(--dt_c_warning);
}
.dt-text-field-invalid textarea::-webkit-input-placeholder {
  color: var(--dt_c_warning);
}
.dt-text-field-invalid label {
  color: var(--dt_c_warning);
}

.editable-input-container {
  max-width: 100%;
  position: relative;
}
.editable-input-container__value {
  font-size: 1rem;
  font-family: inherit;
  color: var(--dt_c_dark);
  padding: 5px 8px;
  border: 2px solid transparent;
  border-bottom: 2px solid var(--dt_c_primary);
  width: calc(100% - 19px);
  display: flex;
  transition: all 0.3s;
  height: calc(1.1em + 1.1rem + 2px);
  line-height: 1.5;
  align-items: center;
}
.editable-input-container__label {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1rem;
  display: block;
  transition: all 0.3s;
  color: var(--dt_c_primary);
}

.dt-form-builder {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 780px;
}
.dt-form-builder .react-datetime-picker__wrapper {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  border: 0px solid transparent !important;
}
.dt-form-builder .react-datetime-picker__wrapper button,
.dt-form-builder .react-datetime-picker__wrapper select,
.dt-form-builder .react-datetime-picker__wrapper input {
  color: var(--dt_c_dark) !important;
}
.dt-form-builder .react-datetime-picker__wrapper button svg,
.dt-form-builder .react-datetime-picker__wrapper select svg,
.dt-form-builder .react-datetime-picker__wrapper input svg {
  color: var(--dt_c_dark) !important;
  fill: var(--dt_c_dark) !important;
  stroke: var(--dt_c_dark) !important;
}
.dt-form-builder__description {
  margin-bottom: 15px;
  text-align: center;
}
.dt-form-builder__description h1,
.dt-form-builder__description h2,
.dt-form-builder__description h3 {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  font-size: 1.25rem;
}
.dt-form-builder__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.dt-form-builder__form {
  width: 100%;
}
.dt-form-builder__form--field {
  width: 100%;
  margin-bottom: 21px;
}
.dt-form-builder__form--field .form-group-container__label {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  padding-top: 15px;
  margin-bottom: 15px;
}
.dt-form-builder__form--field .form-group-container__checkboxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-form-builder__form--field .form-group {
  display: flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 17px;
}
.dt-form-builder__form--field .form-group__label {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  margin-right: 15px;
}
.dt-form-builder__form--field .form-group .select-field-container {
  width: 100%;
}
.dt-form-builder__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .dt-form-builder__description {
    margin-bottom: 15px;
    text-align: center;
  }
  .dt-form-builder__description h1,
  .dt-form-builder__description h2,
  .dt-form-builder__description h3 {
    font-family: var(--dt_c_highlight_font_family);
    font-weight: var(--dt_c_highlight_font_weight);
    letter-spacing: var(--dt_c_highlight_letter_spacing);
    font-size: 1.25rem;
  }
  .dt-form-builder__form--field {
    margin-bottom: 30px;
  }
  .dt-form-builder__form--field .form-group-container__label {
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
  }
  .dt-form-builder__form--field .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: 0px;
    margin-top: 17px;
  }
  .dt-form-builder__form--field .form-group__label {
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
    margin-right: 0px;
  }
}
.pane-action-btn {
  height: 40px;
  background-color: transparent;
  outline: none;
  border: 1px solid var(--pane_header_text_color);
  padding: 0px 15px;
  border-radius: var(--dt_c_border_radius);
  font-size: 1.25rem;
  color: var(--pane_header_text_color);
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}

.pane-action-btn:hover {
  background-color: var(--pane_header_text_color);
  color: var(--dt_c_light);
}

.dt-btn-primary {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  border: 1px solid var(--dt_c_primary);
}
.dt-btn-primary:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-primary:hover {
  background-image: unset;
  background-color: var(--dt_c_primary_dark);
  border: 1px solid var(--dt_c_primary_dark);
  color: white;
}
.dt-btn-primary .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
}

.dt-btn-default {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  color: var(--dt_c_dark);
  background-color: transparent;
  border: 1px solid transparent;
}
.dt-btn-default:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-default:hover {
  border: 1px solid var(--dt_c_primary);
}
.dt-btn-default .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
}

.dt-btn-warning {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  background-color: var(--dt_c_warning);
  border: 1px solid var(--dt_c_warning);
}
.dt-btn-warning:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-warning:hover {
  background-color: var(--dt_c_warning_dark);
  border: 1px solid var(--dt_c_warning_dark);
  color: white;
}
.dt-btn-warning .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
}

.dt-btn-loading {
  cursor: progress;
}

.dt-btn-disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

.dt-external-link {
  display: flex;
  align-items: center;
}
.dt-external-link .dt-icon {
  margin-right: 4px;
}

.dt-btn-outlined-primary {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  color: var(--b_outlined_primary_initial_text_color);
  background-color: var(--b_outlined_primary_initial_bg_color);
  border: 2px solid var(--b_outlined_primary_initial_border_color);
  text-transform: unset;
  border-radius: var(--b_outlined_border_radius);
  padding-top: var(--b_outlined_padding_top);
  padding-bottom: var(--b_outlined_padding_bottom);
  padding-left: var(--b_outlined_padding_left);
  padding-right: var(--b_outlined_padding_right);
}
.dt-btn-outlined-primary:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-outlined-primary .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  font-family: var(--b_outlined_font_family);
  font-size: var(--b_outlined_font_size);
  text-transform: var(--b_outlined_label_case);
}
.dt-btn-outlined-primary:hover {
  background-color: var(--b_outlined_primary_active_bg_color);
  border: 2px solid var(--b_outlined_primary_active_border_color);
  color: var(--b_outlined_primary_active_text_color);
}

.dt-btn-outlined-secondary {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  color: var(--b_outlined_secondary_initial_text_color);
  background-color: var(--b_outlined_secondary_initial_bg_color);
  border: 2px solid var(--b_outlined_secondary_initial_border_color);
  text-transform: unset;
  border-radius: var(--b_outlined_border_radius);
  padding-top: var(--b_outlined_padding_top);
  padding-bottom: var(--b_outlined_padding_bottom);
  padding-left: var(--b_outlined_padding_left);
  padding-right: var(--b_outlined_padding_right);
}
.dt-btn-outlined-secondary:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-outlined-secondary .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  font-family: var(--b_outlined_font_family);
  font-size: var(--b_outlined_font_size);
  text-transform: var(--b_outlined_label_case);
}
.dt-btn-outlined-secondary:hover {
  background-color: var(--b_outlined_secondary_active_bg_color);
  border: 2px solid var(--b_outlined_secondary_active_border_color);
  color: var(--b_outlined_secondary_active_text_color);
}

.dt-btn-outlined-info {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  color: var(--b_outlined_info_initial_text_color);
  background-color: var(--b_outlined_info_initial_bg_color);
  border: 2px solid var(--b_outlined_info_initial_border_color);
  text-transform: unset;
  border-radius: var(--b_outlined_border_radius);
  padding-top: var(--b_outlined_padding_top);
  padding-bottom: var(--b_outlined_padding_bottom);
  padding-left: var(--b_outlined_padding_left);
  padding-right: var(--b_outlined_padding_right);
}
.dt-btn-outlined-info:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-outlined-info .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  font-family: var(--b_outlined_font_family);
  font-size: var(--b_outlined_font_size);
  text-transform: var(--b_outlined_label_case);
}
.dt-btn-outlined-info:hover {
  background-color: var(--b_outlined_info_active_bg_color);
  border: 2px solid var(--b_outlined_info_active_border_color);
  color: var(--b_outlined_info_active_text_color);
}

.dt-btn-outlined-warning {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1em;
  color: white;
  background-color: var(--dt_c_primary);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  color: var(--b_outlined_warning_initial_text_color);
  background-color: var(--b_outlined_warning_initial_bg_color);
  border: 2px solid var(--b_outlined_warning_initial_border_color);
  text-transform: unset;
  border-radius: var(--b_outlined_border_radius);
  padding-top: var(--b_outlined_padding_top);
  padding-bottom: var(--b_outlined_padding_bottom);
  padding-left: var(--b_outlined_padding_left);
  padding-right: var(--b_outlined_padding_right);
}
.dt-btn-outlined-warning:hover {
  background-color: var(--dt_c_light);
  border: 1px solid var(--dt_c_light);
  color: var(--dt_c_highlight);
}
.dt-btn-outlined-warning .dt-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  font-family: var(--b_outlined_font_family);
  font-size: var(--b_outlined_font_size);
  text-transform: var(--b_outlined_label_case);
}
.dt-btn-outlined-warning:hover {
  background-color: var(--b_outlined_warning_active_bg_color);
  border: 2px solid var(--b_outlined_warning_active_border_color);
  color: var(--b_outlined_warning_active_text_color);
}

.dt-ui-btn-dt-filled-btn .primary.mbsc-material.mbsc-button-standard {
  background: var(--b_filled_primary_initial_bg_color) !important;
  color: var(--b_filled_primary_initial_text_color) !important;
  transition: 0.5s ease-in-out !important;
  padding-top: var(--b_filled_padding_top) !important;
  padding-bottom: calc(var(--b_filled_padding_bottom) - 2px) !important;
  padding-left: var(--b_filled_padding_left) !important;
  padding-right: var(--b_filled_padding_right) !important;
  border: 1px solid var(--b_filled_primary_initial_border_color) !important;
  border-radius: var(--b_filled_border_radius) !important;
  font-family: var(--b_filled_font_family);
  font-size: var(--b_filled_font_size);
  text-transform: var(--b_filled_label_case);
  cursor: pointer !important;
  z-index: 1;
}
.dt-ui-btn-dt-filled-btn .primary.mbsc-material.mbsc-button-standard:hover {
  background: var(--b_filled_primary_active_bg_color) !important;
  color: var(--b_filled_primary_active_text_color) !important;
  border: 1px solid var(--b_filled_primary_active_border_color) !important;
}
.dt-ui-btn-dt-filled-btn .secondary.mbsc-material.mbsc-button-standard {
  background: var(--b_filled_secondary_initial_bg_color) !important;
  color: var(--b_filled_secondary_initial_text_color) !important;
  transition: 0.5s ease-in-out !important;
  padding-top: var(--b_filled_padding_top) !important;
  padding-bottom: calc(var(--b_filled_padding_bottom) - 2px) !important;
  padding-left: var(--b_filled_padding_left) !important;
  padding-right: var(--b_filled_padding_right) !important;
  border: 1px solid var(--b_filled_secondary_initial_border_color) !important;
  border-radius: var(--b_filled_border_radius) !important;
  font-family: var(--b_filled_font_family);
  font-size: var(--b_filled_font_size);
  text-transform: var(--b_filled_label_case);
  cursor: pointer !important;
  z-index: 1;
}
.dt-ui-btn-dt-filled-btn .secondary.mbsc-material.mbsc-button-standard:hover {
  background: var(--b_filled_secondary_active_bg_color) !important;
  color: var(--b_filled_secondary_active_text_color) !important;
  border: 1px solid var(--b_filled_secondary_active_border_color) !important;
}
.dt-ui-btn-dt-filled-btn .info.mbsc-material.mbsc-button-standard {
  background: var(--b_filled_info_initial_bg_color) !important;
  color: var(--b_filled_info_initial_text_color) !important;
  transition: 0.5s ease-in-out !important;
  padding-top: var(--b_filled_padding_top) !important;
  padding-bottom: calc(var(--b_filled_padding_bottom) - 2px) !important;
  padding-left: var(--b_filled_padding_left) !important;
  padding-right: var(--b_filled_padding_right) !important;
  border: 1px solid var(--b_filled_info_initial_border_color) !important;
  border-radius: var(--b_filled_border_radius) !important;
  font-family: var(--b_filled_font_family);
  font-size: var(--b_filled_font_size);
  text-transform: var(--b_filled_label_case);
  cursor: pointer !important;
  z-index: 1;
}
.dt-ui-btn-dt-filled-btn .info.mbsc-material.mbsc-button-standard:hover {
  background: var(--b_filled_info_active_bg_color) !important;
  color: var(--b_filled_info_active_text_color) !important;
  border: 1px solid var(--b_filled_info_active_border_color) !important;
}
.dt-ui-btn-dt-filled-btn .warning.mbsc-material.mbsc-button-standard {
  background: var(--b_filled_warning_initial_bg_color) !important;
  color: var(--b_filled_warning_initial_text_color) !important;
  transition: 0.5s ease-in-out !important;
  padding-top: var(--b_filled_padding_top) !important;
  padding-bottom: calc(var(--b_filled_padding_bottom) - 2px) !important;
  padding-left: var(--b_filled_padding_left) !important;
  padding-right: var(--b_filled_padding_right) !important;
  border: 1px solid var(--b_filled_warning_initial_border_color) !important;
  border-radius: var(--b_filled_border_radius) !important;
  font-family: var(--b_filled_font_family);
  font-size: var(--b_filled_font_size);
  text-transform: var(--b_filled_label_case);
  cursor: pointer !important;
  z-index: 1;
}
.dt-ui-btn-dt-filled-btn .warning.mbsc-material.mbsc-button-standard:hover {
  background: var(--b_filled_warning_active_bg_color) !important;
  color: var(--b_filled_warning_active_text_color) !important;
  border: 1px solid var(--b_filled_warning_active_border_color) !important;
}

.dt-animated-border-btn-primary {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
  background-color: var(--b_animated_primary_initial_bg_color);
  color: var(--b_animated_primary_initial_text_color);
  border: 0;
  transition: 0.5s ease;
  text-transform: unset;
  font-family: var(--b_animated_font_family);
  font-size: var(--b_animated_font_size);
  text-transform: var(--b_animated_label_case);
  padding-top: var(--b_animated_padding_top);
  padding-bottom: var(--b_animated_padding_bottom);
  padding-left: var(--b_animated_padding_left);
  padding-right: var(--b_animated_padding_right);
}
.dt-animated-border-btn-primary .dt-animated-border-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-animated-border-btn-primary .dt-animated-border-btn-label-container__label {
  opacity: 1;
}
.dt-animated-border-btn-primary:before, .dt-animated-border-btn-primary:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_primary_initial_border_color);
}
.dt-animated-border-btn-primary:before {
  top: 0;
}
.dt-animated-border-btn-primary:after {
  bottom: 0;
}
.dt-animated-border-btn-primary:hover > * > *:before, .dt-animated-border-btn-primary:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-primary:hover > * > * > *:before, .dt-animated-border-btn-primary:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-primary > *:before, .dt-animated-border-btn-primary > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_primary_initial_border_color);
}
.dt-animated-border-btn-primary > *:before {
  left: 0;
}
.dt-animated-border-btn-primary > *:after {
  right: 0;
}
.dt-animated-border-btn-primary > * > *:before, .dt-animated-border-btn-primary > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_primary_active_border_color);
}
.dt-animated-border-btn-primary > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-primary > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-primary > * > * > *:before, .dt-animated-border-btn-primary > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_primary_active_border_color);
}
.dt-animated-border-btn-primary > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-primary > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-primary:hover {
  color: var(--b_animated_primary_active_text_color);
  background-color: var(--b_animated_primary_active_bg_color);
}

.dt-animated-border-btn-secondary {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
  background-color: var(--b_animated_secondary_initial_bg_color);
  color: var(--b_animated_secondary_initial_text_color);
  border: 0;
  transition: 0.5s ease;
  text-transform: unset;
  font-family: var(--b_animated_font_family);
  font-size: var(--b_animated_font_size);
  text-transform: var(--b_animated_label_case);
  padding-top: var(--b_animated_padding_top);
  padding-bottom: var(--b_animated_padding_bottom);
  padding-left: var(--b_animated_padding_left);
  padding-right: var(--b_animated_padding_right);
}
.dt-animated-border-btn-secondary .dt-animated-border-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-animated-border-btn-secondary .dt-animated-border-btn-label-container__label {
  opacity: 1;
}
.dt-animated-border-btn-secondary:before, .dt-animated-border-btn-secondary:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_secondary_initial_border_color);
}
.dt-animated-border-btn-secondary:before {
  top: 0;
}
.dt-animated-border-btn-secondary:after {
  bottom: 0;
}
.dt-animated-border-btn-secondary:hover > * > *:before, .dt-animated-border-btn-secondary:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-secondary:hover > * > * > *:before, .dt-animated-border-btn-secondary:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-secondary > *:before, .dt-animated-border-btn-secondary > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_secondary_initial_border_color);
}
.dt-animated-border-btn-secondary > *:before {
  left: 0;
}
.dt-animated-border-btn-secondary > *:after {
  right: 0;
}
.dt-animated-border-btn-secondary > * > *:before, .dt-animated-border-btn-secondary > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_secondary_active_border_color);
}
.dt-animated-border-btn-secondary > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-secondary > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-secondary > * > * > *:before, .dt-animated-border-btn-secondary > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_secondary_active_border_color);
}
.dt-animated-border-btn-secondary > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-secondary > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-secondary:hover {
  color: var(--b_animated_secondary_active_text_color);
  background-color: var(--b_animated_secondary_active_bg_color);
}

.dt-animated-border-btn-info {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
  background-color: var(--b_animated_info_initial_bg_color);
  color: var(--b_animated_info_initial_text_color);
  border: 0;
  transition: 0.5s ease;
  text-transform: unset;
  font-family: var(--b_animated_font_family);
  font-size: var(--b_animated_font_size);
  text-transform: var(--b_animated_label_case);
  padding-top: var(--b_animated_padding_top);
  padding-bottom: var(--b_animated_padding_bottom);
  padding-left: var(--b_animated_padding_left);
  padding-right: var(--b_animated_padding_right);
}
.dt-animated-border-btn-info .dt-animated-border-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-animated-border-btn-info .dt-animated-border-btn-label-container__label {
  opacity: 1;
}
.dt-animated-border-btn-info:before, .dt-animated-border-btn-info:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_info_initial_border_color);
}
.dt-animated-border-btn-info:before {
  top: 0;
}
.dt-animated-border-btn-info:after {
  bottom: 0;
}
.dt-animated-border-btn-info:hover > * > *:before, .dt-animated-border-btn-info:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-info:hover > * > * > *:before, .dt-animated-border-btn-info:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-info > *:before, .dt-animated-border-btn-info > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_info_initial_border_color);
}
.dt-animated-border-btn-info > *:before {
  left: 0;
}
.dt-animated-border-btn-info > *:after {
  right: 0;
}
.dt-animated-border-btn-info > * > *:before, .dt-animated-border-btn-info > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_info_active_border_color);
}
.dt-animated-border-btn-info > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-info > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-info > * > * > *:before, .dt-animated-border-btn-info > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_info_active_border_color);
}
.dt-animated-border-btn-info > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-info > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-info:hover {
  color: var(--b_animated_info_active_text_color);
  background-color: var(--b_animated_info_active_bg_color);
}

.dt-animated-border-btn-warning {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
  background-color: var(--b_animated_warning_initial_bg_color);
  color: var(--b_animated_warning_initial_text_color);
  border: 0;
  transition: 0.5s ease;
  text-transform: unset;
  font-family: var(--b_animated_font_family);
  font-size: var(--b_animated_font_size);
  text-transform: var(--b_animated_label_case);
  padding-top: var(--b_animated_padding_top);
  padding-bottom: var(--b_animated_padding_bottom);
  padding-left: var(--b_animated_padding_left);
  padding-right: var(--b_animated_padding_right);
}
.dt-animated-border-btn-warning .dt-animated-border-btn-label-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-animated-border-btn-warning .dt-animated-border-btn-label-container__label {
  opacity: 1;
}
.dt-animated-border-btn-warning:before, .dt-animated-border-btn-warning:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_warning_initial_border_color);
}
.dt-animated-border-btn-warning:before {
  top: 0;
}
.dt-animated-border-btn-warning:after {
  bottom: 0;
}
.dt-animated-border-btn-warning:hover > * > *:before, .dt-animated-border-btn-warning:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-warning:hover > * > * > *:before, .dt-animated-border-btn-warning:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.dt-animated-border-btn-warning > *:before, .dt-animated-border-btn-warning > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_warning_initial_border_color);
}
.dt-animated-border-btn-warning > *:before {
  left: 0;
}
.dt-animated-border-btn-warning > *:after {
  right: 0;
}
.dt-animated-border-btn-warning > * > *:before, .dt-animated-border-btn-warning > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: var(--b_animated_warning_active_border_color);
}
.dt-animated-border-btn-warning > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-warning > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-warning > * > * > *:before, .dt-animated-border-btn-warning > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: var(--b_animated_warning_active_border_color);
}
.dt-animated-border-btn-warning > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-warning > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.dt-animated-border-btn-warning:hover {
  color: var(--b_animated_warning_active_text_color);
  background-color: var(--b_animated_warning_active_bg_color);
}

.dt-btn-element-container {
  padding: 15px;
}
.dt-btn-element-container .dt-btn-bg-img-container {
  border-radius: var(--dt_c_border_radius);
  height: 200px;
  width: 200px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--dt_c_primary);
  background-color: var(--dt_c_primary);
}
.dt-btn-element-container .dt-btn-bg-img-container .dt-btn-bg-img {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: var(--dt_c_border_radius);
  height: 100%;
  width: 100%;
  transition: 1s ease-in-out !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.dt-btn-element-container .dt-btn-bg-img-container .dt-btn-bg-img:focus, .dt-btn-element-container .dt-btn-bg-img-container .dt-btn-bg-img:hover {
  transform: scale(1.1);
}
.dt-btn-element-container .dt-parsed-html-container {
  padding-top: 21px;
}
.dt-btn-element-container .dt-parsed-html-container p strong {
  border-radius: var(--dt_c_border_radius);
  padding: 4px;
  background-color: var(--highlight);
  color: var(--dt_c_primary);
}
@media (max-width: 800px) {
  .dt-btn-element-container .dt-btn-bg-img-container {
    height: 80%;
    width: 80%;
  }
  .dt-btn-element-container .dt-btn-bg-img-container .dt-btn-bg-img:focus, .dt-btn-element-container .dt-btn-bg-img-container .dt-btn-bg-img:hover {
    transform: unset;
  }
}

@media (max-width: 800px) {
  .dt-btn-bg-img-container {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .dt-btn-bg-img-container .dt-btn-bg-img .dt-btn-label-container {
    padding: 0px 15px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .dt-btn-bg-img-container .dt-btn-bg-img:focus, .dt-btn-bg-img-container .dt-btn-bg-img:hover {
    transform: unset;
  }
}
.custom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--b_custom_image_initial_text_color);
  font-family: var(--b_custom_image_font_family);
  font-size: var(--b_custom_image_font_size);
  text-transform: var(--b_custom_image_label_case);
  padding-top: var(--b_custom_image_padding_top);
  padding-bottom: var(--b_custom_image_padding_bottom);
  padding-left: var(--b_custom_image_padding_left);
  padding-right: var(--b_custom_image_padding_right);
}
.custom-btn:hover {
  color: var(--b_custom_image_active_text_color);
}

.dt-btn-element-container {
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btn-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.btn-loader .spin {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  fill: currentColor;
}

.slider-cursor {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 30px;
  height: 30px;
  border: 3px solid var(--dt_c_primary);
  background-color: var(--dt_c_light);
  border-radius: 100%;
  z-index: 999;
  pointer-events: none;
  cursor: none !important;
  font-size: 1.1em;
  color: var(--dt_c_primary);
}

.customer-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  animation: scale-in-center 2s ease-in-out both;
  border: 1px solid var(--dt_c_light);
  width: 600px;
  margin-bottom: 21px;
  padding: 0px;
}
.customer-card__title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.5rem;
  padding: 21px;
}
.customer-card .account-data-list {
  display: flex;
  flex-direction: column;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 0.8rem;
}
.customer-card .account-data-list__item {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--dt_c_light);
  padding: 21px;
  height: 80px;
}
.customer-card .account-data-list__item .data-point {
  margin-left: 15px;
}

@media (max-width: 1400px) {
  .customer-card {
    width: 100%;
  }
  .customer-card .account-data-list__item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .customer-card .account-data-list__item .data-point {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 21px 0px 100px 0px;
}
.form-container__fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-container__fields .dt-existing-customer-error-message-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border: 1px solid var(--dt_c_light);
  border-radius: 3px;
}
.form-container__fields .dt-existing-customer-error-message-container__message {
  padding: 10px;
  border-radius: 3px;
  background-color: var(--dt_c_primary);
  color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form-container__fields .dt-existing-customer-error-message-container .dt-existing-customer-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 35px;
  border-top: 1px solid var(--dt_c_light);
  background-color: white;
}
.form-container__fields .dt-existing-customer-error-message-container .dt-existing-customer-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  color: var(--dt_c_dark);
}
.form-container__fields .dt-existing-customer-error-message-container .dt-existing-customer-links a:hover {
  background-color: var(--dt_c_highlight);
  color: white;
}
.form-container__fields .dt-existing-customer-error-message-container .dt-existing-customer-links__login {
  border-right: 1px solid var(--dt_c_light);
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px 20px;
}
.form-container__fields .animated-placeholder-input {
  margin-bottom: 21px;
}
.form-container__fields .animated-placeholder-input input {
  width: 100%;
}
.form-container__fields .form-secondary-link {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 800px) {
  .form-container {
    width: 100%;
    padding: 0px 15px;
  }
}
.have-a-coupon-link-container {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin: 21px 0px;
  height: 100px;
  justify-content: center;
}

.coupon-form-container {
  height: -moz-fit-content;
  height: fit-content;
  padding: 21px 15px;
}
.coupon-form-container__form-body {
  display: grid;
  grid-template-columns: 3fr 1fr 2fr;
  gap: 15px;
  align-items: center;
}
.coupon-form-container__coupon-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-top: 10px;
}
.coupon-form-container__input {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  height: 54px;
  padding: 0px 7px;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: none;
  color: black;
}
.coupon-form-container__input:focus {
  border: 1px solid var(--dt_c_primary_dark);
}
.coupon-form-container__cancel-link {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-align: center;
}

@media (max-width: 1400px) {
  .have-a-coupon-link-container {
    height: auto;
  }
  .coupon-form-container {
    margin: 21px 0px;
    height: auto;
  }
  .coupon-form-container__form-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.cart-item-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  align-items: unset;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  padding: 17px 0px 7px 0px;
  background-color: var(--dt_c_primary);
}
.cart-item-detail .dt-item-detail-lead-time {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 0.75rem;
  color: white;
}
.cart-item-detail .dt-item-detail-lead-time div {
  margin-right: 4px;
}
.cart-item-detail .menu-item-description {
  color: white;
}
.cart-item-detail .menu-item-description ul {
  padding-left: 15px;
}
.cart-item-detail__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  padding-bottom: 3px;
}
.cart-item-detail__loader .loader-wrapper {
  width: 100vw;
}
.cart-item-detail__loader .label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  color: white;
}
.cart-item-detail .close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 1.5em;
  color: white;
  border-radius: 100%;
  background-color: var(--dt_c_highlight);
  padding: 10px;
  border: 2px solid var(--dt_c_primary);
  transition: 0.5s ease-in-out;
  z-index: 100;
}
.cart-item-detail .close-button:hover {
  background-color: black;
}
.cart-item-detail .thumbnail {
  height: 200px !important;
  width: 200px !important;
  margin-right: 15px;
}
.cart-item-detail .thumbnail .dt-media-container {
  height: 200px !important;
  width: 200px !important;
}
.cart-item-detail .thumbnail .dt-media-container div {
  height: 200px !important;
  width: 200px !important;
}
.cart-item-detail .thumbnail .dt-media-container img,
.cart-item-detail .thumbnail .dt-media-container video {
  border-radius: 3px;
  height: 200px !important;
  width: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item-detail__content {
  display: flex;
  flex-direction: column;
}
.cart-item-detail .cart-status-toggle-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cart-item-detail .cart-status-toggle-wrapper .dt-qty-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.cart-item-detail .cart-status-toggle-wrapper .dt-qty-selection-container__action {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
}
.cart-item-detail .cart-status-toggle-wrapper .dt-qty-selection-container__value, .cart-item-detail .cart-status-toggle-wrapper .dt-qty-selection-container__qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  color: var(--dt_c_dark);
  padding: 0px 20px;
  width: 21px;
}
.cart-item-detail .name-and-status-toggle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
.cart-item-detail .name-and-status-toggle-wrapper .name {
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: -7px;
  color: white;
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 100px 0px;
  width: 100%;
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-left--viewed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
  background-color: white;
  color: var(--dt_c_primary);
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link-primary:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__continue-shopping {
  margin-left: 5px;
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
}
.cart-item-detail .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.cart-item-detail .remove-from-cart-button,
.cart-item-detail .cart-link-button,
.cart-item-detail .add-to-cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
}
.cart-item-detail .remove-from-cart-button:hover,
.cart-item-detail .cart-link-button:hover,
.cart-item-detail .add-to-cart-button:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.cart-item-detail .cart-link-button {
  margin-left: 0px;
}
.cart-item-detail .add-to-cart-button {
  background-color: white;
  color: var(--dt_c_primary);
}
.cart-item-detail .section-heading {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 2rem;
  color: black;
  opacity: 0.8;
}
.cart-item-detail .option-with-fee--horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-item-detail .option-with-fee--horizontal__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-left: 5px;
  font-size: 0.75rem;
}
.cart-item-detail .option-with-fee--vertical .name-amount-group {
  display: flex;
  justify-content: flex-start !important;
}
.cart-item-detail .option-with-fee--vertical__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-left: 5px;
  font-size: 0.75rem;
}
.cart-item-detail .options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 0px;
}
.cart-item-detail .options-grid__item {
  display: grid;
  grid-template-columns: 150px 1fr 100px;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--dt_c_primary_dark);
  padding: 15px 0px;
}
.cart-item-detail .options-grid__item .label {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 4px;
  color: black;
  font-size: 0.8rem;
}
.cart-item-detail .options-grid__item .label .flex {
  align-items: center;
}
.cart-item-detail .options-grid__item .label .flex .success {
  font-size: 1.25em;
  color: black;
  margin-right: 3px;
  opacity: 0.25;
  margin-top: 3px;
}
.cart-item-detail .options-grid__item .label--required {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.65rem;
  padding: 4px 8px;
  border-radius: 3px;
  background-color: var(--dt_c_primary_dark);
  color: white;
}
.cart-item-detail .options-grid__item .option-view-toggler__label {
  display: flex;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.9rem;
  align-items: center;
  height: 30px;
  color: black;
}
.cart-item-detail .options-grid__item .option-view-toggler__label .caret {
  margin-left: 3px;
}
.cart-item-detail .options-grid__item .option-view-toggler__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 15px 0px;
}
.cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
  border: 1px solid transparent;
  color: black;
}
.cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 7px;
}
.cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select div .option-selection-status-label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  font-size: 0.75rem;
  text-align: right;
}
.cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select:hover {
  background-color: var(--dt_c_primary_dark);
}
.cart-item-detail .options-grid__item .option-view-toggler__list .dropdown-item-selected {
  background-color: white;
  border: 1px solid white;
}
.cart-item-detail .options-grid__item .option-view-toggler__list .dropdown-item-selected div {
  color: var(--dt_c_primary);
}
.cart-item-detail .options-grid__item .option-view-toggler__list .dropdown-item-selected:hover {
  background-color: var(--dt_c_light);
}
.cart-item-detail .options-grid__item .options-for-item {
  display: flex;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.9rem;
  align-items: center;
  flex-wrap: wrap;
}
.cart-item-detail .options-grid__item .options-for-item--default {
  margin: 5px 7px 5px 0px;
  padding: 4px 8px;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  transition: 0.5s ease-in-out;
}
.cart-item-detail .options-grid__item .options-for-item--default:hover {
  border: 1px solid var(--dt_c_primary);
  color: var(--dt_c_primary);
  background-color: white;
  opacity: 1 !important;
}
.cart-item-detail .options-grid__item .options-for-item--selected {
  margin: 5px 7px 5px 0px;
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid white;
  color: var(--dt_c_primary);
  background-color: white;
  transition: 0.5s ease-in-out;
}
.cart-item-detail .options-grid__item .options-for-item--selected:hover {
  border: 1px solid var(--dt_c_light);
  background-color: var(--dt_c_light);
}
.cart-item-detail .validation-instructions {
  display: flex;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  flex-wrap: wrap;
  align-items: baseline;
  text-transform: uppercase;
  color: black;
  font-size: 0.8rem;
  margin: 10px 0px;
}
.cart-item-detail .validation-instructions div {
  margin-right: 10px;
}
.cart-item-detail .validation-instructions__requirement {
  border-bottom: 1px solid black;
  padding: 4px 8px;
}

.opened-from-cart .close-button {
  display: none;
}

.return-to-cart-link {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  animation: slide-down 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  align-items: center;
  color: white;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}
.return-to-cart-link__label {
  margin-left: 4px;
}
.return-to-cart-link:hover {
  color: white;
}

@media (max-width: 1400px) {
  .cart-item-detail {
    padding: 15px;
  }
}
@media (max-width: 800px) {
  .cart-item-detail {
    flex-direction: column;
    justify-content: unset;
    padding: 0px;
    width: 100vw;
    min-height: 100vh;
  }
  .cart-item-detail .dt-item-detail-lead-time {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  .cart-item-detail .menu-item-description {
    padding: 0px 15px;
  }
  .cart-item-detail .menu-item-description ul {
    padding: 0px 15px;
  }
  .cart-item-detail__loader .loader-wrapper__content {
    height: 100vh !important;
  }
  .cart-item-detail .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slide-up 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
    color: white;
    border-radius: 100%;
    background-color: var(--dt_c_highlight);
    padding: 10px;
    border: 2px solid var(--dt_c_primary);
    transition: 0.5s ease-in-out;
  }
  .cart-item-detail .close-button:hover {
    background-color: black;
  }
  .cart-item-detail__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 15px;
  }
  .cart-item-detail__content .dt-cart-item-detail-nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
  }
  .cart-item-detail__content .dt-cart-item-detail-nav-links .cart-link-button {
    display: flex;
    font-family: var(--dt_c_highlight_font_family);
    font-weight: var(--dt_c_highlight_font_weight);
    letter-spacing: var(--dt_c_highlight_letter_spacing);
    align-items: center;
    padding: 0px;
    height: unset;
    border: unset;
    border-radius: unset;
    font-size: unset;
    text-transform: unset;
    letter-spacing: unset;
  }
  .cart-item-detail__content .dt-cart-item-detail-nav-links .cart-link-button:hover {
    background-color: unset;
    color: white;
  }
  .cart-item-detail__content .dt-cart-item-detail-bottom-actions-container {
    padding: 0px 15px;
  }
  .cart-item-detail .thumbnail {
    margin-right: 0px;
    height: 200px !important;
    width: 100vw !important;
  }
  .cart-item-detail .thumbnail .dt-media-container {
    height: 200px !important;
    width: 100vw !important;
  }
  .cart-item-detail .thumbnail .dt-media-container img,
  .cart-item-detail .thumbnail .dt-media-container video {
    border-radius: 0px;
    height: 200px !important;
    width: 100vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cart-item-detail .name,
  .cart-item-detail .section-heading {
    padding: 0px 15px;
    text-align: center;
  }
  .cart-item-detail .cart-status-toggle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    width: 100%;
  }
  .cart-item-detail .name-and-status-toggle-wrapper {
    flex-direction: column;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .cart-item-detail .name-and-status-toggle-wrapper .remove-from-cart-button,
  .cart-item-detail .name-and-status-toggle-wrapper .cart-link-button,
  .cart-item-detail .name-and-status-toggle-wrapper .add-to-cart-button {
    margin: 15px 0px;
  }
  .cart-item-detail .options-grid {
    padding: 0px 15px;
  }
  .cart-item-detail .options-grid__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px 0px;
  }
  .cart-item-detail .options-grid__item .option-view-toggler {
    width: calc(100vw - 30px);
    height: auto;
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    transition: 0.5s ease-in-out;
    border-radius: 3px;
    border: 1px solid transparent;
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select .nested-option-in-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 7px;
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select .nested-option-in-list .option-selection-status-label {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
    font-size: 0.75rem;
    text-align: right;
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .menu-option-to-select:hover {
    background-color: var(--dt_c_primary_dark);
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .dropdown-item-selected {
    background-color: white;
    border: 1px solid white;
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .dropdown-item-selected div {
    color: var(--dt_c_primary);
  }
  .cart-item-detail .options-grid__item .option-view-toggler__list .dropdown-item-selected:hover {
    background-color: var(--dt_c_light);
  }
  .cart-item-detail .options-grid__item .options-for-item {
    flex-wrap: wrap;
  }
  .cart-item-detail .options-grid__item .options-for-item--default {
    margin-bottom: 7px;
  }
  .cart-item-detail .options-grid__item .options-for-item--selected {
    margin-bottom: 7px;
  }
  .cart-item-detail .validation-instructions {
    display: flex;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    padding: 0px 15px;
    width: 100%;
  }
  .cart-item-detail .validation-instructions div {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cart-item-detail .validation-instructions__requirement {
    border-bottom: 1px solid black;
    padding: 4px 8px;
  }
  .full-screen-cart-item-container {
    padding: 0px;
    min-height: 100vh;
    width: 100vw;
    background-color: var(--dt_c_primary);
    z-index: 12;
    margin-bottom: 0px;
  }
  .full-screen-cart-item-container .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .return-to-cart-link {
    padding-top: 5px;
  }
}
.cart-list-section-container .cart-item-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
  width: 600px;
  padding-bottom: 100px;
}
.cart-list-section-container .cart-item-list .cart-item {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  animation: scale-in-center 2s ease-in-out both;
  border: 1px solid var(--dt_c_light);
  width: 600px;
  margin-bottom: 21px;
  padding: 0px;
  z-index: 2;
}
.cart-list-section-container .cart-item-list .cart-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0px 0px 21px;
  width: 100%;
}
.cart-list-section-container .cart-item-list .cart-item__header .thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.cart-list-section-container .cart-item-list .cart-item__header .thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.cart-list-section-container .cart-item-list .cart-item__header .title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
}
.cart-list-section-container .cart-item-list .cart-item__content {
  width: 100%;
}
.cart-list-section-container .cart-item-list .cart-item__content__qty {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.cart-list-section-container .cart-item-list .cart-item__content__qty__label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-right: 3px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.cart-list-section-container .cart-item-list .cart-item__content__qty__value {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: var(--dt_c_primary);
  text-align: center;
}
.cart-list-section-container .cart-item-list .cart-item__content__menu-section-name {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  font-size: 1.7rem;
  color: var(--dt_c_primary);
}
.cart-list-section-container .cart-item-list .cart-item__qty-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-self: end;
  margin: 0px 15px;
  width: 80px;
}
.cart-list-section-container .cart-item-list .cart-item__qty-selector__action {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
}
.cart-list-section-container .cart-item-list .cart-item__qty-selector__value, .cart-list-section-container .cart-item-list .cart-item__qty-selector__qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  color: var(--dt_c_dark);
  padding: 0px 20px;
  width: 21px;
}
.cart-list-section-container .cart-item-list .cart-item__qty-selector__qty {
  padding: 5px 0px;
  width: unset;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers {
  display: flex;
  flex-wrap: wrap;
  padding: 21px 21px 0px 21px;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier {
  margin-bottom: 15px;
  width: 50%;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__name {
  color: var(--dt_c_primary);
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-transform: uppercase;
  font-size: 0.75rem;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__option {
  display: flex;
  align-items: center;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__qty {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  border-radius: 5px;
  background-color: var(--dt_c_primary);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 5px;
  margin-right: 5px;
  font-size: 0.65rem;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__data {
  display: flex;
  align-items: center;
}
.cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__data__extra-cost {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  border-radius: 5px;
  background-color: var(--dt_c_primary);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  margin-right: 5px;
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-list-section-container .cart-item-list .cart-item .validations-required-callout {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  width: 100%;
  padding: 10px 21px;
  color: white;
  background-color: var(--dt_c_primary);
  border-bottom: 1px solid var(--dt_c_primary_dark);
}
.cart-list-section-container .cart-item-list .cart-item .validations-required-callout__label {
  margin-left: 5px;
  font-size: 0.8rem;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  padding: 15px 21px;
  font-size: 0.8rem;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content {
  display: flex;
  flex-direction: column;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content--explanation {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  align-items: center;
  color: var(--dt_c_primary);
  text-transform: uppercase;
  border-bottom: 1px solid var(--dt_c_primary);
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content--explanation svg {
  margin-right: 5px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content--invalid {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  color: var(--dt_c_primary);
  text-transform: uppercase;
  margin-top: 5px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content--invalid svg {
  margin-right: 5px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__body .dt-cart-item-accordion-callout__label, .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__body .dt-cart-item-accordion-callout__link {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-left: 10px;
  color: var(--dt_c_primary);
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  width: 100%;
  padding: 10px 21px;
  color: white;
  background-color: var(--dt_c_primary);
  border-bottom: 1px solid var(--dt_c_primary_dark);
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout__title-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout__title-wrapper__label {
  margin-left: 5px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout__label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-left: 10px;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout__status {
  display: flex;
  align-items: center;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout__status__content {
  display: flex;
  align-items: center;
}
.cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout__status__content__body {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.cart-list-section-container .cart-item-list .cart-item__actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 35px;
  border-top: 1px solid var(--dt_c_light);
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cart-list-section-container .cart-item-list .cart-item__actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
  height: 100%;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  color: var(--dt_c_dark);
}
.cart-list-section-container .cart-item-list .cart-item__actions a .label {
  margin-left: 5px;
}
.cart-list-section-container .cart-item-list .cart-item__actions a .loader-wrapper__content {
  height: 100%;
}
.cart-list-section-container .cart-item-list .cart-item__actions a:hover {
  background-color: var(--dt_c_highlight);
  color: white;
}
.cart-list-section-container .cart-item-list .cart-item__actions .left-action {
  border-right: 1px solid var(--dt_c_light);
  width: 80%;
}
.cart-list-section-container .cart-item-list .cart-item__actions .left-action:hover {
  border-bottom-left-radius: 5px;
}
.cart-list-section-container .cart-item-list .cart-item__actions .center-action {
  width: 80%;
  border-right: 1px solid var(--dt_c_light);
}
.cart-list-section-container .cart-item-list .cart-item__actions .right-action {
  width: 100%;
}
.cart-list-section-container .cart-item-list .cart-item__actions .right-action:hover {
  border-bottom-right-radius: 5px;
}

@media (max-width: 800px) {
  .cart-list-section-container {
    padding-bottom: 100px;
    width: 100%;
  }
  .cart-list-section-container .cart-item-list {
    padding: 0px 15px;
    width: 100%;
  }
  .cart-list-section-container .cart-item-list .cart-item {
    width: 100%;
  }
  .cart-list-section-container .cart-item-list .cart-item__header {
    display: flex;
    flex-direction: column;
    padding: 15px 0px 0px 15px;
    text-align: center;
  }
  .cart-list-section-container .cart-item-list .cart-item__header .thumbnail {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .cart-list-section-container .cart-item-list .cart-item__header .thumbnail img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  .cart-list-section-container .cart-item-list .cart-item__content {
    text-align: center;
  }
  .cart-list-section-container .cart-item-list .cart-item__content__qty {
    padding-right: 0px;
  }
  .cart-list-section-container .cart-item-list .cart-item__content__menu-section-name {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .cart-list-section-container .cart-item-list .cart-item__content__name-and-price {
    margin-bottom: 15px;
  }
  .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content--explanation {
    margin-bottom: 10px;
  }
  .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__content--invalid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__body {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }
  .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__body .dt-cart-item-accordion-callout__label, .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout-form__body .dt-cart-item-accordion-callout__link {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    margin-left: 0px;
    margin-top: 15px;
  }
  .cart-list-section-container .cart-item-list .cart-item .dt-cart-item-accordion-callout {
    display: flex;
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    align-items: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    width: 100%;
    padding: 10px 21px;
    color: white;
    background-color: var(--dt_c_primary);
    border-bottom: 1px solid var(--dt_c_primary_dark);
    flex-direction: column;
  }
  .cart-list-section-container .cart-item-list .cart-item__modifiers {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 15px 0px 15px;
  }
  .cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier {
    margin-bottom: 15px;
    width: 100%;
  }
  .cart-list-section-container .cart-item-list .cart-item__modifiers .cart-modifier__option {
    justify-content: center;
  }
  .cart-list-section-container .cart-item-list .cart-item__actions {
    height: 55px;
  }
  .cart-list-section-container .cart-item-list .cart-item__actions .left-action,
  .cart-list-section-container .cart-item-list .cart-item__actions .center-action,
  .cart-list-section-container .cart-item-list .cart-item__actions .right-action {
    width: 100%;
  }
}
.account-dashboard {
  display: flex;
  flex-direction: column;
  padding: 21px 0px;
}

@media (max-width: 800px) {
  .account-dashboard {
    width: calc(100% - 30px);
  }
}
.account-sidebar-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.account-sidebar-container__title {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 0px 15px;
}
.account-sidebar-container__title .label {
  margin: 0px 8px;
}
.account-sidebar-container__title .loader-wrapper__content svg {
  fill: white !important;
}
.account-sidebar-container__links {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 15px;
}
.account-sidebar-container__links a {
  margin-bottom: 15px;
}

@media (max-width: 1400px) {
  .account-sidebar-container {
    margin-bottom: 0px;
  }
  .account-sidebar-container__links {
    width: 100%;
  }
}
.cart-layout-container {
  display: grid;
  grid-template-columns: 35vw 65vw;
  gap: 15px;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  gap: 0px;
}
.cart-layout-container .cart-body-container::-webkit-scrollbar {
  width: 2px;
}
.cart-layout-container .cart-body-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px var(--dt_c_primary_dark);
}
.cart-layout-container .cart-body-container::-webkit-scrollbar-thumb {
  background-color: var(--dt_c_primary_dark);
  outline: 1px solid var(--dt_c_primary_dark);
  border-radius: 15px;
}
.cart-layout-container .cart-body-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 100vh;
  overflow-y: overlay;
  overflow-x: hidden;
}
.cart-layout-container .cart-body-container .form-description {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  width: 400px;
  font-size: 1.25rem;
  text-align: center;
  padding: 21px 0px;
}
.cart-layout-container .cart-body-container .cart-attribution {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  margin: 30px 0px;
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.cart-layout-container .cart-body-container .cart-attribution__label {
  margin-right: 7px;
}
.cart-layout-container .cart-body-container .cart-attribution img {
  width: 150px;
}
.cart-layout-container .no-padding-cart-body-container .cart-attribution {
  display: none;
}

.cart-summary-container {
  display: grid;
  grid-template-columns: 35vw 65vw;
  gap: 15px;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  gap: 0px;
}
.cart-summary-container .cart-body-container::-webkit-scrollbar {
  width: 2px;
}
.cart-summary-container .cart-body-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px var(--dt_c_primary_dark);
}
.cart-summary-container .cart-body-container::-webkit-scrollbar-thumb {
  background-color: var(--dt_c_primary_dark);
  outline: 1px solid var(--dt_c_primary_dark);
  border-radius: 15px;
}
.cart-summary-container .cart-body-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 100vh;
  overflow-y: overlay;
  overflow-x: hidden;
}
.cart-summary-container .cart-body-container .form-description {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  width: 400px;
  font-size: 1.25rem;
  text-align: center;
  padding: 21px 0px;
}
.cart-summary-container .cart-body-container .cart-attribution {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  margin: 30px 0px;
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.cart-summary-container .cart-body-container .cart-attribution__label {
  margin-right: 7px;
}
.cart-summary-container .cart-body-container .cart-attribution img {
  width: 150px;
}

@media (max-width: 1400px) {
  .cart-layout-container .no-padding-cart-body-container,
  .cart-layout-container .cart-body-container {
    margin-left: 0px;
    padding: 21px 0px 100px 0px;
    width: 100%;
  }
  .cart-layout-container .cart-summary-container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .cart-layout-container .no-padding-cart-body-container,
  .cart-layout-container .cart-body-container {
    width: 100vw;
    padding: 21px 0px 100px 0px;
  }
  .cart-layout-container .no-padding-cart-body-container .form-description,
  .cart-layout-container .cart-body-container .form-description {
    width: 100%;
    padding: 0px 15px 21px 15px;
  }
  .cart-layout-container .no-padding-cart-body-container {
    padding: 0px;
  }
}
.sale-detail-confirmation-message {
  margin: 15px 0px;
  background-color: var(--dt_c_background_color);
  padding: 15px;
  border-radius: var(--dt_c_border_radius);
  color: var(--dt_c_text_color);
  border: 1px solid var(--dt_c_primary);
}

.auth-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-links-container__instructions {
  width: 400px;
  margin: 35px 0px 21px 0px;
  line-height: 1.5rem;
}
.auth-links-container a {
  margin-bottom: 21px;
}

.card-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 400px;
  padding: 21px 0px 100px 0px;
}
.card-form-container__fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-form-container__fields .animated-placeholder-input {
  margin-bottom: 21px;
}
.card-form-container__fields .split-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.payment-method-cards {
  display: flex;
  flex-direction: column;
  width: 600px;
}
.payment-method-cards__item {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 0.75rem;
  border: 1px solid var(--dt_c_light);
  margin-bottom: 15px;
  padding: 0px;
  height: 80px;
}
.payment-method-cards__item .left-column {
  display: flex;
  align-items: center;
}
.payment-method-cards__item .left-column .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5em;
  background-color: var(--dt_c_primary);
  color: white;
  height: 80px;
  padding: 0px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.payment-method-cards__item .left-column .content {
  padding: 0px 15px;
}
.payment-method-cards__item .actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  height: 100%;
}
.payment-method-cards__item .actions__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out;
  border-left: 1px solid var(--dt_c_light);
  text-align: center;
}
.payment-method-cards__item .actions__link:hover {
  background-color: var(--dt_c_primary);
  color: white;
}
.payment-method-cards__item .actions .select-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.payment-method-cards__item .actions .loading:hover {
  cursor: not-allowed;
  background-color: white;
  color: black;
}
.payment-method-cards__item .actions .loading .loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .auth-links-container {
    padding: 0px 15px;
    width: 100%;
  }
  .auth-links-container__instructions {
    width: 100%;
  }
  .card-form-container {
    width: 100%;
    padding: 0px 15px;
  }
  .card-form-container__fields .split-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 0px;
  }
  .payment-method-cards {
    width: 100vw;
    padding: 0px 15px;
  }
  .payment-method-cards__item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .payment-method-cards__item .left-column {
    width: 100%;
  }
  .payment-method-cards__item .left-column .icon {
    background-color: white;
    color: var(--dt_c_primary);
    height: 80px;
    padding: 0px 15px;
  }
  .payment-method-cards__item .left-column .content {
    padding: 0px;
  }
  .payment-method-cards__item .actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50px;
  }
  .payment-method-cards__item .actions__link {
    border-left: unset;
    border-top: 1px solid var(--dt_c_light);
  }
  .payment-method-cards__item .actions__link:hover {
    background-color: var(--dt_c_primary);
    color: white;
  }
  .payment-method-cards__item .actions .delete-link {
    border-bottom-left-radius: 5px;
  }
  .payment-method-cards__item .actions .select-link {
    border-left: 1px solid var(--dt_c_light);
    border-bottom-right-radius: 5px;
  }
}
.order-history-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  animation: scale-in-center 2s ease-in-out both;
  border: 1px solid var(--dt_c_light);
  width: 600px;
  margin-bottom: 21px;
  padding: 0px;
}
.order-history-card__title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.5rem;
  padding: 21px;
}
.order-history-card .sale-list {
  display: flex;
  flex-direction: column;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 0.8rem;
}
.order-history-card .sale-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--dt_c_light);
  padding: 0px;
  height: 80px;
}
.order-history-card .sale-list__item .content {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 15px;
  padding: 21px;
}
.order-history-card .sale-list__item .actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  height: 100%;
  width: 220px;
}
.order-history-card .sale-list__item .actions__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out;
  border-left: 1px solid var(--dt_c_light);
  text-align: center;
}
.order-history-card .sale-list__item .actions__link:hover {
  background-color: var(--dt_c_primary);
  color: white;
}
.order-history-card .sale-list__item .actions .select-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.order-history-card .sale-list__item .actions .loading:hover {
  cursor: not-allowed;
  background-color: white;
  color: black;
}
.order-history-card .sale-list__item .actions .loading .loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-history-card .sale-list__item .actions .loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-history-card .sale-list__item .actions .view-link {
  width: 120px;
}

@media (max-width: 1400px) {
  .order-history-card {
    width: 100%;
  }
  .order-history-card .sale-list__item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .order-history-card .sale-list__item .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 21px;
    text-align: center;
    font-size: 1.5rem;
  }
  .order-history-card .sale-list__item .actions {
    width: 100%;
    border-top: 1px solid var(--dt_c_light);
    height: 80px;
  }
  .order-history-card .sale-list__item .actions .view-link {
    width: 100%;
  }
}
.cart-order-summary {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  padding: 10px 0px;
}
.cart-order-summary__title {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 0px 15px;
}
.cart-order-summary__title .label {
  margin: 0px 8px;
}
.cart-order-summary .total-line-item-container {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  width: 35vw;
}
.cart-order-summary .total-line-item-container__item {
  display: flex;
  width: 35vw;
  padding: 0px 15px;
  align-items: baseline;
}
.cart-order-summary .total-line-item-container__item .dots {
  flex: 1;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .cart-order-summary .total-line-item-container__item {
    width: 100%;
  }
}
.sale-detail-container {
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
}
.sale-detail-container__card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  animation: scale-in-center 2s ease-in-out both;
  border: 1px solid var(--dt_c_light);
  width: 600px;
}
.sale-detail-container__card .title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.5rem;
}

@media (max-width: 1400px) {
  .sale-detail-container {
    width: 100%;
    align-items: center;
  }
  .sale-detail-container__card {
    width: 100%;
  }
}
.dt-sticky-cart-action--valid {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  box-shadow: 0 1.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  font-size: 1.25rem;
  text-transform: uppercase;
  position: fixed;
  z-index: 10;
  color: white;
  border-radius: 21px;
  transition: 0.5s ease-in-out;
  bottom: 15px;
  right: 30px;
  cursor: pointer;
  border: 1px solid var(--dt_c_primary_dark);
  width: 242px;
  height: 62px;
  max-width: calc(100vw - 30px);
}
.dt-sticky-cart-action--valid:hover {
  color: white;
  background-color: var(--dt_c_primary_dark);
}

.dt-sticky-cart-action--invalid {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  box-shadow: 0 1.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  font-size: 1.25rem;
  text-transform: uppercase;
  position: fixed;
  z-index: 10;
  color: white;
  border-radius: 21px;
  transition: 0.5s ease-in-out;
  bottom: 15px;
  right: 30px;
  cursor: pointer;
  border: 1px solid var(--dt_c_primary_dark);
  width: 242px;
  height: 62px;
  max-width: calc(100vw - 30px);
  cursor: not-allowed;
}
.dt-sticky-cart-action--invalid:hover {
  color: white;
  background-color: var(--dt_c_primary_dark);
}
.dt-sticky-cart-action--invalid:hover {
  background-color: var(--dt_c_primary);
}

.dt-sticky-cart-action--loading {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  box-shadow: 0 1.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  font-size: 1.25rem;
  text-transform: uppercase;
  position: fixed;
  z-index: 10;
  color: white;
  border-radius: 21px;
  transition: 0.5s ease-in-out;
  bottom: 15px;
  right: 30px;
  cursor: pointer;
  border: 1px solid var(--dt_c_primary_dark);
  width: 242px;
  height: 62px;
  max-width: calc(100vw - 30px);
  cursor: progress;
}
.dt-sticky-cart-action--loading:hover {
  color: white;
  background-color: var(--dt_c_primary_dark);
}
.dt-sticky-cart-action--loading .loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}
.dt-sticky-cart-action--loading .loader-wrapper__content {
  color: white !important;
}
.dt-sticky-cart-action--loading .loader-wrapper__content svg {
  color: white !important;
  fill: white !important;
}
.dt-sticky-cart-action--loading:hover {
  background-color: var(--dt_c_primary);
}

.cart-sidebar::-webkit-scrollbar,
.cart-sidebar__content::-webkit-scrollbar {
  width: 2px;
}

.cart-sidebar::-webkit-scrollbar-track,
.cart-sidebar__content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px var(--dt_c_primary_dark);
}

.cart-sidebar::-webkit-scrollbar-thumb,
.cart-sidebar__content::-webkit-scrollbar-thumb {
  background-color: var(--dt_c_primary_dark);
  outline: 1px solid var(--dt_c_primary_dark);
  border-radius: 15px;
}

.cart-sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  background-color: var(--dt_c_primary);
  color: black;
  padding: 21px 0px;
  width: 35vw;
  overflow-y: overlay;
  overflow-x: hidden;
}
.cart-sidebar__header {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 15px;
}
.cart-sidebar__header .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-sidebar__header .logo-link img {
  width: 200px;
}
.cart-sidebar__header .sidebar-nav-links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cart-sidebar__header .sidebar-nav-links-container .sidebar-nav-link {
  display: flex;
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  align-items: center;
  margin-left: 15px;
}
.cart-sidebar__header .sidebar-nav-links-container .sidebar-nav-link__label {
  margin-left: 8px;
}
.cart-sidebar__header .sidebar-nav-links-container__right {
  display: flex;
  align-items: center;
}
.cart-sidebar__header .sidebar-nav-links-container__right .cart-link-button {
  display: flex;
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  align-items: center;
  white-space: nowrap;
  padding-left: 10px;
}
.cart-sidebar__content {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  overflow-y: overlay;
  overflow-x: hidden;
}
.cart-sidebar__content .sale-review-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  width: 100%;
  padding: 10px 15px;
}
.cart-sidebar__content .sale-review-item__title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.cart-sidebar__content .sale-review-item__status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
.cart-sidebar__link-list {
  display: flex;
  flex-direction: column;
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  text-align: center;
  font-size: 1.2rem;
}
.cart-sidebar__link-list a {
  padding: 15px 0px;
}

@media (max-width: 1400px) {
  .cart-sidebar {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 4px 4px rgba(0, 0, 0, 0.1);
    animation: slide-down 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    position: unset;
    height: 100%;
    max-height: 100%;
    color: white;
    padding: 21px;
    width: 100vw;
  }
  .cart-sidebar__header {
    display: flex;
    height: 42px;
    margin-bottom: 0px;
  }
  .cart-sidebar__header .logo-link {
    visibility: hidden;
  }
  .cart-sidebar__header .logo-link img {
    width: 0px;
  }
  .cart-sidebar__header .sidebar-nav-links-container .sidebar-nav-link {
    display: flex;
    align-items: center;
    margin-left: 0px;
    width: 100%;
  }
  .cart-sidebar__content {
    height: 100%;
  }
  .cart-sidebar__content .sale-review-item {
    width: 100%;
  }
  .cart-sidebar__content .sale-review-item__title {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
  }
  .cart-sidebar__content .sale-review-item__status {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
  }
}
.cart-sidebar-selected-payment-method {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.cart-sidebar-selected-payment-method__title {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 15px;
}
.cart-sidebar-selected-payment-method__title .label {
  margin: 0px 8px;
}
.cart-sidebar-selected-payment-method__data {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1400px) {
  .cart-sidebar-selected-payment-method__data {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.tip-picker-container {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tip-picker-container--default {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  animation: fade-in 2s ease-in-out both;
  height: 42px;
  border-radius: 3px;
  border: 1px solid white;
  background-color: var(--dt_c_primary);
  color: white;
  width: 20%;
  transition: 0.5s ease-in-out;
}
.tip-picker-container--default:hover {
  color: white;
  background-color: var(--dt_c_primary_dark);
}
.tip-picker-container--selected {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  animation: fade-in 2s ease-in-out both;
  height: 42px;
  border-radius: 3px;
  border: 1px solid white;
  background-color: var(--dt_c_primary);
  color: white;
  width: 20%;
  transition: 0.5s ease-in-out;
  background-color: white;
  color: var(--dt_c_primary);
}
.tip-picker-container--selected:hover {
  color: white;
  background-color: var(--dt_c_primary_dark);
}
.tip-picker-container--selected:hover {
  color: var(--dt_c_primary);
  background-color: var(--dt_c_light);
}

.site-bg-media {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: var(--vh_100);
  z-index: 0;
  overflow: hidden;
  filter: brightness(1);
  background-color: var(--dt_c_background_color);
}

.site-bg-media img,
.site-bg-media video {
  width: 100vw;
  height: 100vh;
  height: var(--vh_100);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dt-blog-container,
.dt-blog-wrapper {
  padding: 30px 0px;
}

.u_row,
.u-row {
  max-width: 100% !important;
}

@media (max-width: 800px) {
  .dt-blog-container,
  .dt-blog-wrapper {
    padding: 15px 0px;
  }
}
.dt-blog-container .dt-blog-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
}

.dt-blog-container .dt-page-container {
  padding: 40px 0px 100px 0px;
}

.dt-blog-container .dt-blog-items .dt-blog-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 15px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.dt-blog-container .dt-blog-items .dt-blog-item__link__title {
  font-family: var(--dt_c_medium_font_family);
  font-size: 2rem;
  color: var(--dt_c_light);
}

.dt-blog-container .dt-blog-items .dt-blog-item__link__body {
  font-family: var(--dt_c_text_font_family);
  color: var(--dt_c_light);
  line-height: 1.5;
}

.dt-blog-container .dt-blog-items .dt-blog-item__link__body h1,
.dt-blog-container .dt-blog-items .dt-blog-item__link__body h2,
.dt-blog-container .dt-blog-items .dt-blog-item__link__body h3 {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1rem;
}

.dt-blog-container .dt-blog-items .dt-blog-item__link:hover {
  transform: scale(1.05);
}

.dt-blog-container .dt-blog-items .dt-blog-item--full-width {
  width: 98%;
  height: 350px;
  margin-bottom: 10px;
}

.dt-blog-container .dt-blog-items .dt-blog-item--full-width a {
  border-radius: 15px;
}

.dt-blog-container .dt-blog-items .dt-blog-item--medium {
  width: calc(50% - 20px);
  height: 350px;
  margin: 10px;
}

.dt-blog-container .dt-blog-items .dt-blog-item--medium a {
  border-radius: 15px;
}

.dt-blog-container .dt-blog-items .dt-blog-item--small {
  width: calc(33% - 16px);
  height: 250px;
  margin: 10px;
}

.dt-blog-container .dt-blog-items .dt-blog-item--small a {
  border-radius: 15px;
}

.dt-blog-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 42px 0px 0px 0px;
}

@media (max-width: 1400px) {
  .dt-blog-container .dt-blog-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 780px;
  }
  .dt-blog-container .dt-blog-items .dt-blog-item--small {
    width: calc(50% - 20px);
    height: 350px;
    margin: 10px;
  }
}
@media (max-width: 800px) {
  .dt-blog-categories {
    flex-direction: column;
    padding: 15px 0px 0px 0px;
  }
  .dt-blog-categories button {
    width: calc(100% - 30px);
  }
  .dt-blog-container .dt-page-container {
    padding: 0px 0px 30px 0px;
  }
  .dt-blog-container .dt-page-container__content {
    padding: 0px;
  }
  .dt-blog-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }
  .dt-blog-container .dt-blog-items .dt-blog-item__link__body {
    padding-bottom: 30px;
  }
  .dt-blog-categories a,
  .dt-blog-categories button {
    margin: 5px 0px;
  }
  .dt-blog-items .dt-blog-item__link__title {
    font-size: 1.5rem;
    padding: 30px 10px;
  }
  .dt-blog-items .dt-blog-item__link__body h1,
  .dt-blog-items .dt-blog-item__link__body h2,
  .dt-blog-items .dt-blog-item__link__body h3 {
    font-size: 1rem;
  }
  .dt-blog-items .dt-blog-item__link:hover {
    transform: unset;
  }
  .dt-blog-items .dt-blog-item--full-width,
  .dt-blog-items .dt-blog-item--small,
  .dt-blog-items .dt-blog-item--medium {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 250px;
    margin: 0px 0px 15px 0px;
  }
  .dt-blog-items .dt-blog-item--full-width a,
  .dt-blog-items .dt-blog-item--small a,
  .dt-blog-items .dt-blog-item--medium a {
    width: calc(100vw - 30px);
  }
}
.dt-blog-detail-container .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dt-blog-detail-container .tags__title {
  font-family: var(--dt_c_medium_font_family);
  margin-right: 10px;
}

.dt-blog-detail-container .tags__link {
  font-family: var(--dt_c_medium_font_family);
  margin-right: 7px;
  color: var(--dt_c_primary);
  transition: 0.5s ease;
}

.dt-blog-detail-container .tags__link:hover {
  color: var(--dt_c_primary) Dark;
}

.dt-blog-detail-container__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 30px;
}

.dt-blog-detail-container__body .title {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1rem;
  color: var(--dt_c_highlight);
  text-transform: uppercase;
}

.dt-blog-detail-container__body .title a {
  color: var(--dt_c_primary);
}

.dt-blog-detail-container__body .content .dt-parsed-html-container * {
  font-family: var(--dt_c_text_font_family);
}

.dt-blog-detail-container__body .content .dt-parsed-html-container h1,
.dt-blog-detail-container__body .content .dt-parsed-html-container h2,
.dt-blog-detail-container__body .content .dt-parsed-html-container h3,
.dt-blog-detail-container__body .content .dt-parsed-html-container h4,
.dt-blog-detail-container__body .content .dt-parsed-html-container h5 {
  font-family: var(--dt_c_heading_font_family);
}

.dt-blog-detail-container__body .content blockquote {
  background-color: var(--dt_c_highlight);
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-size: 1.2rem;
}

.dt-blog-detail-container__body .content blockquote p {
  color: var(--dt_c_light);
  font-style: italic;
}

.dt-related-blogs-wrapper .dt-page-container__content {
  width: 100vw;
}

@media (max-width: 800px) {
  .dt-blog-detail-container {
    width: 100%;
  }
  .dt-blog-detail-container__body {
    padding: 15px;
  }
}
@media (max-width: 800px) {
  .dt-blog-title-container__content {
    width: calc(100vw - 30px);
  }
}
.dt-blog-detail-container__breadcrumbs-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dt-blog-detail-container__breadcrumbs-share .dt-social-share-icon {
  margin-left: 5px;
}

.dt-related-blogs__list .dt-related-blogs__item {
  width: 350px;
  margin: 10px;
  height: 100%;
}

.dt-related-blogs {
  width: 1200px;
  padding: 30px;
}

.dt-related-blogs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

@media (max-width: 1300px) {
  .dt-related-blogs {
    width: 100vw;
    padding: 15px;
  }
}
@media (max-width: 800px) {
  .dt-blog-detail-container__breadcrumbs-share {
    justify-content: center;
    flex-direction: column;
  }
  .dt-blog-detail-container__breadcrumbs-share .dt-social-share-icon {
    margin: 5px;
  }
  .dt-related-blogs__list {
    align-items: center;
    flex-direction: column;
  }
  .dt-related-blogs__list .dt-related-blogs__item {
    width: calc(100vw - 30px);
    margin: 8px 0px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.dt-related-blogs--section-title {
  font-family: var(--dt_c_heading_font_family);
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.dt-related-blogs__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dt-related-blogs__item--title {
  font-family: var(--dt_c_heading_font_family);
  font-size: 1.15rem;
  padding: 10px;
  margin-bottom: 5px;
  color: var(--dt_c_primary);
}

.dt-related-blogs__item--summary {
  font-size: 0.9rem;
  padding: 0px 10px 10px 10px;
  color: var(--dt_c_text_color);
}

.dt-related-blogs__item .dt-card {
  padding: 10px;
}

.dt-related-blogs__item .dt-card-with-image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dt-blog-tag-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 30px 15px 0px 15px;
}

.dt-blog-tag-header__left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.dt-blog-tag-header__left--back {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  text-transform: uppercase;
}

.dt-blog-tag-header__left--back--label {
  margin-right: 10px;
}

.dt-blog-tag-header__left--tag {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1.25rem;
  color: var(--dt_c_accent);
}

.dt-blog-tag-header__right {
  display: flex;
  align-items: baseline;
  color: var(--dt_c_accent);
}

.dt-blog-tag-header__right--count {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1.5rem;
  margin-right: 5px;
}

.dt-blog-tag-header__right--label {
  font-family: var(--dt_c_medium_font_family);
  text-transform: uppercase;
  font-size: 1rem;
}

@media (max-width: 800px) {
  .dt-blog-tag-header {
    flex-direction: column;
    padding: 15px 0px 0px 0px;
  }
  .dt-blog-tag-header__left {
    flex-direction: column;
  }
  .dt-blog-tag-header__left--tag,
  .dt-blog-tag-header__left--back {
    margin-bottom: 10px;
  }
  .dt-blog-wrapper .dt-card {
    width: calc(100vw - 30px);
    padding: 15px;
  }
}
.dt-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
}

.dt-card-with-image {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  padding: 0px;
}
.dt-card-with-image__image {
  width: 100%;
  height: auto;
  max-height: 200px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  .dt-card {
    padding: 15px;
  }
}
.order-picker-options {
  display: flex;
  flex-direction: column;
}

.order-picker-options_btn {
  padding: 15px;
  color: var(--pane_text_color);
  margin-bottom: 10px;
  border-radius: var(--dt_c_border_radius);
  border: thin solid var(--pane_header_bg_color);
  display: flex;
  align-items: center;
}

.order-picker-options_btn .dt-icon {
  font-size: 2.5em !important;
  margin-right: 5px;
  min-width: 40px !important;
}

.order-type-picker-content__title {
  font-family: var(--dt_c_heading_font_family);
  font-size: 1.5rem;
}

.order-type-picker-content__description {
  font-family: var(--dt_c_medium_font_family);
  font-size: 0.9rem;
}

.order-picker-options_btn:hover,
.order-picker-options_btn.active {
  background-color: var(--pane_header_bg_color);
}

.order-picker-options_btn.disabled {
  cursor: not-allowed;
  background-color: var(--dt_c_grey_border);
  color: var(--dt_c_dark);
  opacity: 0.75;
}

.order-picker-options_btn.embedded {
  margin-bottom: 20px;
}

.delivery-address-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--dt_c_light);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  border-radius: var(--dt_c_border_radius);
  margin-top: 0px;
  border: thin solid var(--dt_c_grey_border);
}

.delivery-address-form .street {
  width: 100%;
  display: grid;
  grid-template-columns: 8fr 4fr;
}

.delivery-address-form .city-state-zip {
  width: 100%;
  display: grid;
  grid-template-columns: 4fr 2fr 3fr;
}

.delivery-form-toggle-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.delivery-address-form__instructions {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 21px 15px 0px 15px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.78);
}

.delivery-address-form .city-state-zip .state .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper,
.delivery-address-form .city-state-zip .city .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper {
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.delivery-address-form .street .dt-ui-text-input:first-child .mbsc-material.mbsc-textfield-wrapper {
  margin-right: 0px !important;
}

.delivery-address-form .city-state-zip .state .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper,
.delivery-address-form .city-state-zip .city .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper {
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.delivery-address-form .city-state-zip .zip .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper {
  margin-top: 0px !important;
}

.custom-pane-header-container .custom-pane-header-container__action-icons .dt-ui-btn-dt-filled-btn .primary.mbsc-material.mbsc-button-standard {
  padding: 8px 15px 6px 15px !important;
  font-size: 1rem !important;
  margin: 0px;
  line-height: 1;
}

.menu-page-order-type-picker {
  display: flex;
  align-items: center;
  border-radius: 42px;
  background-color: var(--dt_c_background_color);
  margin-top: 21px;
}

.cart-sidebar__content .menu-page-order-type-picker {
  flex-direction: column;
  border: 2px solid var(--dt_c_primary_dark);
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  justify-self: center;
  margin-bottom: 21px;
  border-radius: 33px;
}

.menu-page-order-type-picker__control {
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--dt_c_text_color) !important;
  border: 2px solid transparent;
  width: 100%;
}

.menu-page-order-type-picker__control.default:hover,
.menu-page-order-type-picker__control.default {
  color: var(--dt_c_text_color) !important;
}

.menu-page-order-type-picker__control.selected:hover,
.menu-page-order-type-picker__control.selected {
  background-color: var(--dt_c_primary);
  border: 2px solid var(--dt_c_primary_dark);
  color: white !important;
}

.menu-page-order-type-picker__control.unavailable:hover,
.menu-page-order-type-picker__control.unavailable {
  pointer-events: none;
  color: var(--dt_c_text_color) !important;
  cursor: not-allowed;
  opacity: 0.5;
}

.order-type-picker-title {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1.25rem;
}

.order-type-picker-secondary {
  font-size: 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.instant-access-attribution {
  z-index: 1;
}

@media (max-width: 800px) {
  .menu-page-order-type-picker {
    flex-direction: column;
  }
  .menu-page-order-type-picker__control {
    padding: 10px 15px;
  }
  .delivery-address-form .city-state-zip,
  .delivery-address-form .street {
    grid-template-columns: 1fr;
  }
  .delivery-address-form .city-state-zip .state .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper,
  .delivery-address-form .city-state-zip .city .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper,
  .delivery-address-form .street .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper,
  .delivery-address-form .street .dt-ui-text-input:first-child .mbsc-material.mbsc-textfield-wrapper,
  .delivery-address-form .city-state-zip .zip .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper,
  .delivery-address-form .city-state-zip .city .dt-ui-text-input .mbsc-material.mbsc-textfield-wrapper {
    margin: 1em !important;
  }
}
.validation-instructions__requirement,
.validation-instructions__label {
  color: var(--dt_c_dark) !important;
}

.validation-instructions__requirement {
  border-bottom: 1px solid var(--dt_c_dark) !important;
}

.cart-sidebar__content .dt-page-banner-container__content__description {
  text-align: center !important;
}

.dt-mealme-menu-page .dt-page-container__content .mealme-section-card:last-of-type {
  margin-bottom: 30px;
}

.mealme-section-card {
  margin-top: 30px;
  background-color: var(--dt_c_light);
  padding: 30px;
  border-radius: var(--dt_c_border_radius);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.mealme-section-name-label {
  padding-bottom: 15px;
}

.mealme-section-item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 1000px;
}

.mealme-section-item-card {
  display: flex;
  justify-content: space-between;
  background-color: var(--dt_c_light);
  padding: 10px;
  border-radius: var(--dt_c_border_radius);
  height: 142px;
  transition: 0.5s ease-in-out;
  border: thin solid var(--dt_c_grey_border);
}

.mealme-cart-item {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: thin solid var(--dt_c_grey_border);
}

.mealme-item-pane-customization-group-requirement-label {
  white-space: nowrap !important;
}

.mealme-cart-summary-totals {
  padding: 21px;
  border-radius: var(--dt_c_border_radius);
  border: thin solid var(--dt_c_primary);
  margin-bottom: 30px;
  display: grid;
  gap: 15px;
}

.dt-side-modal-content .StripeElement {
  width: 100% !important;
}

.dt-side-modal-content .stripe-connect-form {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dt-side-modal-content .stripe-connect-form {
  width: 100% !important;
}

.stripe-connect-form .mbsc-button {
  margin-top: 30px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.dt-ui-stepper-mealme-item-pane-quantity {
  width: 183px !important;
}

.order-picker-options_btn.no-selected {
  color: var(--dt_c_dark) !important;
}

.dt-mealme-modal-footer .dt-error-callout {
  margin-bottom: 0px !important;
}

.delivery-notes {
  width: 100%;
}

.delivery-notes .mbsc-material.mbsc-textfield-wrapper {
  margin: 0px 1em 1.5em 1em !important;
}

.delivery-notes .mbsc-material.mbsc-textfield-wrapper .mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  min-height: 80px !important;
}

.mealme-cart-accordion-label {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  color: var(--dt_c_dark);
}

.mealme-cart-item-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.mealme-cart-accordion.disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.mealme-cart-accordion.disabled:hover {
  border: thin solid var(--dt_c_grey_border) !important;
}

.mealme-cart-accordion.disabled .mealme-cart-accordion-toggler {
  visibility: hidden;
}

.mealme-cart-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.mealme-cart-item-name {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  font-size: 1.1rem;
}

.mealme-cart-item-notes,
.mealme-cart-item-customizations {
  font-size: 0.85rem;
  color: var(--dt_c_dark);
  line-height: 1.2em;
  max-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.mealme-cart-item-action-link {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  margin-left: 10px;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.mealme-cart-item-price {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  color: var(--dt_c_dark);
}

.mealme-cart-summary-totals-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mealme-cart-items-list {
  padding: 15px 0px 30px 0px;
  display: grid;
  gap: 10px;
}

.mealme-section-item-card:hover {
  border: thin solid var(--dt_c_primary);
  background-color: white;
}

.mealme-cart-item-img-container,
.mealme-section-item-card-img-container {
  padding-left: 10px;
}

.mealme-section-item-card-img-container img {
  min-width: 122px;
  max-width: 122px;
  width: 122px;
  min-height: 122px;
  max-height: 122px;
  height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--dt_c_border_radius);
}

.order-picker-options_btn:hover,
.order-picker-options_btn.active {
  color: white !important;
}

.mealme-cart-item-img-container img {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  min-height: 80px;
  max-height: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--dt_c_border_radius);
}

.mealme-section-item-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mealme-section-item-card-price,
.mealme-section-item-card-title {
  font-size: 1.25rem;
  padding-bottom: 5px;
  color: var(--dt_c_primary);
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  line-height: 1;
  text-transform: capitalize;
}

.mealme-section-item-card-price {
  color: var(--dt_c_dark);
  padding-bottom: 0px;
}

.mealme-section-item-card-description {
  color: var(--dt_c_dark);
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  font-size: 0.875rem;
  line-height: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.dt-mealme-item-pane-img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--dt_c_border_radius);
  margin-bottom: 15px;
}

.mealme-item-pane-price {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.dt-ui-mealme-item-pane-name-label .mbsc-material.mbsc-textfield-wrapper {
  margin: 1.5em 0px 2em 0px !important;
}

.dt-ui-mealme-item-pane-textarea .mbsc-material.mbsc-textfield-wrapper {
  margin: 2em 0px !important;
}

.mealme-cart-accordion {
  height: 50px;
  padding: 10px 15px;
  border: thin solid var(--dt_c_grey_border);
  border-radius: var(--dt_c_border_radius);
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}

.mealme-cart-accordion:hover {
  border: thin solid var(--dt_c_primary);
}

.mealme-cart-accordion-toggler,
.mealme-cart-accordion,
.mealme-item-pane-customization-group-requirement-wrapper,
.mealme-item-pane-customization-group-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dt-ui-mealme-item-pane-textarea .mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  min-height: 100px !important;
}

.mealme-cart-accordion-toggler-label,
.mealme-item-pane-customization-group-requirement-label {
  margin-right: 5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
}

.mealme-cart-accordion-toggler-icon.mbsc-font-icon.mbsc-icon-material-keyboard-arrow-up,
.mealme-cart-accordion-toggler-icon.mbsc-font-icon.mbsc-icon-material-keyboard-arrow-down,
.mealme-item-pane-customization-accordion-icon.mbsc-font-icon.mbsc-icon-material-keyboard-arrow-down,
.mealme-item-pane-customization-accordion-icon.mbsc-font-icon.mbsc-icon-material-keyboard-arrow-up {
  font-size: 23px !important;
}

.mealme-item-pane-customization-group {
  margin-bottom: 15px;
}

.mealme-item-pane-option-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mealme-item-pane-option-wrapper .mbsc-material.mbsc-checkbox-left {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mealme-item-pane-option-wrapper .mbsc-material.mbsc-checkbox-left .mbsc-material.mbsc-checkbox-box.mbsc-checked {
  color: var(--dt_c_primary) !important;
}

.mealme-item-pane-customization-group-requirement-label.required.valid,
.mealme-item-pane-customization-group-requirement-label.optional {
  color: var(--dt_c_dark) !important;
}

.mealme-item-pane-customization-group-requirement-label.required.invalid {
  color: white !important;
  background-color: var(--dt_c_warning) !important;
  padding: 4px 8px 3px 8px;
  border-radius: var(--dt_c_border_radius);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mealme-item-pane-option-wrapper .dt-ui-checkbox-standard {
  margin-left: -10px !important;
}

.dt-mealme-modal-footer .dt-ui-stepper-mealme-item-pane-qty {
  width: 183px;
}

.dt-mealme-modal-footer .dt-modal-btn {
  padding: 10px 24px !important;
}

.mealme-auth-form-container .mbsc-material.mbsc-textfield-wrapper {
  margin: 1.5em 0px !important;
}

@media (max-width: 1200px) {
  .mealme-section-item-list {
    width: 100%;
  }
  .mealme-section-card {
    padding: 15px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .menu-page-order-type-picker {
    width: calc(100vw - 30px);
  }
  .mealme-section-item-card-img-container img {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    min-height: 80px;
    max-height: 80px;
    height: 80px;
  }
  .mealme-section-item-card-price,
  .mealme-section-item-card-title {
    font-size: 1.1rem;
  }
  .mealme-section-item-card {
    height: -moz-fit-content;
    height: fit-content;
  }
  .order-type-picker-secondary {
    white-space: normal;
  }
  .mealme-section-item-list {
    grid-template-columns: 1fr;
  }
  .mealme-section-card {
    margin-top: 15px;
    padding: 10px;
  }
  .mealme-section-name-label {
    font-size: 1.25rem;
    padding-top: 5px;
  }
}
.mealme-tip-picker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.mealme-tip-picker-container {
  display: flex;
  align-items: center;
}

.mealme-tip-picker-container--selected,
.mealme-tip-picker-container--default {
  padding: 10px 15px;
  border-radius: var(--dt_c_border_radius);
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--dt_c_dark);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 5px;
}

.mealme-tip-picker-container--selected {
  background-color: var(--dt_c_primary);
  color: white !important;
}

.mealme-tip-picker-container--selected:hover {
  color: white !important;
}

@media (max-width: 800px) {
  .mealme-tip-picker-container--selected,
  .mealme-tip-picker-container--default {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}
.mealme-menu-loader {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mealme-menu-loader .dt-icon {
  color: white !important;
}

.mealme-schedule-container {
  margin-bottom: 15px;
}

.mealme-schedule-container-label {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1.25rem;
  padding-bottom: 10px;
}

.mealme-schedule-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mealme-schedule-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mealme-schedule-item--default,
.mealme-schedule-item--selected {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin: 5px;
  text-decoration: none;
  color: black;
  border: thin solid var(--dt_c_grey_border);
  border-radius: var(--dt_c_border_radius);
}

.mealme-schedule-item--default .label,
.mealme-schedule-item--selected .label {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mealme-schedule-item--default .label .month,
.mealme-schedule-item--selected .label .month {
  font-size: 0.85rem;
  padding: 5px 0px;
}

.mealme-schedule-item--default:hover,
.mealme-schedule-item--selected:hover,
.mealme-schedule-item--selected {
  background-color: var(--dt_c_primary);
  border: thin solid var(--dt_c_primary_dark);
  color: white;
}

.mealme-schedule-pagination-btn {
  background-color: white;
  outline: none !important;
  color: var(--dt_c_primary);
  border: 2px solid var(--dt_c_primary);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  font-size: 1.5em !important;
  cursor: pointer !important;
}

.mealme-schedule-pagination-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed !important;
}

.floating-cart-checkout-button {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s ease-in-out;
  z-index: 10;
  color: var(--dt_c_primary);
  border-radius: 10px;
  outline: none !important;
  border: none !important;
}

.floating-cart-checkout-button .dt-ripple-button {
  background-color: var(--dt_c_light);
  padding: 15px 30px;
  border-radius: 10px;
  border: thin solid var(--dt_c_primary_transparent);
  min-width: 230px;
  min-height: 71px;
}

.floating-cart-checkout-button:hover {
  color: var(--dt_c_primary_dark);
}

.floating-cart-checkout-button-label {
  font-size: 1.5rem;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
}

.floating-cart-checkout-button .dt-icon {
  margin-left: 10px;
  font-size: 1.5rem !important;
}

@media (max-width: 800px) {
  .floating-cart-checkout-button {
    right: 10px;
    bottom: 10px;
  }
}
.dt-change-on-hover-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.dt-change-on-hover-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all ease-in-out;
}

.dt-change-on-hover-wrapper .first-img {
  display: block;
}

.dt-change-on-hover-wrapper .second-img {
  display: none;
}

.dt-change-on-hover-wrapper:hover .first-img {
  display: none;
}

.dt-change-on-hover-wrapper:hover .second-img {
  display: block;
}

.evt-loading-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.evt-loading-container .grid-1 {
  width: 100%;
}

.dt-full-screen-image-slider {
  animation: fade-in 2s ease-in-out both;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.dt-full-screen-image-slider .custom-cursor-shown .dt-media-container {
  cursor: none !important;
}
.dt-full-screen-image-slider .custom-cursor-shown .dt-media-container:hover {
  cursor: none;
}
.dt-full-screen-image-slider .custom-cursor-shown .carousel.carousel-slider .control-arrow {
  cursor: none !important;
}
.dt-full-screen-image-slider .custom-cursor-shown .carousel.carousel-slider .control-arrow:hover {
  cursor: none !important;
}
.dt-full-screen-image-slider .custom-cursor-shown .carousel .control-arrow:before,
.dt-full-screen-image-slider .custom-cursor-shown .carousel.carousel-slider .control-arrow:before {
  cursor: none !important;
}
.dt-full-screen-image-slider .carousel.carousel-slider .control-arrow {
  width: 50vw;
}
.dt-full-screen-image-slider .carousel.carousel-slider .control-arrow:hover {
  background: unset;
}
.dt-full-screen-image-slider .carousel .control-arrow:before,
.dt-full-screen-image-slider .carousel.carousel-slider .control-arrow:before {
  display: none;
}
.dt-full-screen-image-slider .slider-wrapper {
  height: 100vh;
}
.dt-full-screen-image-slider .slider-wrapper .slide .dt-slide .dt-media-container__media-record-wrapper img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  .dt-full-screen-image-slider {
    height: calc(80vh - 80px) !important;
  }
  .dt-full-screen-image-slider .dt-media-container {
    cursor: unset !important;
  }
  .dt-full-screen-image-slider .dt-media-container:hover {
    cursor: unset !important;
  }
  .dt-full-screen-image-slider .carousel.carousel-slider .control-arrow {
    width: 50vw;
    cursor: unset !important;
  }
  .dt-full-screen-image-slider .carousel.carousel-slider .control-arrow:hover {
    cursor: unset !important;
  }
  .dt-full-screen-image-slider .carousel .control-arrow:before,
  .dt-full-screen-image-slider .carousel.carousel-slider .control-arrow:before {
    cursor: unset !important;
  }
  .dt-full-screen-image-slider .slider-wrapper {
    height: calc(80vh - 80px);
  }
  .dt-full-screen-image-slider .slider-wrapper .slide .dt-slide .dt-media-container__media-record-wrapper img {
    height: calc(80vh - 80px);
  }
}
.dt-full-screen-video {
  animation: fade-in 2s ease-in-out both;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.dt-full-screen-video__children {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 1;
}
.dt-full-screen-video__children img {
  width: 250px;
}
.dt-full-screen-video .dt-media-container img,
.dt-full-screen-video .dt-media-container video {
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .slider-wrapper.axis-horizontal .slider {
  display: flex;
  z-index: -1;
}

.dt-gallery-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 5px;
  grid-auto-flow: dense;
  overflow: hidden;
}
.dt-gallery-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.dt-gallery-page img:hover {
  overflow: hidden;
  transform: scale(1.1);
  border-radius: 3px;
}

.dt-link-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  margin-top: -5px;
  width: 100vw;
  height: 80px;
  font-size: 1rem;
}
.dt-link-banner-container__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}
.dt-link-banner-container__item--default {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  transition: 0.5s ease-in-out;
  padding: 10px 30px;
  background-color: transparent;
  color: white;
  border-radius: 3px;
}
.dt-link-banner-container__item--default:hover {
  background-color: white;
  color: var(--dt_c_dark);
}
.dt-link-banner-container__item--active {
  background-color: white;
  color: var(--dt_c_dark);
}

@media (max-width: 1400px) {
  .dt-link-banner-container {
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 20px;
    padding: 35px 0px;
  }
  .dt-link-banner-container__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
  }
}
.menu-section-data-grid__item .thumb-wrapper {
  margin-bottom: 15px;
}

.menu-item-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  align-items: unset;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  padding: 17px 0px 7px 0px;
  background-color: var(--dt_c_primary);
}
.menu-item-detail .dt-item-detail-lead-time {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 0.75rem;
  color: var(--dt_c_primary);
}
.menu-item-detail .dt-item-detail-lead-time div {
  margin-right: 4px;
}
.menu-item-detail__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  padding-bottom: 3px;
}
.menu-item-detail__loader .loader-wrapper {
  width: 100vw;
}
.menu-item-detail__loader .label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  color: var(--dt_c_primary);
}
.menu-item-detail__content {
  display: flex;
  flex-direction: column;
}
.menu-item-detail__content .checkout-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0px;
}
.menu-item-detail__content .cart-status-toggle-wrapper {
  display: flex;
  justify-content: flex-end;
}
.menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container__action {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
}
.menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container__value, .menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container__qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  color: var(--dt_c_dark);
  padding: 0px 20px;
  width: 21px;
}
.menu-item-detail__content .name-and-status-toggle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
.menu-item-detail__content .name-and-status-toggle-wrapper .name {
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: -7px;
  color: var(--dt_c_primary);
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 100px 0px;
  width: 100%;
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-left--viewed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
  background-color: var(--dt_c_primary);
  color: var(--dt_c_primary);
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link-primary:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__continue-shopping {
  margin-left: 5px;
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
}
.menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.menu-item-detail__content .remove-from-cart-button,
.menu-item-detail__content .cart-link-button,
.menu-item-detail__content .add-to-cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
}
.menu-item-detail__content .remove-from-cart-button:hover,
.menu-item-detail__content .cart-link-button:hover,
.menu-item-detail__content .add-to-cart-button:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.menu-item-detail__content .cart-link-button {
  margin-left: 0px;
}
.menu-item-detail__content .add-to-cart-button {
  background-image: unset;
  color: var(--dt_c_primary);
  background-color: transparent;
  font-size: 1.23rem;
  border: 1px solid transparent;
}
.menu-item-detail__content .add-to-cart-button:hover {
  border: 1px solid var(--dt_c_primary);
  background-color: var(--dt_c_light);
}
.menu-item-detail__content .section-heading {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  font-size: 2rem;
  color: black;
  opacity: 0.8;
}
.menu-item-detail__content .option-with-fee--horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-item-detail__content .option-with-fee--horizontal__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-left: 5px;
  font-size: 0.75rem;
}
.menu-item-detail__content .option-with-fee--vertical .name-amount-group {
  display: flex;
  justify-content: flex-start !important;
}
.menu-item-detail__content .option-with-fee--vertical__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  margin-left: 5px;
  font-size: 0.75rem;
}
.menu-item-detail__content .options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 0px;
}
.menu-item-detail__content .options-grid__item {
  display: grid;
  grid-template-columns: 150px 1fr 100px;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--dt_c_primary_dark);
  padding: 15px 0px;
}
.menu-item-detail__content .options-grid__item .label {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 4px;
  color: black;
  font-size: 0.8rem;
}
.menu-item-detail__content .options-grid__item .label .flex {
  align-items: center;
}
.menu-item-detail__content .options-grid__item .label .flex .success {
  font-size: 1.25em;
  color: black;
  margin-right: 10px;
  opacity: 0.25;
  margin-top: 3px;
}
.menu-item-detail__content .options-grid__item .label--required {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.65rem;
  padding: 4px 8px;
  border-radius: 3px;
  background-color: var(--dt_c_primary_dark);
  color: white;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__label {
  display: flex;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.9rem;
  align-items: center;
  height: 30px;
  color: black;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__label .caret {
  margin-left: 3px;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 15px 0px;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
  border: 1px solid transparent;
  color: black;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 7px;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select div .option-selection-status-label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  font-size: 0.75rem;
  text-align: right;
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select:hover {
  background-color: var(--dt_c_primary_dark);
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .dropdown-item-selected {
  background-color: var(--dt_c_primary);
  border: 1px solid var(--dt_c_primary);
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .dropdown-item-selected div {
  color: var(--dt_c_primary);
}
.menu-item-detail__content .options-grid__item .option-view-toggler__list .dropdown-item-selected:hover {
  background-color: var(--dt_c_primary);
}
.menu-item-detail__content .options-grid__item .options-for-item {
  display: flex;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  text-transform: uppercase;
  font-size: 0.9rem;
  align-items: center;
  flex-wrap: wrap;
}
.menu-item-detail__content .options-grid__item .options-for-item--default {
  margin: 5px 7px 5px 0px;
  padding: 4px 8px;
  border: 1px solid var(--dt_c_primary);
  border-radius: 3px;
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.menu-item-detail__content .options-grid__item .options-for-item--default:hover {
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  border: 1px solid var(--dt_c_primary);
  color: white;
  opacity: 1 !important;
}
.menu-item-detail__content .options-grid__item .options-for-item--selected {
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  margin: 5px 7px 5px 0px;
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid var(--dt_c_primary);
  color: white;
  background-color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.menu-item-detail__content .options-grid__item .options-for-item--selected:hover {
  border: 1px solid var(--dt_c_primary);
  background-color: var(--dt_c_primary);
  background-image: var(--dt_c_primary);
  color: white;
}
.menu-item-detail .validation-instructions {
  display: flex;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  flex-wrap: wrap;
  align-items: baseline;
  text-transform: uppercase;
  color: black;
  font-size: 0.8rem;
  margin: 10px 0px;
}
.menu-item-detail .validation-instructions div {
  margin-right: 10px;
}
.menu-item-detail .validation-instructions__requirement {
  border-bottom: 1px solid black;
  padding: 4px 8px;
}

.opened-from-cart .close-button {
  display: none;
}

.return-to-cart-link {
  display: flex;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  animation: slide-down 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  align-items: center;
  color: var(--dt_c_primary);
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}
.return-to-cart-link__label {
  margin-left: 4px;
}
.return-to-cart-link:hover {
  color: var(--dt_c_primary);
}

@media (max-width: 1400px) {
  .menu-item-detail {
    padding: 15px;
  }
}
@media (max-width: 800px) {
  .menu-item-detail {
    flex-direction: column;
    justify-content: unset;
    padding: 0px;
    width: 100vw;
    min-height: 100vh;
  }
  .menu-item-detail__loader .loader-wrapper__content {
    height: 100vh !important;
  }
  .menu-item-detail__content {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 30px);
  }
  .menu-item-detail__content .cart-status-toggle-wrapper {
    display: flex;
    justify-content: center;
  }
  .menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container__action {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.7rem;
    min-height: 28px;
    margin: 0px 5px;
    border: 1px solid var(--dt_c_grey);
    border-radius: 3px;
    padding: 8px 10px;
    text-align: center;
  }
  .menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container__value, .menu-item-detail__content .cart-status-toggle-wrapper .dt-qty-selection-container__qty {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    font-size: 1rem;
    color: var(--dt_c_dark);
    padding: 0px 20px;
    width: 21px;
  }
  .menu-item-detail__content .name-and-status-toggle-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }
  .menu-item-detail__content .name-and-status-toggle-wrapper .name {
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: -7px;
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 100px 0px;
    width: 100%;
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-left--viewed {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    padding: 0px 8px;
    height: 42px;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    color: white;
    white-space: nowrap;
    background-color: var(--dt_c_primary);
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link-primary:hover {
    background-color: white;
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__continue-shopping {
    margin-left: 5px;
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    padding: 0px 8px;
    height: 42px;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    color: white;
    white-space: nowrap;
  }
  .menu-item-detail__content .dt-cart-item-detail-bottom-actions-container .dt-cart-item-detail-bottom-action__link:hover {
    background-color: white;
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .remove-from-cart-button,
  .menu-item-detail__content .cart-link-button,
  .menu-item-detail__content .add-to-cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    padding: 0px 8px;
    height: 42px;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    color: white;
    white-space: nowrap;
  }
  .menu-item-detail__content .remove-from-cart-button:hover,
  .menu-item-detail__content .cart-link-button:hover,
  .menu-item-detail__content .add-to-cart-button:hover {
    background-color: white;
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .cart-link-button {
    margin-left: 0px;
  }
  .menu-item-detail__content .add-to-cart-button {
    background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
    color: white;
    border: 1px solid var(--dt_c_primary);
  }
  .menu-item-detail__content .add-to-cart-button:hover {
    background-color: white;
    background-image: unset;
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .section-heading {
    font-family: var(--dt_c_highlight_font_family);
    font-weight: var(--dt_c_highlight_font_weight);
    letter-spacing: var(--dt_c_highlight_letter_spacing);
    font-size: 2rem;
    color: black;
    opacity: 0.8;
    text-align: center;
  }
  .menu-item-detail__content .option-with-fee--horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-item-detail__content .option-with-fee--horizontal__amount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    margin-left: 5px;
    font-size: 0.75rem;
  }
  .menu-item-detail__content .option-with-fee--vertical .name-amount-group {
    display: flex;
    justify-content: flex-start !important;
  }
  .menu-item-detail__content .option-with-fee--vertical__amount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    margin-left: 5px;
    font-size: 0.75rem;
  }
  .menu-item-detail__content .options-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 0px;
  }
  .menu-item-detail__content .options-grid__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid var(--dt_c_primary_dark);
    padding: 15px 0px;
  }
  .menu-item-detail__content .options-grid__item .label {
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 4px;
    color: black;
    font-size: 0.8rem;
  }
  .menu-item-detail__content .options-grid__item .label .flex {
    align-items: center;
  }
  .menu-item-detail__content .options-grid__item .label .flex .success {
    font-size: 1.25em;
    color: black;
    margin-right: 10px;
    opacity: 0.25;
    margin-top: 3px;
  }
  .menu-item-detail__content .options-grid__item .label--required {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.65rem;
    padding: 4px 8px;
    border-radius: 3px;
    background-color: var(--dt_c_primary_dark);
    color: white;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__label {
    display: flex;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    text-transform: uppercase;
    font-size: 0.9rem;
    align-items: center;
    height: 30px;
    color: black;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__label .caret {
    margin-left: 3px;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 15px 0px;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: 0.5s ease-in-out;
    border-radius: 3px;
    border: 1px solid transparent;
    color: black;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 7px;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select div .option-selection-status-label {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
    font-size: 0.75rem;
    text-align: right;
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .menu-option-to-select:hover {
    background-color: var(--dt_c_primary_dark);
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .dropdown-item-selected {
    background-color: var(--dt_c_primary);
    border: 1px solid var(--dt_c_primary);
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .dropdown-item-selected div {
    color: var(--dt_c_primary);
  }
  .menu-item-detail__content .options-grid__item .option-view-toggler__list .dropdown-item-selected:hover {
    background-color: var(--dt_c_primary);
  }
  .menu-item-detail__content .options-grid__item .options-for-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    text-transform: uppercase;
    font-size: 0.9rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu-item-detail__content .options-grid__item .options-for-item--default {
    margin: 5px 7px 5px 0px;
    padding: 10px 8px;
    border: 1px solid var(--dt_c_primary);
    border-radius: 3px;
    color: var(--dt_c_primary);
    transition: 0.5s ease-in-out;
    text-align: center;
  }
  .menu-item-detail__content .options-grid__item .options-for-item--default:hover {
    background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
    border: 1px solid var(--dt_c_primary);
    color: white;
    opacity: 1 !important;
  }
  .menu-item-detail__content .options-grid__item .options-for-item--selected {
    background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
    margin: 5px 7px 5px 0px;
    padding: 10px 8px;
    border-radius: 3px;
    border: 1px solid var(--dt_c_primary);
    color: white;
    background-color: var(--dt_c_primary);
    transition: 0.5s ease-in-out;
  }
  .menu-item-detail__content .options-grid__item .options-for-item--selected:hover {
    border: 1px solid var(--dt_c_primary);
    background-color: var(--dt_c_primary);
    background-image: var(--dt_c_primary);
    color: white;
  }
  .menu-item-detail__content .validation-instructions {
    display: flex;
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
    padding: 30px 0px 0px 0px;
    width: 100%;
  }
  .menu-item-detail__content .validation-instructions div {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menu-item-detail__content .validation-instructions__requirement {
    border-bottom: 1px solid black;
    padding: 4px 8px;
  }
  .return-to-cart-link {
    padding-top: 5px;
  }
}
.dt-eventbrite-pane__featured-image {
  margin-top: -42px;
  margin-bottom: 21px;
}
.dt-eventbrite-pane__featured-image img {
  width: 100%;
}
.dt-eventbrite-pane__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-eventbrite-pane__content__datetime {
  display: flex;
  align-items: center;
}
.dt-eventbrite-pane__content__datetime__icon {
  color: var(--dt_c_accent);
}
.dt-eventbrite-pane__content__datetime__value {
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dt_c_primary);
}
.dt-eventbrite-pane__content__description {
  line-height: 1.5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
  line-height: 1.5rem;
}
.dt-eventbrite-pane__content__description a {
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.dt-eventbrite-pane__content__description a:hover {
  color: var(--dt_c_primary_dark);
}
.dt-eventbrite-pane__content__description p {
  margin: 10px 0px;
}
.dt-eventbrite-pane__content__description ul,
.dt-eventbrite-pane__content__description ol {
  margin: 10px 0px;
  text-align: left;
  margin-left: 30px;
}
.dt-eventbrite-pane__content__description iframe,
.dt-eventbrite-pane__content__description video,
.dt-eventbrite-pane__content__description img {
  max-width: 100% !important;
}
.dt-eventbrite-pane__content__description h1,
.dt-eventbrite-pane__content__description h2,
.dt-eventbrite-pane__content__description h3,
.dt-eventbrite-pane__content__description h4 {
  font-family: var(--dt_c_heading_font_family) !important;
  font-weight: var(--dt_c_heading_font_weight) !important;
  line-height: 0.9;
}
.dt-eventbrite-pane__content__description span {
  line-height: 1;
}
.dt-eventbrite-pane__content__description * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
}

.dt-eventbrite-calendar .rbc-toolbar {
  flex-wrap: nowrap;
}
.dt-eventbrite-calendar .rbc-toolbar .rbc-toolbar-label {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-align: right;
}
.dt-eventbrite-calendar .rbc-event,
.dt-eventbrite-calendar .rbc-day-slot .rbc-background-event {
  background-color: var(--dt_c_primary);
}
.dt-eventbrite-calendar .rbc-today {
  background-color: var(--dt_c_primary_transparent);
}
.dt-eventbrite-calendar .rbc-off-range-bg {
  background-color: var(--dt_c_grey_border);
}
.dt-eventbrite-calendar__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-eventbrite-calendar__list__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 21px;
}
.dt-eventbrite-calendar__list__content__title {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1.15rem;
  color: var(--dt_c_primary);
  text-align: center;
}
.dt-eventbrite-calendar__list__content__datetime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
.dt-eventbrite-calendar__list__content__datetime__value {
  display: flex;
  align-items: center;
}
.dt-eventbrite-calendar__list__content__datetime__value__icon {
  color: var(--dt_c_accent);
}
.dt-eventbrite-calendar__list__content__datetime__value__label {
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dt_c_primary);
}

.dt-card-with-image {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  padding: 0px;
}
.dt-card-with-image__image {
  width: 100%;
  height: auto;
  max-height: 200px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

@media (max-width: 800px) {
  .dt-card {
    padding: 21px;
  }
}
.gift-card-picker {
  padding: 21px 0px;
}
.gift-card-picker__custom-form {
  display: flex;
  align-items: flex-start;
  padding: 21px 0px;
  height: 100px;
}
.gift-card-picker__custom-form .horizontal-group {
  display: flex;
  align-items: center;
  margin-right: 21px;
  padding-top: 5px;
}
.gift-card-picker__custom-form .horizontal-group__label {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--dt_c_dark);
  margin-right: 15px;
}
.gift-card-picker__amounts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-align: center;
}
.gift-card-picker__amounts a {
  box-shadow: 0 3px 1.5rem rgba(0, 0, 0, 0.09) !important;
  border: 1px solid var(--dt_c_grey_border);
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  transition: 0.5s ease-in-out;
}
.gift-card-picker__amounts a:hover {
  color: white;
  box-shadow: 0 10px 1.5rem rgba(0, 0, 0, 0.09) !important;
}
.gift-card-picker__amounts--selected {
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  color: white;
}
.gift-card-picker__amounts--default {
  background-image: unset;
  background-color: var(--dt_c_light);
  color: var(--dt_c_primary);
}
.gift-card-picker__amounts--default:hover {
  color: var(--dt_c_primary) !important;
}

.dt-reviews {
  z-index: 1;
  width: 50vw;
}
.dt-reviews .swiper-pagination {
  bottom: -30px;
}
.dt-reviews .swiper-pagination-bullet-active {
  background-color: var(--dt_c_primary);
}
.dt-reviews .swiper-button-next,
.dt-reviews .swiper-button-prev {
  color: var(--dt_c_primary);
}
.dt-reviews .dt-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  padding: 21px;
  background-color: white;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 10px;
}
.dt-reviews__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
  width: 80%;
  text-align: center;
  padding: 15px 0px 30px 0px;
}
.dt-reviews__item__attribution {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: baseline;
}
.dt-reviews__item__attribution__left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-reviews__item__attribution__left--avatar img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--dt_c_primary);
  background-color: var(--dt_c_primary);
}
.dt-reviews__item__attribution__left--name {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-transform: uppercase;
}
.dt-reviews__item__attribution__right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-reviews__item__attribution__right--stars svg {
  font-size: 2.5rem !important;
  color: var(--dt_c_highlight);
}
.dt-reviews__item__attribution__right--link {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-transform: uppercase;
  color: var(--dt_c_primary);
}
.dt-reviews__item__content {
  display: flex;
  justify-content: center;
  line-height: 1.5rem;
}
.dt-reviews__item__content .text {
  font-size: 1rem;
}
.dt-reviews__item__content .quote-left {
  margin-right: 5px;
}
.dt-reviews__item__content .quote-right {
  margin-left: 5px;
}

@media (max-width: 1400px) {
  .dt-reviews {
    width: 80vw;
  }
  .dt-reviews__item__attribution {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dt-reviews__item__attribution__right {
    padding-top: 21px;
  }
}
@media (max-width: 800px) {
  .dt-reviews {
    width: 90vw;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px;
  }
  .dt-reviews .dt-swiper {
    padding: 10px;
  }
  .dt-reviews .dt-swiper .swiper-slide {
    box-shadow: unset;
    padding: 0px;
    border: unset;
    border-radius: unset;
  }
  .dt-reviews__item {
    width: 100%;
  }
  .dt-reviews__item__attribution {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dt-reviews__item__attribution__right {
    padding-top: 21px;
  }
}
.site-alert-banner {
  width: 100vw;
  height: 42px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
}
.site-alert-banner__content {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  width: 100vw;
  color: var(--dt_c_light);
  text-align: center;
  height: 42px;
  transition: all 0.3s ease;
}
.site-alert-banner__content--title {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 0.8em;
}
.site-alert-banner__content a {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  margin: 0px 5px;
  font-size: 0.8em;
  color: var(--dt_c_light);
  transition: 0.5s ease;
}
.site-alert-banner__content a:hover {
  color: white;
}

@media (max-width: 800px) {
  .site-alert-banner__content {
    justify-content: space-between;
    padding: 0px 15px;
  }
}
.dt-site-alert-modal-actions {
  padding: 30px 0px;
}

.dt-site-alert-modal-actions button {
  margin: 0px 5px;
}

.dt-parsed-html-container__site-alert-decline {
  padding: 30px;
}

.dt-split-page-content-grid {
  width: 100vw;
  height: 100vh;
}
.dt-split-page-content-grid__content {
  display: flex;
  align-items: center;
}
.dt-split-page-content-grid__content__image-container {
  width: 50vw;
  z-index: 2;
}
.dt-split-page-content-grid__content__image-container .default-bg-image {
  width: 50vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.dt-split-page-content-grid__content__image-container .dt-media-container__media-record-wrapper__image {
  height: 100vh;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.dt-split-page-content-grid__content__image-container .dt-media-container__media-record-wrapper .dt-video-player video {
  height: 100vh;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.dt-split-page-content-grid__content__text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100vh !important;
  padding: 0px 100px;
}
.dt-split-page-content-grid__content__text-container__hours {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  color: var(--dt_c_charcoal);
}
.dt-split-page-content-grid__content__text-container__hours__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 5px;
}
.dt-split-page-content-grid__content__text-container__hours__title {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  font-size: 1.25rem;
}
.dt-split-page-content-grid__content__text-container__hours .hour-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  gap: 30px;
  align-items: baseline;
  margin-bottom: 10px;
}
.dt-split-page-content-grid__content__text-container__hours .hour-row__day {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  font-size: 1rem;
}
.dt-split-page-content-grid__content__text-container__link-wrapper {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.dt-split-page-content-grid__content__text-container__data {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-split-page-content-grid__content__text-container__data .dt-parsed-html-container h3 {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: var(--dt_c_charcoal);
}
.dt-split-page-content-grid__content__text-container__data .dt-parsed-html-container p {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: var(--dt_c_charcoal);
  line-height: 1.5rem;
  color: var(--dt_c_charcoal);
}

@media (max-width: 800px) {
  .dt-split-page-content-grid {
    height: -moz-fit-content;
    height: fit-content;
  }
  .dt-split-page-content-grid__content {
    flex-direction: column;
  }
  .dt-split-page-content-grid__content__image-container {
    width: 100vw;
  }
  .dt-split-page-content-grid__content__image-container .default-bg-image {
    width: 100vw;
    height: 50vh;
  }
  .dt-split-page-content-grid__content__image-container .dt-media-container__media-record-wrapper__image {
    height: 50vh;
    width: 100vw;
  }
  .dt-split-page-content-grid__content__image-container .dt-media-container__media-record-wrapper .dt-video-player video {
    height: 50vh;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dt-split-page-content-grid__content__image-container .carousel.carousel-slider .control-arrow {
    width: 50vw;
    opacity: 0;
  }
  .dt-split-page-content-grid__content__image-container .carousel.carousel-slider .control-arrow:hover {
    background: unset;
  }
  .dt-split-page-content-grid__content__image-container .carousel .control-arrow:before,
  .dt-split-page-content-grid__content__image-container .carousel.carousel-slider .control-arrow:before {
    display: none;
  }
  .dt-split-page-content-grid__content__text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100vw;
    padding: 30px 15px;
  }
  .dt-split-page-content-grid__content__text-container__hours {
    margin-top: 30px;
    text-align: center;
  }
  .dt-split-page-content-grid__content__text-container__hours__title {
    text-align: center;
    margin-top: 30px;
  }
  .dt-split-page-content-grid__content__text-container__hours .hour-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 0px;
  }
  .dt-split-page-content-grid__content__text-container__hours .hour-row__day {
    font-family: var(--dt_c_highlight_font_family);
    font-weight: var(--dt_c_highlight_font_weight);
    letter-spacing: var(--dt_c_highlight_letter_spacing);
    font-size: 1rem;
  }
  .dt-split-page-content-grid__content__text-container__data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dt-split-page-content-grid__content__text-container__data .dt-parsed-html-container h3 {
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
    color: var(--dt_c_charcoal);
  }
  .dt-split-page-content-grid__content__text-container__data .dt-parsed-html-container p {
    font-family: var(--dt_c_text_font_family);
    font-weight: var(--dt_c_text_font_weight);
    letter-spacing: var(--dt_c_text_letter_spacing);
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: var(--dt_c_charcoal);
    line-height: 1.5rem;
    color: var(--dt_c_charcoal);
  }
}
.dt-split-page-menu__content {
  padding: 50px 0px;
}
.dt-split-page-menu__content__sections {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.dt-split-page-menu__content__description {
  font-size: 1rem;
}
.dt-split-page-menu__content__description p {
  font-size: 1rem;
}
.dt-split-page-menu__content__items-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50vw - 60px);
  padding: 30px;
}
.dt-split-page-menu__content__item .item-name {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
}
.dt-split-page-menu__content__details .builder-section-name {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  color: var(--dt_c_highlight);
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 3px 0px;
}
.dt-split-page-menu__content__details .menu-item-detail__content {
  box-shadow: unset !important;
  border: 0;
  border-radius: unset;
  padding: 0px;
}
.dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item {
  display: flex;
  padding: 0;
  align-items: center;
  border-bottom: unset;
}
.dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item .label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.15rem;
  text-transform: unset;
}
.dt-split-page-menu__content__items {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  color: black;
  min-width: 90%;
  min-width: 90%;
  width: 100%;
}
.dt-split-page-menu__content__items__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dt-split-page-menu__content__items__header--name {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.5rem;
  padding-right: 5px;
}
.dt-split-page-menu__content__items__header--link {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  display: flex;
  text-transform: uppercase;
  color: var(--dt_c_primary);
  align-items: center;
  font-size: 0.75rem;
  transition: 0.5s ease;
}
.dt-split-page-menu__content__items__header--link .dt-icon {
  margin-right: 2px;
}
.dt-split-page-menu__content__items__header--link:hover {
  color: var(--dt_c_primary_dark);
}
.dt-split-page-menu__content__details .menu-item-detail__content {
  box-shadow: unset !important;
  border: 0;
  border-radius: unset;
  padding: 0px;
}
.dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item {
  display: flex;
  padding: 0;
  align-items: center;
  border-bottom: unset;
}
.dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item .label {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.15rem;
  text-transform: unset;
}
.dt-split-page-menu__content__item {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 15px;
  align-items: flex-start;
}
.dt-split-page-menu__content__item__details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 0px;
}
.dt-split-page-menu__content__item__details__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dt-split-page-menu__content__item__details__tags__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.65rem;
  color: var(--dt_c_primary);
  padding: 3px 7px;
  border-radius: 3px;
  border: 1px solid var(--dt_c_primary);
  margin-right: 5px;
  text-transform: uppercase;
}
.dt-split-page-menu__content__item__details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  align-items: center;
}
.dt-split-page-menu__content__item__details .dt-parsed-html-container p {
  margin: 0px;
  padding-right: 60px;
}
.dt-split-page-menu__content__item .item-name {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.15rem;
}
.dt-split-page-menu__content__item .dt-qty-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-self: flex-end;
}
.dt-split-page-menu__content__item .dt-qty-selection-container__action {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
}
.dt-split-page-menu__content__item .dt-qty-selection-container__value, .dt-split-page-menu__content__item .dt-qty-selection-container__qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  color: var(--dt_c_dark);
  padding: 0px 20px;
  width: 21px;
}
.dt-split-page-menu__content__item .add-to-cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  border: unset;
  padding: 8px 10px;
  color: white;
  justify-self: flex-end;
  width: 114px;
}
.dt-split-page-menu__content__section-title-card {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-align: center;
  font-size: 1.5rem;
  width: 250px;
  height: 100px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin: 5px;
  transition: 0.5s ease;
}
.dt-split-page-menu__content__section-title-card:hover {
  transform: scale(1.1);
}

@media (max-width: 1400px) and (max-width: 1400px) {
  .dt-split-page-menu__content__section-title-card {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    text-transform: uppercase;
  }
  .dt-split-page-menu__content__sections {
    width: 100%;
  }
  .dt-split-page-menu__content__description p {
    font-size: 1rem;
  }
  .dt-split-page-menu__content__items {
    min-width: 90%;
    width: 100%;
  }
  .dt-split-page-menu__content__items__header--name {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    text-transform: uppercase;
  }
  .dt-split-page-menu__content__item {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 15px;
    align-items: center;
  }
  .dt-split-page-menu__content__item__details__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 3px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .dt-split-page-menu__content__item__details__header .item-price {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
  }
  .dt-split-page-menu__content__item__details .dt-parsed-html-container p {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 800px) {
  .dt-split-page-menu__content {
    padding: 0px;
  }
  .dt-split-page-menu__content__sections {
    padding: 0px;
    width: 100%;
  }
  .dt-split-page-menu__content__items-container {
    width: calc(100vw - 30px);
    padding: 21px 0px 0px 0px;
  }
  .dt-split-page-menu__content__items {
    width: 100%;
    min-width: 100%;
    padding: 15px;
  }
  .dt-split-page-menu__content__items__header--name {
    display: none;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content {
    width: 100%;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content .name-and-status-toggle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content .options-grid {
    margin-top: 21px;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 15px;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item .options-for-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 10px;
    margin: 15px 0px;
    width: 100%;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item .options-for-item--default, .dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item .options-for-item--selected {
    font-family: var(--dt_c_medium_font_family);
    font-weight: var(--dt_c_medium_font_weight);
    letter-spacing: var(--dt_c_medium_letter_spacing);
    margin: 0px;
    text-align: center;
    padding: 10px 4px;
  }
  .dt-split-page-menu__content__details .menu-item-detail__content .options-grid__item .options-for-item--default {
    color: var(--dt_c_primary);
  }
  .dt-split-page-menu__content__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 21px;
    text-align: center;
    gap: 0px;
  }
  .dt-split-page-menu__content__item__details__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 5px 0px;
  }
  .dt-split-page-menu__content__item__details__tags__item {
    margin: 5px 5px;
  }
  .dt-split-page-menu__content__item .item-name {
    margin-bottom: 10px;
  }
  .dt-split-page-menu__content__item .dt-qty-selection-container {
    margin-top: 10px;
  }
  .dt-split-page-menu__content__item .add-to-cart-button {
    margin-top: 10px;
  }
  .dt-split-page-menu__content__section-title-card {
    margin: 7px 0px;
    width: 100%;
  }
  .dt-split-page-menu__content__section-title-card:hover {
    transform: unset;
  }
}
.slide-pane__content .dt-simple-slider-wrapper,
.slide-pane__content .item-description-img {
  margin-top: -40px;
}

.item-description-with-toggler p {
  line-height: 1.5rem;
}

.item-description-toggler {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-transform: uppercase;
  color: var(--dt_c_grey);
  font-size: 0.9rem;
  padding-top: 3px;
  transition: 0.5s ease;
}
.item-description-toggler:hover {
  color: var(--dt_c_dark);
}

.item-description-cart-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.item-description-cart-buttons .add-to-cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  padding: 0px 8px;
  height: 42px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  color: white;
  white-space: nowrap;
  color: var(--dt_c_dark);
}
.item-description-cart-buttons .add-to-cart-button:hover {
  background-color: white;
  color: var(--dt_c_primary);
}
.item-description-cart-buttons .dt-qty-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.item-description-cart-buttons .dt-qty-selection-container__action {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
}
.item-description-cart-buttons .dt-qty-selection-container__value, .item-description-cart-buttons .dt-qty-selection-container__qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  color: var(--dt_c_dark);
  padding: 0px 20px;
  width: 21px;
}
.item-description-cart-buttons .grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  gap: 10px;
}

.dt-tippy {
  font-family: var(--dt_c_medium_font_family);
  color: white;
  text-transform: uppercase;
  font-size: 0.778rem;
}

.tippy-popper {
  z-index: 2147483647 !important;
}

.dt-video-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.dt-video-nav .dt-full-screen-video {
  height: 50vh !important;
  width: calc(100vw - 42px) !important;
  margin: 21px 0px 0px 0px;
}
.dt-video-nav .dt-full-screen-video img,
.dt-video-nav .dt-full-screen-video video {
  height: 50vh !important;
  width: calc(100vw - 42px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  border-radius: 15px;
}
.dt-video-nav .dt-video-nav-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dt-video-nav .dt-video-nav-content__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dt-video-nav .dt-video-nav-content__links a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(1, 1, 1, 0.3) 0px 5px 8px 0px;
  flex-direction: column;
  margin: 15px;
  background-color: var(--dt_c_primary_transparent);
  color: white;
  transition: 0.5s ease;
  border-radius: 65px;
  height: 130px;
  width: 130px;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 5px;
}
.dt-video-nav .dt-video-nav-content__links a .dt-icon {
  margin-bottom: 5px;
  font-size: 2em !important;
}
.dt-video-nav .dt-video-nav-content__links a .dt-icon g {
  fill: white;
}
.dt-video-nav .dt-video-nav-content__links a:hover {
  transform: scale(1.1);
}
.dt-video-nav .dt-video-nav-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-video-nav .dt-video-nav-text--title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  text-align: center;
  color: var(--dt_c_highlight);
  font-size: 1.5em;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .dt-video-nav .dt-video-nav-content__links a {
    margin: 8px;
    border-radius: 45px;
    height: 90px;
    width: 90px;
    font-size: 0.8rem;
  }
  .dt-video-nav .dt-video-nav-content__links a .dt-icon {
    font-size: 1.8em !important;
  }
  .dt-video-nav .dt-video-nav-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dt-video-nav .dt-video-nav-text--title {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    text-align: center;
    color: var(--dt_c_highlight);
    font-size: 1.5em;
    text-transform: uppercase;
  }
}
@media (max-width: 800px) {
  .dt-video-nav {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 0px 21px;
  }
  .dt-video-nav .dt-full-screen-video {
    height: 700px !important;
    width: 100% !important;
  }
  .dt-video-nav .dt-full-screen-video img,
  .dt-video-nav .dt-full-screen-video video {
    height: 700px !important;
    width: 100% !important;
  }
  .dt-video-nav .dt-video-nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .dt-video-nav .dt-video-nav-content__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .dt-video-nav .dt-video-nav-content__links a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    margin: 15px;
    background-color: var(--dt_c_primary_transparent);
    color: white;
    transition: 0.5s ease;
    border-radius: 60px;
    height: 120px;
    width: 120px;
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
  }
  .dt-video-nav .dt-video-nav-content__links a .dt-icon {
    margin-bottom: 5px;
    font-size: 2em !important;
  }
  .dt-video-nav .dt-video-nav-content__links a:hover {
    transform: unset !important;
  }
  .dt-video-nav .dt-video-nav-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dt-video-nav .dt-video-nav-text--title {
    font-size: 1.5em;
  }
}
.dt-parallax-background-container {
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dt-parsed-html-container {
  line-height: 1.5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
}
.dt-parsed-html-container a {
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.dt-parsed-html-container a:hover {
  color: var(--dt_c_primary_dark);
}
.dt-parsed-html-container p {
  margin: 10px 0px;
}
.dt-parsed-html-container ul,
.dt-parsed-html-container ol {
  margin: 10px 0px;
  text-align: left;
  margin-left: 30px;
}
.dt-parsed-html-container iframe,
.dt-parsed-html-container video,
.dt-parsed-html-container img {
  max-width: 100% !important;
}
.dt-parsed-html-container h1,
.dt-parsed-html-container h2,
.dt-parsed-html-container h3,
.dt-parsed-html-container h4 {
  font-family: var(--dt_c_heading_font_family) !important;
  font-weight: var(--dt_c_heading_font_weight) !important;
  line-height: 0.9;
}
.dt-parsed-html-container span {
  line-height: 1;
}
.dt-parsed-html-container * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
}

.dt-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.dt-reservations-widget .mbsc-material.mbsc-checkbox-box {
  color: var(--dt_c_primary) !important;
}

.dt-reservation-cart-item__header {
  padding-bottom: 21px !important;
}

.dt-reservations-widget .dt-ui-select-field .mbsc-material.mbsc-textfield-wrapper {
  margin: 0px 0px 30px 0px;
}

.dt-side-modal-overlay.slide-pane__overlay.overlay-after-open {
  background-color: rgba(0, 0, 0, 0.65);
}

.dt-side-modal.slide-pane_from_right.content-after-open {
  position: relative;
  width: 512px !important;
  background-color: transparent;
  box-shadow: unset;
}

.dt-side-modal .slide-pane__content {
  padding: 0px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(var(--vh_100) * 0.9);
  border-radius: 21px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
  position: fixed;
  width: 512px !important;
  top: 50%;
  right: 0;
  transform: translate(-100px, -50%);
  overflow: hidden;
}

.dt-side-modal-container {
  position: relative;
}

.dt-side-modal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--dt_c_grey_border);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 12;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dt-side-modal-header-content {
  display: flex;
  width: 100%;
  padding: 0px 21px;
  justify-content: space-between;
  align-items: baseline;
}

.dt-side-modal-divider {
  width: 100%;
  height: 1px;
  background-color: var(--dt_c_grey_border);
}

.dt-side-modal-close-link {
  transition: 0.5s ease-in-out;
  font-size: 0.9em;
  color: var(--dt_c_dark);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 15px;
  background-color: var(--dt_c_grey_medium);
}

.dt-side-modal-close-link:hover {
  background-color: var(--dt_c_grey_border);
  color: var(--dt_c_dark);
}

.dt-side-modal-title {
  font-family: var(--dt_c_medium_font_family);
  font-size: 1.25rem;
  color: var(--dt_c_dark);
  padding-right: 5px;
}

.dt-side-modal-content {
  padding: 100px 21px 120px 21px;
  overflow: auto;
  max-height: calc(var(--vh_100) * 0.8);
}

.dt-side-modal-footer {
  height: 90px;
  padding: 0px 21px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid var(--dt_c_grey_border);
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dt-side-modal-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 800px) {
  .dt-side-modal-header-content,
  .dt-side-modal-footer {
    padding: 0px 15px;
  }
  .dt-side-modal-header-content {
    align-items: center;
  }
  .dt-side-modal-header {
    height: 70px;
  }
  .dt-side-modal-footer {
    bottom: unset;
    top: calc(var(--vh_100) - 90px);
  }
  .dt-side-modal.slide-pane_from_right.content-after-open {
    width: 100% !important;
    background-color: white;
    height: 100%;
    border-radius: 0px;
  }
  .animate__animated {
    opacity: 1 !important;
  }
  .dt-side-modal .slide-pane__content {
    height: var(--vh_100);
    max-height: unset;
    border-radius: unset;
    box-shadow: unset;
    position: unset;
    width: 100% !important;
    overflow: auto;
    top: unset;
    right: unset;
    transform: unset;
  }
  .dt-side-modal-close-link {
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .dt-side-modal-content {
    padding: 84px 15px 200px 15px;
    max-height: unset;
  }
  .dt-side-modal-container {
    height: var(--vh_100);
  }
}
.dt-reservations-widget-day-picker-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.dt-reservations-widget-day-picker-bar .animated-nav-tabs {
  display: flex;
  align-items: center;
  position: relative;
}

.dt-reservations-widget-day-picker-bar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mbsc-material.mbsc-textfield-fieldset.mbsc-focus {
  border-color: var(--dt_c_primary) !important;
}

.dt-reservations-widget-day-picker-bar-toggle a {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.5s ease-in-out;
  font-size: 1.2em;
  color: var(--dt_c_dark);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  border-radius: 21px;
  padding-top: 1px;
  padding-left: 1px;
  background-color: white;
}

.dt-reservations-widget-day-picker-bar-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--dt_c_dark);
}

.dt-reservation-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 21px;
}

.dt-ui-stepper .mbsc-stepper {
  padding: 21px 0px;
}

.dt-ui-stepper .mbsc-stepper-control.mbsc-ltr {
  right: 0;
}

.dt-ui-datepicker .mbsc-material.mbsc-calendar-controls {
  padding: 5px 0px;
}

.animated-nav-item {
  z-index: 3;
}

.reservation-widget-day-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  margin-right: 22px;
}

.reservation-widget-day-tab-date {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dt_c_primary);
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  box-shadow: 0px 0px 0px 3px white;
  font-family: var(--dt_c_medium_font_family);
  padding-top: 3px;
}

.reservation-widget-day-tab-date.disabled {
  color: var(--dt_c_grey);
  background-color: var(--dt_c_grey_medium);
}

.reservation-widget-day-tab-name {
  font-family: var(--dt_c_medium_font_family);
  font-size: 0.9rem;
  padding-top: 14px;
  color: var(--dt_c_grey);
  transition: color 0.25s;
}

.reservation-widget-day-tab-name.active {
  color: var(--dt_c_dark);
}

.animated-nav-tabs .animated-nav-item-highlighter {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: var(--dt_c_primary);
  position: absolute;
  top: -7.5px;
  z-index: 2;
  visibility: hidden;
  transition: left 0.25s;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active ~ .animated-nav-item-highlighter {
  visibility: visible;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-0 ~ .animated-nav-item-highlighter {
  left: -6px;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-1 ~ .animated-nav-item-highlighter {
  left: 62px;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-2 ~ .animated-nav-item-highlighter {
  left: 130px;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-3 ~ .animated-nav-item-highlighter {
  left: 198px;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-4 ~ .animated-nav-item-highlighter {
  left: 266px;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-5 ~ .animated-nav-item-highlighter {
  left: 334px;
}

.dtrwd .animated-nav-tabs .animated-nav-item.active.item-6 ~ .animated-nav-item-highlighter {
  left: 402px;
}

@media (max-width: 800px) {
  .reservation-widget-day-tab {
    width: 40px;
    margin-right: 18px;
  }
  .reservation-widget-day-tab-date {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0px 0px 0px 3px white;
    padding-top: 3px;
  }
  .reservation-widget-day-tab-name {
    font-size: 0.9rem;
    padding-top: 14px;
  }
  .animated-nav-tabs .animated-nav-item-highlighter {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -7px;
  }
  .dtrwd .animated-nav-tabs .animated-nav-item.active.item-0 ~ .animated-nav-item-highlighter {
    left: -5px;
  }
  .dtrwd .animated-nav-tabs .animated-nav-item.active.item-1 ~ .animated-nav-item-highlighter {
    left: 53px;
  }
  .dtrwd .animated-nav-tabs .animated-nav-item.active.item-2 ~ .animated-nav-item-highlighter {
    left: 111px;
  }
  .dtrwd .animated-nav-tabs .animated-nav-item.active.item-3 ~ .animated-nav-item-highlighter {
    left: 169px;
  }
  .dtrwd .animated-nav-tabs .animated-nav-item.active.item-4 ~ .animated-nav-item-highlighter {
    left: 227px;
  }
  .dtrwd .animated-nav-tabs .animated-nav-item.active.item-5 ~ .animated-nav-item-highlighter {
    left: 561px;
  }
}
.dt-reservation-time-slots {
  margin-top: 21px;
}

.dt-reservation-time-slot-empty {
  text-align: center;
  font-family: var(--dt_c_medium_font_family);
  opacity: 0.65;
}

.dt-reservation-time-slot-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.dt-time-slots-group-heading {
  display: flex;
  align-items: center;
  color: var(--dt_c_dark);
  padding-bottom: 15px;
  font-family: var(--dt_c_medium_font_family);
}

.dt-time-slots-group-label {
  font-size: 1.25rem;
}

.region-slot-summary {
  font-family: var(--dt_c_text_font_family);
  font-size: 0.9rem;
  opacity: 0.65 !important;
}

.region-slot-summary a {
  font-family: var(--dt_c_medium_font_family);
}

.dt-time-slots-group-thumb {
  min-width: 80px;
  min-height: 80px;
  margin-right: 9px;
}

.dt-time-slots-group-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dt-time-slots-btn-list {
  margin-left: -6px;
}

.dt-time-slot-btn {
  width: calc(25% - 10px);
}

.dt-time-slot-btn.mbsc-material.mbsc-button {
  margin: 5px !important;
  border-color: var(--dt_c_primary) !important;
  color: var(--dt_c_primary) !important;
  border-radius: 10px !important;
}

.dt-time-slot-btn.mbsc-button-primary.mbsc-button-standard {
  background: var(--dt_c_primary) !important;
  color: white !important;
}

.dt-modal-btn {
  border-color: var(--dt_c_primary) !important;
  color: var(--dt_c_primary) !important;
  border-radius: 12px !important;
  padding: 12px 24px 10px 24px !important;
  margin: 0px !important;
  position: relative;
}

.dt-modal-btn .spin {
  position: absolute;
  opacity: 0;
  width: 25px;
}

.dt-modal-btn .spin path {
  fill: var(--dt_c_primary) !important;
}

.mbsc-button.dt-modal-btn.processing .spin {
  opacity: 1;
}

.mbsc-button.dt-modal-btn .label {
  opacity: 1;
}

.mbsc-button.dt-modal-btn.processing .label {
  opacity: 0;
}

.dt-reservations-widget .mbsc-material.mbsc-stepper-minus {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.dt-reservations-widget .mbsc-material.mbsc-stepper-plus {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.selected-date-header {
  display: flex;
  margin-bottom: 21px;
  align-items: baseline;
}

.selected-date-header-time,
.selected-date-header-date {
  font-size: 2rem;
  font-family: var(--dt_c_heading_font_family);
  padding-bottom: 3px;
  transition: 0.5s all ease;
}

.selected-date-header-date {
  border-bottom: 3px solid var(--dt_c_dark);
  color: var(--dt_c_dark);
}

.selected-date-header-date:hover {
  border-bottom: 3px solid var(--dt_c_primary);
  color: var(--dt_c_primary);
}

.selected-date-header-time {
  color: var(--dt_c_primary);
  margin-left: 15px;
}

.dt-side-modal-footer-content .reservation-summary {
  display: grid;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--dt_c_medium_font_family);
}

.reservation-summary-date-time {
  display: flex;
  align-items: baseline;
  color: var(--dt_c_dark);
}

.reservation-summary-back-link,
.reservation-summary-region,
.reservation-summary-time {
  padding-left: 8px;
}

.reservation-summary-region-seats {
  display: flex;
  align-items: baseline;
  color: var(--dt_c_primary);
}

.reservation-summary-back-link {
  font-family: var(--dt_c_medium_font_family);
  color: var(--dt_c_primary);
}

.reservation-patron-form .mbsc-material.mbsc-textarea.mbsc-textfield-outline {
  height: 48px !important;
}

.reservation-patron-form .mbsc-material.mbsc-textfield-wrapper {
  margin: 1.5em 0px 2em 0px !important;
}

.reservation-patron-form .mbsc-material.mbsc-checkbox-left {
  padding: 0.9375em 0px 0.9375em 3.5em !important;
}

.dt-error-callout {
  padding: 15px;
  font-family: var(--dt_c_medium_font_family);
  color: white;
  background-color: var(--dt_c_warning);
  border: 1px solid var(--dt_c_warning_dark);
  border-radius: var(--dt_c_border_radius);
  margin-bottom: 10px;
}

.dt-reservation-callout {
  padding: 15px;
  font-family: var(--dt_c_medium_font_family);
  color: white;
  background-color: var(--dt_c_primary);
  border: 1px solid var(--dt_c_primary_dark);
  border-radius: var(--dt_c_border_radius);
  margin-bottom: 10px;
}

.dt-layout__reservation_confirmation .dt-fixed-sidebar-banner-page__content__image-container {
  background-color: var(--dt_c_primary);
}

.dt-parsed-html-container__reservation_confirmation_subtitle .margin-block {
  margin: 15px 0px;
}

.reservation-summary-card {
  padding: 0px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 21px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
  width: calc(50vw - 60px);
}

.reservation-summary-card-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  font-family: var(--dt_c_medium_font_family);
}

.reservation-summary-card-loader .spin {
  width: 30px;
  margin-bottom: 10px;
}

.reservation-summary-card-details-divider {
  height: 1px;
  background-color: var(--dt_c_grey_border);
  width: 100%;
}

.reservation-summary-card-details-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0px;
}

.reservation-summary-card-details-heading {
  background-color: var(--dt_c_primary);
  font-family: var(--dt_c_medium_font_family);
  color: white;
  display: flex;
  font-size: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.reservation-summary-card-details-heading.seats {
  border-bottom-left-radius: 21px;
}

.reservation-summary-card-details-heading.when {
  border-top-left-radius: 21px;
}

.reservation-summary-card-details-label {
  margin-top: 10px;
}

.reservation-summary-card-details-heading .dt-icon {
  font-size: 2em;
}

.reservation-summary-card-details-value {
  padding: 30px;
  font-family: var(--dt_c_text_font_family);
  font-size: 1.25rem;
  color: var(--dt_c_dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reservation-summary-card-action-item.mbsc-material.mbsc-button {
  margin: 0px !important;
}

.reservation-summary-card-action-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  cursor: pointer;
  transition: all 0.5 ease-in-out;
  width: 100%;
  height: 100%;
  padding: 20px 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.reservation-summary-card-action-item:hover {
  color: white;
}

.reservation-summary-card-action-item.cancel {
  border-bottom-right-radius: 21px !important;
  border-bottom-left-radius: 0px !important;
}

.reservation-summary-card-action-item.update {
  border-right: 1px solid var(--dt_c_grey_border);
  border-bottom-left-radius: 21px !important;
  border-bottom-right-radius: 0px !important;
}

.reservation-summary-card-action-item.add-to-cal {
  border-right: 1px solid var(--dt_c_grey_border);
  border-radius: 0px !important;
}

.reservation-summary-card-action-item.add-to-cal:hover,
.reservation-summary-card-action-item.update:hover {
  background-color: var(--dt_c_primary);
}

.reservation-summary-card-action-item.cancel:hover {
  background-color: var(--dt_c_warning);
}

.reservation-summary-card-actions {
  display: grid;
  grid-template-columns: 2fr 3fr 2fr 3fr;
  border-top: 1px solid var(--dt_c_grey_border);
  width: 100%;
}

@media (max-width: 1320px) {
  .reservation-summary-card-actions {
    grid-template-columns: 1fr;
    border-top: none;
  }
  .reservation-summary-card-action-item {
    border-radius: 0px !important;
    border-top: 1px solid var(--dt_c_grey_border) !important;
  }
  .reservation-summary-card-action-item.add-to-cal,
  .reservation-summary-card-action-item.update {
    border-right: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .reservation-summary-card-action-item.cancel {
    border-bottom-right-radius: 21px !important;
    border-bottom-left-radius: 21px !important;
  }
}
@media (max-width: 800px) {
  .reservation-summary-card {
    width: calc(100vw - 30px);
    border-radius: 12px;
  }
  .reservation-summary-card-details-heading.seats {
    border-bottom-left-radius: 12px;
  }
  .reservation-summary-card-details-heading.when {
    border-top-left-radius: 12px;
  }
  .selected-date-header-time,
  .selected-date-header-date {
    font-size: 1.5rem;
  }
  .dt-site-content__reservation_confirmation .dt-fixed-sidebar-banner-page__content__body-container__data {
    display: flex;
    padding: 15px 0px 100px 0px;
    align-items: center !important;
    flex-direction: column !important;
  }
  .reservation-summary-card-details-heading {
    min-height: 100px;
    font-size: 0.9rem;
  }
  .reservation-summary-card-details-value {
    padding: 15px;
    font-size: 1rem;
  }
  .reservation-checkboxes {
    margin-top: -21px;
  }
  .reservation-checkboxes .mbsc-form-control-label {
    font-size: 0.9rem !important;
  }
  .reservation-summary-card-details-item {
    text-align: left;
    grid-template-columns: 80px 1fr;
  }
  .reservation-patron-form .mbsc-material.mbsc-checkbox-left {
    padding: 10px 0px 10px 33px !important;
  }
  .reservation-patron-form .mbsc-material.mbsc-checkbox-left .mbsc-material.mbsc-checkbox-box-left {
    left: 0 !important;
  }
}
.mbsc-material.mbsc-color-none .mbsc-stepper-inner {
  line-height: 0.5 !important;
}

.reservation-cancel-warning {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  font-family: var(--dt_c_medium_font_family);
}

.mbsc-material.mbsc-button-danger.mbsc-button-standard {
  background: var(--dt_c_warning) !important;
}

.reservation-request-warning {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: var(--dt_c_warning);
  border: 1px solid var(--dt_c_warning_dark);
  border-radius: var(--dt_c_border_radius);
  margin-bottom: 5px;
}

.reservation-request-warning-label {
  text-align: center;
  font-family: var(--dt_c_medium_font_family);
  color: white;
}

.bulk-coupon-form-container {
  padding: 15px;
}

.dt-ui-coupon-tags .mbsc-material.mbsc-label,
.dt-ui-coupon-tags .mbsc-material.mbsc-textfield {
  color: var(--sidebar_link_color) !important;
}

.dt-ui-coupon-tags .mbsc-material.mbsc-textfield-fieldset {
  border-color: var(--sidebar_link_color) !important;
}

.dt-ui-tag-input .mbsc-icon {
  color: var(--sidebar_link_color) !important;
}

.dt-ui-coupon-tags .chip-icon {
  padding-bottom: 4px;
}

.dt-ui-coupon-tags .dt-createable-chip {
  color: var(--dt_c_dark) !important;
}

.coupon-form-container__form-body {
  align-items: flex-start !important;
}

.form-button--disabled,
.coupon-form-container__cancel-link {
  margin-top: 14px !important;
}

.reservation-sale-item {
  display: flex;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-family: var(--dt_c_text_font_family);
  font-size: 0.9rem;
}

.reservation-summary-card-details-value-multi-line.paid_with_coupon .reservation-sale-item .dt-currency {
  text-decoration: line-through;
  color: var(--dt_c_charcoal);
}

.reservation-summary-card-details-value-multi-line.paid_with_coupon .reservation-sale-item.reservation-total .dt-currency {
  text-decoration: none;
}

.reservation-sale-item .dt-currency {
  padding-left: 5px;
}

.dt-reservation-custom-question-group {
  margin: 21px 0px 0px 0px;
}

.dt-reservation-custom-question-group-label {
  font-family: var(--dt_c_medium_font_family);
}

.mbsc-button {
  white-space: normal !important;
}

.dt-ui-btn .mbsc-material.mbsc-button-flat .mbsc-icon,
.dt-ui-btn .mbsc-material.mbsc-button-outline .mbsc-icon {
  font-size: 2em !important;
}

.dt-ui-btn .mbsc-material.mbsc-button-standard .mbsc-icon {
  font-size: 1.25em !important;
}

.dt-ui-btn.stage-processing .mbsc-material.mbsc-icon-button .mbsc-icon {
  opacity: 0 !important;
}

.dt-ui-btn.stage-processing .mbsc-material.mbsc-button {
  border: 4px solid var(--cms_primary) !important;
  border-top-color: var(--cms_light) !important;
  background: white !important;
  border-radius: 50%;
  animation: spinner 2s linear infinite;
}

.dt-fab-modal-links-block .mbsc-material.mbsc-button {
  margin: 0px !important;
}

.dt-ui-tag-input .mbsc-material.mbsc-textfield-wrapper {
  margin: 0px 0px 15px 0px !important;
}

.dt-ui-tag-input .mbsc-icon {
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: thin solid rgba(0, 0, 0, 0.11) !important;
  font-family: var(--dt_c_text_font_family) !important;
  color: var(--dt_c_dark) !important;
  font-size: 0.85rem !important;
  padding: 0px 8px !important;
  height: 30px !important;
  line-height: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 3px !important;
}

.dt-createable-chip {
  display: flex;
  align-items: center;
  background-color: var(--dt_c_primary) !important;
  border-radius: var(--dt_c_border_radius) !important;
  border: thin solid var(--dt_c_primary_dark) !important;
  color: var(--dt_c_dark) !important;
  padding: 5px 10px !important;
  margin: 0px 5px 5px 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--dt_c_medium_font_family) !important;
}

.chip-icon {
  font-size: 1.5rem;
  font-weight: bold;
}

.dt-ui-tags {
  display: flex;
  flex-wrap: wrap;
}

.dt-createable-chip-label {
  margin-right: 5px;
}

.address-auto-complete-container {
  width: 100%;
  padding: 0px 15px;
}

.address-auto-complete-container .mbsc-material.mbsc-textfield-wrapper {
  margin: 1.5em 0px 0px 0px !important;
  width: 100% !important;
}

.address-auto-complete-container.dt-ui-select-field .mbsc-material.mbsc-textfield-box.mbsc-select,
.address-auto-complete-container.dt-ui-select-field .mbsc-material.mbsc-textfield-inner-box {
  background: transparent !important;
  color: var(--dt_c_dark) !important;
}

.apt-num-field {
  width: 100%;
}

.dt-ui-datepicker .mbsc-material.mbsc-textfield-wrapper {
  margin: 0px !important;
}

.dt-ui-datepicker .mbsc-material.mbsc-textfield-ripple {
  background-color: transparent !important;
}

.dt-ui-datepicker .mbsc-material.mbsc-textfield {
  border: 0px !important;
}

.mbsc-material.mbsc-scroller-wheel-cont:after,
.mbsc-material.mbsc-scroller-wheel-cont:before {
  border-color: var(--dt_c_primary) !important;
}

.mbsc-material.mbsc-popup-button.mbsc-font {
  color: var(--dt_c_dark) !important;
}

.dt-ui-datepicker-standard .mbsc-material.mbsc-textfield-wrapper {
  margin: 0px !important;
}

.dt-ui-datepicker-standard .mbsc-material.mbsc-textfield {
  border: none !important;
}

#u_body,
.u-row,
.u-col {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  background-color: transparent !important;
}

.v-container-padding-padding {
  padding: 10px 0px !important;
}

.v-text-align[align=center] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

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

.v-button span {
  line-height: 1 !important;
  cursor: pointer !important;
}

.dt-auto-applied-coupon-modal {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  background: var(--dt_c_primary) !important;
  overflow: overlay !important;
  overflow-x: hidden !important;
  border-radius: 3px !important;
  outline: none !important;
  padding: 0px !important;
  margin-right: -50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 30vw !important;
  max-width: 80vw !important;
  max-height: 90vh !important;
}
.dt-auto-applied-coupon-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 42px;
}
.dt-auto-applied-coupon-modal__content__title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 2rem;
  margin-bottom: 21px;
}
.dt-auto-applied-coupon-modal__content__message {
  font-size: 1.5rem;
  margin-bottom: 21px;
}
.dt-auto-applied-coupon-modal__content__menu-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dt-auto-applied-coupon-modal__content__close-icon-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 80px;
  padding-left: 10px;
  padding-top: 10px;
}
.dt-auto-applied-coupon-modal__content__close-icon-container .dt-icon {
  font-size: 1.5em !important;
  fill: white;
}
.dt-auto-applied-coupon-modal__content__close-container {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: rgba(153, 153, 153, 0.5) transparent transparent transparent;
  top: 0px;
  left: 0px;
}
.dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  background-color: white;
}
.dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__left__title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.5rem;
}
.dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__left__subtitle {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  color: var(--dt_c_grey);
  font-size: 1rem;
}
.dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__right__price {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1rem;
  text-align: right;
}

@media (max-width: 800px) {
  .dt-auto-applied-coupon-modal__content__featured-image--menu-item {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 42vh;
  }
  .dt-auto-applied-coupon-modal__content__featured-image--image-only {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 90vh;
  }
  .dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__left {
    display: flex;
    flex-direction: column;
  }
  .dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__left__title {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__left__subtitle {
    font-family: var(--dt_c_highlight_font_family);
    font-weight: var(--dt_c_highlight_font_weight);
    letter-spacing: var(--dt_c_highlight_letter_spacing);
    color: var(--dt_c_grey);
    font-size: 1rem;
  }
  .dt-auto-applied-coupon-modal__content .dt-auto-applied-coupon-text-content__right button {
    width: 100%;
  }
}
.dt-image-gallery-modal {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  background: unset !important;
  overflow: overlay !important;
  overflow-x: hidden !important;
  border-radius: 3px !important;
  outline: none !important;
  padding: 0px !important;
  margin-right: -50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 50vw !important;
  max-width: 80vw !important;
  max-height: 90vh !important;
}
.dt-image-gallery-modal__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 0px;
  position: relative;
}
.dt-image-gallery-modal__content__featured-image--menu-item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70vh;
}
.dt-image-gallery-modal__content__featured-image--image-only {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90vh;
}
.dt-image-gallery-modal__content__close-icon-container {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 80px;
  padding-left: 10px;
  padding-top: 10px;
  z-index: 3;
}
.dt-image-gallery-modal__content__close-icon-container .dt-icon {
  font-size: 1.5em !important;
  fill: white;
}
.dt-image-gallery-modal__content__close-container {
  z-index: 2;
  position: fixed;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: rgba(153, 153, 153, 0.5) transparent transparent transparent;
  top: 0px;
  left: 0px;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  background-color: white;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__left__title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1.5rem;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__left__subtitle {
  font-family: var(--dt_c_highlight_font_family);
  font-weight: var(--dt_c_highlight_font_weight);
  letter-spacing: var(--dt_c_highlight_letter_spacing);
  color: var(--dt_c_grey);
  font-size: 1rem;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right .modal-cart-btn {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  color: var(--dt_c_primary);
  text-align: center;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right .dt-qty-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-self: flex-end;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right .dt-qty-selection-container__action {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right .dt-qty-selection-container__value, .dt-image-gallery-modal__content .dt-image-gallery-text-content__right .dt-qty-selection-container__qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  font-size: 1rem;
  color: var(--dt_c_dark);
  padding: 0px 20px;
  width: 21px;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right .add-to-cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  min-height: 28px;
  margin: 0px 5px;
  border: 1px solid var(--dt_c_grey);
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
  background-image: linear-gradient(to right, var(--dt_c_primary), var(--dt_c_primary_dark));
  border: unset;
  padding: 8px 10px;
  color: white;
  justify-self: flex-end;
  width: 114px;
}
.dt-image-gallery-modal__content .dt-image-gallery-text-content__right__price {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 800px) {
  .dt-image-gallery-modal__content__featured-image--menu-item {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 42vh;
  }
  .dt-image-gallery-modal__content__featured-image--image-only {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 90vh;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__left {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__left__title {
    font-family: var(--dt_c_heading_font_family);
    font-weight: var(--dt_c_heading_font_weight);
    letter-spacing: var(--dt_c_heading_letter_spacing);
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__left__subtitle {
    font-size: 0.8rem;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__left__subtitle .dt-parsed-html-container {
    font-size: 0.8rem;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    gap: 1px;
    align-items: center;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__right__price {
    text-align: left;
  }
  .dt-image-gallery-modal__content .dt-image-gallery-text-content__right .modal-cart-btn {
    text-align: right;
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

@media (max-width: 1400px) {
  .cart-layout-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    gap: 0px;
  }
  .cart-layout-container .no-padding-cart-body-container {
    padding: 0px;
  }
  .cart-layout-container .cart-body-container {
    max-height: unset;
    overflow: unset;
  }
  .cart-layout-container .cart-sidebar__header {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px;
  }
  .cart-layout-container .cart-sidebar__header .logo-link img {
    width: 0px;
    height: 0px;
  }
  .cart-layout-container .cart-sidebar__content .flex-columns {
    width: 100%;
  }
  .cart-layout-container .cart-sidebar__content .flex-columns .sale-review-item {
    padding: 10px 0px;
  }
  .cart-layout-container .cart-sidebar__content .account-sidebar-container__title, .cart-layout-container .cart-sidebar__content .account-sidebar-container__links {
    padding: 0px;
  }
  .cart-layout-container .cart-sidebar__content .cart-order-summary__title {
    padding: 0px;
  }
  .cart-layout-container .cart-sidebar__content .cart-order-summary .total-line-item-container {
    width: 100%;
  }
  .cart-layout-container .cart-sidebar__content .cart-order-summary .total-line-item-container__item {
    width: calc(100vw - 42px);
    padding: 0px;
  }
  .cart-layout-container .cart-sidebar__content .coupon-form-container {
    padding: 21px 0px;
  }
  .cart-layout-container .cart-sidebar__content .coupon-form-container__form-body {
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    gap: 15px;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .cart-layout-container .cart-sidebar__content .flex-columns .sale-review-item__title {
    font-size: 0.9rem;
  }
  .cart-layout-container .cart-sidebar__content .cart-order-summary .total-line-item-container__item {
    width: calc(100vw - 42px);
  }
  .cart-layout-container .cart-sidebar__content .coupon-form-container__form-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.site-alert-banner {
  z-index: 16;
}

.dt-page-element-hero {
  animation: fade-in 2s ease-in-out both;
}
.dt-page-element-hero .dt-full-screen-image-slider {
  width: 100vw !important;
  height: 100vh !important;
  position: relative;
}
.dt-page-element-hero .dt-full-screen-image-slider .dt-slide video,
.dt-page-element-hero .dt-full-screen-image-slider .dt-slide img {
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.dt-page-element-hero__featured-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dt-page-element-hero__featured-container img {
  width: 300px !important;
  height: auto !important;
}

@media (max-width: 800px) {
  .dt-page-element-hero .dt-full-screen-image-slider {
    height: calc(100vh - 80px) !important;
  }
  .dt-page-element-hero .dt-full-screen-image-slider .dt-slide video,
  .dt-page-element-hero .dt-full-screen-image-slider .dt-slide img {
    height: calc(100vh - 80px) !important;
  }
  .dt-page-element-hero__featured-container img {
    width: 80vw !important;
  }
}
.dt-page-element-header {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-in 2s ease-in-out both;
  flex-direction: column;
  padding: 0px 15px 21px 15px;
}
.dt-page-element-header__featured-img {
  max-width: 500px;
  max-height: 30vh;
  height: auto;
}
@media (max-width: 1400px) {
  .dt-page-element-header__featured-img {
    max-width: 400px;
    height: auto;
  }
}
@media (max-width: 800px) {
  .dt-page-element-header__featured-img {
    max-width: 80vw;
    height: auto;
  }
}

.dt-gallery-container--horizontal, .dt-gallery-container--vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dt-gallery-container--horizontal .dt-swiper, .dt-gallery-container--vertical .dt-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px !important;
}
.dt-gallery-container--horizontal .dt-swiper .swiper-slide, .dt-gallery-container--vertical .dt-swiper .swiper-slide {
  height: 550px;
}
.dt-gallery-container--horizontal .dt-swiper .swiper-pagination-bullet-active, .dt-gallery-container--vertical .dt-swiper .swiper-pagination-bullet-active {
  background: var(--dt_c_primary) !important;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1200px !important;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item img,
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item video, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item img,
.dt-gallery-container--vertical .dt-swiper .dt-gallery-item video {
  height: 500px !important;
  width: 1200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 1px;
  position: absolute;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.6);
  color: white;
  bottom: 0;
  padding: 15px;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .row, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .title, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .title {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1.25rem;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .subtitle, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .subtitle {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.8rem;
  text-transform: uppercase;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .description, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .description {
  opacity: 0.8;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .dt-page-element-link, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .dt-page-element-link {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-align: left;
  text-transform: uppercase;
}
.dt-gallery-container--vertical .dt-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50vw - 30px) !important;
}
.dt-gallery-container--vertical .dt-swiper .dt-gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(50vw - 30px) !important;
}
.dt-gallery-container--vertical .dt-swiper .dt-gallery-item img,
.dt-gallery-container--vertical .dt-swiper .dt-gallery-item video {
  height: 500px !important;
  width: calc(50vw - 30px) !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1400px) {
  .dt-gallery-container--horizontal .dt-swiper, .dt-gallery-container--vertical .dt-swiper {
    width: 780px !important;
  }
  .dt-gallery-container--horizontal .dt-swiper .swiper-slide, .dt-gallery-container--vertical .dt-swiper .swiper-slide {
    height: 550px;
  }
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item {
    width: 780px !important;
  }
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item img,
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item video, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item img,
  .dt-gallery-container--vertical .dt-swiper .dt-gallery-item video {
    width: 780px !important;
  }
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .title, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .title {
    font-size: 1.15rem;
  }
  .dt-gallery-container--vertical .dt-swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50vw - 30px) !important;
  }
  .dt-gallery-container--vertical .dt-swiper .dt-gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(50vw - 30px) !important;
  }
  .dt-gallery-container--vertical .dt-swiper .dt-gallery-item img,
  .dt-gallery-container--vertical .dt-swiper .dt-gallery-item video {
    height: 500px !important;
    width: calc(50vw - 30px) !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 800px) {
  .dt-gallery-container--horizontal .dt-swiper, .dt-gallery-container--vertical .dt-swiper {
    width: calc(100vw - 30px) !important;
  }
  .dt-gallery-container--horizontal .dt-swiper .swiper-slide, .dt-gallery-container--vertical .dt-swiper .swiper-slide {
    height: 560px;
  }
  .dt-gallery-container--horizontal .dt-swiper .swiper-pagination-bullet, .dt-gallery-container--vertical .dt-swiper .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin: 0px 10px;
  }
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item {
    width: calc(100vw - 30px) !important;
  }
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item img,
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item video, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item img,
  .dt-gallery-container--vertical .dt-swiper .dt-gallery-item video {
    width: calc(100vw - 30px) !important;
  }
  .dt-gallery-container--horizontal .dt-swiper .dt-gallery-item--content .title, .dt-gallery-container--vertical .dt-swiper .dt-gallery-item--content .title {
    font-size: 1.15rem;
  }
}
.dt-stack-card-container--img-only .dt-card-with-image__image {
  margin-bottom: -6px;
  border-radius: 3px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.dt-stack-card-container .dt-stack-grid-card-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 15px;
}
.dt-stack-card-container .dt-stack-grid-card-content .title {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1.25rem;
  color: var(--dt_c_primary);
}
.dt-stack-card-container .dt-stack-grid-card-content .subtitle {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--dt_c_grey);
}
.dt-stack-card-container .dt-stack-grid-card-content .description {
  line-height: 1.5rem;
}
.dt-stack-card-container .dt-stack-grid-card-content .description p {
  line-height: 1.5rem;
}
.dt-stack-card-container .dt-stack-grid-card-content .description a {
  font-weight: bold;
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.dt-stack-card-container .dt-stack-grid-card-content .description a:hover {
  color: var(--dt_c_primary_dark);
}
.dt-stack-card-container .dt-stack-grid-card-content .dt-page-element-link {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--dt_c_primary);
}

.dt-page-element-video-container {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid var(--dt_c_grey_border);
  border-radius: 5px;
  background-color: white;
  padding: 0px;
}
.dt-page-element-video-container--video-only video,
.dt-page-element-video-container--video-only img {
  border-radius: 3px;
  margin-bottom: -3px;
}
.dt-page-element-video-container--with-content video,
.dt-page-element-video-container--with-content img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dt-page-element-video-container--with-content__metadata {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 15px;
}
.dt-page-element-video-container--with-content__metadata .title {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1.25rem;
  color: var(--dt_c_primary);
}
.dt-page-element-video-container--with-content__metadata .subtitle {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--dt_c_grey);
}
.dt-page-element-video-container--with-content__metadata .description {
  line-height: 1.5rem;
}
.dt-page-element-video-container--with-content__metadata .description p {
  line-height: 1.5rem;
}
.dt-page-element-video-container--with-content__metadata .description a {
  font-weight: bold;
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.dt-page-element-video-container--with-content__metadata .description a:hover {
  color: var(--dt_c_primary_dark);
}
.dt-page-element-video-container--with-content__metadata .dt-page-element-link {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--dt_c_primary);
}

@media (max-width: 800px) {
  .dt-page-container__content {
    padding: 0px;
  }
}
.dt-accordion-item-banner {
  animation: fade-in 2s ease-in-out both;
  display: flex;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  border-radius: 5px;
  font-size: 2em;
  color: var(--dt_c_light);
  align-items: flex-end;
  padding: 15px;
  height: 200px;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: 0.5s ease;
}
.dt-accordion-item-banner:hover {
  color: white;
}

@media (max-width: 800px) {
  .dt-accordion-item-banner {
    font-size: 1.5em;
    padding: 10px 15px;
  }
}
.dt-page-element-mobile-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dt-page-element-mobile-stack .dt-stack-card-container {
  width: calc(100% - 30px);
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .dt-split-page-menu {
    padding: 32px 15px;
  }
}
.dt-page-element-split-page-container .dt-reviews {
  width: 35vw;
}

@media (max-width: 800px) {
  .dt-page-element-split-page-container .dt-reviews {
    width: 90vw;
  }
}
@media (max-width: 800px) {
  .dt-video-nav .dt-video-player {
    padding: 0px 15px;
  }
  .dt-video-nav .dt-page-container__content {
    padding: 30px !important;
  }
}
.dt-page-element-split-page-container .dt-video-nav {
  width: calc(50vw - 30px);
}
.dt-page-element-split-page-container .dt-video-nav .dt-full-screen-video {
  height: 50vh !important;
  min-height: 600px !important;
  width: calc(50vw - 30px) !important;
  margin: 21px 0px 0px 0px;
}
.dt-page-element-split-page-container .dt-full-screen-video__children {
  width: calc(50vw - 30px) !important;
}
.dt-page-element-split-page-container .dt-page-container__content {
  width: calc(50vw - 60px) !important;
}
.dt-page-element-split-page-container .dt-video-nav .dt-full-screen-video img,
.dt-page-element-split-page-container .dt-video-nav .dt-full-screen-video video {
  width: calc(50vw - 30px) !important;
  height: 50vh !important;
  min-height: 600px !important;
}

@media (max-width: 800px) {
  .dt-page-element-split-page-container .dt-video-nav {
    width: calc(100vw - 30px);
  }
  .dt-page-element-split-page-container .dt-video-nav .dt-full-screen-video {
    height: 100vh !important;
    min-height: 600px !important;
    width: calc(100vw - 30px) !important;
    margin: 21px 0px 0px 0px;
  }
  .dt-page-element-split-page-container .dt-full-screen-video__children {
    width: calc(100vw - 30px) !important;
  }
  .dt-page-element-split-page-container .dt-page-container__content {
    width: calc(100vw - 30px) !important;
  }
  .dt-page-element-split-page-container .dt-video-nav .dt-full-screen-video img,
  .dt-page-element-split-page-container .dt-video-nav .dt-full-screen-video video {
    width: calc(100vw - 30px) !important;
    height: 100vh !important;
    min-height: 600px !important;
  }
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item {
  position: relative;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item img,
.dt-split-page-content-grid__content__image-container .swiper-slide-item video {
  width: 50vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  width: calc(100% - 15px);
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__title {
  font-family: var(--dt_c_heading_font_family);
  font-weight: var(--dt_c_heading_font_weight);
  letter-spacing: var(--dt_c_heading_letter_spacing);
  color: var(--dt_c_light);
  font-size: 4vw;
  line-height: 1.15em;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__subtitle {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-transform: uppercase;
  color: var(--dt_c_light);
  font-size: 1vw;
  padding: 5px 0px;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__description {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  color: var(--dt_c_light);
  font-size: 1vw;
  padding: 5px 0px;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__link {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 5px;
  padding: 8px 12px 5px 12px;
  border-radius: var(--dt_c_border_radius);
  border: 2px solid var(--dt_c_light);
  color: var(--dt_c_light);
  transition: 0.5s ease;
}
.dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__link:hover {
  border: 2px solid var(--dt_c_primary);
  background-color: var(--dt_c_primary);
  color: var(--dt_c_light);
}
.dt-split-page-content-grid__content__text-container__data__content div,
.dt-split-page-content-grid__content__text-container__data__content li,
.dt-split-page-content-grid__content__text-container__data__content p {
  line-height: 1.5rem !important;
  padding: 5px 0px !important;
}

@media (max-width: 1400px) {
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__title {
    font-size: 4vw;
  }
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__subtitle {
    font-size: 1.5vw;
  }
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__description {
    font-size: 1.5vw;
  }
}
@media (max-width: 800px) {
  .dt-split-page-content-grid__content__image-container .swiper-slide-item img,
  .dt-split-page-content-grid__content__image-container .swiper-slide-item video {
    width: 100vw !important;
    height: 60vh !important;
  }
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__title {
    font-size: 8vw;
  }
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__subtitle {
    font-size: 4vw;
  }
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__description {
    font-size: 4vw;
  }
  .dt-split-page-content-grid__content__image-container .swiper-slide-item .dt-meta-data-container__content__meta-data__link {
    font-size: 0.9rem;
  }
  .dt-split-page-content-grid__content__text-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media (max-width: 800px) {
  .rounded-blocks .dt-split-page-content-grid__content__text-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.dt-swiper-pagination--item {
  position: relative;
  cursor: pointer;
}
.dt-swiper-pagination--item img {
  width: 100% !important;
  height: 80px !important;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in-out;
}
.dt-swiper-pagination--item .label {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--dt_c_light);
  transition: 0.5s ease-in-out;
}
.dt-swiper-pagination--item:hover img {
  opacity: 0.25;
}
.dt-swiper-pagination--item:hover .label {
  color: black;
}

@media (max-width: 1400px) {
  .dt-swiper-pagination--item {
    border-radius: 15px;
    background-color: var(--dt_c_dark);
    max-height: 42px;
    transition: 0.5s ease-in-out;
  }
  .dt-swiper-pagination--item img {
    opacity: 0;
    max-height: 42px;
  }
  .dt-swiper-pagination--item .label {
    color: var(--dt_c_light);
  }
  .dt-swiper-pagination--item:hover {
    background-color: var(--dt_c_light);
  }
  .dt-swiper-pagination--item:hover img {
    opacity: 0;
  }
  .dt-swiper-pagination--item:hover .label {
    color: var(--dt_c_primary);
  }
}
@media (max-width: 800px) {
  .dt-swiper-pagination {
    display: none;
  }
}
.rounded-blocks {
  height: -moz-fit-content;
  height: fit-content;
}
.rounded-blocks .dt-split-page-content-grid {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 500px;
  padding: 21px;
  margin-bottom: 21px;
}
.rounded-blocks .dt-split-page-content-grid__content__image-container {
  position: relative;
  width: 60vw;
  z-index: 2;
}
.rounded-blocks .dt-split-page-content-grid__content__image-container--overlay {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-transform: uppercase;
  position: absolute;
  font-size: 6rem;
  color: var(--dt_c_highlight);
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
}
.rounded-blocks .dt-split-page-content-grid__content__image-container .dt-swiper .swiper-slide-item {
  position: relative;
}
.rounded-blocks .dt-split-page-content-grid__content__image-container .dt-swiper .swiper-slide-item img,
.rounded-blocks .dt-split-page-content-grid__content__image-container .dt-swiper .swiper-slide-item video {
  height: 50vh !important;
  min-height: 500px;
  width: 60vw !important;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rounded-blocks .dt-split-page-content-grid__content__text-container {
  height: 50vh !important;
  padding: 0px;
}
.rounded-blocks .dt-split-page-content-grid__content__text-container__data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.rounded-blocks .dt-split-page-content-grid__content__text-container__data__title {
  font-size: 1.75rem;
  color: var(--dt_c_primary);
  width: 90%;
  text-align: center;
}
.rounded-blocks .dt-split-page-content-grid__content__text-container__data__content {
  font-family: var(--dt_c_text_font_family);
  font-weight: var(--dt_c_text_font_weight);
  letter-spacing: var(--dt_c_text_letter_spacing);
  font-size: 1rem;
  line-height: 2rem;
  padding: 0px 15px;
}
.rounded-blocks .dt-split-page-content-grid__content__text-container__data__content p {
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .rounded-blocks .dt-split-page-content-grid__content__image-container {
    width: 50vw;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container--overlay {
    font-size: 3rem;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container .dt-swiper {
    height: 50vh !important;
    width: 50vw !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container .dt-swiper img,
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container .dt-swiper video {
    width: 50vw !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__text-container {
    height: 50vh !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__text-container__data__title {
    font-size: 1.42rem;
  }
}
@media (max-width: 800px) {
  .rounded-blocks .dt-split-page-content-grid {
    height: -moz-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container {
    width: calc(100vw - 42px);
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container--overlay {
    font-size: 9vw;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container__media-record-wrapper {
    width: calc(100vw - 42px) !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container__media-record-wrapper__image {
    width: calc(100vw - 42px) !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container .dt-swiper {
    width: calc(100vw - 42px) !important;
    min-height: 50vh !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container .dt-swiper img,
  .rounded-blocks .dt-split-page-content-grid__content__image-container .dt-media-container .dt-swiper video {
    width: calc(100vw - 42px) !important;
    min-height: 50vh !important;
  }
  .rounded-blocks .dt-split-page-content-grid__content__text-container {
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: calc(100vw - 42px);
  }
  .rounded-blocks .dt-split-page-content-grid__content__text-container__data__title {
    font-size: 5vw;
  }
}
.dt-bg-media-container {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.dt-bg-media-container .horizontal {
  width: 100vw !important;
  position: absolute;
  z-index: 0;
}
.dt-bg-media-container .horizontal .dt-swiper {
  height: inherit;
}
.dt-bg-media-container .horizontal .dt-swiper .swiper {
  height: inherit;
}
.dt-bg-media-container .horizontal .dt-swiper .swiper .swiper-slide-item {
  height: inherit;
}
.dt-bg-media-container .horizontal .video-wrapper {
  height: inherit;
}
.dt-bg-media-container .horizontal img,
.dt-bg-media-container .horizontal video {
  width: 100vw !important;
  height: inherit !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.dt-bg-media-container .horizontal .dt-media-container__media-record-wrapper {
  height: inherit;
}
.dt-bg-media-container .vertical {
  width: 50vw !important;
  position: absolute;
  z-index: 0;
}
.dt-bg-media-container .vertical .dt-swiper {
  height: inherit;
}
.dt-bg-media-container .vertical .dt-swiper .swiper {
  height: inherit;
}
.dt-bg-media-container .vertical .dt-swiper .swiper .swiper-slide-item {
  height: inherit;
}
.dt-bg-media-container .vertical .video-wrapper {
  height: inherit;
}
.dt-bg-media-container .vertical img,
.dt-bg-media-container .vertical video {
  width: 50vw !important;
  height: inherit !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.dt-bg-media-container .vertical .dt-media-container__media-record-wrapper {
  height: inherit;
}

@media (max-width: 800px) {
  .dt-bg-media-container .vertical {
    width: 100vw !important;
    position: absolute;
    z-index: 0;
  }
  .dt-bg-media-container .vertical .dt-swiper {
    height: inherit;
  }
  .dt-bg-media-container .vertical .dt-swiper .swiper {
    height: inherit;
  }
  .dt-bg-media-container .vertical .dt-swiper .swiper .swiper-slide-item {
    height: inherit;
  }
  .dt-bg-media-container .vertical .video-wrapper {
    height: inherit;
  }
  .dt-bg-media-container .vertical img,
  .dt-bg-media-container .vertical video {
    width: 100vw !important;
    height: inherit !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
  .dt-bg-media-container .vertical .dt-media-container__media-record-wrapper {
    height: inherit;
  }
}
.dt-form-builder {
  width: 100% !important;
  z-index: 1;
}

.dt-page-element-split-page-container .dt-eventbrite-calendar {
  width: calc(50vw - 30px);
}

@media (max-width: 800px) {
  .dt-page-element-split-page-container .dt-eventbrite-calendar {
    width: calc(100vw - 30px);
  }
}
.dt-image-gallery-modal {
  max-height: 90vh !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  min-width: 60vw !important;
  max-width: 60vw !important;
}
@media (max-width: 1400px) {
  .dt-image-gallery-modal {
    min-width: 80vw !important;
    max-width: 80vw !important;
  }
}
@media (max-width: 800px) {
  .dt-image-gallery-modal {
    max-height: 95vh !important;
    min-width: 90vw !important;
    max-width: 90vw !important;
  }
  .dt-image-gallery-modal__content {
    background-color: var(--dt_c_light);
  }
}
.dt-image-gallery-modal__content .img-gallery-description {
  padding-top: 21px;
  padding-bottom: 10px;
}
.dt-image-gallery-modal__content .dt-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60vw !important;
  height: 55vh !important;
}
.dt-image-gallery-modal__content .dt-swiper__container {
  height: 50vh !important;
  width: 60vw !important;
}
.dt-image-gallery-modal__content .dt-swiper__container img,
.dt-image-gallery-modal__content .dt-swiper__container video {
  height: 50vh !important;
  width: 60vw !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
@media (max-width: 1400px) {
  .dt-image-gallery-modal__content .dt-swiper__container {
    height: 50vh !important;
    width: 80vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper__container img,
  .dt-image-gallery-modal__content .dt-swiper__container video {
    height: 50vh !important;
    width: 80vw !important;
  }
}
@media (max-width: 800px) {
  .dt-image-gallery-modal__content .dt-swiper__container {
    height: 60vh !important;
    width: 90vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper__container img,
  .dt-image-gallery-modal__content .dt-swiper__container video {
    height: 60vh !important;
    width: 90vw !important;
  }
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh !important;
  width: 60vw !important;
  position: relative;
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item img,
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item video {
  height: 50vh !important;
  width: 60vw !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
@media (max-width: 1400px) {
  .dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item {
    height: 50vh !important;
    width: 80vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item img,
  .dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item video {
    height: 50vh !important;
    width: 80vw !important;
  }
}
@media (max-width: 800px) {
  .dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item {
    height: 60vh !important;
    width: 90vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item img,
  .dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item video {
    height: 60vh !important;
    width: 90vw !important;
  }
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item--content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 1px;
  position: absolute;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.6);
  color: white;
  bottom: 0;
  padding: 15px;
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item--content .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item--content .title {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 1.25rem;
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item--content .subtitle {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  font-size: 0.8rem;
  text-transform: uppercase;
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item--content .description {
  opacity: 0.8;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.dt-image-gallery-modal__content .dt-swiper__container .dt-gallery-item--content .dt-page-element-link {
  font-family: var(--dt_c_medium_font_family);
  font-weight: var(--dt_c_medium_font_weight);
  letter-spacing: var(--dt_c_medium_letter_spacing);
  text-align: left;
  text-transform: uppercase;
}
.dt-image-gallery-modal__content .dt-swiper .swiper-slide-item,
.dt-image-gallery-modal__content .dt-swiper .swiper-slide {
  height: 50vh;
}
.dt-image-gallery-modal__content .dt-swiper .swiper-slide-item {
  height: 50vh !important;
  width: 60vw !important;
}
.dt-image-gallery-modal__content .dt-swiper .swiper-slide-item img,
.dt-image-gallery-modal__content .dt-swiper .swiper-slide-item video {
  height: 50vh !important;
  width: 60vw !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
@media (max-width: 1400px) {
  .dt-image-gallery-modal__content .dt-swiper .swiper-slide-item {
    height: 50vh !important;
    width: 80vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper .swiper-slide-item img,
  .dt-image-gallery-modal__content .dt-swiper .swiper-slide-item video {
    height: 50vh !important;
    width: 80vw !important;
  }
}
@media (max-width: 800px) {
  .dt-image-gallery-modal__content .dt-swiper .swiper-slide-item {
    height: 60vh !important;
    width: 90vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper .swiper-slide-item img,
  .dt-image-gallery-modal__content .dt-swiper .swiper-slide-item video {
    height: 60vh !important;
    width: 90vw !important;
  }
}
.dt-image-gallery-modal__content .dt-swiper .swiper-pagination-bullet-active {
  background: var(--dt_c_primary) !important;
}
.dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination {
  width: 60vw !important;
  height: 100px !important;
  padding: 7px 5px 0px 5px;
}
.dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination--item img {
  height: 80px !important;
}
.dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination--item:hover img {
  opacity: 0.75 !important;
}
.dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination--item:hover .label {
  color: black;
}
@media (max-width: 1400px) {
  .dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination {
    width: 80vw !important;
  }
  .dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination--item {
    max-height: 80px !important;
  }
  .dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination--item img {
    opacity: 1;
    height: 80px !important;
    max-height: 80px !important;
  }
  .dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination--item:hover img {
    opacity: 0.75 !important;
  }
}
@media (max-width: 800px) {
  .dt-image-gallery-modal__content .dt-swiper .dt-swiper-pagination {
    display: none;
  }
}

.dt-button-pane-content {
  line-height: 1.5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
  line-height: 1.5;
}
.dt-button-pane-content a {
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.dt-button-pane-content a:hover {
  color: var(--dt_c_primary_dark);
}
.dt-button-pane-content p {
  margin: 10px 0px;
}
.dt-button-pane-content ul,
.dt-button-pane-content ol {
  margin: 10px 0px;
  text-align: left;
  margin-left: 30px;
}
.dt-button-pane-content iframe,
.dt-button-pane-content video,
.dt-button-pane-content img {
  max-width: 100% !important;
}
.dt-button-pane-content h1,
.dt-button-pane-content h2,
.dt-button-pane-content h3,
.dt-button-pane-content h4 {
  font-family: var(--dt_c_heading_font_family) !important;
  font-weight: var(--dt_c_heading_font_weight) !important;
  line-height: 0.9;
}
.dt-button-pane-content span {
  line-height: 1;
}
.dt-button-pane-content * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
}

.btn-content-modal-header,
.btn-content-modal-content {
  line-height: 1.5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
  background-color: var(--dt_c_light);
  padding: 30px;
  line-height: 1.5;
}
.btn-content-modal-header a,
.btn-content-modal-content a {
  color: var(--dt_c_primary);
  transition: 0.5s ease-in-out;
}
.btn-content-modal-header a:hover,
.btn-content-modal-content a:hover {
  color: var(--dt_c_primary_dark);
}
.btn-content-modal-header p,
.btn-content-modal-content p {
  margin: 10px 0px;
}
.btn-content-modal-header ul,
.btn-content-modal-header ol,
.btn-content-modal-content ul,
.btn-content-modal-content ol {
  margin: 10px 0px;
  text-align: left;
  margin-left: 30px;
}
.btn-content-modal-header iframe,
.btn-content-modal-header video,
.btn-content-modal-header img,
.btn-content-modal-content iframe,
.btn-content-modal-content video,
.btn-content-modal-content img {
  max-width: 100% !important;
}
.btn-content-modal-header h1,
.btn-content-modal-header h2,
.btn-content-modal-header h3,
.btn-content-modal-header h4,
.btn-content-modal-content h1,
.btn-content-modal-content h2,
.btn-content-modal-content h3,
.btn-content-modal-content h4 {
  font-family: var(--dt_c_heading_font_family) !important;
  font-weight: var(--dt_c_heading_font_weight) !important;
  line-height: 0.9;
}
.btn-content-modal-header span,
.btn-content-modal-content span {
  line-height: 1;
}
.btn-content-modal-header *,
.btn-content-modal-content * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
}
.btn-content-modal-header img,
.btn-content-modal-header video,
.btn-content-modal-header iframe,
.btn-content-modal-content img,
.btn-content-modal-content video,
.btn-content-modal-content iframe {
  max-width: calc(100% - 30px) !important;
}
.btn-content-modal-header iframe,
.btn-content-modal-content iframe {
  width: 100% !important;
}
@media (max-width: 1400px) {
  .btn-content-modal-header,
  .btn-content-modal-content {
    padding: 15px !important;
  }
}

.btn-content-modal-header {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--dt_c_grey_border);
  margin-bottom: 15px;
}

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

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.site-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: black;
}
.site-loader-container .loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-loader-container img {
  width: 420px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 800px) {
  .site-loader-container img {
    width: 80vw;
  }
}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\E311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\E033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}@font-face {
  font-family: "lg";
  src: url(/node_modules/lightgallery/fonts/lg.woff2) format("woff2"), url(/node_modules/lightgallery/fonts/lg.ttf) format("truetype"), url(/node_modules/lightgallery/fonts/lg.woff) format("woff"), url(/node_modules/lightgallery/fonts/lg.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\E095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\E094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\E90A";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(/node_modules/lightgallery/images/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\E909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
/*# sourceMappingURL=app-5614df9829d73f5aaffa.min.css.map*/