/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-state-editable {
  color: hsl(200, 75.9036144578%, 58.5%) !important;
}

.gyp-state-error {
  color: hsl(5, 66.4804469274%, 55.25%) !important;
}

.gyp-state-untouchable {
  pointer-events: none !important;
}

[disabled] {
  pointer-events: none !important;
}

.gyp-state-disabled {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.gyp-state-muted {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.3 !important;
}

[hidden],
.gyp-state-hidden {
  display: none;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: system-ui, sans-serif;
  font-weight: 400;
}
body.gyp-has-overlay {
  overflow: hidden !important;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-flex-cell {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-tag {
  background-color: hsl(0, 0%, 0%);
  background-color: currentColor;
  color: inherit;
  font-size: 0.75rem;
  line-height: 1em;
  padding: 0.125rem 0.25rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.375rem;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: text-top;
  white-space: pre-wrap;
}
.gyp-tag > span {
  color: hsl(0, 0%, 100%);
}

.gyp-state-highlight .gyp-tag {
  color: hsla(0, 0%, 0%, 0.1);
}
.gyp-state-highlight .gyp-state-error .gyp-tag {
  color: hsl(5, 66.4804469274%, 55.25%);
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-editable-basic-row {
  position: relative;
}
.gyp-editable-basic-row__basic-label {
  color: hsl(200, 75.9036144578%, 58.5%);
  opacity: 1;
  will-change: opacity;
  white-space: pre-wrap;
}
.gyp-editable-basic-row__input {
  width: 100%;
  height: 100%;
  background: none;
  color: hsl(200, 75.9036144578%, 58.5%);
  font: inherit;
  border: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 6;
  cursor: inherit;
  position: absolute;
  top: 0;
  left: 0;
  will-change: opacity;
  outline: none;
}
.gyp-editable-basic-row__input:focus {
  opacity: 1;
}
textarea.gyp-editable-basic-row__input {
  height: calc(100% + 2px);
  overflow: hidden;
}

.gyp-editable-basic-row ::-webkit-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}

.gyp-editable-basic-row ::-moz-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}

.gyp-editable-basic-row :-ms-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}

.gyp-editable-basic-row ::-ms-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}

.gyp-editable-basic-row ::placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-editable-basic-row--empty .gyp-editable-basic-row__basic-label {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-editable-basic-row--focused .gyp-editable-basic-row__basic-label, .gyp-editable-basic-row--disabled .gyp-editable-basic-row__basic-label {
  opacity: 0;
}
.gyp-editable-basic-row--focused {
  box-shadow: 0 -2px 0 hsl(200, 75.9036144578%, 58.5%) inset;
}
.gyp-text--center .gyp-editable-basic-row__input {
  text-align: center;
}
.gyp-text--right .gyp-editable-basic-row__input {
  text-align: right;
}
.gyp-state-error .gyp-editable-basic-row__basic-label {
  color: inherit;
}
/* stylelint-disable number-leading-zero */
@-webkit-keyframes anim-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes anim-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes anim-blink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-blink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anim-bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anim-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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 anim-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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);
  }
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
@font-face {
  font-family: "gyp-icon";
  src: url(fonts/gyp-icon-a288bd.woff);
  src: url(fonts/gyp-icon-bf2518.woff2) format("woff2"), url(fonts/gyp-icon-a288bd.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.gyp-icon,
[class^=gyp-icon-],
[class*=" gyp-icon-"] {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 2rem;
  font-family: "gyp-icon";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  speak: none;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gyp-icon--large {
  font-size: 6rem;
}

.gyp-icon-stack {
  width: auto;
  position: relative;
}
.gyp-icon-stack > * {
  vertical-align: top;
}

.gyp-icon--spin {
  -webkit-animation: anim-spin 2s infinite linear;
          animation: anim-spin 2s infinite linear;
}

.gyp-icon--gray {
  color: hsla(0, 0%, 0%, 0.7);
}
.gyp-icon--blue {
  color: hsl(200, 75.9036144578%, 58.5%);
}
.gyp-icon--red {
  color: hsl(5, 66.4804469274%, 55.25%);
}
.gyp-icon--green {
  color: #32a58b;
}

.gyp-icon-row-padding {
  width: 0;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-status-icon {
  background-color: hsl(0, 0%, 100%);
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  z-index: 5;
}
.gyp-status-icon .gyp-icon {
  font-size: inherit;
  vertical-align: top;
}

.gyp-status-icon--inline {
  font-size: 1.125rem;
}
.gyp-status-icon--corner {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-avatar {
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
  /* stylelint-disable-next-line number-leading-zero */
  margin: 0.2rem 0.45rem 0.2rem 0.25rem;
  background-color: hsla(0, 0%, 0%, 0.7);
  flex-shrink: 0;
}
.gyp-avatar--square {
  border-radius: 0;
}
.gyp-avatar--rounded {
  border-radius: 6px;
}
.gyp-avatar--circle {
  border-radius: 50%;
}
.gyp-avatar > img {
  width: 100%;
  height: 100%;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.gyp-list-row > .gyp-avatar:first-child {
  margin-left: 0;
}

.gyp-list-row__body > .gyp-avatar:first-child {
  margin-left: 0;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-text {
  min-height: 2rem;
  font-size: 1rem;
  line-height: 1.125rem;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  white-space: pre-wrap;
}

.gyp-text__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  white-space: pre-wrap;
}
.gyp-text__basic {
  font-size: inherit;
  line-height: inherit;
}
.gyp-text__aside {
  font-size: 0.875rem;
  line-height: 1rem;
  opacity: 0.7;
}

.gyp-text--no-grow {
  -webkit-box-flex: 0;
          flex-grow: 0;
}
.gyp-text--bold .gyp-text__basic {
  font-weight: 700;
}
.gyp-text--center .gyp-text__row {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}
.gyp-text--right .gyp-text__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.gyp-text--v-reverse .gyp-text__basic {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.gyp-text--v-reverse .gyp-text__aside {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-base-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-tooltip {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  font-size: 0.75rem;
  line-height: 1em;
  padding: 0.125rem 0.25rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.375rem;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  white-space: pre-wrap;
}
.gyp-tooltip__arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.375rem;
}
.gyp-tooltip--top .gyp-tooltip__arrow {
  border-top-color: hsl(0, 0%, 0%);
  top: 100%;
  left: 50%;
  margin-left: -0.375rem;
}
.gyp-tooltip--bottom .gyp-tooltip__arrow {
  border-bottom-color: hsl(0, 0%, 0%);
  bottom: 100%;
  left: 50%;
  margin-left: -0.375rem;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-switch-icon {
  display: inline-block;
  padding: 0.25rem 0.5rem;
}
.gyp-switch-icon__inner {
  width: 3rem;
  height: 1.5rem;
  background-color: hsla(0, 0%, 0%, 0.7);
  border-radius: 0.75rem;
  padding: 0.125rem;
  display: block;
  box-sizing: border-box;
}
.gyp-switch-icon__inner:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  display: block;
  /* stylelint-disable-next-line number-leading-zero */
  box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.3);
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gyp-switch-icon--on .gyp-switch-icon__inner, input:checked ~ .gyp-switch-icon .gyp-switch-icon__inner, input:checked ~ .gyp-iconlayout .gyp-switch-icon__inner {
  background-color: hsl(130, 75.9036144578%, 58.5%);
}
.gyp-switch-icon--on .gyp-switch-icon__inner:before, input:checked ~ .gyp-switch-icon .gyp-switch-icon__inner:before, input:checked ~ .gyp-iconlayout .gyp-switch-icon__inner:before {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
}
.gyp-card:hover {
  background-color: #e6e6e6;
}
.gyp-card:active {
  background-color: #d5d5d5;
}
.gyp-card__icon {
  flex-shrink: 0;
  font-size: 24px;
}
.gyp-card__text-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: 1;
  min-height: 0;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}
.gyp-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.gyp-card__description-box {
  -webkit-box-flex: 1;
          flex: 1;
}
.gyp-card__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #3b3b3b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-iconlayout {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-state-editable {
  color: hsl(200, 75.9036144578%, 58.5%) !important;
}

.gyp-state-error {
  color: hsl(5, 66.4804469274%, 55.25%) !important;
}

.gyp-state-untouchable {
  pointer-events: none !important;
}

[disabled] {
  pointer-events: none !important;
}

.gyp-state-disabled {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.gyp-state-muted {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.3 !important;
}

[hidden],
.gyp-state-hidden {
  display: none;
}

.gyp-row-comp {
  font-size: 1rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.gyp-row-comp--center {
  -webkit-box-pack: center;
          justify-content: center;
}
.gyp-row-comp--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.gyp-row-comp,
button.gyp-row-comp {
  padding: 0.25rem;
}

.gyp-row-comp.gyp-state-active {
  background: hsla(0, 0%, 0%, 0.1);
}
.gyp-row-comp--minified {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.gyp-row-comp--aside-control-clickable.gyp-state-disabled {
  opacity: 1 !important;
}
.gyp-row-comp--aside-control-clickable.gyp-state-disabled .gyp-text__basic {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.3 !important;
}
.gyp-row-comp--aside-control-clickable.gyp-state-disabled .gyp-icon {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.3 !important;
}
.gyp-row-comp--aside-control-clickable.gyp-state-disabled .gyp-text__aside {
  display: block;
}
.gyp-row-comp--aside-control-clickable.gyp-state-disabled .gyp-text__aside a,
.gyp-row-comp--aside-control-clickable.gyp-state-disabled .gyp-text__aside button {
  opacity: 1;
  pointer-events: auto;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.gyp-button:hover, .gyp-button:focus {
  background-color: hsla(0, 0%, 0%, 0.05);
}
.gyp-button:active {
  background-color: hsla(0, 0%, 0%, 0.1);
}
.gyp-button--blue {
  color: hsl(200, 75.9036144578%, 58.5%);
}
.gyp-button--red {
  color: hsl(5, 66.4804469274%, 55.25%);
}
.gyp-button--white {
  color: hsl(0, 0%, 100%);
}
.gyp-button--black {
  color: hsl(0, 0%, 0%);
}
.gyp-button--primary {
  font-weight: 700;
}

.gyp-button--solid {
  color: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: inset 0 0 1px hsl(0, 0%, 0%);
}
.gyp-button--solid.gyp-button--blue {
  background-color: hsl(200, 75.9036144578%, 58.5%);
}
.gyp-button--solid.gyp-button--blue:hover, .gyp-button--solid.gyp-button--blue:focus {
  background-color: #64bdea;
}
.gyp-button--solid.gyp-button--blue:active {
  background-color: #2ea6e2;
}
.gyp-button--solid.gyp-button--blue .gyp-tag > span {
  color: hsl(200, 75.9036144578%, 58.5%);
}
.gyp-button--solid.gyp-button--red {
  background-color: hsl(5, 66.4804469274%, 55.25%);
}
.gyp-button--solid.gyp-button--red:hover, .gyp-button--solid.gyp-button--red:focus {
  background-color: #df695f;
}
.gyp-button--solid.gyp-button--red:active {
  background-color: #d43a2c;
}
.gyp-button--solid.gyp-button--red .gyp-tag > span {
  color: hsl(5, 66.4804469274%, 55.25%);
}
.gyp-button--solid.gyp-button--white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}
.gyp-button--solid.gyp-button--white:hover, .gyp-button--solid.gyp-button--white:focus {
  background-color: hsla(0, 0%, 0%, 0.05);
}
.gyp-button--solid.gyp-button--white:active {
  background-color: hsla(0, 0%, 0%, 0.1);
}
.gyp-button--solid.gyp-button--black {
  background-color: hsl(0, 0%, 0%);
}
.gyp-button--solid.gyp-button--black:hover, .gyp-button--solid.gyp-button--black:focus {
  background-color: #333333;
}
.gyp-button--solid.gyp-button--black:active {
  background-color: black;
}
.gyp-button--solid.gyp-button--black .gyp-tag > span {
  color: hsl(0, 0%, 0%);
}

.gyp-button--icon-only {
  color: inherit;
}

.gyp-button--tinted .gyp-icon {
  /* stylelint-disable-next-line number-leading-zero */
  opacity: 0.5;
}

button.gyp-button {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a.gyp-button {
  text-decoration: none;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-checkbox__icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.gyp-checkbox__input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.gyp-checkbox__button {
  position: relative;
  z-index: 1;
  background: url(icons/checkbox-empty-ba7817.svg);
}
.gyp-checkbox__input:checked + .gyp-checkbox__button, .gyp-checkbox__input:checked + .gyp-iconlayout > .gyp-checkbox__button {
  background: url(icons/checkbox-selected-550d94.svg);
}
.gyp-checkbox__input:indeterminate + .gyp-checkbox__button, .gyp-checkbox__input:indeterminate + .gyp-iconlayout > .gyp-checkbox__button {
  background: url(icons/checkbox-half-047f3b.svg);
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-switch__icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.gyp-switch__input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-text-input ::-webkit-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-text-input ::-moz-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-text-input :-ms-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-text-input ::-ms-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-text-input ::placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-text-input__input {
  width: 100%;
  background: none;
  color: currentColor;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  border: none;
  padding: 0;
  outline: none;
}
.gyp-text-input__postfix {
  /* stylelint-disable-next-line number-leading-zero */
  margin-left: 0.5rem;
  -webkit-box-pack: end;
          justify-content: flex-end;
  align-self: flex-end;
  font-weight: 700;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-search-input ::-webkit-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-search-input ::-moz-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-search-input :-ms-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-search-input ::-ms-input-placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-search-input ::placeholder {
  color: hsla(0, 0%, 0%, 0.3);
}
.gyp-search-input__input {
  height: 2rem;
  background-color: hsl(0, 0%, 100%);
  font-size: 1rem;
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  outline: none;
}
.gyp-search-input__reset-button {
  color: inherit;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  text-align: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gyp-search-input__input-wrapper {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsla(0, 0%, 0%, 0.3);
  border-radius: 20px;
  box-sizing: content-box;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  display: -webkit-box;
  display: flex;
  align-content: flex-start;
}
.gyp-search-input__input-icon {
  cursor: pointer;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-radio__icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.gyp-radio__input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.gyp-radio__button {
  position: relative;
  z-index: 1;
  background: url(icons/radio-empty-db6140.svg);
}
.gyp-radio__input:checked + .gyp-radio__button, .gyp-radio__input:checked + .gyp-iconlayout > .gyp-radio__button {
  background: url(icons/radio-selected-ba4d48.svg);
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-infinite-scroll--overflow {
  overflow: auto;
}
.gyp-infinite-scroll__footer {
  display: -webkit-box;
  display: flex;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-header-row {
  min-height: 3rem;
  background-color: hsl(0, 0%, 100%);
  padding: 0.25rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  box-shadow: 0 3px 3px hsla(0, 0%, 0%, 0.16);
  position: relative;
}
.gyp-header-row__left, .gyp-header-row__right {
  -webkit-box-flex: 1;
          flex: 1 3 2rem;
  display: -webkit-box;
  display: flex;
}
.gyp-header-row__right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.gyp-header-row__center {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
@charset "UTF-8";
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-section {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.gyp-section__title, .gyp-section__footer {
  white-space: pre-wrap;
  margin-left: 1rem;
  margin-right: 1rem;
}
.gyp-section__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  line-height: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  border-bottom: 2px solid hsl(0, 0%, 0%);
}
.gyp-section__title--base {
  font-size: 1.125rem;
}
.gyp-section__title--small {
  font-size: 1rem;
}
.gyp-section__title:before {
  content: "■";
  display: inline-block;
  /* stylelint-disable-next-line number-leading-zero */
  margin-right: 0.25em;
}
.gyp-section__title-right-area {
  margin-left: auto;
  padding-left: 0.3125rem;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}
.gyp-section__footer {
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding-top: 0.125rem;
}
.gyp-section__body--padded {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gyp-section--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.gyp-section--error .gyp-section__body,
.gyp-section--error .gyp-section__footer {
  color: #d94e41;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-list__body {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gyp-list__top-area {
  margin: 0.5rem 1rem 1rem;
}
.gyp-list--setting {
  margin-left: 1rem;
  margin-right: 1rem;
}
.gyp-list--setting .gyp-list__body {
  background-color: white;
  border: 1px solid hsla(0, 0%, 0%, 0.3);
  border-radius: 0.5rem;
}
.gyp-list--setting .gyp-section__title {
  padding-bottom: 0.125rem;
  border-bottom: none;
}
.gyp-list--sm-margin-bottom {
  margin-bottom: 1.5rem;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-list-row {
  min-height: 3rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.gyp-list-row:hover {
  background-color: hsla(0, 0%, 0%, 0.05);
}
.gyp-list-row__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0.25rem 0;
  box-shadow: inset 0 -1px 0 hsla(0, 0%, 0%, 0.3);
}
.gyp-list-row__body > :first-child {
  margin-left: -4px;
}
.gyp-list-row__body > :last-child {
  margin-right: -4px;
}
.gyp-list-row__footer {
  font-size: 12px;
  line-height: 0.875rem;
  padding-top: 0.125rem;
  padding-bottom: 0.5rem;
  white-space: pre-wrap;
}
.gyp-list-row__footer > div {
  margin: 0 0 0.5rem;
}
.gyp-list-row--highlight {
  background-color: hsla(0, 0%, 0%, 0.1) !important;
}
.gyp-list-row--highlight .gyp-list-row__body {
  box-shadow: inset 0 -1px 0 hsl(0, 0%, 0%);
}
.gyp-state-error .gyp-list-row__body {
  box-shadow: inset 0 -1px 0 currentColor;
}
.gyp-list-row .gyp-list .gyp-list-row {
  padding-right: 0;
}
.gyp-list--setting .gyp-list-row:last-of-type .gyp-list-row__body {
  box-shadow: none;
}
.gyp-list__top-area + .gyp-list__body li:first-of-type .gyp-list-row__body {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 0%, 0.3), inset 0 -1px 0 hsla(0, 0%, 0%, 0.3);
}

.gyp-list-row + .gyp-list-row__nested-list-wrapper {
  margin-left: 1rem;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-column-view {
  width: 100%;
  height: 100%;
  background-color: hsl(0, 0%, 95%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
}
.gyp-column-view__header, .gyp-column-view__footer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.gyp-column-view__header {
  z-index: 2;
}
.gyp-column-view__body {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.gyp-column-view__body--flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.gyp-column-view__footer {
  border-top: 1px solid hsl(0, 0%, 0%);
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-splitview {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.gyp-splitview, .gyp-splitview__column {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gyp-splitview__column {
  min-width: 15rem;
  max-width: 25rem;
  -webkit-box-flex: 1;
          flex: 1 0 25%;
}
.gyp-splitview__column + .gyp-splitview__column {
  border-left: 1px solid hsla(0, 0%, 0%, 0.3);
}
.gyp-splitview__column--wide {
  min-width: 20rem;
  max-width: none;
  -webkit-box-flex: 3;
          flex: 3 1 50%;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsla(0, 0%, 0%, 0.6);
  opacity: 0;
  /* stylelint-disable-next-line number-leading-zero */
  -webkit-animation: anim-fade-in 0.3s forwards;
          animation: anim-fade-in 0.3s forwards;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}
.gyp-popup__container {
  width: 95%;
  max-width: 256px;
  max-height: 80%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 8px;
  box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.4);
  position: relative;
  overflow: hidden;
  /* stylelint-disable-next-line number-leading-zero */
  -webkit-transition: width 0.15s;
  transition: width 0.15s;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* stylelint-disable-next-line number-leading-zero */
  -webkit-animation: anim-bounce-in 0.6s forwards;
          animation: anim-bounce-in 0.6s forwards;
}
.gyp-popup--large .gyp-popup__container {
  max-width: 500px;
}
.gyp-popup__icon {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.gyp-popup__body {
  padding: 1rem;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  overflow: auto;
}
.gyp-popup--large .gyp-popup__body {
  padding: 1rem 3.5rem;
}
.gyp-popup__message-title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
}
.gyp-popup__message-desc {
  white-space: pre-line;
}
.gyp-popup__message-desc--with-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* stylelint-disable-next-line number-leading-zero */
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.5rem;
}
.gyp-popup .gyp-icon--large {
  margin-top: -1rem;
  margin-bottom: -0.5rem;
}

.gyp-popup__buttons-group {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.gyp-popup__buttons-group .gyp-popup-button {
  border-top: 1px solid rgb(235, 230, 230);
  flex-basis: 100%;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-popup-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-closable {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-popover {
  background-color: hsl(0, 0%, 100%);
  min-width: 15rem;
  max-width: 20rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 2px 3px hsla(0, 0%, 0%, 0.4));
          filter: drop-shadow(0 2px 3px hsla(0, 0%, 0%, 0.4));
  position: relative;
}
.gyp-popover__arrow {
  width: 0;
  height: 0;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
}
.gyp-popover__container {
  max-height: 20rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gyp-popover--bottom .gyp-popover__arrow {
  top: -11px;
  border-top-width: 0;
  border-bottom-color: hsl(0, 0%, 100%);
}
.gyp-popover--top .gyp-popover__arrow {
  bottom: -11px;
  border-bottom-width: 0;
  border-top-color: hsl(0, 0%, 100%);
}
.gyp-popover--right .gyp-popover__arrow {
  left: -11px;
  border-right-color: hsl(0, 0%, 100%);
}
.gyp-popover--left .gyp-popover__arrow {
  left: unset;
  right: -22px;
  border-left-color: hsl(0, 0%, 100%);
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  padding-top: 0;
}

.gyp-modal__container {
  width: 720px;
  max-width: 90%;
  height: auto;
  min-height: 480px;
  max-height: 90%;
  background-color: hsl(0, 0%, 95%);
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* stylelint-disable-next-line number-leading-zero */
  -webkit-animation: anim-slide-down 0.4s forwards;
          animation: anim-slide-down 0.4s forwards;
}

.gyp-modal--centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.gyp-modal--centered .gyp-modal__container {
  border-radius: 8px;
  flex-basis: 720px;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.gyp-base-layer ~ .gyp-base-layer .gyp-modal__container {
  width: 688px;
  height: 464px;
}

.gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer .gyp-modal__container {
  width: 656px;
  height: 448px;
}

.gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer .gyp-modal__container {
  width: 624px;
  height: 432px;
}

.gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer .gyp-modal__container {
  width: 592px;
  height: 416px;
}

.gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer .gyp-modal__container {
  width: 560px;
  height: 400px;
}

.gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer ~ .gyp-base-layer .gyp-modal__container {
  width: 528px;
  height: 384px;
}
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
/* stylelint-disable number-leading-zero */
/* stylelint-disable-next-line number-leading-zero */
.gyp-card-layout {
  display: -webkit-box;
  display: flex;
  gap: 12px;
}
.gyp-card-layout--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.gyp-card-layout--row .gyp-card {
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
}
.gyp-card-layout--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.gyp-card-layout--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.gyp-card-layout--grid .gyp-card {
  height: 100%;
}
